@font-face {
  font-family: Roboto Mono;
  src: url('../fonts/RobotoMono-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --storm: #1e3c58;
  --black: #0d0e10;
  --royal-blue: #145aff;
  --white: white;
  --white-smoke: #f1f3f6;
  --dark-slate-grey: #40454f;
  --slate-grey: #6e7687;
  --medium-sea-green: #1ebd53;
  --midnight: #11212e;
  --midnight-blue: #0f1f3d;
  --royal-blue-2: #145aff;
  --royal: #2f54e7;
  --gold: #ffcb3d;
  --light-grey: #c7cad1;
  --deep-sky-blue: #47c1fe;
  --gainsboro: #e1e4eb;
  --coral: #ff7847;
  --5bcfff: #5bcfff;
  --stone: #4d5c6b;
  --teal: #4bbfcd;
  --grey: whitesmoke;
}

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

.w-commerce-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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

@media screen and (max-width: 767px) {
  .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-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: var(--storm);
  font-family: Roboto Mono, sans-serif;
  font-size: 18px;
  line-height: 155%;
}

h1 {
  color: var(--black);
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 106%;
}

h2 {
  color: var(--storm);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 108%;
}

h3 {
  color: var(--storm);
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 112%;
}

h4 {
  color: var(--storm);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

h5 {
  color: var(--storm);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 144%;
}

h6 {
  color: var(--royal-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--royal-blue);
  text-decoration: none;
}

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

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

li {
  margin-top: 0;
}

blockquote {
  border-left: 5px solid var(--royal-blue);
  color: var(--royal-blue);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

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

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  font-style: italic;
}

.display-heading {
  letter-spacing: -1.6px;
  font-size: 72px;
  line-height: 105%;
}

.display-heading.home-hero-heading {
  margin-bottom: 16px;
}

.display-heading.home-hero-heading.white-center {
  color: #fff;
  text-align: center;
  text-align: center;
}

.display-heading.home-hero-heading.bsq-h {
  font-family: Montserrat, sans-serif;
}

.display-heading.overview {
  text-align: center;
  margin-bottom: 16px;
}

.home-hero-section {
  position: relative;
  top: 0;
}

.home-hero-section.bottom-margin-60 {
  margin-bottom: 60px;
}

.wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.wrapper.home-stats-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wrapper.home-feature-1-wrapper {
  align-items: center;
  padding-bottom: 145px;
}

.wrapper.home-feature-1-wrapper.homepage-3 {
  padding-top: 145px;
}

.wrapper.home-feature-1-wrapper.home-2 {
  width: 100%;
}

.wrapper.home-feature-1-wrapper.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.features-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 145px;
}

.wrapper.features-2-wrapper.homepage-2 {
  padding-bottom: 0;
}

.wrapper.home-integrations-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 0;
}

.wrapper._1920px {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 140px;
  overflow: visible;
}

.wrapper._1920px.background-image {
  background-image: none;
  background-size: auto;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper._1920px.background-image.pricing-page-3 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.wrapper._1920px.features-2-vertical {
  background-image: none;
  background-size: auto;
  align-items: center;
  max-width: none;
  padding-top: 144px;
  padding-bottom: 144px;
}

.wrapper._1920px.features-2-vertical.white-smoke-background {
  background-color: var(--white-smoke);
  background-image: none;
  background-size: auto;
}

.wrapper.home-feature-3-wrapper {
  flex-direction: row-reverse;
  width: 85%;
  padding-top: 40px;
  padding-bottom: 145px;
}

.wrapper.home-feature-3-wrapper.home-2 {
  width: 100%;
  padding-top: 80px;
}

.wrapper.feature-4-wrapper {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.feature-4-wrapper.features {
  flex-direction: row-reverse;
}

.wrapper.feature-4-wrapper.vertical {
  flex-direction: column;
}

.wrapper.cta-wrapper {
  background-image: url('../images/pricing-banner-1280x580.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.wrapper.about-hero-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  padding-top: 96px;
  padding-bottom: 240px;
}

.wrapper.about-images-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.wrapper.about-story-up-wrapper {
  align-items: flex-start;
}

.wrapper.about-grid {
  text-align: center;
  padding-top: 0;
  padding-bottom: 145px;
}

.wrapper.about-values-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.home-hero-wrapper {
  align-items: flex-start;
}

.wrapper.home-hero-wrapper.homepage-3 {
  flex-direction: row-reverse;
}

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

.wrapper.home-blog-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 145px;
}

.wrapper.home-blog-wrapper.vertical-blog {
  align-items: center;
  padding-top: 145px;
  padding-bottom: 45px;
}

.wrapper.features-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper.features-loop-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  width: 300%;
  max-width: none;
  padding-top: 0;
}

.wrapper.visual-features-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 145px;
}

.wrapper.features-5-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.team-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 130px;
}

.wrapper.pricing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper.pricing-hero-wrapper.pricing-page-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1280px;
  padding-bottom: 220px;
}

.wrapper.pricing-table-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.faq-wrapper {
  flex-direction: column;
  align-items: flex-end;
}

.wrapper.blog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper.blog-featured-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
}

.wrapper.all-blogs-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 140px;
}

.wrapper.all-blogs-wrapper.blog-page-2 {
  align-items: flex-start;
}

.wrapper.blog-subscribe-wrapper {
  background-image: url('../images/pricing-banner-bg.png');
  background-repeat: repeat;
  background-size: cover;
  border-radius: 12px;
  padding-left: 96px;
  padding-right: 96px;
  overflow: hidden;
}

.wrapper.blog-post-hero-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 275px;
}

.wrapper.blog-post-image-wrapper {
  border-radius: 12px;
  height: 560px;
  margin-top: -180px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.wrapper.blog-post-rich-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 840px;
  padding-top: 0;
}

.wrapper.blog-similar-post-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

.wrapper.career-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper.career-images-wrapper {
  margin-top: -145px;
  padding-top: 0;
}

.wrapper.jobs-wrapper {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.wrapper.perks-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 100px;
}

.wrapper.contact-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper.contact-form-wrapper {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  max-width: 920px;
  margin-top: -145px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.wrapper.location-wrapper {
  padding-top: 145px;
}

.wrapper.sign-up-wrapper {
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.pricing-comparison-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
}

.wrapper.integrations-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper.integrations-hero-wrapper.bottom-margin-60 {
  padding-bottom: 60px;
}

.wrapper.integrations-features-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

.wrapper.most-popular-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.wrapper.all-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 145px;
}

.wrapper._404-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 620px;
  height: 100vh;
}

.wrapper.vacancy-hero-wrapper {
  flex-direction: row;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.vacancy-rich-text-wrapper {
  align-items: flex-start;
  padding-top: 145px;
}

.wrapper.style-guide-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.style-guide-wrapper {
  align-items: flex-start;
  padding-top: 100px;
}

.wrapper.licensing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.licensing-wrapper {
  align-items: flex-start;
}

.wrapper.changelog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
}

.wrapper.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 130px;
}

.wrapper.instructions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
}

.wrapper.instructions-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 980px;
}

.wrapper.testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  padding-top: 145px;
}

.wrapper.footer-wrapper {
  border-bottom: 1px solid var(--dark-slate-grey);
  flex-direction: column;
  align-items: stretch;
  padding-top: 320px;
  padding-bottom: 0;
  display: block;
}

.wrapper.footer-wrapper._80-top-padding {
  padding-top: 80px;
  display: block;
}

.wrapper.search-result {
  padding-top: 0;
}

.wrapper.download-cards-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 0;
  display: grid;
}

.wrapper.reviews-page {
  align-items: flex-start;
  padding-top: 60px;
}

.wrapper.reviews {
  z-index: 5;
  flex-direction: column;
  position: relative;
}

.wrapper.two-cards {
  padding-bottom: 0;
}

.wrapper.features-vertical-tabs {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 145px;
  display: flex;
}

.wrapper.integrations-icons-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 144px;
  padding-bottom: 0;
}

.wrapper.plans-grid {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.integrations-details-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.support {
  flex-direction: column;
  align-items: center;
  padding-top: 144px;
  padding-bottom: 144px;
}

.wrapper.support-hero-wrapper {
  flex-direction: column;
  padding-top: 96px;
  padding-bottom: 144px;
}

.wrapper.case-study-page {
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.wrapper.case-study-page.template, .wrapper.case-study-page.main {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.cs-bottom {
  z-index: 1;
  flex-direction: column;
  padding-top: 0;
  position: relative;
}

.wrapper.cs {
  z-index: 1;
  flex-direction: column;
  padding-top: 84px;
  position: relative;
}

.wrapper.cs-template {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.overview-section {
  flex-direction: column;
  padding-top: 128px;
  padding-bottom: 128px;
}

.wrapper.overview-section.no-top-padding {
  padding-top: 0;
}

.wrapper.checkout {
  align-items: flex-start;
  width: 85%;
}

.wrapper.navigation-wrapper {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper.overview-page {
  flex-direction: column;
}

.wrapper.plans {
  align-items: flex-start;
}

.wrapper.bsq-1920px-lower-pad {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 40px;
  padding-bottom: 140px;
  overflow: visible;
}

.wrapper.bsq-1920px-lower-pad.background-image {
  background-image: url('../images/Shapes-min-min.png');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.bsq-1920px-lower-pad.background-image.pricing-page-3 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.wrapper.bsq-1920px-lower-pad.features-2-vertical {
  background-image: none;
  background-size: auto;
  align-items: center;
  max-width: none;
  padding-top: 144px;
  padding-bottom: 144px;
}

.wrapper.bsq-features-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 145px;
}

.wrapper.bsq-features-2-wrapper.homepage-2 {
  padding-bottom: 145px;
}

.wrapper.bsq-career-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 140px;
}

.wrapper.bsq-home-feature-3-wrapper {
  flex-direction: row-reverse;
  width: 85%;
  padding-top: 40px;
  padding-bottom: 145px;
}

.wrapper.bsq-home-feature-3-wrapper.home-2 {
  width: 100%;
  padding-top: 80px;
}

.wrapper.bsq-platform-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 0;
}

.wrapper.solutions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 144px;
}

.wrapper.about-grid-2 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 100px;
}

.home-hero-left {
  width: 53%;
  max-width: 620px;
}

.home-hero-left.homepage-3 {
  color: var(--slate-grey);
  width: 50%;
  margin-left: 5%;
}

.home-hero-left.homepage-2, .home-hero-left.bsq-homepage-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 840px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.para-large {
  font-size: 22px;
}

.para-large.home-hero-para {
  max-width: 550px;
  margin-bottom: 32px;
  line-height: 140%;
}

.para-large.home-hero-para.homepage-3 {
  color: var(--dark-slate-grey);
}

.para-large.home-hero-para.white-center {
  color: #fff;
  text-align: center;
  text-align: center;
}

.para-large.overview {
  text-align: center;
  width: 90%;
  max-width: 1060px;
  margin-bottom: 32px;
  line-height: 140%;
}

.para-large.home-hero-para-wide {
  max-width: 550px;
  margin-bottom: 32px;
  line-height: 140%;
}

.para-large.home-hero-para-wide.homepage-3 {
  color: var(--dark-slate-grey);
}

.para-large.home-hero-para-wide.white-center {
  color: var(--white);
  text-align: center;
  max-width: 650px;
}

.button {
  background-color: var(--medium-sea-green);
  color: var(--white);
  border-radius: 12px;
  padding: 20px 25px;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
}

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

.button.pagination-button {
  border-style: none;
  padding: 16px 40px;
}

.button.dark-blue {
  background-color: var(--royal-blue);
  padding-left: 64px;
  padding-right: 64px;
}

.button.dark-blue:hover {
  background-color: var(--medium-sea-green);
}

.button.dark-blue.submit {
  margin-left: auto;
  margin-right: auto;
}

.button.dark-blue.submit:hover {
  background-color: var(--midnight);
}

.button.dark-blue.submit.bsq-royal-storm-button:hover {
  background-color: var(--storm);
}

.button.footer-form-button {
  background-color: var(--royal-blue);
}

.button.footer-form-button:hover {
  background-color: var(--medium-sea-green);
}

.button.navigation-button {
  background-color: var(--black);
  flex: none;
}

.button.navigation-button:hover {
  background-color: var(--medium-sea-green);
}

.button.navigation-button.white {
  background-color: #fff3;
  transition-property: all;
}

.button.navigation-button.white:hover {
  color: var(--midnight-blue);
  background-color: #fffffffa;
}

.button.navigation-button.mobile, .button.navigation-button.mobile.bsq-royal-storm-button {
  display: none;
}

.button.search {
  padding-top: 15px;
  padding-bottom: 15px;
}

.button.trial {
  background-color: var(--royal-blue);
  height: 60px;
  padding-left: 28px;
  padding-right: 28px;
}

.button.trial:hover {
  background-color: var(--medium-sea-green);
}

.button.trial.white {
  background-color: var(--white);
  color: var(--royal-blue-2);
  transition: color .2s, background-color .2s;
}

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

.button.trial.bsq-white {
  background-color: var(--white);
  color: var(--royal-blue-2);
  transition: color .2s, background-color .2s;
}

.button.trial.bsq-white:hover {
  background-color: var(--storm);
  color: var(--white);
}

.button.integrations-center {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.button.top-margin-80px {
  margin-top: 80px;
}

.button.top-margin-80px.bsq-royal-white-button {
  background-color: var(--royal);
}

.button.top-margin-80px.bsq-royal-white-button:hover {
  background-color: var(--white);
  color: var(--royal);
}

.button.bsq-navigation-button {
  background-color: var(--black);
  flex: none;
}

.button.bsq-navigation-button:hover {
  background-color: var(--medium-sea-green);
}

.button.bsq-navigation-button.white {
  background-color: #fff3;
  transition-property: all;
}

.button.bsq-navigation-button.white:hover {
  background-color: var(--midnight);
  color: var(--white);
}

.button.bsq-navigation-button.mobile {
  display: none;
}

.button.bsq-royal-storm-button {
  background-color: var(--royal);
}

.button.bsq-royal-storm-button:hover {
  background-color: var(--storm);
}

.button.bsq-royal-storm-button.top-margin-40 {
  margin-top: 40px;
}

.button.bsq-royal-storm-button.top-margin-80 {
  margin-top: 80px;
}

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

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

.button.bsq-royal-white-button.top-margin-80 {
  margin-top: 80px;
}

.button.bsq-royal-white-button-hero {
  background-color: var(--royal);
  padding-top: 15px;
  padding-bottom: 15px;
}

.button.bsq-royal-white-button-hero:hover {
  background-color: var(--white);
  color: var(--royal);
}

.button.bsq-royal-white-button-hero.top-margin-80 {
  margin-top: 80px;
}

.home-hero-pointers {
  z-index: 20;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 400px;
  margin-top: 110px;
  display: grid;
  position: relative;
}

.hero-pointer-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-pointer-icon {
  margin-bottom: 14px;
}

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

.image.contain {
  opacity: 1;
  outline-offset: 0px;
  object-fit: cover;
  outline: 0 #0000;
  margin-top: 0;
  display: block;
  overflow: visible;
}

.image.contain.signup {
  display: inline-block;
}

.image.contain.bsq-icon-56 {
  max-width: 56px;
  max-height: 56px;
  padding-left: 0;
}

.image.contain.opacity {
  opacity: 1;
}

.image.contain.anomaly-dectection-pic {
  box-shadow: none;
  max-height: 550px;
}

.image.contain.height-56px {
  min-height: 56px;
}

.image.about-team {
  filter: grayscale();
}

.image.contain {
  object-fit: contain;
  object-fit: contain;
  margin-top: 0;
}

.home-hero-images-container {
  z-index: 1;
  width: 45%;
  max-width: 490px;
  margin-top: -50px;
  position: relative;
}

.home-hero-images-container.homepage-2 {
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.home-hero-main-image {
  z-index: 2;
  border-radius: 10px;
  width: auto;
  max-width: 490px;
  height: 506px;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-hero-main-image.homepage-2 {
  border-radius: 60px;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  box-shadow: 0 28px 120px #061b330f;
}

.hero-floating-image-1 {
  z-index: 3;
  border-radius: 8px;
  width: 180px;
  height: 180px;
  position: absolute;
  inset: 20% -11% auto auto;
  overflow: hidden;
  box-shadow: 0 9px 42px #40454f1a;
}

.hero-floating-image-1.homepage-3 {
  border-radius: 100px;
  width: 250px;
  height: 72px;
  top: 10%;
}

.hero-floating-image-1.homepage-2 {
  border-radius: 100px;
  width: 280px;
  height: 72px;
  inset: auto -5% 25% auto;
}

.home-hero-image-circle {
  z-index: 1;
  background-color: var(--royal);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  position: absolute;
  inset: 17% auto auto -4%;
}

.hero-floating-image-2 {
  z-index: 3;
  width: 260px;
  height: 156px;
  position: absolute;
  inset: auto auto -15% -20%;
  box-shadow: 0 16px 71px #40454f1a;
}

.hero-floating-image-2.homepage-2 {
  border-radius: 10px;
  width: 330px;
  height: 198px;
  bottom: 15%;
  left: -5%;
}

.hero-floating-image-3 {
  z-index: 1;
  border-radius: 7px;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: auto -11% -9% auto;
  overflow: hidden;
}

.hero-floating-image-3.homepage-3 {
  inset: -5% auto auto -15%;
}

.hero-floating-image-3.homepage-2 {
  inset: 25% auto auto -5%;
}

.home-hero-circle-decoration-1 {
  background-color: var(--gold);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 5% auto auto -8%;
}

.home-hero-circle-decoration-1.homepage-3 {
  inset: 7% 5% auto auto;
}

.home-hero-circle-decoration-2 {
  background-color: var(--light-grey);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto 10% -1% auto;
}

.home-hero-circle-decoration-2.homepage-2 {
  display: none;
  inset: auto auto 27% -6%;
}

.subheading {
  color: var(--royal);
  margin-bottom: 16px;
}

.subheading.light-blue {
  color: var(--deep-sky-blue);
}

.subheading.bsq-h-royal {
  color: var(--royal);
  font-family: Montserrat, sans-serif;
}

.home-stats-heading {
  margin-bottom: 16px;
}

.home-stats-up {
  max-width: 620px;
  margin-bottom: 48px;
}

.home-stats-up.overview {
  max-width: 660px;
}

.home-stats-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--gainsboro);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-stats-grid.review-page {
  border-top-style: none;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.home-stats-grid-item {
  padding-top: 48px;
}

.home-stats-grid-item.middle {
  border-right: 1px solid var(--gainsboro);
  border-left: 1px solid var(--gainsboro);
  border-left: 1px solid #e1e4eb;
  border-right: 1px solid #e1e4eb;
}

.home-stats-grid-item.review {
  flex-direction: column;
  align-items: center;
  padding-bottom: 48px;
  display: flex;
}

.stats-number-text {
  color: var(--black);
  letter-spacing: -1.2px;
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 700;
  line-height: 106%;
}

.home-featured-1-section {
  background-color: var(--white);
}

.home-featured-1-section.white-smoke-background {
  background-color: var(--white-smoke);
}

.home-features-images-container {
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 620px;
  display: flex;
  position: relative;
}

.home-features-images-container.feature-3 {
  flex-direction: row-reverse;
  width: 46%;
  position: relative;
}

.home-features-images-container.feature-3.bsq-home-features-1-video {
  width: 50%;
}

.home-features-1-main-image {
  z-index: 1;
  width: 85%;
  max-width: 480px;
  position: relative;
}

.home-feature-1-floating-image {
  z-index: 2;
  border-radius: 11px;
  width: 45%;
  margin-right: -50%;
  display: block;
  position: absolute;
  inset: auto auto 20% -15%;
  box-shadow: 12px 20px 100px #40454f1a;
}

.home-feature-1-floating-image.feature-3 {
  width: 44%;
  margin-left: -50%;
  margin-right: 0%;
  inset: auto -15% 11% auto;
  overflow: hidden;
}

.home-feature-1-image-background {
  background-image: linear-gradient(135deg, #f1f3f6, #fff 65%);
  width: 480px;
  height: 656px;
  display: block;
  position: absolute;
  inset: auto auto 0% -11%;
}

.home-feature-1-content {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 500px;
  display: flex;
}

.home-feature-1-content.wrapper-margins {
  padding-top: 80px;
  padding-bottom: 145px;
}

.home-features-subheading {
  color: var(--deep-sky-blue);
  margin-bottom: 16px;
  display: none;
}

.home-features-subheading.white {
  display: none;
}

.home-features-subheading.yellow {
  color: var(--gold);
  display: none;
}

.home-features-heading {
  margin-bottom: 16px;
}

.home-features-heading.bsq-h {
  font-size: 40px;
}

.home-features-heading.bsq-h-white {
  color: var(--white);
}

.home-features-pointers-wrapper {
  margin-top: 20px;
  margin-bottom: 24px;
}

.home-features-pointer-item {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.home-features-pointer-item.white {
  margin-bottom: 0;
}

.home-features-pointer-item.white.margin-left-24px, .home-features-pointer-item.margin-left-24px {
  margin-left: 24px;
}

.home-features-pointer-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-right: 15px;
  display: flex;
}

.bold-text-span {
  font-weight: 700;
}

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

.features-learn-more-link {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-learn-more-link.white {
  display: none;
}

.features-learn-more-link.white.right-side {
  margin-left: auto;
}

.features-learn-more-link.white.testimonial {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.featured-learn-more-arrow {
  margin-left: 16px;
}

.features-learn-more-link-line {
  background-color: var(--gainsboro);
  height: 1px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.home-features-1-circle {
  background-color: var(--gold);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto auto 0% 20%;
  overflow: hidden;
}

.features-2-section {
  z-index: 1;
  background-color: var(--midnight-blue);
  background-image: url('../images/Pattern-Bkg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -20px;
  position: relative;
}

.home-features-2-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  display: flex;
}

.white {
  color: var(--white);
  text-align: center;
  font-size: 22px;
}

.white.home-features-heading.bsq-h-white {
  font-family: Montserrat, sans-serif;
}

.white.features-4-text {
  margin-top: 16px;
  margin-bottom: 24px;
}

.white.features-4-text.center {
  text-align: center;
}

.white.cta-heading {
  margin-bottom: 12px;
}

.white.about-values-text {
  margin-top: 16px;
  margin-bottom: 24px;
}

.white.heading {
  margin-bottom: 4px;
}

.white._16px {
  font-size: 16px;
  line-height: 150%;
}

.home-features-tab {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.home-features-tab.hidden {
  display: none;
}

.home-features-tab-menu {
  flex-direction: column;
  width: 38%;
  max-width: 400px;
  margin-right: auto;
  display: flex;
}

.home-feature-tab-link {
  background-color: #0000;
  border-radius: 12px;
  padding: 32px 28px;
  overflow: hidden;
}

.home-feature-tab-link.w--current {
  background-color: #fff3;
}

.home-feature-tab-link.middle {
  margin-top: 28px;
  margin-bottom: 28px;
}

.home-tabs-content {
  width: 60%;
  max-width: 730px;
  overflow: visible;
}

.feature-tab-icon-and-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.feature-tab-icon {
  flex: none;
  margin-top: -7px;
  margin-right: 16px;
}

._16-px {
  text-align: left;
  flex: none;
  font-size: 16px;
}

._16-px.color-code {
  margin-top: 4px;
}

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

.home-features-tab-image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.featrues-tab-pane-circle {
  background-color: var(--coral);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: auto -3% -3% auto;
}

.featrues-tab-pane-circle-2 {
  background-color: var(--royal-blue);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: -2% auto auto 16%;
}

.features-tab-circle-1 {
  background-color: var(--deep-sky-blue);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 22% auto auto 5%;
}

.features-tab-circle-2 {
  background-color: var(--deep-sky-blue);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto auto 5% 32%;
}

.home-integrations-section {
  overflow: hidden;
}

.integration-up {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.integration-heading-and-subheading {
  flex-direction: column;
  align-items: flex-start;
  max-width: 620px;
  display: flex;
}

.h2-60-px {
  letter-spacing: -1.2px;
  font-size: 60px;
}

.h2-60-px.white.center {
  text-align: center;
}

.h2-60-px.bsq-h {
  color: var(--storm);
}

.home-integration-circle-1 {
  background-color: var(--gold);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 0% 32% auto auto;
}

.integration-card {
  background-color: var(--white);
  color: var(--dark-slate-grey);
  border-radius: 12px;
  flex: none;
  max-width: 400px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 17px 17px 200px #40454f0f;
}

.integration-card.most-popular {
  cursor: pointer;
  width: 100%;
  margin-bottom: 48px;
  margin-left: 0;
  margin-right: 0;
}

.integration-icon {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 26px;
  display: flex;
}

.integration-icon.flex {
  background-color: #ffcb3d33;
  justify-content: center;
  align-items: center;
  display: flex;
}

.integration-icon._40px {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
}

.integration-item-heading {
  margin-bottom: 8px;
}

.integration-cards-container-1 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 1000%;
  margin-bottom: 48px;
  display: flex;
}

.integration-cards-container-1.integrations-page {
  z-index: 1;
  margin-top: -145px;
  margin-bottom: 0;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.integrations-inside-container-1, .integrations-inside-container-2 {
  flex: none;
  align-items: flex-start;
  display: flex;
}

.integration-cards-container-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 1000%;
  display: flex;
}

.home-integration-circle-2 {
  background-color: var(--medium-sea-green);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto auto 6% 27%;
}

.feature-3-section.features.white-smoke-background {
  background-color: var(--white-smoke);
}

.feature-3-floating-image-2 {
  border-radius: 7px;
  width: 14%;
  height: 14%;
  position: absolute;
  top: 16%;
  bottom: auto;
  right: -10%;
  overflow: hidden;
}

.feature-3-circle {
  background-color: var(--coral);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto auto 10% 14%;
  overflow: hidden;
}

.feature-4-section.features {
  margin-bottom: 140px;
}

.feature-4-section.download-feature-section {
  margin-top: 140px;
  margin-bottom: 140px;
  position: relative;
  overflow: visible;
}

.feature-4-section.homepage-3 {
  margin-bottom: 140px;
}

.feature-4-left {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 40%;
  max-width: 510px;
  display: flex;
}

.feature-4-left.feature-2-vertical {
  align-items: center;
  width: 100%;
  max-width: 720px;
}

.feature-4-left.bsq-feature-2-vertical {
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin-bottom: 80px;
}

.pointer-grid {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 55%;
  max-width: 620px;
  display: grid;
}

.pointer-grid._2-rows {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1280px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.pointer-grid._2-rows-grid {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.pointer-grid-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pointer-icon {
  margin-bottom: 12px;
}

.cta-section {
  z-index: 1;
  margin-bottom: -205px;
  position: relative;
}

.cta-section.flex-horizontal {
  margin-bottom: 0;
}

.cta-section.flex-horizontal.blue-shapes {
  background-color: var(--royal-blue-2);
  background-image: url('../images/Group-2683.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.cta-text {
  color: var(--white);
  font-size: 22px;
}

.cta-form-block {
  margin-top: 40px;
  display: none;
}

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

.cta-form-field {
  color: var(--white);
  background-color: #4981ff;
  border: 1px #000;
  border-radius: 12px;
  width: 400px;
  max-width: 400px;
  margin-bottom: 0;
  margin-right: 24px;
  padding: 28px 0 28px 28px;
}

.cta-form-field::placeholder {
  color: var(--white);
  font-size: 18px;
}

.cta-form-field.blog-subscribe {
  background-color: #4e5a71;
  padding-right: 20px;
}

.cta-button {
  background-color: var(--white);
  color: var(--royal-blue);
  border-radius: 12px;
  padding: 15px 28px;
  font-weight: 700;
  transition: all .2s;
}

.cta-button:hover {
  background-color: var(--medium-sea-green);
  color: var(--white);
}

.cta-pointers-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.cta-pointers-container.left-align {
  justify-content: flex-start;
  margin-top: 24px;
}

.cta-pointer-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-pointer-item.first {
  margin-right: 24px;
}

.cta-pointer-checkmark {
  margin-right: 15px;
}

.about-hero-section {
  background-color: var(--white-smoke);
}

.about-hero-text {
  margin-top: 16px;
  font-size: 22px;
}

.about-images-section {
  margin-top: -140px;
}

.about-image {
  border-radius: 12px;
  height: 460px;
  overflow: hidden;
}

.about-story-left {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 500px;
  display: flex;
}

.about-story-right {
  width: 50%;
  max-width: 620px;
}

.about-story-text {
  padding-top: 48px;
  font-size: 22px;
  line-height: 140%;
}

.stats-number-text-2 {
  color: var(--storm);
  letter-spacing: -1.2px;
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 700;
  line-height: 106%;
}

.about-lightbox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 640px;
  display: flex;
  position: relative;
}

.play-button {
  width: 100px;
  height: 100px;
  margin-top: 280px;
  margin-left: -40px;
  position: absolute;
  inset: 0% 0% 0% 50%;
}

.about-values-section {
  background-image: url('../images/Shapes-1-min.png');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 100px;
}

.about-values-left {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 500px;
  display: flex;
}

.overflow-hidden {
  position: static;
  overflow: hidden;
}

.home-blog-heading-and-button {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
  display: flex;
}

.blog-heading-and-subheading {
  max-width: 620px;
}

.blog-heading-and-subheading.vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-subheading {
  margin-bottom: 16px;
}

.home-blogs-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-main-collection-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.featured-main-item {
  color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 640px;
  padding: 27px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured-main-image {
  height: 640px;
  position: absolute;
  inset: 0%;
}

.featured-author {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.featured-author-image {
  border: 1px solid var(--white);
  border-radius: 50%;
  flex: none;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  overflow: hidden;
}

.featured-content {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.featured-category {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.overlay {
  background-image: linear-gradient(114deg, #00000080 35%, #0d0e1066);
  position: absolute;
  inset: 0%;
}

.overlay.r {
  background-image: radial-gradient(circle closest-corner, #40454f00 40%, #0d0e1099);
}

.feature-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.feature-collection-item {
  height: 100%;
}

.feature-item {
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 27px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.featured-collection-wrapper {
  overflow: hidden;
}

.features-hero-section {
  background-color: var(--white-smoke);
}

.features-hero-heading {
  margin-top: 16px;
  margin-bottom: 16px;
}

.features-hero-text {
  max-width: 620px;
  font-size: 22px;
}

.features-loop-section {
  margin-top: -145px;
}

.features-cards {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  height: 100%;
  margin-right: 40px;
  padding: 30px;
  display: flex;
  overflow: hidden;
  box-shadow: 17px 17px 200px #40454f0f;
}

.features-card-icon {
  margin-bottom: 26px;
}

.featues-card-heading {
  margin-bottom: 8px;
}

.featues-card-heading.bsq-h-center {
  color: var(--storm);
}

.features-loop-inside-wrapper {
  display: flex;
}

.features-loop-inside-wrapper._1 {
  height: auto;
  display: flex;
}

.features-loop-inside-wrapper._2 {
  display: flex;
}

.features-learn-more-link-2 {
  color: #0d0e10;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-learn-more-link-2.blue {
  color: var(--royal-blue);
  text-decoration: none;
}

.features-learn-more-link-2.top-margin-16 {
  margin-top: 16px;
}

.features-learn-more-link-line-2 {
  background-color: #e1e4eb;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.features-1-floating {
  z-index: 1;
  border-radius: 10px;
  width: 60%;
  position: absolute;
  overflow: hidden;
  box-shadow: 7px 19px 165px #40454f0f;
}

.features-1-floating._1 {
  inset: 20% 0% auto auto;
}

.features-1-floating._1.display-hide {
  display: none;
}

.features-1-floating._2 {
  inset: 45% 12% auto auto;
}

.features-1-floating._2.display-hide {
  display: none;
}

.features-1-floating._3 {
  inset: 70% 0% auto auto;
}

.features-1-floating._3.display-hide {
  display: none;
}

.visual-features-section {
  background-color: var(--white-smoke);
}

.visual-features-up {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.visual-features-up.bsq-align-bottom {
  align-items: flex-end;
}

.visual-features-heading-and-subheading {
  max-width: 500px;
}

.visual-features-subheading {
  color: var(--royal);
  margin-bottom: 16px;
}

.visual-features-text {
  max-width: 500px;
}

.visual-features-items-container {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.visual-features-items-container.nav {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
}

.visual-features-items-container.nav.pages {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 2px solid var(--white-smoke);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  justify-items: start;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 0 20px;
}

.visual-features-items-container.nav.blogs {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.visual-features-items-container.nav.pages {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 2px solid #f1f3f6;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 0 20px;
}

.visual-features-items-container.nav.pages-single-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 2px solid var(--white-smoke);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  width: 33%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 0;
  padding: 0 20px 0 0;
}

.visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.visual-features-item.navbar {
  color: var(--black);
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
}

.visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.visual-features-item.navbar.horizontal {
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.visual-features-item.navbar.horizontal.hide {
  display: none;
}

.visual-features-item.navbar.right-link {
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 16px;
}

.visual-features-item.navbar.right-link:hover {
  color: var(--royal-blue);
  background-color: #0000;
}

.visual-features-item.navbar.blog {
  padding-left: 20px;
  padding-right: 20px;
}

.visual-features-item.navbar.center-alignment {
  align-items: center;
}

.visual-features-item-image {
  text-align: left;
  margin-bottom: 28px;
}

.visual-features-item-image.pages {
  margin-bottom: 0;
}

.visual-features-item-heading {
  text-align: center;
  justify-content: flex-start;
  margin-bottom: 8px;
  display: block;
}

.visual-features-item-heading.bsq-h {
  align-items: stretch;
  display: block;
}

.visual-features-item-heading.bsq-h._24px {
  letter-spacing: 0;
  font-size: 24px;
  line-height: 125%;
}

.visual-features-item-heading.bsq-h-white {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.visual-features-item-heading.bsq-h-white.visual-features-item---middle {
  display: none;
}

.featrues-tab-pane-circle-3 {
  background-color: #145aff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: -2% auto auto 16%;
}

.featrues-tab-pane-circle-3.features {
  background-color: var(--medium-sea-green);
}

.features-tab-circle-3 {
  background-color: #47c1fe;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto auto 5% 32%;
}

.features-tab-circle-3.features {
  background-color: var(--gold);
}

.features-tab-circle-4 {
  background-color: #47c1fe;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 22% auto auto 5%;
}

.white-2 {
  color: #fff;
}

.white-2.home-features-heading.homepage-3 {
  margin-bottom: 0;
}

.white-2._500w {
  max-width: 500px;
  margin-bottom: 10px;
}

.white-2.bsq-bottom-margin {
  margin-bottom: 16px;
}

.white-2._18px {
  font-size: 18px;
}

.featrues-tab-pane-circle-4 {
  background-color: #ff7847;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: auto -3% -3% auto;
}

.features-tab-section {
  z-index: 1;
  background-image: url('../images/cta-bg.svg');
  background-size: cover;
  margin-top: -20px;
  margin-bottom: 100px;
  position: relative;
}

.features-subheading {
  color: var(--white);
  margin-bottom: 16px;
}

.features-subheading.yellow {
  color: var(--gold);
}

.features-floating {
  z-index: 1;
  border-radius: 12px;
  width: 50%;
  max-width: 280px;
  display: block;
  position: absolute;
  inset: 35% auto auto 0%;
  overflow: hidden;
  box-shadow: 17px 17px 100px #40454f1a;
}

.home-features-image {
  z-index: 1;
  position: relative;
  left: -25px;
}

.features-5 {
  margin-bottom: 140px;
}

.features-heading-and-subheading {
  max-width: 620px;
  margin-bottom: 80px;
}

.features-5-heading {
  margin-bottom: 16px;
}

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

.features-5-item {
  text-align: left;
}

.features-5-icon {
  border-radius: 8px;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  overflow: hidden;
}

.features-5-icon.width-112 {
  width: 112px;
}

.features-4-text {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 24px;
}

.features-4-text.bsq-text, .features-4-text.bsq-text-center, .features-4-text.bsq-text-center {
  color: var(--storm);
}

.team-members-up {
  text-align: center;
  max-width: 620px;
  margin-bottom: 80px;
}

.members-container {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

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

.team-member-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-member-image {
  border-radius: 12px;
  height: 330px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.team-member-name {
  margin-bottom: 8px;
}

.team-member-linkedin-link {
  z-index: 10;
  background-image: url('../images/Button_1Button.png');
  background-position: 50%;
  background-size: cover;
  width: 48px;
  height: 48px;
  transition: filter .2s;
  position: absolute;
  inset: auto 7% 7% auto;
}

.pricing-hero-section {
  background-color: var(--white-smoke);
}

.pricing-hero-heading {
  margin-bottom: 16px;
}

.pricing-hero-heading.pricing-page-2 {
  text-align: left;
  flex: none;
  max-width: 620px;
  margin-bottom: 0;
}

.pricing-hero-text {
  max-width: 620px;
  font-size: 22px;
}

.pricing-hero-text.pricing-page-2 {
  text-align: left;
  width: 40%;
  max-width: 480px;
  margin-bottom: 10px;
}

.pricing-hero-text.bsq-text-center {
  max-width: 700px;
}

.pricing-tables-section {
  margin-top: -180px;
}

.pricing-switch-and-text {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-switch {
  background-color: var(--royal-blue);
  border-radius: 28px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 48px;
  height: 28px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-switch-ball {
  background-color: var(--white);
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.pricing-switch-left {
  cursor: pointer;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.pricing-switch-right {
  cursor: pointer;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.save-30-image {
  margin-left: 12px;
}

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

.pricing-tables-container.monthly {
  grid-column-gap: 30px;
}

.pricing-tables-container.yearly {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.pricing-tables-container.pricing-page-3 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-tables-container.pricing-page-2 {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr;
}

.pricing-table-item {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 26px;
  display: flex;
  overflow: hidden;
  box-shadow: 17px 17px 200px #40454f0f;
}

.pricing-table-item.bg {
  background-image: url('../images/Shapes.png');
  background-position: 50%;
  background-size: auto;
}

.pricing-table-item.bg.white {
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing-table-item.bg.white.pricing-page-3 {
  background-color: var(--royal);
  background-image: url('../images/pricing-banner-1280x580.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.pricing-table-item.pricing-page-2-item {
  max-width: 840px;
  padding: 40px;
}

.pricing-table-item.pricing-page-2-item.business {
  background-image: url('../images/Group-2686-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing-table-item.plans-ecommerce-ecommerce {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing-table-plan-text {
  margin-bottom: 8px;
}

.pricing-table-item-text {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 150%;
}

.pricing-table-item-text.pricing-page-3 {
  margin-bottom: 52px;
}

.pricing-table-item-text.pricing-page-2 {
  margin-bottom: 0;
}

.pricing-table-item-text.ecommerce {
  margin-bottom: 20px;
}

.pricing-cost {
  margin-bottom: 40px;
}

.pricing-cost.pricing-page-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 28px;
  font-size: 18px;
  display: block;
}

.pricing-cost-text-span {
  color: var(--black);
  letter-spacing: -1px;
  margin-right: 4px;
  font-size: 36px;
  font-weight: 700;
  line-height: 112%;
}

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

.pricing-cost-text-span.pricing-page-3 {
  margin-right: 0;
  font-size: 48px;
}

.pricing-cost-text-span.pricing-page-3.bsq-h {
  font-size: 36px;
}

.pricing-cost-text-span.white-pricing-page-3 {
  color: var(--white);
  margin-right: 0;
  font-size: 36px;
}

.pricing-cost-text-span.ecommerce {
  margin-top: 6px;
  margin-right: 0;
  font-size: 18px;
  font-weight: 600;
}

.pricing-cost-text-span.ecommerce-price {
  margin-right: 0;
  font-size: 48px;
}

.pricing-table-button {
  color: var(--royal-blue);
  background-color: #145aff33;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 17px;
  padding-bottom: 18px;
  font-style: normal;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.pricing-table-button:hover {
  background-color: var(--medium-sea-green);
  color: var(--white);
}

.pricing-table-button.white {
  background-color: var(--white);
}

.pricing-table-button.white:hover {
  background-color: var(--medium-sea-green);
}

.pricing-table-button.pricing-page-3 {
  text-align: center;
  flex: none;
  margin-bottom: 0;
}

.pricing-table-button.pricing-page-3:hover {
  background-color: var(--midnight);
}

.pricing-table-button.pricing-page-2 {
  width: auto;
  margin-bottom: 0;
  padding-left: 28px;
  padding-right: 28px;
}

.pricing-table-button.ecom {
  text-align: center;
  flex: none;
  margin-bottom: 0;
}

.pricing-table-button.ecom:hover {
  color: var(--midnight-blue);
  background-color: #1ebd534d;
}

.pricing-table-line {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
}

.pricing-table-item-pointers {
  flex-direction: column;
  width: 100%;
  margin-top: 35px;
  display: flex;
}

.pricing-table-pointer-item {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.pricing-table-checkmark {
  flex: none;
  margin-top: 4px;
  margin-right: 15px;
}

.faq-right {
  width: 70%;
  max-width: 840px;
  margin-left: auto;
}

.faq-heading-and-subheading {
  width: 70%;
  max-width: 840px;
  margin-bottom: 40px;
}

.faq-part.margin-top {
  margin-top: 64px;
}

.faq-part-heading {
  padding-top: 40px;
}

.faq-item {
  border-bottom: 1px solid var(--gainsboro);
  margin-top: 32px;
  padding-bottom: 32px;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-right: 0;
  display: flex;
}

.faq-question-text {
  max-width: 90%;
  font-size: 22px;
  font-weight: 500;
}

.faq-plus-icon {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  display: flex;
}

.faq-icon-line-1 {
  background-color: var(--black);
  width: 1px;
  height: 16px;
}

.faq-icon-line-2 {
  background-color: var(--black);
  width: 1px;
  height: 16px;
  position: absolute;
  transform: rotate(90deg);
}

.faq-answer {
  max-width: 95%;
  overflow: hidden;
}

.blog-hero-section {
  background-color: var(--white-smoke);
}

.blog-hero-heading {
  margin-bottom: 16px;
}

.blog-hero-text {
  max-width: 620px;
  font-size: 22px;
}

.blog-featured-section {
  margin-top: -150px;
}

.featrued-date-and-time {
  z-index: 190;
  align-items: center;
  display: flex;
}

.feature-down {
  position: relative;
}

.feature-dot {
  background-color: var(--white);
  border-radius: 60%;
  flex: none;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.blogs-heading-and-text {
  margin-bottom: 50px;
}

.blogs-heading-and-text.authors, .blogs-heading-and-text.center {
  margin-bottom: 0;
}

.all-blogs-heading {
  margin-bottom: 16px;
}

.all-blogs-heading.by {
  margin-right: 10px;
}

.all-blogs-heading.left {
  text-align: left;
}

.all-blogs-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-item {
  color: var(--dark-slate-grey);
  text-align: left;
  cursor: pointer;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-item.horizontal {
  flex-direction: row;
  margin-bottom: 40px;
}

.blogs-collection-list-wrapper {
  margin-top: 100px;
}

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

.blog-image {
  border-radius: 12px;
  height: 300px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.blog-image.blog-page-2 {
  height: 440px;
}

.blog-image.blog-page-2-down {
  width: 360px;
  height: 240px;
  margin-bottom: 0;
}

.blog-image.blog-page-3 {
  height: 440px;
}

.blog-category {
  color: var(--royal);
  margin-bottom: 8px;
}

.blog-date-and-time {
  z-index: 190;
  flex: none;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.blog-dot {
  background-color: var(--dark-slate-grey);
  border-radius: 60%;
  flex: none;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.blog-author {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 28px auto auto 28px;
}

.blog-author.static {
  justify-content: flex-start;
  margin-top: 20px;
  position: static;
}

.pagination {
  margin-top: 64px;
}

.blog-subscribe-section {
  margin-bottom: 145px;
}

.blog-subscribe-section.blog-3 {
  margin-top: -140px;
  margin-bottom: 0;
}

.blog-subscribe-left {
  width: 47%;
  max-width: 480px;
}

.blog-subscribe-heading {
  color: var(--white);
  margin-bottom: 12px;
}

._22-px {
  font-size: 22px;
  line-height: 150%;
}

._22-px.medium {
  font-weight: 500;
}

._22-px.medium.feature-header {
  font-weight: 700;
}

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

.blog-subscribe-form-container {
  width: 47%;
}

.blog-form-button {
  background-color: var(--royal-blue);
  color: var(--white);
  border-radius: 12px;
  padding: 15px 28px;
  font-weight: 700;
  transition: background-color .2s;
}

.blog-form-button:hover {
  background-color: var(--medium-sea-green);
}

.blog-form-button.center {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-form-button.center.bsq-royal-storm-button:hover {
  background-color: var(--storm);
}

.blog-post-hero-section {
  background-color: var(--white-smoke);
}

.blog-post-hero-inside-wrapper {
  width: 100%;
  max-width: 840px;
}

.blog-post-heading {
  margin-bottom: 16px;
}

.blog-post-heading.bsq-h.blog-post-subheading {
  letter-spacing: normal;
  font-family: Roboto Mono, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.blog-post-heading.bsq-h.heading-text {
  letter-spacing: -1.2px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 106%;
}

.rich-text {
  border-bottom: 1px solid var(--gainsboro);
  padding-bottom: 40px;
}

.rich-text h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text h6, .rich-text h5, .rich-text h4, .rich-text h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.rich-text p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.rich-text.vacancy-rich-text {
  border-bottom-style: none;
  padding-bottom: 0;
}

.rich-text.bsq-text {
  color: var(--storm);
}

.blog-post-author-and-social {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.blog-post-author {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-post-author-image {
  border-radius: 50%;
  flex: none;
  width: 96px;
  height: 96px;
  margin-right: 28px;
  overflow: hidden;
}

.blog-author-written-by {
  color: #6e7687;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.blog-share-on {
  color: #6e7687;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.blog-social-icons-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-social-item {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
  transition: transform .2s;
  display: block;
}

.blog-social-item:hover {
  transform: translate(0, -3px);
}

.similar-blog-post-heading {
  margin-bottom: 16px;
}

.similar-blogs-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
}

.career-hero-section {
  background-color: #4bbfcd;
}

.career-hero-heading {
  margin-bottom: 16px;
}

.career-image-item {
  border-radius: 12px;
  width: 49%;
  max-width: 620px;
  height: 450px;
  overflow: hidden;
}

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

.jobs-left {
  width: 40%;
  max-width: 510px;
  position: static;
}

.jobs-heading {
  margin-bottom: 16px;
}

.jobs-heading.bsq-h {
  text-align: center;
}

.jobs-right {
  width: 55%;
  padding-top: 20px;
}

.job-tabs {
  position: static;
}

.job-tabs-menu {
  max-width: 510px;
  position: absolute;
  inset: 350px auto auto 0%;
}

.job-tabs-content {
  overflow: visible;
}

.job-tab-link {
  background-color: var(--white-smoke);
  color: var(--black);
  border-radius: 12px;
  margin-bottom: 12px;
  margin-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.job-tab-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.job-tab-pane {
  padding: 20px 14px;
}

.job-item {
  background-color: var(--white);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 28px;
  padding: 32px 40px;
  text-decoration: none;
  display: flex;
  overflow: visible;
  box-shadow: 17px 17px 200px #40454f0f;
}

.job-item:hover {
  box-shadow: 17px 17px 200px #40454f0f;
}

.job-item-heading {
  margin-bottom: 8px;
}

.job-dot-details {
  color: var(--black);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.job-dot-details.job-post {
  margin-top: 40px;
  font-size: 22px;
}

.job-dot {
  background-color: var(--dark-slate-grey);
  border-radius: 50%;
  flex: none;
  width: 5px;
  height: 5px;
  margin-left: 8px;
  margin-right: 8px;
  overflow: hidden;
}

.job-salary-range {
  color: var(--black);
  margin-top: 4px;
}

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

.perks-heading {
  margin-bottom: 16px;
}

.perks-inside-wrapper {
  width: 100%;
  max-width: 620px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.perks-items-container {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

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

.perk-icon {
  margin-bottom: 20px;
}

.contact-hero-section {
  background-color: var(--white-smoke);
}

.contact-hero-heading {
  margin-bottom: 16px;
}

.contact-hero-text {
  max-width: 620px;
  font-size: 22px;
}

.contact-form-block {
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
  padding: 64px;
  box-shadow: 17px 17px 200px #40454f0f;
}

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

.contact-form-item {
  width: 48%;
}

.contact-form-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.contact-form-field-label {
  color: var(--dark-slate-grey);
  margin-bottom: 16px;
  font-weight: 500;
}

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

.contact-form-field-label.contact-page.bsq-demo-form-field {
  color: var(--storm);
}

.contact-form-text-field {
  background-color: var(--white-smoke);
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 30px 28px;
  font-size: 18px;
}

.contact-form-text-area {
  background-color: var(--white-smoke);
  mix-blend-mode: normal;
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 48px;
  padding: 20px 28px 100px;
  font-size: 18px;
  overflow: auto;
}

.contact-cards-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-card-item {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 17px 17px 200px #40454f0f;
}

.contact-card-icon {
  margin-bottom: 28px;
}

.contact-card-heading {
  margin-bottom: 8px;
}

.contact-card-link {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.location-left {
  max-width: 400px;
}

.location-heading {
  margin-bottom: 16px;
}

.location-item {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 16px;
  display: flex;
}

.location-icon {
  flex: none;
  margin-right: 16px;
}

.location-images-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-image {
  height: 560px;
}

.sign-up-section {
  margin-left: auto;
  margin-right: auto;
}

.sign-up-image {
  max-width: 40%;
  height: 100%;
  position: relative;
}

.sign-up-logo {
  z-index: 60;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
  inset: 50px auto auto 80px;
}

.sign-up-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 54px;
  padding-bottom: 54px;
  display: flex;
}

.sign-up-heading {
  margin-bottom: 16px;
}

.sign-up-link {
  color: var(--royal-blue);
  font-weight: 500;
  text-decoration: none;
}

.sign-up-with-google {
  color: var(--black);
  border: 1.5px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 15px 90px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.sign-up-with-google:hover {
  border-color: var(--royal-blue);
}

.sign-up-with-google-icon {
  flex: none;
  margin-right: 20px;
}

.or-continue-with {
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.or-continue-with-line {
  background-color: var(--gainsboro);
  width: 120px;
  height: 1px;
}

.sign-in-form-block {
  width: 100%;
  max-width: 400px;
  margin-top: 24px;
}

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

.faq-down {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.progress-bar {
  flex-direction: column;
  width: 25%;
  max-width: 290px;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 20px;
}

.progress-bar-item {
  color: var(--dark-slate-grey);
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  font-weight: 500;
  display: flex;
}

.progress-bar-item.lists {
  flex-direction: column;
}

.progress-bar-grey-line {
  background-color: var(--gainsboro);
  width: 2px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.progress-bar-blue-line {
  background-color: var(--royal-blue);
  position: absolute;
  inset: 0%;
}

.pricing-comparison-section.pricing-page-3 {
  margin-bottom: 60px;
}

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

.comparison-heading-and-subheading {
  max-width: 510px;
}

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

.comparison-table-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--gainsboro);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.comparison-plan {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.comparison-plan.pricing-page-3 {
  align-items: center;
}

.comparison-plan-price {
  font-size: 16px;
}

.comparison-table {
  margin-top: 80px;
  position: relative;
}

.success-message {
  background-color: var(--white);
  color: var(--medium-sea-green);
  border-radius: 4px;
  font-weight: 500;
  overflow: hidden;
}

.error-message {
  color: var(--coral);
  background-color: #fffcfc;
  border-radius: 4px;
  padding: 17px;
  font-weight: 500;
  overflow: hidden;
}

.integrations-hero-section {
  background-color: var(--white-smoke);
  overflow: hidden;
}

.integrations-hero-heading {
  margin-bottom: 16px;
}

.hero-integrations-text {
  max-width: 620px;
  font-size: 22px;
}

.integrations-features-section.homepage-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.integrations-features-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 80px;
  display: flex;
}

.integrations-features-heading {
  margin-bottom: 16px;
}

.integrations-features-items {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.integrations-features-item {
  text-align: left;
}

.integrations-features-icon {
  margin-bottom: 28px;
}

.integrations-featrues-heading {
  margin-bottom: 8px;
}

.most-popular-integration-section.homepage-3 {
  padding-top: 70px;
  padding-bottom: 40px;
}

.most-popular-integrations-up {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.most-popular-integrations-headings {
  max-width: 510px;
}

.most-popular-integrations-text {
  width: 45%;
  max-width: 510px;
}

.all-integrations-heading {
  margin-bottom: 16px;
}

._404-heading {
  margin-bottom: 0;
}

._404-robot {
  width: 400px;
  margin-top: 64px;
}

._404-section, .vacancy-post-hero-section {
  background-color: var(--white-smoke);
}

.vacancy-post-heading {
  margin-bottom: 16px;
}

.vacancy-post-hero-left {
  max-width: 620px;
}

.rich-text-wrapper {
  width: 70%;
  max-width: 840px;
}

.utility-page-wrap {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  height: 80vh;
  margin-bottom: 0;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  max-width: 400px;
  margin: auto;
  display: flex;
}

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

.password-heading.reset-page {
  margin-bottom: 16px;
}

.password-field-label {
  text-align: left;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

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

.password-text-field {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 28px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 28px;
  font-size: 18px;
  overflow: hidden;
}

.password-text-field::placeholder, .password-text-field.reset {
  color: var(--black);
}

.style-guide-hero-section {
  background-color: var(--white-smoke);
}

.style-guide-heading {
  margin-bottom: 16px;
}

.style-guide-main-content {
  width: 70%;
  max-width: 840px;
}

.style-guide-item-heading {
  margin-bottom: 16px;
}

.colors-grid {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 64px;
  display: grid;
}

.color-box {
  background-color: var(--royal-blue);
  border-radius: 8px;
  height: 96px;
  margin-bottom: 16px;
}

.color-box._2 {
  background-color: var(--medium-sea-green);
}

.color-box._3 {
  background-color: var(--gold);
}

.color-box._4 {
  background-color: var(--coral);
}

.color-box._5 {
  background-color: var(--deep-sky-blue);
}

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

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

.color-box._8 {
  background-color: var(--dark-slate-grey);
}

.color-box._9 {
  background-color: var(--light-grey);
}

.color-box._10 {
  background-color: var(--gainsboro);
}

.color-box._11 {
  background-color: var(--white-smoke);
}

.color-box._12 {
  background-color: var(--white);
}

.typography-heading {
  margin-bottom: 16px;
}

.typography-main {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 64px;
  display: grid;
}

.typography-item-description {
  margin-top: 16px;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 700;
}

.buttons {
  margin-bottom: 64px;
}

.buttons-heading {
  margin-bottom: 16px;
}

.buttons-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 40px;
  display: grid;
}

.licensing-hero-section {
  background-color: var(--white-smoke);
}

.licensing-hero-heading {
  margin-bottom: 16px;
}

.licensing-main {
  width: 70%;
  max-width: 840px;
}

.licensing-item {
  margin-bottom: 100px;
}

.licensing-item-heading-and-source {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.source-link {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.image-2 {
  flex: none;
  margin-left: 12px;
}

.source-line {
  position: absolute;
  inset: auto 0% 0%;
}

.licensing-images-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.licensing-large-image {
  border-radius: 8px;
  height: 510px;
  overflow: hidden;
}

.licensing-small-image {
  border-radius: 8px;
  height: 240px;
  overflow: hidden;
}

.licensing-icons-grid {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.font-text {
  color: var(--royal-blue);
  text-align: center;
  background-color: #d0deff;
  border-radius: 8px;
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 80px;
}

.licensing-illustration-image {
  margin-top: 40px;
}

.changelog-hero-section {
  background-color: var(--white-smoke);
}

.changelog-hero-heading, .changelog-date {
  margin-bottom: 16px;
}

.instructions-hero-section {
  background-color: var(--white-smoke);
}

.instructions-hero-heading, .conditional-visibility-heading {
  margin-bottom: 16px;
}

.youtube {
  margin-top: 40px;
}

.testimonial-section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  overflow: hidden;
}

.testimonial-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-heading.dark {
  color: var(--white);
  text-align: center;
  max-width: 700px;
}

.testimonial-heading.overview {
  width: 80%;
  max-width: 800px;
}

.testimonial-heading.overview._60 {
  width: 60%;
}

.testimonials-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-up {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 4000%;
  margin-bottom: 48px;
  padding-bottom: 0;
  display: flex;
}

.testimonial-item {
  border-radius: 12px;
  max-width: 600px;
  margin-right: 40px;
  padding: 32px 28px 50px;
  overflow: hidden;
  box-shadow: 17px 17px 200px #40454f0f;
}

.testimonial-item.sign-up-page {
  z-index: 20;
  background-color: var(--white);
  position: absolute;
  inset: auto auto 4% 6%;
}

.testimonial-item.review-hero {
  background-color: var(--white);
  max-width: 520px;
  margin-bottom: 40px;
  margin-right: 0;
  padding-top: 28px;
  padding-bottom: 28px;
}

.testimonial-item.review-hero-middle {
  background-color: var(--white);
  max-width: 520px;
  margin-bottom: 40px;
  margin-right: 0;
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
  right: -80px;
}

.testimonial-item.reviews-main {
  background-color: var(--white);
  margin-right: 0;
  padding-bottom: 32px;
}

.testimonial-image-and-name {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.testimonial-image-and-name.review-hero {
  margin-bottom: 20px;
}

.testimonial-image-and-name.review-twitter {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.testimonial-image {
  border-radius: 100%;
  flex: none;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  overflow: hidden;
}

.testimonial-move-1 {
  display: flex;
}

.home-hero-bg-circle {
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--white-smoke), #f1f3f633);
  border-radius: 100%;
  width: 920px;
  height: 920px;
  position: absolute;
  inset: 15% -50% 0% auto;
}

.home-hero-bg-circle.homepage-3 {
  background-image: radial-gradient(circle closest-side at 100% 0%, var(--white-smoke), #f1f3f633);
  inset: 25% auto 0% -50%;
}

.home-blog-heading.h2-60-px.center {
  text-align: center;
}

.testimonial-move-2 {
  display: flex;
}

.testimonial-down {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 4000%;
  margin-bottom: 48px;
  padding-bottom: 0;
  display: flex;
}

.testimonial-move-3, .testimonial-move-4 {
  display: flex;
}

.integrations-inside-container-3 {
  align-items: flex-start;
  display: flex;
}

.integrations-inside-container-4 {
  flex: none;
  align-items: flex-start;
  display: flex;
}

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

.footer-up {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--dark-slate-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 45px;
  display: grid;
}

.footer-form-block {
  margin-top: 185px;
  display: none;
}

.footer-form-field-label {
  color: var(--white);
  font-weight: 500;
}

.footer-field-and-button {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.footer-text-field {
  color: var(--white);
  background-color: #fff3;
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 24px;
  font-size: 16px;
  overflow: hidden;
}

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

.footer-links-row {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--white);
  margin-bottom: 16px;
  font-size: 16px;
  transition: opacity .2s;
  display: block;
}

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

.footer-link.down {
  display: inline-block;
}

.footer-link.cf {
  color: var(--deep-sky-blue);
  display: inline-block;
}

.footer-down {
  color: #fffc;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 16px;
  display: none;
}

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

.footer-links-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-heading {
  margin-bottom: 16px;
}

.job-item-2 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 28px;
  padding: 32px 40px;
  text-decoration: none;
  display: flex;
  overflow: visible;
  box-shadow: 17px 17px 200px #40454f0f;
}

.job-dot-2 {
  background-color: #40454f;
  border-radius: 50%;
  flex: none;
  width: 5px;
  height: 5px;
  margin-left: 8px;
  margin-right: 8px;
  overflow: hidden;
}

.blog-item-2 {
  color: #40454f;
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.featured-author-image-2 {
  border: 1px solid #fff;
  border-radius: 50%;
  flex: none;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  overflow: hidden;
}

.blog-dot-2 {
  background-color: #40454f;
  border-radius: 60%;
  flex: none;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.navigation-drop-container {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-top: 4px;
  display: flex;
  overflow: hidden;
}

.navigation-drop-container.features {
  border-radius: 10px;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
}

.navigation-drop-container.features.pages {
  margin-top: 4px;
  padding-right: 40px;
}

.dropdown-toggle {
  color: #04121f;
  padding-left: 12px;
  padding-right: 24px;
  transition: color .2s;
}

.dropdown-toggle:hover {
  color: var(--royal-blue);
  font-weight: 500;
}

.dropdown-toggle.white {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.navigation-left {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
  border-radius: 8px;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px #00000014;
}

.dropdown-list.w--open {
  box-shadow: none;
  width: 80%;
  padding-top: 25px;
  overflow: visible;
}

.dropdown-list.blog.w--open {
  width: 80%;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.navigation-menu {
  align-items: center;
  font-size: 16px;
  display: flex;
  position: static;
}

.dropdown-arrow {
  margin-right: 5px;
  font-size: 14px;
  display: none;
}

.nav-link {
  color: #04121f;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  transition: all .2s;
}

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

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

.nav-link.login {
  flex: none;
  font-weight: 500;
}

.nav-link.login.desktop {
  padding-left: 15px;
  padding-right: 15px;
}

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

.nav-link.login-mob {
  background-color: #fff;
  display: none;
}

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

.dropdown {
  margin-left: 5px;
  margin-right: 5px;
  display: block;
  position: static;
}

.dropdown.hide {
  display: none;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
  border-radius: 12px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 30px 100px #40454f1a;
}

.dropdown-list-full-wrapper.blog {
  max-width: 1160px;
}

.navigation {
  z-index: 100;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: block;
}

.main-navigations-container {
  position: relative;
}

.menu-button-mob {
  display: none;
}

.homepage-secondary-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  display: none;
}

.homepage-secondary-nav.homepage-3 {
  font-weight: 500;
}

.homepage-secondary-nav.black {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--royal-blue-2);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 400;
  display: flex;
}

.homepage-secondary-nav.show-announcement {
  display: flex;
}

.secondary-nav-power-icon {
  margin-right: 12px;
}

.secondary-nav-link {
  color: var(--white);
  justify-content: flex-start;
  margin-left: 10px;
  font-weight: 500;
  display: flex;
}

.user-action-link-arrow {
  margin-left: 6px;
}

.about-team-blue-div {
  opacity: 0;
  background-color: #145aff80;
  display: block;
  position: absolute;
  inset: 0%;
}

.about-colour-icon {
  opacity: 0;
  display: block;
}

._18px.pricing-sub-paragraph {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.search-results {
  flex-direction: column;
  max-width: 100%;
  margin-top: 140px;
}

.flex-seacrh {
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 42px;
  display: flex;
}

.flex-seacrh.blog-page {
  justify-content: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.search-input {
  border-radius: 10px;
  max-width: 400px;
  height: auto;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

.search-input:focus {
  border: 1px solid #83e0a2;
}

.search-input::placeholder {
  font-size: 18px;
}

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

.integration-card-link {
  border: 1px solid var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
  border-radius: 8px;
  justify-content: center;
  width: 90px;
  margin-top: 40px;
  margin-right: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.integration-card-link:hover {
  border: 1px solid #000;
}

.integration-card-link-icon {
  margin-right: 8px;
}

.integration-card-link-icon.details-page {
  margin-right: 16px;
}

.team-member-hero-image {
  border-radius: 8px;
  align-items: center;
  max-height: 500px;
  display: flex;
  overflow: hidden;
}

.team-member-hero-name {
  text-align: center;
  margin: 40px auto 20px;
  font-size: 40px;
}

.team-member-position {
  margin-left: auto;
  margin-right: auto;
}

.author-flex {
  justify-content: center;
  display: flex;
}

.navigation-center {
  width: auto;
  display: flex;
}

.empty-state {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.downloads-hero-section {
  background-color: var(--white-smoke);
}

.download-cards-section {
  margin-top: -140px;
}

.download-card-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.download-image {
  object-fit: contain;
}

.download-card-heading {
  margin-top: 28px;
  margin-bottom: 8px;
}

.download-card-links {
  color: #0d0e10;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.pricing-h4 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 8px;
}

.blue-link {
  cursor: pointer;
  text-decoration: underline;
  transition: color .2s;
}

.blue-link:hover {
  color: var(--medium-sea-green);
}

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

.faq-questions {
  color: var(--black);
  width: 90%;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

.faqs-text-wrap {
  width: 35%;
}

.faq-answer-wrap {
  padding-bottom: 0;
  padding-right: 10%;
}

.bottom-line {
  background-color: #dfd8d1;
  width: 100%;
  height: 1px;
}

.faq-content {
  color: var(--dark-slate-grey);
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
}

.wrapper-1200px {
  justify-content: space-between;
  align-items: stretch;
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.wrapper-1200px.faqs {
  max-width: 1280px;
  padding-bottom: 144px;
}

.faq-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.faq-question-container {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faqs-wrapper {
  width: 60%;
  padding-top: 40px;
}

.faq-paragraph {
  max-width: 640px;
  margin-top: 16px;
  margin-bottom: 0;
}

.review-text-container {
  width: 45%;
  max-width: 520px;
  margin-top: 80px;
}

.review-hero-heading {
  margin-bottom: 16px;
}

.review-hero-paragraph {
  margin-bottom: 32px;
  font-size: 22px;
}

.review-tweet-container {
  width: 50%;
  max-width: 520px;
}

.review-paragraph {
  color: var(--black);
}

.review-paragraph.center {
  color: var(--dark-slate-grey);
  text-align: center;
  max-width: 620px;
  margin-top: 16px;
}

.stats-wrapper {
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
}

.review-hero-section {
  background-color: var(--white-smoke);
}

.testimonial-main-wrapper {
  z-index: auto;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.reviews-container {
  z-index: 5;
  margin-top: 80px;
  display: flex;
  position: static;
}

.reviews-grid {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  max-width: 552px;
}

.reviews-grid.left {
  margin-right: 48px;
}

.reviews-grid.right {
  z-index: 5;
  margin-bottom: 44px;
  position: static;
}

.twitter-link {
  margin-left: auto;
}

.hero-bg-circle-reviews {
  z-index: -1;
  background-image: radial-gradient(circle closest-corner at 0% 0%, var(--white-smoke), #f1f3f633);
  border-radius: 100%;
  width: 920px;
  height: 920px;
  position: absolute;
  inset: auto -27% -224% auto;
}

.hero-bg-circle-reviews.overview {
  background-image: radial-gradient(circle closest-corner at 100% 100%, var(--white-smoke), #f1f3f633);
  inset: 34% -34% auto auto;
}

.hero-bg-circle-reviews.overview._2 {
  top: 60%;
}

.hero-bg-circle-reviews.overview._3 {
  width: 480px;
  height: 480px;
  inset: 19% auto auto -18%;
}

.hero-bg-circle-reviews.reviews {
  z-index: 1;
  background-image: radial-gradient(circle closest-corner at 0% 0%, var(--white-smoke), #f1f3f633);
  top: 40%;
  bottom: auto;
  right: -30%;
}

.email-field {
  background-color: var(--white-smoke);
  color: var(--slate-grey);
  border: 1px #000;
  border-radius: 12px;
  width: 400px;
  max-width: 370px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 28px;
  font-size: 18px;
}

.email-field.white {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  color: var(--white);
  background-color: #fff3;
  width: 400px;
  max-width: 400px;
  margin-bottom: 0;
}

.email-field.white::placeholder {
  color: var(--white);
}

.trial-form {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-hero-circle-decoration-homepage-3 {
  background-color: var(--deep-sky-blue);
  border-radius: 50%;
  width: 63px;
  height: 64px;
  position: absolute;
  inset: auto -5% -5% auto;
}

.home-hero-circle-decoration-homepage-3.homepage-2 {
  background-color: var(--royal-blue);
  width: 96px;
  height: 96px;
  bottom: 10%;
  right: 5%;
}

.logos-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.logos-image {
  background-color: #0000;
  max-width: 1066px;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 1%;
}

.logos-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 110px;
  display: flex;
  position: relative;
}

.bold-black-span {
  color: var(--black);
  font-weight: 700;
}

.feature-4-floating-2 {
  z-index: 2;
  max-width: 280px;
  position: absolute;
  inset: 8% 4% auto auto;
}

.features-slider-section {
  background-color: var(--royal-blue);
}

.features-slider-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 144px;
  padding-bottom: 144px;
  display: flex;
  position: relative;
}

.features-top-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.features-left-contain {
  max-width: 500px;
}

.features-slider {
  background-color: #0000;
  width: 100%;
  height: 362px;
  margin-bottom: 80px;
}

.slide-nav {
  display: none;
}

.features-slide {
  max-width: 400px;
  margin-right: 40px;
}

.slider-mask {
  max-width: 400px;
  overflow: visible;
}

.feature-slide-wrap {
  max-width: 400px;
}

.feature-slide-heading {
  color: var(--white);
  margin-top: 28px;
  margin-bottom: 8px;
}

.slider-left {
  filter: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .2s;
  display: flex;
  inset: auto auto -120px 0%;
}

.slider-left:hover {
  background-color: var(--white);
  filter: brightness();
  transform: translate(-5px);
}

.slider-right {
  filter: none;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .2s;
  display: flex;
  inset: auto auto -120px 76px;
}

.slider-right:hover {
  background-color: var(--white);
  filter: brightness();
  transform: translate(5px);
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  max-width: 560px;
  height: 372px;
  margin-top: 80px;
}

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

.testimonial-slide {
  max-width: 560px;
  margin-right: 208px;
}

.mask {
  max-width: 560px;
  overflow: visible;
}

.testimonial-slide-contain {
  background-color: var(--white);
  border-radius: 12px;
  padding: 40px;
}

.testimonial-title {
  margin-top: 32px;
  margin-bottom: 12px;
}

.contain {
  object-fit: contain;
}

.contain.saas-logo {
  width: 100%;
  max-width: 44px;
}

.testimonial-text {
  color: var(--black);
  margin-bottom: 32px;
  font-size: 22px;
}

.testimonial-info-contain {
  align-items: center;
  display: flex;
}

.testimonial-about {
  margin-left: 16px;
}

.testimonial-name {
  margin-bottom: 4px;
}

.testimonial-position {
  color: var(--slate-grey);
  font-size: 16px;
  line-height: 150%;
}

.testimonial-left {
  background-image: url('../images/caret-left-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  transition: all .2s;
  left: -120px;
}

.testimonial-left:hover {
  background-color: var(--royal-blue);
  transform: translate(-5px);
}

.testimonial-right {
  background-color: #0000;
  background-image: url('../images/caret-left-1-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  transition: all .2s;
  right: -120px;
}

.testimonial-right:hover {
  background-color: var(--royal-blue);
  transform: translate(5px);
}

.two-cards-cta-section {
  z-index: 1;
  margin-bottom: -140px;
  position: relative;
}

.two-cards-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.talk-cta-card-wrapper {
  background-color: var(--royal-blue);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

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

.cta-text-block {
  color: var(--white);
  margin-top: 8px;
  margin-bottom: 32px;
}

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

.contact-button {
  background-color: var(--white);
  color: var(--royal-blue);
  border-radius: 12px;
  padding: 20px 28px;
  font-weight: 700;
  transition: all .2s;
}

.contact-button:hover {
  background-color: var(--medium-sea-green);
  color: var(--white);
}

.background-image-container {
  background-color: #0000;
  background-image: url('../images/BG.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.hero-points-contain {
  display: flex;
}

.hero-points-contain.top-margin {
  margin-top: 40px;
}

.hero-image-floating-4 {
  z-index: 4;
  border-radius: 12px;
  width: 50%;
  max-width: 200px;
  position: absolute;
  inset: 15% 0% auto auto;
  overflow: hidden;
  box-shadow: 17px 17px 100px #40454f1a;
}

.statistics-homepage-2 {
  padding-top: 60px;
  display: block;
}

.statistics-left-container {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 500px;
  display: flex;
}

.statistics-right-text {
  color: var(--dark-slate-grey);
  padding-top: 48px;
  font-size: 22px;
  line-height: 140%;
}

.feature-tabs-section {
  z-index: 1;
  background-color: var(--midnight-blue);
  margin-top: 0;
  display: block;
  position: relative;
}

.home-feature-vertical-tabs {
  width: 100%;
  margin-top: 12px;
  display: block;
}

.feature-tab-link {
  color: var(--white);
  background-color: #fff3;
  border-radius: 12px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
}

.feature-tab-link.w--current {
  background-color: var(--white);
  color: var(--midnight-blue);
}

.feature-tab-link.last {
  margin-right: 0;
}

.features-tabs-menu {
  justify-content: center;
  display: flex;
}

.features-tabs-content {
  overflow: visible;
}

.integration-icon-rows-contain {
  width: 100%;
}

.integration-icon-top-row {
  display: flex;
  position: relative;
}

.integration-icon-wrap {
  flex: none;
  width: 128px;
  height: 128px;
  margin-right: 16px;
}

.integration-icon-bottom-row {
  margin-left: -7%;
  display: flex;
}

.case-studies-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.case-studies-section.cs-page {
  margin-top: 180px;
}

.cta-wrapper-left {
  width: 80%;
}

.cta-wrapper-left.trial {
  width: auto;
}

.white-button {
  background-color: var(--white);
  color: var(--royal-blue);
  border-radius: 12px;
  padding: 15px 28px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
}

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

.pricing-top-left {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  max-width: 620px;
  display: flex;
}

.pricing-page-2-blog---grid {
  justify-content: space-between;
  margin-top: -100px;
  margin-bottom: 144px;
  display: flex;
}

.blog-container---pricing-page-2 {
  margin-top: 160px;
  margin-right: 5%;
  position: sticky;
  top: 40px;
}

.pricing-grid-contain {
  width: 75%;
}

.pricing-page-plan-type {
  margin-bottom: 8px;
}

.pricing-top-flex {
  border-bottom: 2px solid var(--gainsboro);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 24px;
  display: flex;
}

.pricing-top-flex.business {
  border-bottom-color: #fff3;
}

.pricing-cost-page-2 {
  margin-bottom: 0;
}

.pricing-points-grid-contain {
  border-bottom: 2px solid var(--gainsboro);
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.pricing-points-grid-contain.business {
  border-bottom-color: #fff3;
}

.pricing-points-grid {
  grid-column-gap: 48px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.pricing-point-wrapper {
  align-items: center;
  display: flex;
}

.pricing-point-wrapper.inactive {
  opacity: .5;
}

.checkmark {
  object-fit: contain;
}

.price-point {
  color: var(--dark-slate-grey);
  margin-left: 16px;
  font-size: 18px;
  font-weight: 400;
}

.price-point.white {
  color: var(--white);
}

.pricing-bottom-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  display: flex;
}

.demo-section {
  margin-bottom: 145px;
}

.demo-flex-wrapper {
  max-width: 600px;
}

.demo-heading {
  color: var(--white);
  margin-bottom: 0;
}

.blue-demo-button {
  background-color: var(--royal-blue);
  color: var(--white);
  border-radius: 12px;
  flex: none;
  padding: 15px 28px;
  font-weight: 700;
  transition: background-color .2s;
}

.blue-demo-button:hover {
  background-color: var(--white);
  color: var(--storm);
}

.demo-left-text-contain {
  width: 45%;
  max-width: 520px;
  margin-top: 0;
}

.demo-form-contain {
  width: 50%;
  max-width: 520px;
  position: absolute;
  inset: 2% 0% auto auto;
}

.demo-form-block {
  background-color: var(--white);
  border-radius: 12px;
  margin-bottom: 0;
  padding: 40px 48px;
  box-shadow: 0 24px 200px #40454f0f;
}

.demo-form-field {
  color: var(--black);
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

.demo-text-field {
  background-color: var(--white-smoke);
  color: var(--slate-grey);
  object-fit: contain;
  border: 1px #000;
  border-radius: 12px;
  height: 60px;
  margin-bottom: 24px;
  padding-left: 28px;
  font-size: 18px;
  overflow: visible;
}

.demo-text-field::placeholder {
  color: var(--slate-grey);
}

.select-demo-field {
  color: var(--slate-grey);
  background-color: #0000;
  border: 1px #000;
  width: 97%;
  margin-bottom: 0;
  padding-left: 28px;
  font-size: 18px;
}

.select-demo-contain {
  background-color: var(--white-smoke);
  border-radius: 12px;
  align-items: center;
  height: 60px;
  margin-bottom: 24px;
  display: flex;
}

.demo-hero-section {
  background-color: var(--white-smoke);
}

.integration-name-wrapper, .integration-heading-wrapper {
  display: flex;
}

.integration-detail-about {
  text-align: left;
  max-width: 620px;
  font-size: 22px;
}

.integration-details-bottom {
  align-items: center;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.integration-logo {
  border: 4px solid var(--white);
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  display: flex;
}

.integration-logo.top {
  border: 4px none var(--white-smoke);
  background-image: url('../images/background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  display: flex;
}

.integration-image {
  width: 100%;
  max-width: 56px;
}

.integartions-detail-wrapper {
  width: 85%;
  max-width: 1280px;
  margin: 144px auto;
}

.sticky-detail-section {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.detail-rich-text {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  max-width: 840px;
  margin-left: auto;
  display: flex;
}

.integration-content {
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 400;
}

.integration-content h2 {
  margin-bottom: 16px;
}

.integration-content p {
  margin-bottom: 32px;
}

.integration-content h4, .integration-content h1, .integration-content h3, .integration-content h5, .integration-content h6 {
  margin-bottom: 16px;
}

.integration-content a {
  text-decoration: underline;
}

.integration-content ul {
  margin-top: 0;
  margin-bottom: 32px;
}

.integration-content li {
  margin-top: 16px;
}

.integration-button {
  border: 1px none var(--white-smoke);
  background-color: var(--medium-sea-green);
  color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 5px 28px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.integration-button:hover {
  background-color: var(--royal-blue);
  border: 1px #000;
}

.integration-button.top {
  margin-left: auto;
}

.integration-button.top.bsq-royal-storm-button {
  background-color: var(--royal);
  justify-content: center;
  margin-left: auto;
}

.integration-button.top.bsq-royal-storm-button:hover {
  background-color: var(--storm);
}

.integration-button.bsq-royal-storm-button {
  background-color: var(--royal);
}

.integration-button.bsq-royal-storm-button:hover {
  background-color: var(--storm);
}

.integration-collection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.integration-logo-small {
  max-width: 40px;
}

.collection-list {
  display: flex;
}

.integration-top-row {
  flex: none;
}

.support-pointers-list {
  color: var(--dark-slate-grey);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
}

.support-list {
  margin-top: 12px;
}

.pointer-dropdown {
  display: flex;
}

.arrow-icon {
  margin-right: 12px;
}

.pointer-list-wrapper {
  color: var(--storm);
}

.support-text {
  width: 70%;
  max-width: 840px;
  margin-left: auto;
}

.support-rich-text h2 {
  margin-bottom: 16px;
}

.support-rich-text p {
  margin-bottom: 32px;
}

.support-rich-text h1, .support-rich-text h3, .support-rich-text h5 {
  margin-bottom: 16px;
}

.support-rich-text a {
  text-decoration: underline;
}

.support-rich-text a:hover {
  color: var(--midnight-blue);
}

.support-rich-text ul {
  margin-top: 0;
  margin-bottom: 32px;
}

.support-rich-text li {
  margin-top: 16px;
}

.support-hero-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.support-hero-text {
  text-align: center;
  max-width: 620px;
  margin-bottom: 48px;
  font-size: 22px;
}

.support-search {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search-field {
  color: var(--dark-slate-grey);
  background-image: url('../images/search-icon.svg');
  background-position: 28px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 12px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 72px;
  font-size: 18px;
}

.search-field:focus {
  border-style: none;
}

.search-field::placeholder {
  color: var(--dark-slate-grey);
}

.search-field.grey {
  background-color: var(--white-smoke);
}

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

.email-form-field {
  background-color: var(--white);
  color: var(--dark-slate-grey);
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 0;
  margin-right: 24px;
  padding: 28px 155px 28px 28px;
  font-size: 18px;
}

.email-form-field::placeholder {
  color: var(--dark-slate-grey);
}

.all-blogs-top-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.blog-tabs {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.tabs-blog-menu {
  flex-direction: column;
  align-items: stretch;
  margin-right: 60px;
  display: flex;
}

.blog-right {
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  display: flex;
}

.blog-tab {
  border-right: 2px solid var(--white);
  color: var(--dark-slate-grey);
  background-color: #0000;
  padding-left: 0;
  padding-right: 40px;
  font-weight: 500;
}

.blog-tab.w--current {
  border-right-color: var(--royal-blue);
  color: var(--black);
  background-color: #0000;
  font-weight: 500;
}

.next-button {
  background-color: var(--white-smoke);
  background-image: url('../images/caret-left-1_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  transition: background-color .2s;
}

.next-button:hover {
  background-color: var(--gainsboro);
}

.previous-button {
  background-color: var(--white-smoke);
  background-image: url('../images/caret-left-1-1_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  transition: background-color .2s;
}

.previous-button:hover {
  background-color: var(--gainsboro);
}

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

.date-text, .time-text {
  flex: none;
}

.tabs-content {
  overflow: visible;
}

.collection-item {
  align-items: center;
  width: 100%;
  display: flex;
}

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

.left-text-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  max-width: 600px;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.left-text-contain.blog-page-3, .left-text-contain._50-width {
  width: 50%;
}

.image-case-study {
  width: 45%;
  max-width: 560px;
  position: relative;
  inset: 5% 0% auto auto;
}

.image-case-study.static {
  position: static;
}

.case-study-hero-heading {
  margin-bottom: 16px;
}

.case-study-hero-heading.bsq-h._50px {
  font-size: 50px;
}

.company-logo {
  max-width: 200px;
  margin-bottom: 28px;
  display: inline-block;
}

.cs-hero-paragraph {
  margin-bottom: 20px;
  font-size: 22px;
}

.cs-hero-paragraph.bsq-text {
  text-align: left;
}

.cs-hero-paragraph.bsq-text.quote, .cs-hero-paragraph.quote {
  font-style: italic;
}

.author-info {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.medium-text-span {
  font-weight: 500;
}

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

.medium-text-span.black.right-margin-5px {
  margin-right: 5px;
}

.medium-text-span.grey {
  color: var(--slate-grey);
  white-space: normal;
}

.author-name {
  color: var(--black);
  white-space: nowrap;
  font-weight: 500;
}

.author-name.bsq-text {
  text-align: left;
  font-family: Roboto Mono, sans-serif;
}

.read-more-link {
  color: #0d0e10;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.read-more-link.all {
  margin-left: 48px;
}

.case-study-wrapper {
  color: var(--dark-slate-grey);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.case-study-wrapper.template {
  align-items: center;
  padding-top: 0;
}

.case-study-wrapper.reverse {
  flex-direction: row-reverse;
  align-items: center;
}

.case-study-image {
  border-radius: 12px;
}

.case-study-image.cs-main, .case-study-image.template {
  object-fit: cover;
  width: 560px;
  height: 640px;
}

.case-studies-collection {
  width: 100%;
  margin-top: 80px;
}

.case-study-item {
  color: var(--dark-slate-grey);
  text-align: left;
  cursor: pointer;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 360px;
  margin-bottom: 48px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.case-study-item:hover {
  opacity: .8;
}

.case-study-item.pricing-page-2 {
  cursor: pointer;
}

.cs-image {
  border-radius: 12px;
  max-width: 400px;
  height: 280px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.cs-image.pricing-page-2 {
  max-width: 360px;
  height: 240px;
}

.company-name {
  margin-bottom: 8px;
}

.cs-image-rounded {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.cs-hero-section {
  background-color: #0000;
  position: relative;
}

.cs-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 145px;
  padding-bottom: 145px;
  display: flex;
}

.cs-rich-text {
  max-width: 840px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.cs-rich-text h2, .cs-rich-text h4 {
  margin-bottom: 16px;
}

.cs-rich-text p {
  margin-bottom: 32px;
}

.cs-rich-text h1, .cs-rich-text h3, .cs-rich-text h5, .cs-rich-text h6 {
  margin-bottom: 16px;
}

.cs-rich-text blockquote {
  color: var(--black);
  border-left-width: 2px;
  margin-left: 28px;
  margin-right: 28px;
  padding-left: 28px;
  padding-right: 0;
  font-size: 22px;
  font-weight: 400;
}

.cs-rich-text a {
  text-decoration: underline;
  transition: color .2s;
}

.cs-rich-text a:hover {
  color: var(--midnight-blue);
}

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

.blog-tag {
  margin-bottom: 8px;
}

.blog-image-contain {
  width: 45%;
  max-width: 560px;
  position: static;
  bottom: -40px;
}

.blog-wrapper {
  color: var(--dark-slate-grey);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-wrapper.reverse {
  flex-direction: row-reverse;
  align-items: center;
}

.blog-date {
  color: var(--dark-slate-grey);
  font-weight: 500;
}

.blog-image-page-3 {
  object-fit: cover;
  border-radius: 12px;
  width: 620px;
  height: 440px;
}

.blog-3-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.blog-tab-page-3 {
  background-color: var(--white-smoke);
  color: var(--black);
  border-radius: 12px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
}

.blog-tab-page-3.w--current {
  background-color: var(--black);
  color: var(--white);
}

.blog-tab-page-3.last {
  margin-right: 0;
}

.blog-content-page-3 {
  padding-top: 80px;
}

.blog-item-page-3 {
  margin-bottom: 48px;
}

.pagination-blog-page-3 {
  margin-top: 32px;
}

.blog-hero-section-page-3 {
  background-color: var(--white-smoke);
  padding-bottom: 140px;
}

.case-study-headings {
  text-align: center;
  max-width: 720px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.case-study-headings.bsq-h {
  color: var(--storm);
}

.button-container {
  display: flex;
}

.button-container.hide {
  display: none;
}

.heading-and-text-contain {
  margin-left: 20px;
}

.right-side-links {
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

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

.navigation-heading.more.bsq-h:hover {
  color: var(--storm);
}

.navigation-heading.more.bsq-h.bottom-margin-20 {
  margin-bottom: 20px;
}

.navigation-heading.more {
  color: #145aff;
  margin-bottom: 0;
}

.navigation-heading.more:hover {
  color: #1ebd53;
}

.divider-nav {
  background-color: var(--white-smoke);
  width: 100%;
  height: 2px;
  margin-top: 38px;
  margin-bottom: 28px;
}

.link-div {
  color: #0d0e10;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-div.all {
  margin-left: 48px;
}

.link-div.all.top-margin-20 {
  margin-top: 20px;
}

.link-div.all.top-margin-40 {
  z-index: 4;
  align-items: center;
  display: flex;
}

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

.footer-text {
  color: #fffc;
  max-width: 300px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 150%;
}

.grey-section {
  background-color: var(--white-smoke);
  height: 100vh;
}

.password-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 680px;
  margin: 60px auto 0;
  padding-bottom: 0;
  display: flex;
}

.password-text {
  text-align: center;
  max-width: 480px;
  margin-bottom: 40px;
}

.password-form {
  flex-direction: column;
  width: 400px;
  max-width: 400px;
  display: flex;
}

.forgot-password {
  color: var(--dark-slate-grey);
  flex: none;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  text-decoration: underline;
  transition: color .2s;
}

.forgot-password:hover {
  color: var(--royal-blue);
}

.collection-list-wrapper-integrations {
  flex-direction: row;
  display: flex;
}

.collection-list-integrations {
  display: flex;
}

.overview-stats-section {
  background-color: var(--royal-blue);
  background-image: url('../images/Shapes_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -100px;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}

.overview-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.overview-grid.bottom {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
}

.overview-grid.bottom-2-grid {
  grid-template-columns: 1fr 1fr;
  max-width: 840px;
  margin-top: 48px;
}

.overview-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.overview-wrapper.middle {
  margin-left: 40px;
  margin-right: 40px;
}

.overview-wrapper.right {
  margin-left: 40px;
}

.overview-wrapper.small {
  max-width: none;
}

.overview-image-wrapper {
  background-color: var(--gainsboro);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  max-width: 400px;
  height: 400px;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.overview-image-wrapper.small {
  height: auto;
}

.overview-sections {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.search-button {
  background-color: var(--royal-blue);
  color: var(--white);
  border-radius: 12px;
  margin-left: 20px;
  padding: 20px 25px;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
}

.search-button:hover {
  background-color: var(--medium-sea-green);
}

.search-button.bsq-royal-storm-button {
  background-color: var(--royal);
}

.search-button.bsq-royal-storm-button:hover {
  background-color: var(--storm);
}

.overview-image-contain {
  justify-content: center;
  width: 100%;
  display: flex;
}

.overview-dark-section {
  background-color: var(--midnight-blue);
  flex-direction: column;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
  position: relative;
}

.overview-blocks-container {
  margin-top: 64px;
}

.blocks-images {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.blocks-images.middle {
  z-index: 2;
  position: relative;
  left: -60px;
}

.blocks-images.last {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
  right: -60px;
}

.overview-images {
  width: 400px;
  max-width: 400px;
}

.overview-decor {
  background-color: var(--gold);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 5% auto auto -8%;
}

.overview-decor._1 {
  z-index: auto;
  background-color: var(--medium-sea-green);
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 5% 15% auto auto;
}

.overview-decor._2 {
  z-index: auto;
  background-color: var(--gold);
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 20% auto auto -1%;
}

.overview-decor._3 {
  z-index: 1;
  background-color: var(--royal-blue);
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto auto 47% 50%;
}

.overview-decor._4 {
  z-index: 1;
  background-color: var(--deep-sky-blue);
  width: 16px;
  height: 16px;
  position: absolute;
  inset: auto auto 29% 10%;
}

.overview-decor._5 {
  z-index: 1;
  background-color: var(--slate-grey);
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto auto 4% 30%;
}

.overview-decor._6 {
  z-index: 1;
  background-color: var(--coral);
  width: 60px;
  height: 60px;
  position: absolute;
  inset: auto auto 7% 89%;
}

.headings {
  width: 40%;
}

.pricing-row-contain {
  border-bottom: 1px solid var(--gainsboro);
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.pricing-row-contain.sticky {
  z-index: 10;
  background-color: var(--white);
  align-items: flex-start;
  position: sticky;
  top: 100px;
}

.price-grid-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.most-popular-integrations-contain {
  margin-top: 80px;
}

.integrations-logos {
  max-width: 40px;
}

.background-colour-div {
  z-index: -1;
  background-color: var(--white-smoke);
  width: 100%;
  height: 680px;
  position: absolute;
  inset: 0% 0% auto;
}

.testimonial-images {
  object-fit: contain;
  max-width: 60px;
}

.stars-image {
  object-fit: contain;
  width: 100%;
  max-width: 136px;
}

.overview-image {
  position: relative;
}

.image-scroll {
  border-radius: 10px;
  width: 400px;
  position: relative;
  inset: 0% auto auto 0%;
}

.cart-button {
  color: var(--midnight-blue);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

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

.cart-quantity {
  color: var(--royal-blue);
  background-color: #145aff1a;
  align-items: center;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  display: flex;
}

.cart-quantity.white {
  color: var(--white);
  background-color: #ffffff1a;
}

.product-details-2 {
  margin-top: 20px;
  font-size: 18px;
}

.plan-detail-title {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.product-box-wrap {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  height: auto;
  padding: 40px;
  box-shadow: 0 10px 30px #0f1f3d14;
}

.about-product-text {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.product-name-wrapper {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.buynow-button {
  background-color: var(--royal-blue);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  width: 150px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .3s;
  display: flex;
}

.buynow-button:hover {
  background-color: var(--medium-sea-green);
  color: var(--white);
}

.image-container {
  justify-content: center;
  align-items: center;
  width: 48%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.image-container.product-hero {
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  max-width: 600px;
}

.products-name {
  color: var(--midnight-blue);
  margin-bottom: 8px;
  margin-right: 10px;
}

.text-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.text-container.product-hero {
  width: 45%;
  max-width: 500px;
  margin-top: 100px;
}

.add-to-cart-buttons {
  background-color: var(--medium-sea-green);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  width: 150px;
  margin-top: 0;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .2s;
}

.add-to-cart-buttons:hover {
  background-color: var(--midnight-blue);
  color: #fff;
}

.plan-price {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
}

.plans-hero-section {
  background-color: #0000;
}

.checkout-form {
  background-color: #0000;
  padding: 0;
}

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

.text-field {
  background-color: var(--white-smoke);
  color: var(--slate-grey);
  border: 1px #000;
  border-radius: 12px;
  height: 60px;
  margin-bottom: 24px;
  padding-left: 28px;
  font-size: 18px;
}

.text-field::placeholder {
  color: var(--slate-grey);
}

.block-header {
  border-color: var(--gainsboro);
  color: var(--midnight-blue);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-content {
  border-right-color: var(--gainsboro);
  border-bottom-color: var(--gainsboro);
  border-left-color: var(--gainsboro);
  color: var(--midnight-blue);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.select-field-checkout {
  background-color: #f6f6fa;
  border: 1px #836ae4;
  border-radius: 12px;
  height: 55px;
  padding: 10px 10px 10px 16px;
}

.checkbox-label {
  margin-bottom: 0;
}

.billing-address-toggle {
  align-items: center;
}

.checkbox {
  margin-top: 0;
}

.order-confirmation {
  background-color: #0000;
}

.overview-hero-image {
  width: 23%;
  margin-right: 2%;
  transform: rotate(-15deg);
  box-shadow: 0 48px 128px #0d0e101f;
}

.blog-main-wrapper {
  z-index: auto;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.quantity {
  display: none;
}

.option-list {
  margin-top: 40px;
}

.duration-buttons {
  background-color: #145aff1a;
  border-style: none;
  border-radius: 10px;
}

.duration-buttons.w--ecommerce-pill-selected {
  background-color: var(--midnight-blue);
  font-weight: 500;
}

.button-group {
  margin-bottom: 20px;
}

.button-group.is-center {
  justify-content: center;
}

.buttons-contain-div {
  justify-content: flex-start;
  display: flex;
}

.option-list-nav {
  margin-top: 0;
}

.cart-quantity-2 {
  border-color: var(--medium-sea-green);
  color: var(--black);
  background-color: #1ebd531a;
}

.plan-name-cart {
  color: var(--black);
}

.option {
  margin-top: 0;
}

.text-block {
  color: var(--royal-blue);
  margin-top: 10px;
}

.checkout-button {
  background-color: var(--medium-sea-green);
  border-radius: 12px;
  justify-content: center;
  height: 60px;
  font-weight: 600;
  display: flex;
}

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

.pricing-block {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

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

.job-type {
  display: flex;
}

.cart-list {
  padding-left: 10px;
}

.sticky-nav-div {
  z-index: 999999999;
  background-color: var(--white);
  margin-top: -120px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 10px 50px #0f1f3d0f;
}

.bsq-navigation {
  z-index: 100;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: auto;
}

.bsq-hero-contact-sales {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bsq-hero-contact-sales.white {
  color: var(--white);
  flex-wrap: nowrap;
  margin-left: 40px;
}

.bsq-hero-contact-sales.white.right-side {
  margin-left: auto;
}

.bsq-hero-contact-sales.white.testimonial {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  display: none;
}

.bsq-hero-button-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.bsq-hero-button-container.top-margin-40 {
  margin-top: 40px;
}

.bsq-hero-button-container.top-margin-40-2 {
  margin-top: 40px;
  margin-bottom: 0;
}

.bsq-visual-features-items-container-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-self: auto;
  place-items: start stretch;
  display: grid;
}

.bsq-visual-features-items-container-4.nav {
  grid-column-gap: 0px;
}

.bsq-visual-features-items-container-4.nav.pages {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 2px solid var(--white-smoke);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 0 20px;
}

.bsq-visual-features-items-container-4.nav.blogs {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.bsq-visual-features-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bsq-visual-features-item.navbar {
  color: var(--black);
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
}

.bsq-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.bsq-visual-features-item.navbar.horizontal {
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.bsq-visual-features-item.navbar.right-link {
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 16px;
}

.bsq-visual-features-item.navbar.right-link:hover {
  color: var(--royal-blue);
  background-color: #0000;
}

.bsq-visual-features-item.navbar.blog {
  padding-left: 20px;
  padding-right: 20px;
}

.bsq-visual-features-item.visual-features-item---middle {
  display: block;
}

.bsq-h {
  color: var(--storm);
  font-family: Montserrat, sans-serif;
}

.bsq-h._24px {
  font-size: 24px;
}

.bsq-feature-tabs-section {
  z-index: 1;
  background-color: var(--midnight);
  margin-top: 0;
  display: block;
  position: relative;
}

.div-block {
  flex-direction: row;
  display: flex;
}

.columns {
  display: block;
}

.div-block-2 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  grid-template: "."
  / 1.75fr 1.75fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-7 {
  text-align: center;
  margin-top: 8px;
}

.bsq-visual-features-items-container-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  margin: 55px auto;
  display: grid;
}

.bsq-visual-features-items-container-3.nav {
  grid-column-gap: 0px;
}

.bsq-visual-features-items-container-3.nav.pages {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 2px solid var(--white-smoke);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 0 20px;
}

.bsq-visual-features-items-container-3.nav.blogs {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.bsq-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.bsq-wrapper.home-stats-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bsq-wrapper.home-feature-1-wrapper {
  align-items: center;
  padding-bottom: 145px;
}

.bsq-wrapper.home-feature-1-wrapper.homepage-3 {
  padding-top: 145px;
}

.bsq-wrapper.home-feature-1-wrapper.home-2 {
  width: 100%;
}

.bsq-wrapper.features-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 145px;
}

.bsq-wrapper.features-2-wrapper.homepage-2 {
  padding-bottom: 0;
}

.bsq-wrapper.home-integrations-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 0;
}

.bsq-wrapper._1920px {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 140px;
  overflow: visible;
}

.bsq-wrapper._1920px.background-image {
  background-image: url('../images/Shapes-min-min.png');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bsq-wrapper._1920px.background-image.pricing-page-3 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.bsq-wrapper._1920px.features-2-vertical {
  background-image: none;
  background-size: auto;
  align-items: center;
  max-width: none;
  padding-top: 144px;
  padding-bottom: 144px;
}

.bsq-wrapper.home-feature-3-wrapper {
  flex-direction: row-reverse;
  width: 85%;
  padding-top: 40px;
  padding-bottom: 145px;
}

.bsq-wrapper.home-feature-3-wrapper.home-2 {
  width: 100%;
  padding-top: 80px;
}

.bsq-wrapper.feature-4-wrapper {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.bsq-wrapper.feature-4-wrapper.features {
  flex-direction: row-reverse;
}

.bsq-wrapper.feature-4-wrapper.vertical {
  flex-direction: column;
}

.bsq-wrapper.cta-wrapper {
  background-image: url('../images/Feature-4-min.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.bsq-wrapper.about-hero-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  padding-top: 96px;
  padding-bottom: 240px;
}

.bsq-wrapper.about-images-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.bsq-wrapper.about-story-up-wrapper {
  align-items: flex-start;
}

.bsq-wrapper.about-grid {
  text-align: center;
  padding-top: 0;
  padding-bottom: 145px;
}

.bsq-wrapper.about-values-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bsq-wrapper.home-hero-wrapper {
  align-items: flex-start;
}

.bsq-wrapper.home-hero-wrapper.homepage-3 {
  flex-direction: row-reverse;
}

.bsq-wrapper.home-hero-wrapper.homepage-2 {
  flex-direction: column;
}

.bsq-wrapper.home-blog-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 145px;
}

.bsq-wrapper.home-blog-wrapper.vertical-blog {
  align-items: center;
  padding-top: 145px;
  padding-bottom: 45px;
}

.bsq-wrapper.features-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.bsq-wrapper.features-loop-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  width: 300%;
  max-width: none;
  padding-top: 0;
}

.bsq-wrapper.visual-features-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 145px;
}

.bsq-wrapper.features-5-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.bsq-wrapper.team-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 130px;
}

.bsq-wrapper.pricing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.bsq-wrapper.pricing-hero-wrapper.pricing-page-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1280px;
  padding-bottom: 220px;
}

.bsq-wrapper.pricing-table-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.bsq-wrapper.faq-wrapper {
  flex-direction: column;
  align-items: flex-end;
}

.bsq-wrapper.blog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.bsq-wrapper.blog-featured-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
}

.bsq-wrapper.all-blogs-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 140px;
}

.bsq-wrapper.all-blogs-wrapper.blog-page-2 {
  align-items: flex-start;
}

.bsq-wrapper.blog-subscribe-wrapper {
  background-image: url('../images/Shapes-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding-left: 96px;
  padding-right: 96px;
  overflow: hidden;
}

.bsq-wrapper.blog-post-hero-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 275px;
}

.bsq-wrapper.blog-post-image-wrapper {
  border-radius: 12px;
  height: 560px;
  margin-top: -180px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.bsq-wrapper.blog-post-rich-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 840px;
  padding-top: 0;
}

.bsq-wrapper.blog-similar-post-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

.bsq-wrapper.career-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.bsq-wrapper.career-images-wrapper {
  margin-top: -145px;
  padding-top: 0;
}

.bsq-wrapper.jobs-wrapper {
  align-items: flex-start;
  padding-bottom: 120px;
  position: relative;
}

.bsq-wrapper.perks-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 100px;
}

.bsq-wrapper.contact-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.bsq-wrapper.contact-form-wrapper {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  max-width: 920px;
  margin-top: -145px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.bsq-wrapper.location-wrapper {
  padding-top: 145px;
}

.bsq-wrapper.sign-up-wrapper {
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.bsq-wrapper.pricing-comparison-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
}

.bsq-wrapper.integrations-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.bsq-wrapper.integrations-features-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

.bsq-wrapper.most-popular-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.bsq-wrapper.all-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 145px;
}

.bsq-wrapper._404-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 620px;
  height: 100vh;
}

.bsq-wrapper.vacancy-hero-wrapper {
  flex-direction: row;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bsq-wrapper.vacancy-rich-text-wrapper {
  align-items: flex-start;
  padding-top: 145px;
}

.bsq-wrapper.style-guide-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bsq-wrapper.style-guide-wrapper {
  align-items: flex-start;
  padding-top: 100px;
}

.bsq-wrapper.licensing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bsq-wrapper.licensing-wrapper {
  align-items: flex-start;
}

.bsq-wrapper.changelog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
}

.bsq-wrapper.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 130px;
}

.bsq-wrapper.instructions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
}

.bsq-wrapper.instructions-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 980px;
}

.bsq-wrapper.testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  padding-top: 145px;
}

.bsq-wrapper.footer-wrapper {
  border-bottom: 1px solid var(--dark-slate-grey);
  flex-direction: column;
  align-items: stretch;
  padding-top: 320px;
  padding-bottom: 0;
}

.bsq-wrapper.footer-wrapper._80-top-padding {
  padding-top: 80px;
}

.bsq-wrapper.search-result {
  padding-top: 0;
}

.bsq-wrapper.download-cards-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 0;
  display: grid;
}

.bsq-wrapper.reviews-page {
  align-items: flex-start;
  padding-top: 60px;
}

.bsq-wrapper.reviews {
  z-index: 5;
  flex-direction: column;
  position: relative;
}

.bsq-wrapper.two-cards {
  padding-bottom: 0;
}

.bsq-wrapper.features-vertical-tabs {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 145px;
  display: flex;
}

.bsq-wrapper.integrations-icons-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 144px;
  padding-bottom: 0;
}

.bsq-wrapper.plans-grid {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.bsq-wrapper.integrations-details-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bsq-wrapper.support {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 144px;
  padding-bottom: 144px;
}

.bsq-wrapper.support-hero-wrapper {
  flex-direction: column;
  padding-top: 96px;
  padding-bottom: 144px;
}

.bsq-wrapper.case-study-page {
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.bsq-wrapper.case-study-page.template, .bsq-wrapper.case-study-page.main {
  padding-top: 0;
  padding-bottom: 0;
}

.bsq-wrapper.cs-bottom {
  z-index: 1;
  flex-direction: column;
  padding-top: 0;
  position: relative;
}

.bsq-wrapper.cs {
  z-index: 1;
  flex-direction: column;
  padding-top: 84px;
  position: relative;
}

.bsq-wrapper.cs-template {
  padding-top: 0;
  padding-bottom: 0;
}

.bsq-wrapper.overview-section {
  flex-direction: column;
  padding-top: 128px;
  padding-bottom: 128px;
}

.bsq-wrapper.overview-section.no-top-padding {
  padding-top: 0;
}

.bsq-wrapper.checkout {
  align-items: flex-start;
  width: 85%;
}

.bsq-wrapper.navigation-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bsq-wrapper.overview-page {
  flex-direction: column;
}

.bsq-wrapper.plans {
  align-items: flex-start;
}

.bsq-wrapper.bsq-1920px-lower-pad {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 40px;
  padding-bottom: 140px;
  overflow: visible;
}

.bsq-wrapper.bsq-1920px-lower-pad.background-image {
  background-image: url('../images/Shapes-min-min.png');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bsq-wrapper.bsq-1920px-lower-pad.background-image.pricing-page-3 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.bsq-wrapper.bsq-1920px-lower-pad.features-2-vertical {
  background-image: none;
  background-size: auto;
  align-items: center;
  max-width: none;
  padding-top: 144px;
  padding-bottom: 144px;
}

.bsq-wrapper.bsq-features-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 145px;
}

.bsq-wrapper.bsq-features-2-wrapper.homepage-2 {
  padding-bottom: 145px;
}

.bsq-footer-heading {
  color: #5bcfff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.bsq-text {
  color: var(--storm);
  text-align: left;
  overflow: visible;
}

.bsq-text.top-margin-8 {
  margin-top: 8px;
}

.home-hero-circle-decoration-homepage-4 {
  background-color: #47c1fe;
  border-radius: 50%;
  width: 63px;
  height: 64px;
  position: absolute;
  inset: auto -5% -5% auto;
}

.home-hero-circle-decoration-homepage-4.homepage-2 {
  background-color: #145aff;
  width: 96px;
  height: 96px;
  bottom: 10%;
  right: 5%;
}

.background-image-container-2 {
  background-image: url('../images/BG.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.error-message-2 {
  color: #ff7847;
  background-color: #fffcfc;
  border-radius: 4px;
  padding: 17px;
  font-weight: 500;
  overflow: hidden;
}

.visual-features-item-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.visual-features-item-2.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
}

.visual-features-item-2.navbar:hover {
  background-color: #fafafa;
}

.visual-features-item-2.navbar.horizontal {
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.visual-features-item-2.navbar.blog {
  padding-left: 20px;
  padding-right: 20px;
}

.visual-features-item-2.navbar.right-link {
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 16px;
}

.visual-features-item-2.navbar.right-link:hover {
  color: #145aff;
  background-color: #0000;
}

.cart-quantity-3 {
  color: #145aff;
  background-color: #145aff1a;
  align-items: center;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  display: flex;
}

.cart-quantity-3.white {
  color: #fff;
  background-color: #ffffff1a;
}

.nav-link-2 {
  color: #04121f;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  transition: all .2s;
}

.nav-link-2:hover {
  color: #145aff;
  font-weight: 500;
}

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

.nav-link-2.login {
  flex: none;
  font-weight: 500;
}

.nav-link-2.login.desktop {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link-2.login-mob {
  display: none;
}

.nav-link-2.white {
  color: #fff;
}

.button-2 {
  color: #fff;
  background-color: #1ebd53;
  border-radius: 12px;
  padding: 20px 25px;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: #0d0e10;
}

.button-2.trial {
  background-color: #145aff;
  height: 60px;
  padding-left: 28px;
  padding-right: 28px;
}

.button-2.trial:hover {
  background-color: #1ebd53;
}

.button-2.trial.white {
  color: #145aff;
  background-color: #fff;
  transition: color .2s, background-color .2s;
}

.button-2.trial.white:hover {
  color: #fff;
  background-color: #0f1f3d;
}

.button-2.navigation-button {
  background-color: #0d0e10;
  flex: none;
}

.button-2.navigation-button:hover {
  background-color: #1ebd53;
}

.button-2.navigation-button.white {
  background-color: #fff3;
  transition-property: all;
}

.button-2.navigation-button.white:hover {
  color: #0f1f3d;
  background-color: #fffffffa;
}

.button-2.navigation-button.mobile {
  display: none;
}

.divider-nav-2 {
  background-color: #f1f3f6;
  width: 100%;
  height: 2px;
  margin-top: 38px;
  margin-bottom: 28px;
}

.success-message-2 {
  color: #1ebd53;
  background-color: #fff;
  border-radius: 4px;
  font-weight: 500;
  overflow: hidden;
}

.visual-features-item-heading-2 {
  margin-bottom: 8px;
}

.navigation-menu-2 {
  align-items: center;
  font-size: 16px;
  display: flex;
  position: static;
}

.navigation-2 {
  z-index: 100;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cart-button-2 {
  color: #0f1f3d;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.cart-button-2.white {
  color: #fff;
}

.home-hero-circle-decoration-3 {
  background-color: #c7cad1;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto 10% -1% auto;
}

.home-hero-circle-decoration-3.homepage-2 {
  inset: auto auto 27% -6%;
}

.email-field-2 {
  color: #6e7687;
  background-color: #f1f3f6;
  border: 1px #000;
  border-radius: 12px;
  width: 400px;
  max-width: 370px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 28px;
  font-size: 18px;
}

.email-field-2.white {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  color: #fff;
  background-color: #fff3;
  width: 400px;
  max-width: 400px;
  margin-bottom: 0;
}

.email-field-2.white::placeholder {
  color: #fff;
}

.dropdown-toggle-2 {
  color: #04121f;
  padding-left: 12px;
  padding-right: 24px;
  transition: color .2s;
}

.dropdown-toggle-2:hover {
  color: #145aff;
  font-weight: 500;
}

.dropdown-toggle-2.white {
  color: #fff;
}

.bsq-para-large {
  font-size: 22px;
}

.bsq-para-large.home-hero-para {
  color: var(--storm);
  max-width: 550px;
  margin-bottom: 32px;
  line-height: 140%;
}

.bsq-para-large.home-hero-para.homepage-3 {
  color: var(--dark-slate-grey);
}

.bsq-para-large.home-hero-para.white-center {
  color: #fff;
  text-align: center;
  text-align: center;
}

.bsq-para-large.home-hero-para.bsq-text {
  text-align: left;
}

.bsq-para-large.overview {
  text-align: center;
  width: 90%;
  max-width: 1060px;
  margin-bottom: 32px;
  line-height: 140%;
}

.bsq-para-large.home-hero-para-wide {
  max-width: 550px;
  margin-bottom: 32px;
  line-height: 140%;
}

.bsq-para-large.home-hero-para-wide.homepage-3 {
  color: var(--dark-slate-grey);
}

.bsq-para-large.home-hero-para-wide.white-center {
  color: var(--white);
  text-align: center;
  max-width: 650px;
}

.bsq-navigation-2 {
  background-color: var(--storm);
}

.video {
  max-width: 400px;
}

.bsq-sticky-nav-div {
  z-index: 999999999;
  background-color: var(--white);
  margin-top: -120px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 10px 50px #0f1f3d0f;
}

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

.bsq-visual-features-text-600px {
  max-width: 600px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bsq-visual-features-item-heading {
  text-align: center;
  margin-bottom: 8px;
}

.bsq-visual-features-item-heading.bsq-h {
  justify-content: center;
  display: flex;
}

.bsq-visual-features-item-heading.bsq-h-white {
  color: var(--white);
}

.bsq-cta-section {
  z-index: 1;
  margin-bottom: -205px;
  position: relative;
}

.bsq-cta-section.flex-horizontal {
  margin-bottom: 0;
}

.bsq-cta-section.flex-horizontal.blue-shapes {
  background-color: var(--royal-blue-2);
  background-image: url('../images/Group-2683.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.bsq-cta-button-container {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.bsq-footer-top-padding {
  background-color: #1d2631;
}

.bsq-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.bsq-wrapper-2.home-stats-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bsq-wrapper-2.home-feature-1-wrapper {
  align-items: center;
  padding-bottom: 145px;
}

.bsq-wrapper-2.home-feature-1-wrapper.homepage-3 {
  padding-top: 145px;
}

.bsq-wrapper-2.home-feature-1-wrapper.home-2 {
  width: 100%;
}

.bsq-wrapper-2.features-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 145px;
}

.bsq-wrapper-2.features-2-wrapper.homepage-2 {
  padding-bottom: 0;
}

.bsq-wrapper-2.home-integrations-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 0;
}

.bsq-wrapper-2._1920px {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 140px;
  overflow: visible;
}

.bsq-wrapper-2._1920px.background-image {
  background-image: url('../images/Shapes-min-min.png');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bsq-wrapper-2._1920px.background-image.pricing-page-3 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.bsq-wrapper-2._1920px.features-2-vertical {
  background-image: none;
  background-size: auto;
  align-items: center;
  max-width: none;
  padding-top: 144px;
  padding-bottom: 144px;
}

.bsq-wrapper-2.home-feature-3-wrapper {
  flex-direction: row-reverse;
  width: 85%;
  padding-top: 40px;
  padding-bottom: 145px;
}

.bsq-wrapper-2.home-feature-3-wrapper.home-2 {
  width: 100%;
  padding-top: 80px;
}

.bsq-wrapper-2.feature-4-wrapper {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.bsq-wrapper-2.feature-4-wrapper.features {
  flex-direction: row-reverse;
}

.bsq-wrapper-2.feature-4-wrapper.vertical {
  flex-direction: column;
}

.bsq-wrapper-2.cta-wrapper {
  background-image: url('../images/Feature-4-min.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.bsq-wrapper-2.about-hero-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  padding-top: 96px;
  padding-bottom: 240px;
}

.bsq-wrapper-2.about-images-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.bsq-wrapper-2.about-story-up-wrapper {
  align-items: flex-start;
}

.bsq-wrapper-2.about-grid {
  text-align: center;
  padding-top: 0;
  padding-bottom: 145px;
}

.bsq-wrapper-2.about-values-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bsq-wrapper-2.home-hero-wrapper {
  align-items: flex-start;
}

.bsq-wrapper-2.home-hero-wrapper.homepage-3 {
  flex-direction: row-reverse;
}

.bsq-wrapper-2.home-hero-wrapper.homepage-2 {
  flex-direction: column;
}

.bsq-wrapper-2.home-blog-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 145px;
}

.bsq-wrapper-2.home-blog-wrapper.vertical-blog {
  align-items: center;
  padding-top: 145px;
  padding-bottom: 45px;
}

.bsq-wrapper-2.features-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.bsq-wrapper-2.features-loop-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  width: 300%;
  max-width: none;
  padding-top: 0;
}

.bsq-wrapper-2.visual-features-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 145px;
}

.bsq-wrapper-2.features-5-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.bsq-wrapper-2.team-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 130px;
}

.bsq-wrapper-2.pricing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.bsq-wrapper-2.pricing-hero-wrapper.pricing-page-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1280px;
  padding-bottom: 220px;
}

.bsq-wrapper-2.pricing-table-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.bsq-wrapper-2.faq-wrapper {
  flex-direction: column;
  align-items: flex-end;
}

.bsq-wrapper-2.blog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.bsq-wrapper-2.blog-featured-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
}

.bsq-wrapper-2.all-blogs-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 140px;
}

.bsq-wrapper-2.all-blogs-wrapper.blog-page-2 {
  align-items: flex-start;
}

.bsq-wrapper-2.blog-subscribe-wrapper {
  background-image: url('../images/Shapes-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding-left: 96px;
  padding-right: 96px;
  overflow: hidden;
}

.bsq-wrapper-2.blog-post-hero-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 275px;
}

.bsq-wrapper-2.blog-post-image-wrapper {
  border-radius: 12px;
  height: 560px;
  margin-top: -180px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.bsq-wrapper-2.blog-post-rich-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 840px;
  padding-top: 0;
}

.bsq-wrapper-2.blog-similar-post-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

.bsq-wrapper-2.career-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.bsq-wrapper-2.career-images-wrapper {
  margin-top: -145px;
  padding-top: 0;
}

.bsq-wrapper-2.jobs-wrapper {
  align-items: flex-start;
  padding-bottom: 120px;
  position: relative;
}

.bsq-wrapper-2.perks-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 100px;
}

.bsq-wrapper-2.contact-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.bsq-wrapper-2.contact-form-wrapper {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  max-width: 920px;
  margin-top: -145px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.bsq-wrapper-2.location-wrapper {
  padding-top: 145px;
}

.bsq-wrapper-2.sign-up-wrapper {
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.bsq-wrapper-2.pricing-comparison-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
}

.bsq-wrapper-2.integrations-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.bsq-wrapper-2.integrations-features-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

.bsq-wrapper-2.most-popular-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.bsq-wrapper-2.all-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 145px;
}

.bsq-wrapper-2._404-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 620px;
  height: 100vh;
}

.bsq-wrapper-2.vacancy-hero-wrapper {
  flex-direction: row;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bsq-wrapper-2.vacancy-rich-text-wrapper {
  align-items: flex-start;
  padding-top: 145px;
}

.bsq-wrapper-2.style-guide-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bsq-wrapper-2.style-guide-wrapper {
  align-items: flex-start;
  padding-top: 100px;
}

.bsq-wrapper-2.licensing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bsq-wrapper-2.licensing-wrapper {
  align-items: flex-start;
}

.bsq-wrapper-2.changelog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
}

.bsq-wrapper-2.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 130px;
}

.bsq-wrapper-2.instructions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
}

.bsq-wrapper-2.instructions-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 980px;
}

.bsq-wrapper-2.testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  padding-top: 145px;
}

.bsq-wrapper-2.footer-wrapper {
  border-bottom: 1px solid var(--dark-slate-grey);
  flex-direction: column;
  align-items: stretch;
  padding-top: 320px;
  padding-bottom: 0;
}

.bsq-wrapper-2.footer-wrapper._80-top-padding {
  padding-top: 80px;
  display: none;
}

.bsq-wrapper-2.search-result {
  padding-top: 0;
}

.bsq-wrapper-2.download-cards-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 0;
  display: grid;
}

.bsq-wrapper-2.reviews-page {
  align-items: flex-start;
  padding-top: 60px;
}

.bsq-wrapper-2.reviews {
  z-index: 5;
  flex-direction: column;
  position: relative;
}

.bsq-wrapper-2.two-cards {
  padding-bottom: 0;
}

.bsq-wrapper-2.features-vertical-tabs {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 145px;
  display: flex;
}

.bsq-wrapper-2.integrations-icons-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 144px;
  padding-bottom: 0;
}

.bsq-wrapper-2.plans-grid {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.bsq-wrapper-2.integrations-details-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bsq-wrapper-2.support {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 144px;
  padding-bottom: 144px;
}

.bsq-wrapper-2.support-hero-wrapper {
  flex-direction: column;
  padding-top: 96px;
  padding-bottom: 144px;
}

.bsq-wrapper-2.case-study-page {
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.bsq-wrapper-2.case-study-page.template, .bsq-wrapper-2.case-study-page.main {
  padding-top: 0;
  padding-bottom: 0;
}

.bsq-wrapper-2.cs-bottom {
  z-index: 1;
  flex-direction: column;
  padding-top: 0;
  position: relative;
}

.bsq-wrapper-2.cs {
  z-index: 1;
  flex-direction: column;
  padding-top: 84px;
  position: relative;
}

.bsq-wrapper-2.cs-template {
  padding-top: 0;
  padding-bottom: 0;
}

.bsq-wrapper-2.overview-section {
  flex-direction: column;
  padding-top: 128px;
  padding-bottom: 128px;
}

.bsq-wrapper-2.overview-section.no-top-padding {
  padding-top: 0;
}

.bsq-wrapper-2.checkout {
  align-items: flex-start;
  width: 85%;
}

.bsq-wrapper-2.navigation-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bsq-wrapper-2.overview-page {
  flex-direction: column;
}

.bsq-wrapper-2.plans {
  align-items: flex-start;
}

.bsq-wrapper-2.bsq-1920px-lower-pad {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 40px;
  padding-bottom: 140px;
  overflow: visible;
}

.bsq-wrapper-2.bsq-1920px-lower-pad.background-image {
  background-image: url('../images/Shapes-min-min.png');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bsq-wrapper-2.bsq-1920px-lower-pad.background-image.pricing-page-3 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.bsq-wrapper-2.bsq-1920px-lower-pad.features-2-vertical {
  background-image: none;
  background-size: auto;
  align-items: center;
  max-width: none;
  padding-top: 144px;
  padding-bottom: 144px;
}

.bsq-wrapper-2.bsq-features-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 145px;
}

.bsq-wrapper-2.bsq-features-2-wrapper.homepage-2 {
  padding-bottom: 145px;
}

.bsq-custom-pricing-cost-text-span {
  color: var(--black);
  letter-spacing: -1px;
  margin-right: 4px;
  font-size: 36px;
  font-weight: 700;
  line-height: 112%;
}

.bsq-custom-pricing-cost-text-span.white {
  color: var(--white);
}

.bsq-custom-pricing-cost-text-span.pricing-page-3 {
  margin-right: 0;
  font-size: 48px;
  font-weight: 700;
}

.bsq-custom-pricing-cost-text-span.white-pricing-page-3 {
  color: var(--white);
  margin-right: 0;
  font-size: 48px;
}

.bsq-custom-pricing-cost-text-span.ecommerce {
  margin-top: 6px;
  margin-right: 0;
  font-size: 18px;
  font-weight: 600;
}

.bsq-custom-pricing-cost-text-span.ecommerce-price {
  margin-right: 0;
  font-size: 48px;
}

.bsq-contact-form-full-width {
  width: 100%;
}

.bsq-simple-text-container {
  margin-top: 80px;
  margin-bottom: 0;
  position: relative;
}

.bsq-simple-text-container.margin-top-180 {
  margin-top: 180px;
}

.bsq-simple-text-container.margin-top-220 {
  margin-top: 220px;
}

.bsq-footer-less-top-padding {
  background-color: #1d2631;
}

.contact-form-dropdown-field {
  background-color: var(--white-smoke);
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 30px 28px;
  font-size: 18px;
}

.select-field {
  color: var(--dark-slate-grey);
}

.bsq-world-office {
  background-color: #a5dfe6;
  padding-top: 80px;
  padding-bottom: 80px;
}

.bsq-career-hero-section {
  background-color: #4bbfcd33;
}

.div-block-5, .div-block-5-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-4x2-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: 620px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.wrapper-4x2-grid.home-stats-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wrapper-4x2-grid.home-feature-1-wrapper {
  align-items: center;
  padding-bottom: 145px;
}

.wrapper-4x2-grid.home-feature-1-wrapper.homepage-3 {
  padding-top: 145px;
}

.wrapper-4x2-grid.home-feature-1-wrapper.home-2 {
  width: 100%;
}

.wrapper-4x2-grid.features-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 145px;
}

.wrapper-4x2-grid.features-2-wrapper.homepage-2 {
  padding-bottom: 0;
}

.wrapper-4x2-grid.home-integrations-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 0;
}

.wrapper-4x2-grid._1920px {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 140px;
  overflow: visible;
}

.wrapper-4x2-grid._1920px.background-image {
  background-image: url('../images/Shapes-min-min.png');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper-4x2-grid._1920px.background-image.pricing-page-3 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.wrapper-4x2-grid._1920px.features-2-vertical {
  background-image: none;
  background-size: auto;
  align-items: center;
  max-width: none;
  padding-top: 144px;
  padding-bottom: 144px;
}

.wrapper-4x2-grid.home-feature-3-wrapper {
  flex-direction: row-reverse;
  width: 85%;
  padding-top: 40px;
  padding-bottom: 145px;
}

.wrapper-4x2-grid.home-feature-3-wrapper.home-2 {
  width: 100%;
  padding-top: 80px;
}

.wrapper-4x2-grid.feature-4-wrapper {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-4x2-grid.feature-4-wrapper.features {
  flex-direction: row-reverse;
}

.wrapper-4x2-grid.feature-4-wrapper.vertical {
  flex-direction: column;
}

.wrapper-4x2-grid.cta-wrapper {
  background-image: url('../images/Feature-4-min.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.wrapper-4x2-grid.about-hero-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  padding-top: 96px;
  padding-bottom: 240px;
}

.wrapper-4x2-grid.about-images-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.wrapper-4x2-grid.about-story-up-wrapper {
  align-items: flex-start;
}

.wrapper-4x2-grid.about-grid {
  text-align: center;
  padding-top: 0;
  padding-bottom: 145px;
}

.wrapper-4x2-grid.about-values-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper-4x2-grid.home-hero-wrapper {
  align-items: flex-start;
}

.wrapper-4x2-grid.home-hero-wrapper.homepage-3 {
  flex-direction: row-reverse;
}

.wrapper-4x2-grid.home-hero-wrapper.homepage-2 {
  flex-direction: column;
}

.wrapper-4x2-grid.home-blog-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 145px;
}

.wrapper-4x2-grid.home-blog-wrapper.vertical-blog {
  align-items: center;
  padding-top: 145px;
  padding-bottom: 45px;
}

.wrapper-4x2-grid.features-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper-4x2-grid.features-loop-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  width: 300%;
  max-width: none;
  padding-top: 0;
}

.wrapper-4x2-grid.visual-features-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 145px;
}

.wrapper-4x2-grid.features-5-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-4x2-grid.team-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 130px;
}

.wrapper-4x2-grid.pricing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper-4x2-grid.pricing-hero-wrapper.pricing-page-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1280px;
  padding-bottom: 220px;
}

.wrapper-4x2-grid.pricing-table-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-4x2-grid.faq-wrapper {
  flex-direction: column;
  align-items: flex-end;
}

.wrapper-4x2-grid.blog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper-4x2-grid.blog-featured-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
}

.wrapper-4x2-grid.all-blogs-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 140px;
}

.wrapper-4x2-grid.all-blogs-wrapper.blog-page-2 {
  align-items: flex-start;
}

.wrapper-4x2-grid.blog-subscribe-wrapper {
  background-image: url('../images/Shapes-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding-left: 96px;
  padding-right: 96px;
  overflow: hidden;
}

.wrapper-4x2-grid.blog-post-hero-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 275px;
}

.wrapper-4x2-grid.blog-post-image-wrapper {
  border-radius: 12px;
  height: 560px;
  margin-top: -180px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.wrapper-4x2-grid.blog-post-rich-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 840px;
  padding-top: 0;
}

.wrapper-4x2-grid.blog-similar-post-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

.wrapper-4x2-grid.career-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper-4x2-grid.career-images-wrapper {
  margin-top: -145px;
  padding-top: 0;
}

.wrapper-4x2-grid.jobs-wrapper {
  align-items: flex-start;
  padding-bottom: 120px;
  position: relative;
}

.wrapper-4x2-grid.perks-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 100px;
}

.wrapper-4x2-grid.contact-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper-4x2-grid.contact-form-wrapper {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  max-width: 920px;
  margin-top: -145px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.wrapper-4x2-grid.location-wrapper {
  padding-top: 145px;
}

.wrapper-4x2-grid.sign-up-wrapper {
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-4x2-grid.pricing-comparison-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
}

.wrapper-4x2-grid.integrations-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper-4x2-grid.integrations-features-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

.wrapper-4x2-grid.most-popular-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.wrapper-4x2-grid.all-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 145px;
}

.wrapper-4x2-grid._404-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 620px;
  height: 100vh;
}

.wrapper-4x2-grid.vacancy-hero-wrapper {
  flex-direction: row;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper-4x2-grid.vacancy-rich-text-wrapper {
  align-items: flex-start;
  padding-top: 145px;
}

.wrapper-4x2-grid.style-guide-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper-4x2-grid.style-guide-wrapper {
  align-items: flex-start;
  padding-top: 100px;
}

.wrapper-4x2-grid.licensing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper-4x2-grid.licensing-wrapper {
  align-items: flex-start;
}

.wrapper-4x2-grid.changelog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
}

.wrapper-4x2-grid.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 130px;
}

.wrapper-4x2-grid.instructions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
}

.wrapper-4x2-grid.instructions-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 980px;
}

.wrapper-4x2-grid.testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  padding-top: 145px;
}

.wrapper-4x2-grid.footer-wrapper {
  border-bottom: 1px solid var(--dark-slate-grey);
  flex-direction: column;
  align-items: stretch;
  padding-top: 320px;
  padding-bottom: 0;
  display: block;
}

.wrapper-4x2-grid.footer-wrapper._80-top-padding {
  padding-top: 80px;
  display: block;
}

.wrapper-4x2-grid.search-result {
  padding-top: 0;
}

.wrapper-4x2-grid.download-cards-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 0;
  display: grid;
}

.wrapper-4x2-grid.reviews-page {
  align-items: flex-start;
  padding-top: 60px;
}

.wrapper-4x2-grid.reviews {
  z-index: 5;
  flex-direction: column;
  position: relative;
}

.wrapper-4x2-grid.two-cards {
  padding-bottom: 0;
}

.wrapper-4x2-grid.features-vertical-tabs {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 145px;
  display: flex;
}

.wrapper-4x2-grid.integrations-icons-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 144px;
  padding-bottom: 0;
}

.wrapper-4x2-grid.plans-grid {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-4x2-grid.integrations-details-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper-4x2-grid.support {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 144px;
  padding-bottom: 144px;
}

.wrapper-4x2-grid.support-hero-wrapper {
  flex-direction: column;
  padding-top: 96px;
  padding-bottom: 144px;
}

.wrapper-4x2-grid.case-study-page {
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.wrapper-4x2-grid.case-study-page.template, .wrapper-4x2-grid.case-study-page.main {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-4x2-grid.cs-bottom {
  z-index: 1;
  flex-direction: column;
  padding-top: 0;
  position: relative;
}

.wrapper-4x2-grid.cs {
  z-index: 1;
  flex-direction: column;
  padding-top: 84px;
  position: relative;
}

.wrapper-4x2-grid.cs-template {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-4x2-grid.overview-section {
  flex-direction: column;
  padding-top: 128px;
  padding-bottom: 128px;
}

.wrapper-4x2-grid.overview-section.no-top-padding {
  padding-top: 0;
}

.wrapper-4x2-grid.checkout {
  align-items: flex-start;
  width: 85%;
}

.wrapper-4x2-grid.navigation-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper-4x2-grid.overview-page {
  flex-direction: column;
}

.wrapper-4x2-grid.plans {
  align-items: flex-start;
}

.wrapper-4x2-grid.bsq-1920px-lower-pad {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 40px;
  padding-bottom: 140px;
  overflow: visible;
}

.wrapper-4x2-grid.bsq-1920px-lower-pad.background-image {
  background-image: url('../images/Shapes-min-min.png');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper-4x2-grid.bsq-1920px-lower-pad.background-image.pricing-page-3 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.wrapper-4x2-grid.bsq-1920px-lower-pad.features-2-vertical {
  background-image: none;
  background-size: auto;
  align-items: center;
  max-width: none;
  padding-top: 144px;
  padding-bottom: 144px;
}

.wrapper-4x2-grid.bsq-features-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 145px;
}

.wrapper-4x2-grid.bsq-features-2-wrapper.homepage-2 {
  padding-bottom: 145px;
}

.wrapper-4x2-grid.bsq-career-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 140px;
}

.bsq-carousel-image {
  max-width: 276px;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.bsq-london-pin-image {
  position: static;
  top: 415px;
  left: 475px;
}

.bsq-thessaloniki-pin {
  z-index: 1;
  position: absolute;
  top: 40%;
  left: 54.5%;
}

.bsq-london-pin {
  display: block;
  position: absolute;
  top: 34%;
  left: 47.5%;
}

.bsq-thessaloniki-pin-image {
  position: static;
}

.bsq-sf-pin {
  position: absolute;
  top: 38%;
  left: 12%;
}

.bsq-sf-pin-image {
  position: static;
}

.bsq-ny-pin {
  position: absolute;
  top: 36%;
  left: 26%;
}

.bsq-thessaloniki-office {
  z-index: 1;
  background-color: var(--white);
  padding: 10px 20px 20px 10px;
  display: block;
  position: absolute;
  top: 37%;
  left: 58%;
}

.bsq-thessaloniki-office-image {
  position: static;
}

.bsq-london-office {
  z-index: 1;
  background-color: var(--white);
  padding: 10px 20px 20px 10px;
  display: block;
  position: absolute;
  top: 35%;
  left: 56%;
}

.bsq-london-office-image {
  position: static;
}

.div-block-6 {
  position: fixed;
}

.div-block-7 {
  position: relative;
}

.bsq-footer-down-link {
  color: #fffc;
  font-size: 16px;
  transition: opacity .2s;
  display: block;
}

.bsq-footer-down-link:hover {
  color: var(--light-grey);
}

.bsq-footer-down-link.down {
  display: inline-block;
}

.bsq-footer-down-link.cf {
  color: var(--deep-sky-blue);
  display: inline-block;
}

.video-modal {
  z-index: 5;
  width: 100%;
  height: 80%;
  display: none;
  position: fixed;
}

.bsq-logos-image {
  background-color: #0000;
  max-width: 155px;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 2%;
}

.bsq-logos-image-2 {
  background-color: #0000;
  max-height: 35px;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 2%;
}

.bsq-features-cards {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 350px;
  max-width: 400px;
  height: 263.75px;
  margin-right: 40px;
  padding: 30px;
  display: flex;
  overflow: hidden;
  box-shadow: 17px 17px 200px #40454f0f;
}

.bsq-pricing-table-button {
  color: var(--royal-blue);
  background-color: #2f54e733;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 17px;
  padding-bottom: 18px;
  font-style: normal;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.bsq-pricing-table-button:hover {
  background-color: var(--storm);
  color: var(--white);
}

.bsq-pricing-table-button.white {
  background-color: var(--white);
}

.bsq-pricing-table-button.white:hover {
  background-color: var(--medium-sea-green);
}

.bsq-pricing-table-button.pricing-page-3 {
  text-align: center;
  flex: none;
  margin-bottom: 0;
}

.bsq-pricing-table-button.pricing-page-3:hover {
  background-color: var(--midnight);
}

.bsq-pricing-table-button.pricing-page-2 {
  width: auto;
  margin-bottom: 0;
  padding-left: 28px;
  padding-right: 28px;
}

.bsq-pricing-table-button.ecom {
  text-align: center;
  flex: none;
  margin-bottom: 0;
}

.bsq-pricing-table-button.ecom:hover {
  color: var(--midnight-blue);
  background-color: #1ebd534d;
}

.bsq-pricing-table-button.pricing-table-3 {
  color: var(--royal);
  background-color: #2f54e733;
}

.bsq-pricing-table-button-white {
  background-color: var(--white);
  color: var(--royal-blue-2);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 17px;
  padding-bottom: 18px;
  font-style: normal;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.bsq-pricing-table-button-white:hover {
  background-color: var(--storm);
  color: var(--white);
}

.bsq-pricing-table-button-white.white {
  background-color: var(--white);
}

.bsq-pricing-table-button-white.white:hover {
  background-color: var(--medium-sea-green);
}

.bsq-pricing-table-button-white.pricing-page-3 {
  text-align: center;
  flex: none;
  margin-bottom: 0;
}

.bsq-pricing-table-button-white.pricing-page-3:hover {
  background-color: var(--midnight);
}

.bsq-pricing-table-button-white.pricing-page-2 {
  width: auto;
  margin-bottom: 0;
  padding-left: 28px;
  padding-right: 28px;
}

.bsq-pricing-table-button-white.ecom {
  text-align: center;
  flex: none;
  margin-bottom: 0;
}

.bsq-pricing-table-button-white.ecom:hover {
  color: var(--midnight-blue);
  background-color: #1ebd534d;
}

.bsq-pricing-table-button-white.pricing-table-3 {
  color: var(--royal);
  background-color: #2f54e733;
}

.bsq-blue-demo-button {
  background-color: var(--royal);
  color: var(--white);
  border-radius: 12px;
  flex: none;
  padding: 15px 28px;
  font-weight: 700;
  transition: background-color .2s;
}

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

.bsq-contact-form-row-no-padding {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bsq-blog-form-button {
  background-color: var(--royal-blue);
  color: var(--white);
  border-radius: 12px;
  padding: 15px 28px;
  font-weight: 700;
  transition: background-color .2s;
}

.bsq-blog-form-button:hover {
  background-color: var(--medium-sea-green);
}

.bsq-blog-form-button.center {
  background-color: var(--royal);
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bsq-blog-form-button.center.bsq-royal-storm-button:hover {
  background-color: var(--storm);
}

.contact-form-text-field-copy {
  background-color: var(--white-smoke);
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 30px 28px;
  font-size: 18px;
}

.bsq-h2-60-px {
  letter-spacing: -1.2px;
  font-size: 60px;
}

.bsq-h2-60-px.white.center {
  text-align: center;
}

.bsq-h2-60-px.bsq-h {
  color: var(--storm);
}

.bsq-h2-60-px.bsq-h-center {
  color: var(--storm);
  text-align: center;
}

.bsq-text-center {
  color: var(--storm);
  text-align: center;
  align-items: flex-start;
  display: flex;
}

.bsq-text-center.bottom-margin {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
}

.bsq-features-5-item {
  text-align: left;
  flex-direction: column;
  display: flex;
}

.bsq-text-2 {
  color: var(--storm);
  text-align: left;
}

.bsq-link {
  color: var(--royal);
}

.bsq-subheading {
  color: var(--royal);
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.bsq-subheading.light-blue {
  color: var(--deep-sky-blue);
}

.bsq-subheading.bsq-h-royal {
  color: var(--royal);
  font-family: Montserrat, sans-serif;
}

.bsq-contact-form-field-label {
  color: var(--dark-slate-grey);
  margin-bottom: 16px;
  font-weight: 500;
}

.bsq-contact-form-field-label.contact-page {
  color: var(--black);
}

.bsq-demo-form-field {
  color: var(--storm);
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.bsq-image-nav {
  text-align: center;
  object-fit: cover;
}

.bsq-image-nav.contain {
  outline-offset: 0px;
  object-fit: contain;
  outline: 0 #0000;
  margin-top: 0;
  display: block;
}

.bsq-image-nav.contain.signup {
  display: inline-block;
}

.bsq-image-nav.contain.bsq-icon-56 {
  max-width: 56px;
  max-height: 56px;
  padding-left: 0;
}

.bsq-image-nav.about-team {
  filter: grayscale();
}

.bsq-image-nav.contain {
  object-fit: contain;
  object-fit: contain;
  margin-top: 0;
}

.body {
  background-color: #fbfbfc;
}

.bsq-support-rich-text h2 {
  margin-bottom: 16px;
}

.bsq-support-rich-text p {
  margin-bottom: 32px;
}

.bsq-support-rich-text h4, .bsq-support-rich-text h1 {
  margin-bottom: 16px;
}

.bsq-support-rich-text h3 {
  color: var(--storm);
  margin-bottom: 16px;
}

.bsq-support-rich-text h5 {
  margin-bottom: 16px;
}

.bsq-support-rich-text a {
  color: var(--royal);
  text-decoration: underline;
}

.bsq-support-rich-text a:hover {
  color: var(--midnight-blue);
}

.bsq-support-rich-text ul {
  margin-top: 0;
  margin-bottom: 32px;
}

.bsq-progress-bar {
  flex-direction: column;
  width: 25%;
  max-width: 290px;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 20px;
}

.support-pointers-list-copy {
  color: var(--storm);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
}

.text-block-8, .text-block-9 {
  color: var(--storm);
}

.bsq-support-pointers-list {
  color: var(--storm);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
}

.text-block-10 {
  color: var(--storm);
}

.bsq-visual-features-item-image-nav {
  margin-bottom: 28px;
}

.bsq-visual-features-item-image-nav.pages {
  margin-bottom: 0;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

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

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.bsq-home-hero-pointers {
  z-index: 20;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  margin-top: 110px;
  display: grid;
  position: relative;
}

.bsq-h-left {
  color: var(--storm);
  font-family: Montserrat, sans-serif;
}

.text-block-11 {
  color: var(--medium-sea-green);
}

.text-block-12 {
  color: var(--coral);
}

.section {
  position: sticky;
}

.section-2 {
  z-index: auto;
  background-color: var(--royal-blue-2);
  object-fit: fill;
  height: 500px;
  position: sticky;
  top: 40px;
  left: auto;
}

.image-4 {
  float: right;
  max-width: 400px;
  position: static;
  top: 0;
}

.eu-logos {
  z-index: 999;
  clear: none;
  background-color: var(--white);
  position: sticky;
  top: auto;
  bottom: 0;
  overflow: hidden;
}

.eu-logo {
  float: left;
  clear: none;
  max-width: 100%;
  margin-top: 10px;
  display: block;
  position: static;
}

.body-2 {
  overflow: visible;
}

.collaborate-image {
  object-fit: cover;
  min-width: 220px;
}

.collaborate-image.contain {
  opacity: 1;
  outline-offset: 0px;
  object-fit: contain;
  outline: 0 #0000;
  margin-top: 0;
  display: block;
}

.collaborate-image.contain.signup {
  display: inline-block;
}

.collaborate-image.contain.bsq-icon-56 {
  max-width: 56px;
  max-height: 56px;
  padding-left: 0;
}

.collaborate-image.contain.opacity {
  opacity: 1;
}

.collaborate-image.contain.anomaly-dectection-pic {
  max-height: 600px;
}

.collaborate-image.contain.height-56px {
  min-height: 56px;
}

.collaborate-image.about-team {
  filter: grayscale();
}

.collaborate-image.contain {
  object-fit: contain;
  object-fit: contain;
  margin-top: 0;
}

.header-icon {
  object-fit: cover;
  min-width: 56px;
}

.header-icon.contain {
  opacity: 1;
  outline-offset: 0px;
  object-fit: contain;
  outline: 0 #0000;
  margin-top: 0;
  display: block;
}

.header-icon.contain.signup {
  display: inline-block;
}

.header-icon.contain.bsq-icon-56 {
  max-width: 56px;
  max-height: 56px;
  padding-left: 0;
}

.header-icon.contain.opacity {
  opacity: 1;
}

.header-icon.contain.anomaly-dectection-pic {
  max-height: 600px;
}

.header-icon.contain.height-56px {
  min-height: 56px;
}

.header-icon.about-team {
  filter: grayscale();
}

.header-icon.contain {
  object-fit: contain;
  object-fit: contain;
  margin-top: 0;
}

.bsq-footer-up {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px solid var(--stone);
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  padding-bottom: 45px;
  display: none;
}

.bsq-blog-hero-section-page-3 {
  background-color: var(--white-smoke);
  padding-bottom: 0;
}

.text-span {
  text-decoration: line-through;
}

.bsq-text-center-white {
  color: var(--white);
  text-align: center;
  margin-top: 16px;
}

.features-floating-security {
  z-index: 1;
  outline-offset: 0px;
  border-radius: 12px;
  outline: 3px #1e3c58;
  width: 40%;
  max-width: 280px;
  display: block;
  position: absolute;
  inset: 35% auto auto 0%;
  overflow: hidden;
  box-shadow: -7px 6px 16px -20px #000;
}

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

.html-embed-2 {
  position: static;
  overflow: visible;
}

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

.subheading-center {
  color: var(--royal);
  text-align: center;
  margin-bottom: 16px;
}

.subheading-center.light-blue {
  color: var(--deep-sky-blue);
}

.subheading-center.bsq-h-royal {
  color: var(--royal);
  font-family: Montserrat, sans-serif;
}

.hide {
  display: none;
}

.bsq-home-features-1-video {
  z-index: 1;
  width: 100%;
  max-width: 620px;
  position: relative;
}

.html-embed-3 {
  display: block;
}

.customcss {
  display: none;
}

.div-block-9 {
  position: relative;
}

.text-block-14 {
  font-style: italic;
  line-height: 130%;
}

.text-block-15 {
  font-size: 22px;
  font-weight: 700;
}

.text-block-16 {
  font-size: 14px;
  line-height: 100%;
}

.div-block-10, .div-block-11, .div-block-12, .div-block-13, .div-block-14, .div-block-15, .div-block-16 {
  display: block;
}

.bsq-h-center {
  color: var(--storm);
  text-align: center;
}

.collection-list-6 {
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  display: block;
}

.bsq-integration-card {
  background-color: var(--white);
  color: var(--dark-slate-grey);
  border-radius: 12px;
  flex: none;
  max-width: 400px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 17px 17px 200px #40454f0f;
}

.bsq-integration-card.most-popular {
  cursor: pointer;
  width: 100%;
  min-height: 270px;
  margin-bottom: 48px;
  margin-left: 0;
  margin-right: 0;
}

.image-7 {
  width: 900px;
}

.bsq-pointer-icon {
  background-color: var(--stone);
  margin-bottom: 12px;
}

.top-margin-80, .bsq-image-image {
  margin-top: 80px;
}

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

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

.text-block-17.hide {
  display: none;
}

.subheading-text {
  color: var(--royal);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: normal;
  object-fit: fill;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.subheading-text.bsq-h {
  color: var(--storm);
}

.subheading-text-white {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

.author-white {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.bsq-feature-4-section.features {
  margin-bottom: 140px;
}

.bsq-feature-4-section.download-feature-section {
  margin-top: 140px;
  margin-bottom: 140px;
  position: relative;
  overflow: visible;
}

.bsq-feature-4-section.homepage-3 {
  margin-bottom: 140px;
}

.heading {
  margin-bottom: 4px;
}

.bsq-features-5-icon {
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}

.bsq-features-5-icon.width-112 {
  width: 112px;
}

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

.trusted-by {
  letter-spacing: -.8px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.div-block-17 {
  position: absolute;
  bottom: -220px;
  right: -429px;
}

.div-block-18 {
  display: block;
  position: absolute;
  bottom: -231px;
  right: -303px;
}

.div-block-19 {
  position: absolute;
  inset: auto 40% -137px auto;
}

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

.visual-features-section-white {
  background-color: var(--white);
}

.block-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.block-wrapper.home-stats-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.block-wrapper.home-feature-1-wrapper {
  align-items: center;
  padding-bottom: 145px;
}

.block-wrapper.home-feature-1-wrapper.homepage-3 {
  padding-top: 145px;
}

.block-wrapper.home-feature-1-wrapper.home-2 {
  width: 100%;
}

.block-wrapper.features-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 145px;
}

.block-wrapper.features-2-wrapper.homepage-2 {
  padding-bottom: 0;
}

.block-wrapper.home-integrations-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 0;
}

.block-wrapper._1920px {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 140px;
  overflow: visible;
}

.block-wrapper._1920px.background-image {
  background-image: none;
  background-size: auto;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper._1920px.background-image.pricing-page-3 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.block-wrapper._1920px.features-2-vertical {
  background-image: none;
  background-size: auto;
  align-items: center;
  max-width: none;
  padding-top: 144px;
  padding-bottom: 144px;
}

.block-wrapper.home-feature-3-wrapper {
  flex-direction: row-reverse;
  width: 85%;
  padding-top: 40px;
  padding-bottom: 145px;
}

.block-wrapper.home-feature-3-wrapper.home-2 {
  width: 100%;
  padding-top: 80px;
}

.block-wrapper.feature-4-wrapper {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper.feature-4-wrapper.features {
  flex-direction: row-reverse;
}

.block-wrapper.feature-4-wrapper.vertical {
  flex-direction: column;
}

.block-wrapper.cta-wrapper {
  background-image: url('../images/pricing-banner-1280x580.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.block-wrapper.about-hero-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  padding-top: 96px;
  padding-bottom: 240px;
}

.block-wrapper.about-images-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.block-wrapper.about-story-up-wrapper {
  align-items: flex-start;
}

.block-wrapper.about-grid {
  text-align: center;
  padding-top: 0;
  padding-bottom: 145px;
}

.block-wrapper.about-values-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper.home-hero-wrapper {
  align-items: flex-start;
}

.block-wrapper.home-hero-wrapper.homepage-3 {
  flex-direction: row-reverse;
}

.block-wrapper.home-hero-wrapper.homepage-2 {
  flex-direction: column;
}

.block-wrapper.home-blog-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 145px;
}

.block-wrapper.home-blog-wrapper.vertical-blog {
  align-items: center;
  padding-top: 145px;
  padding-bottom: 45px;
}

.block-wrapper.features-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.block-wrapper.features-loop-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  width: 300%;
  max-width: none;
  padding-top: 0;
}

.block-wrapper.visual-features-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 145px;
}

.block-wrapper.features-5-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper.team-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 130px;
}

.block-wrapper.pricing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 240px;
}

.block-wrapper.pricing-hero-wrapper.pricing-page-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1280px;
  padding-bottom: 220px;
}

.block-wrapper.pricing-table-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper.faq-wrapper {
  flex-direction: column;
  align-items: flex-end;
}

.block-wrapper.blog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.block-wrapper.blog-featured-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
}

.block-wrapper.all-blogs-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 140px;
}

.block-wrapper.all-blogs-wrapper.blog-page-2 {
  align-items: flex-start;
}

.block-wrapper.blog-subscribe-wrapper {
  background-image: url('../images/pricing-banner-bg.png'), url('../images/Shapes-min.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  border-radius: 12px;
  padding-left: 96px;
  padding-right: 96px;
  overflow: hidden;
}

.block-wrapper.blog-post-hero-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 275px;
}

.block-wrapper.blog-post-image-wrapper {
  border-radius: 12px;
  height: 560px;
  margin-top: -180px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.block-wrapper.blog-post-rich-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 840px;
  padding-top: 0;
}

.block-wrapper.blog-similar-post-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

.block-wrapper.career-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.block-wrapper.career-images-wrapper {
  margin-top: -145px;
  padding-top: 0;
}

.block-wrapper.jobs-wrapper {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.block-wrapper.perks-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 100px;
}

.block-wrapper.contact-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.block-wrapper.contact-form-wrapper {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  max-width: 920px;
  margin-top: -145px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.block-wrapper.location-wrapper {
  padding-top: 145px;
}

.block-wrapper.sign-up-wrapper {
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper.pricing-comparison-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
}

.block-wrapper.integrations-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.block-wrapper.integrations-hero-wrapper.bottom-margin-60 {
  padding-bottom: 60px;
}

.block-wrapper.integrations-features-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

.block-wrapper.most-popular-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.block-wrapper.all-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 145px;
}

.block-wrapper._404-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 620px;
  height: 100vh;
}

.block-wrapper.vacancy-hero-wrapper {
  flex-direction: row;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper.vacancy-rich-text-wrapper {
  align-items: flex-start;
  padding-top: 145px;
}

.block-wrapper.style-guide-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper.style-guide-wrapper {
  align-items: flex-start;
  padding-top: 100px;
}

.block-wrapper.licensing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper.licensing-wrapper {
  align-items: flex-start;
}

.block-wrapper.changelog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
}

.block-wrapper.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 130px;
}

.block-wrapper.instructions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
}

.block-wrapper.instructions-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 980px;
}

.block-wrapper.testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  padding-top: 145px;
}

.block-wrapper.footer-wrapper {
  border-bottom: 1px solid var(--dark-slate-grey);
  flex-direction: column;
  align-items: stretch;
  padding-top: 320px;
  padding-bottom: 0;
  display: block;
}

.block-wrapper.footer-wrapper._80-top-padding {
  padding-top: 80px;
  display: block;
}

.block-wrapper.search-result {
  padding-top: 0;
}

.block-wrapper.download-cards-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 0;
  display: grid;
}

.block-wrapper.reviews-page {
  align-items: flex-start;
  padding-top: 60px;
}

.block-wrapper.reviews {
  z-index: 5;
  flex-direction: column;
  position: relative;
}

.block-wrapper.two-cards {
  padding-bottom: 0;
}

.block-wrapper.features-vertical-tabs {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 145px;
  display: flex;
}

.block-wrapper.integrations-icons-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 144px;
  padding-bottom: 0;
}

.block-wrapper.plans-grid {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper.integrations-details-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper.support {
  flex-direction: column;
  align-items: center;
  padding-top: 144px;
  padding-bottom: 144px;
}

.block-wrapper.support-hero-wrapper {
  flex-direction: column;
  padding-top: 96px;
  padding-bottom: 144px;
}

.block-wrapper.case-study-page {
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.block-wrapper.case-study-page.template, .block-wrapper.case-study-page.main {
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper.cs-bottom {
  z-index: 1;
  flex-direction: column;
  padding-top: 0;
  position: relative;
}

.block-wrapper.cs {
  z-index: 1;
  flex-direction: column;
  padding-top: 84px;
  position: relative;
}

.block-wrapper.cs-template {
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper.overview-section {
  flex-direction: column;
  padding-top: 128px;
  padding-bottom: 128px;
}

.block-wrapper.overview-section.no-top-padding {
  padding-top: 0;
}

.block-wrapper.checkout {
  align-items: flex-start;
  width: 85%;
}

.block-wrapper.navigation-wrapper {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-wrapper.overview-page {
  flex-direction: column;
}

.block-wrapper.plans {
  align-items: flex-start;
}

.block-wrapper.bsq-1920px-lower-pad {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 40px;
  padding-bottom: 140px;
  overflow: visible;
}

.block-wrapper.bsq-1920px-lower-pad.background-image {
  background-image: url('../images/Shapes-min-min.png');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper.bsq-1920px-lower-pad.background-image.pricing-page-3 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.block-wrapper.bsq-1920px-lower-pad.features-2-vertical {
  background-image: none;
  background-size: auto;
  align-items: center;
  max-width: none;
  padding-top: 144px;
  padding-bottom: 144px;
}

.block-wrapper.bsq-features-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 145px;
}

.block-wrapper.bsq-features-2-wrapper.homepage-2 {
  padding-bottom: 145px;
}

.block-wrapper.bsq-career-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 140px;
}

.block-wrapper.bsq-home-feature-3-wrapper {
  flex-direction: row-reverse;
  width: 85%;
  padding-top: 40px;
  padding-bottom: 145px;
}

.block-wrapper.bsq-home-feature-3-wrapper.home-2 {
  width: 100%;
  padding-top: 80px;
}

.block-wrapper.bsq-platform-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 0;
}

.block-wrapper.solutions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 144px;
}

.image-blog-post {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-blog-post.contain {
  opacity: 1;
  outline-offset: 0px;
  object-fit: contain;
  outline: 0 #0000;
  margin-top: 0;
  display: block;
  overflow: visible;
}

.image-blog-post.contain.signup {
  display: inline-block;
}

.image-blog-post.contain.bsq-icon-56 {
  max-width: 56px;
  max-height: 56px;
  padding-left: 0;
}

.image-blog-post.contain.opacity {
  opacity: 1;
}

.image-blog-post.contain.anomaly-dectection-pic {
  max-height: 550px;
}

.image-blog-post.contain.height-56px {
  min-height: 56px;
}

.image-blog-post.about-team {
  filter: grayscale();
}

.image-blog-post.contain {
  object-fit: contain;
  object-fit: contain;
  margin-top: 0;
}

.ai-features-image {
  text-align: center;
  object-fit: contain;
  background-color: #e1e4eb;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.ai-features-image.contain {
  opacity: 1;
  outline-offset: 0px;
  object-fit: contain;
  outline: 0 #0000;
  margin-top: 0;
  display: block;
  overflow: visible;
}

.ai-features-image.contain.signup {
  display: inline-block;
}

.ai-features-image.contain.bsq-icon-56 {
  max-width: 56px;
  max-height: 56px;
  padding-left: 0;
}

.ai-features-image.contain.opacity {
  opacity: 1;
}

.ai-features-image.contain.anomaly-dectection-pic {
  max-height: 550px;
}

.ai-features-image.contain.height-56px {
  min-height: 56px;
}

.ai-features-image.about-team {
  filter: grayscale();
}

.ai-features-image.contain {
  object-fit: contain;
  object-fit: contain;
  margin-top: 0;
}

.features-floating-white {
  z-index: 1;
  background-color: var(--white);
  box-shadow: -1px 0 15px 1px var(--light-grey);
  border-radius: 12px;
  width: 40%;
  max-width: 280px;
  display: block;
  position: absolute;
  inset: 35% auto auto 0%;
  overflow: hidden;
}

.bsq-blog-image {
  border-radius: 12px;
  height: 300px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.bsq-blog-image.blog-page-2 {
  height: 440px;
}

.bsq-blog-image.blog-page-2-down {
  width: 380px;
  height: 220px;
  margin-bottom: 0;
}

.bsq-blog-image.blog-page-3 {
  height: 440px;
}

.bsq-blog-image-page-3 {
  object-fit: cover;
  border-radius: 12px;
  width: 560px;
}

.value-preposition-section {
  padding-top: 80px;
}

.value-preposition-section.homepage-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.value-preposition-section.white-smoke-background {
  background-color: var(--white-smoke);
}

.client-logos-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-20 {
  margin-top: 40px;
  margin-bottom: -44px;
}

.customer-stories-section {
  z-index: 1;
  background-image: url('../images/cta-bg.svg');
  background-size: cover;
  margin-top: -20px;
  margin-bottom: 0;
  position: relative;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.customer-stories-items-container-copy {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-top: 80px;
  display: grid;
}

.customer-stories-items-container-copy.nav {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
}

.customer-stories-items-container-copy.nav.blogs {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.customer-stories-items-container-copy.nav.pages {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 2px solid #f1f3f6;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 0 20px;
}

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

.customer-story-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.customer-story-item.navbar {
  color: var(--black);
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
}

.customer-story-item.navbar:hover {
  background-color: #fafafa;
}

.customer-story-item.navbar.horizontal {
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.customer-story-item.navbar.horizontal.hide {
  display: none;
}

.customer-story-item.navbar.right-link {
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 16px;
}

.customer-story-item.navbar.right-link:hover {
  color: var(--royal-blue);
  background-color: #0000;
}

.customer-story-item.navbar.blog {
  padding-left: 20px;
  padding-right: 20px;
}

.top-margin-80-mobile {
  margin-top: 0;
}

.right-side-links-top {
  flex-direction: column;
  justify-content: flex-start;
  width: 20%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

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

.white-link.home-features-heading.bsq-h-white {
  font-family: Montserrat, sans-serif;
}

.white-link.features-4-text {
  margin-top: 16px;
  margin-bottom: 24px;
}

.white-link.features-4-text.center {
  text-align: center;
}

.white-link.cta-heading {
  margin-bottom: 12px;
}

.white-link.about-values-text {
  margin-top: 16px;
  margin-bottom: 24px;
}

.white-link.heading {
  margin-bottom: 4px;
}

.white-link._16px {
  font-size: 16px;
  line-height: 150%;
}

.product-tour {
  height: 100px;
}

.cs-story-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cs-sidebar {
  border-radius: 10px;
  flex-flow: column;
  place-content: flex-start;
  align-items: stretch;
  max-width: 600px;
  margin-right: 40px;
  display: flex;
}

.cs-sidebar.blog-page-3, .cs-sidebar._50-width {
  width: 50%;
}

.stakeholder-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 10px;
  display: flex;
}

.div-block-22 {
  flex-direction: column;
  display: flex;
}

.demo {
  background-image: url('../images/pricing-banner-1280x580.svg');
  background-position: 100% 100%;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding: 40px;
  display: flex;
}

.demo.blog-subscribe-wrapper {
  background-image: url('../images/pricing-banner-bg.png');
  background-position: 0 0;
  background-size: auto;
}

.company-stats {
  background-color: var(--white-smoke);
  border-radius: 10px;
  flex-flow: column;
  align-content: flex-start;
  width: 100%;
  max-width: 600px;
  padding: 48px;
  display: flex;
}

.company-stats.blog-page-3, .company-stats._50-width {
  width: 50%;
}

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

.link-block {
  display: block;
}

.cs-stakeholder {
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.div-block-23 {
  width: 20%;
}

.cs-stats-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.cs-stats-grid.review-page {
  border-top-style: none;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.visual-navigation-heading {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.visual-navigation-heading.more.bsq-h:hover {
  color: var(--storm);
}

.visual-navigation-heading.more {
  color: #145aff;
  margin-bottom: 0;
}

.visual-navigation-heading.more:hover {
  color: #1ebd53;
}

.right-side-links-top-2 {
  flex-direction: column;
  justify-content: flex-start;
  width: 20%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.stakeholder-image {
  width: 20%;
}

.bsq-background-colour-div {
  z-index: -1;
  background-color: var(--white-smoke);
  width: 100%;
  height: 720px;
  position: absolute;
  inset: 0% 0% auto;
}

.customer-story-stakeholder-image {
  border-radius: 50%;
  flex: none;
  margin-right: 28px;
  overflow: hidden;
}

.bsq-integrations-features-item {
  text-align: center;
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.bsq-text-center-justify {
  color: var(--storm);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bsq-text-center-justify.bottom-margin {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
}

.div-block-24 {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.career-no-open-position {
  display: block;
}

.privacy-policy-addition {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: none;
}

.privacy-policy-addition-heading {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
}

.privacy-policy-addition-heading-4 {
  margin-bottom: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
}

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

.button-3 {
  background-color: var(--teal);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 12px;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-3.is-small {
  color: var(--white);
  padding: .5rem 1.25rem;
  font-family: Roboto Mono, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .2s;
}

.button-3.is-small:hover {
  background-color: #619eaa;
}

.button-3.is-nav {
  background-color: var(--teal);
  color: var(--white);
  letter-spacing: 1px;
  margin-left: 1rem;
  padding: .5rem 1.25rem;
  font-family: Roboto Mono, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  transition: background-color .2s;
}

.button-3.is-nav:hover {
  background-color: #338690;
}

.button-3.is-nav.w--current {
  background-color: var(--teal);
}

.button-3.is-nav.w--current:hover {
  background-color: #338691;
}

.button-3.is-nav.dark {
  color: var(--midnight);
}

.navbar11_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  height: 100%;
  padding: 1.5rem 1rem;
  font-family: Roboto Mono, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: color .2s;
  display: flex;
}

.navbar11_dropdown-toggle:hover {
  color: #7abecb;
}

.navbar8_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_component {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 6rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar_component.dark {
  background-color: #11212e00;
  position: fixed;
}

.navbar11_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  width: 21rem;
  padding: .5rem;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar8_menu-button {
  padding: 0;
}

.navbar_link {
  color: var(--storm);
  text-transform: uppercase;
  padding: 1.5rem 1rem;
  font-family: Roboto Mono, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  transition: color .2s;
}

.navbar_link:hover {
  color: var(--teal);
}

.navbar_link.w--current {
  color: var(--teal);
  text-align: left;
}

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

.nav-drop-link {
  color: var(--black);
  font-family: Roboto Mono, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

.navbar_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem;
  text-decoration: none;
  display: flex;
}

.navbar_dropdown-link:hover {
  background-color: #7abecb66;
  border-radius: 8px;
}

.navbar_dropdown-link.hide {
  display: none;
}

.navbar8_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.navbar8_menu {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: 4.5rem;
  display: flex;
  position: static;
}

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

.navbar8_logo-link {
  padding-left: 0;
}

.navbar_dropdown-link-list {
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar_icon-wrapper {
  flex: none;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.navbar8_menu-left {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-drop-link-description {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

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

.navbar1_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_logo-link {
  padding-left: 0;
}

.navbar_menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--storm);
  align-items: center;
  height: 100%;
  padding: 1.5rem 1rem;
  font-family: Roboto Mono, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.5;
  display: flex;
}

.navbar_dropdown-toggle.white {
  color: var(--white);
}

.navbar_dropdown-list {
  width: 21rem;
  padding: .5rem;
}

.navbar_dropdown-list.w--open {
  z-index: 99;
  background-color: var(--white);
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.navbar_dropdown-list.dark.w--open {
  background-color: var(--midnight);
  border-style: none;
}

.navbar1_dropdown-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar_menu-buttons {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.button-new {
  background-color: var(--teal);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 12px;
  padding: .75rem 1.5rem;
  font-family: Roboto Mono, sans-serif;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
}

.button-new:hover {
  background-color: #338690;
}

.button-new.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-new.is-secondary.is-small {
  color: var(--white);
  padding: .5rem 1.25rem;
  font-family: Roboto Mono, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .2s;
}

.button-new.is-secondary.is-small:hover {
  background-color: #619eaa;
}

.button-new.is-small {
  color: var(--white);
  background-color: #7abecb;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  font-family: Roboto Mono, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .2s;
  display: flex;
}

.button-new.is-small:hover {
  background-color: #619eaa;
}

.navbar_menu-button {
  padding: 0;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.header_component {
  flex-direction: column;
  align-items: center;
  max-width: 80rem;
  display: flex;
}

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

.margin-bottom.margin-small {
  margin: 0 0 1.5rem;
}

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

.margin-bottom.margin-xxlarge {
  margin: 0 0 5rem;
}

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

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

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

.hero-heading-part-1 {
  color: var(--storm);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto Mono, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  display: block;
}

.hero-heading-part-2 {
  color: var(--teal);
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Roboto Mono, sans-serif;
  font-size: 120px;
  font-weight: 200;
  line-height: 120px;
  display: block;
}

.hero-heading-part-3 {
  color: var(--storm);
  letter-spacing: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 56px;
  display: block;
}

.hero-heading-part-4 {
  color: var(--storm);
  letter-spacing: 0;
  margin-bottom: 60px;
  font-family: Roboto Mono, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 56px;
  display: block;
}

.div-block-25 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  grid-template: "."
  / 1.75fr 1.75fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-heading-part-5-1 {
  color: var(--storm);
  letter-spacing: 1.4px;
  font-family: Roboto Mono, sans-serif;
  font-size: 36px;
  font-weight: 300;
  display: block;
}

.hero-heading-part-5-2 {
  color: var(--storm);
  text-align: left;
  letter-spacing: 1.4px;
  font-family: Roboto Mono, sans-serif;
  font-size: 27px;
  font-weight: 300;
  display: block;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subheading-logo {
  object-fit: contain;
  width: 80px;
  margin-top: 12px;
}

.image-5 {
  width: 58px;
  margin-top: 7px;
  margin-left: 11px;
}

.header28_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.header28_lightbox.hide {
  display: none;
}

.header28_lightbox-image {
  object-fit: cover;
  border-radius: 12px;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  grid-template: "."
  / 1.75fr 1.75fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-8 {
  width: 58px;
  margin-top: 7px;
  margin-left: 11px;
}

.hero-subheading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.hero-heading-part-5 {
  letter-spacing: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 26.66px;
  font-weight: 400;
  line-height: 32px;
  display: block;
}

.hero-heading-part-6 {
  text-align: center;
  letter-spacing: 0;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Roboto Mono, sans-serif;
  font-size: 26.66px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

.hero-subheading-logo-wrapper {
  display: flex;
}

.div-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subheading-logo-2 {
  object-fit: contain;
  width: 58px;
  margin-top: 7px;
  margin-left: 11px;
}

.hero-subheading-wrapper {
  width: 100%;
  max-width: 48rem;
  margin-bottom: 3rem;
}

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

.image-row {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.image-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
}

.img {
  flex: 0 auto;
}

.display-inlineblock {
  display: inline-block;
}

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

.text-size-medium {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.heading-2 {
  color: var(--teal);
  justify-content: center;
  align-items: center;
  font-family: Roboto Mono, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: none;
}

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

.margin-top.margin-large {
  margin: 3rem 0 0;
}

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

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

.margin-top.margin-xxlarge {
  margin: 0 0 5rem;
}

.layout_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout2_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.layout2_lightbox.hide {
  display: none;
}

.layout2_lightbox-image {
  object-fit: cover;
  border-radius: 12px;
  width: 140%;
  height: 220px;
}

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

.testimonial_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 4rem;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.testimonial9_mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial_slide {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.testimonial_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.margin-vertical.margin-medium {
  margin: 2rem 0;
}

.heading-style-h6 {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}

.testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

.testimonial_client-image {
  filter: grayscale();
  object-fit: cover;
  width: 7rem;
  min-width: 3.5rem;
  height: 7rem;
  min-height: 3.5rem;
}

.text-weight-semibold {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.testimonial_arrow {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.testimonial_arrow.hide-desktop {
  display: none;
}

.testimonial_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial_slide-nav.hide-desktop {
  display: none;
}

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

.paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.footer_component {
  background-color: #1d2631;
}

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

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

.padding-vertical.padding-xxlarge {
  padding: 5rem 0;
}

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

.padding-bottom.padding-xxlarge {
  padding: 0 0 5rem;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-template: "Area"
  / .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer_logo-link {
  padding-left: 0;
}

.footer_link-list {
  grid-column-gap: 3rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer_link {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.footer_link:hover {
  color: var(--teal);
}

.footer_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer_social-link {
  color: #fff;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer_social-link:hover {
  color: var(--teal);
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.line-divider {
  background-color: #ffffffb3;
  width: 100%;
  height: 1px;
}

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

.padding-top.padding-medium {
  padding: 2rem 0 0;
}

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer_credit-text {
  color: #ffffffb3;
  font-family: Roboto Mono, sans-serif;
  font-size: .875rem;
}

.footer2_legal-link {
  color: #ffffffb3;
  font-family: Roboto Mono, sans-serif;
  font-size: .875rem;
  text-decoration: underline;
}

.footer_logo {
  width: 200px;
  min-width: 80px;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.contact1_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.form_field-label {
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 12px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-family: Roboto Mono, sans-serif;
  overflow: auto;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 2px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_checkbox-label.text-size-small {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.success-text {
  font-weight: 600;
}

.error-text {
  color: #e23939;
}

.margin-top-60px {
  text-align: center;
  padding-top: 60px;
}

.captcha {
  margin-bottom: 36px;
}

.text-span-2 {
  letter-spacing: 0;
  font-size: 53.32px;
  font-weight: 300;
  line-height: 60px;
}

.text-block-18 {
  font-weight: 300;
}

.link-2 {
  color: var(--storm);
  text-decoration: underline;
}

.section_header30 {
  position: relative;
}

.header30_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.button-4 {
  background-color: var(--medium-sea-green);
  color: var(--white);
  border-radius: 12px;
  padding: 20px 25px;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
}

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

.button-4.is-alternate {
  border-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.button-4.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-4.is-secondary.is-alternate {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.header30_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.header30_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-platform-hero {
  background-image: linear-gradient(#0003, #0003), url('../images/dark-blue-waves-min.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 112px;
  display: flex;
}

.platform-hero-content {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.platform-hero-image {
  display: none;
}

.platform-button {
  z-index: 5;
  background-color: var(--teal);
  color: var(--storm);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-family: Roboto Mono, sans-serif;
  font-weight: 400;
  display: inline-flex;
  position: relative;
}

.platform-button.outline {
  border: 1px solid var(--teal);
  color: var(--teal);
  background-color: #4bbfcd00;
}

.platform-h1 {
  z-index: 5;
  color: var(--teal);
  text-align: center;
  letter-spacing: 15.54px;
  font-family: Roboto Mono, sans-serif;
  font-size: 74px;
  font-weight: 300;
  line-height: 120%;
  position: relative;
}

.platform-hero-subheading {
  color: #fffc;
  text-align: center;
  font-family: Roboto Mono, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.body-3 {
  background-color: var(--midnight);
}

.max-width-600 {
  z-index: 5;
  max-width: 600px;
  position: relative;
}

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

.platform-blur-hero {
  z-index: 0;
  filter: blur(250px);
  background-color: #4bbfcd47;
  border-radius: 999px;
  width: 725px;
  height: 320px;
  position: absolute;
}

.header29_component {
  flex-direction: column;
  align-items: center;
}

.header29_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.header29_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.button-5 {
  background-color: var(--medium-sea-green);
  color: var(--white);
  border-radius: 12px;
  padding: 20px 25px;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
}

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

.button-5.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.text-size-tiny {
  font-size: .75rem;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  background-color: var(--\<unknown\|relume-variable-background-color-6\>);
  color: var(--\<unknown\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-error {
  background-color: var(--\<unknown\|relume-variable-background-color-8\>);
  color: var(--\<unknown\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.header29_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.header29_lightbox-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.platform-section-wrap {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.platform-section-wrap.no-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.platform-hero-image-wrapper {
  height: 376px;
}

.platform-hero-image-wrapper.left {
  margin-right: 1rem;
}

.platform-hero-image-wrapper.right {
  margin-left: 1rem;
}

.platform-image {
  object-fit: contain;
  height: 100%;
}

.platform-hero-diagram {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-top: 112px;
  display: flex;
}

.platform-hero-image-wrapper-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  height: 461px;
  display: flex;
}

.section-platform-feature {
  padding-top: 112px;
  padding-bottom: 112px;
}

.platform-h2 {
  color: var(--teal);
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Roboto Mono, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
}

.platform-subheading {
  color: #fffc;
  text-align: left;
  align-self: auto;
  font-family: Roboto Mono, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

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

.platform-subheading.text-align-right {
  text-align: right;
}

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

.max-width-750 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 750px;
  display: flex;
}

.flex-v-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.flex-v-64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.platform-image-wrapper {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-9 {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  border-radius: 20px;
  width: 100%;
}

.flex-h-64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.flex-h-64.align-left-center {
  justify-content: flex-start;
  align-items: center;
}

.platform-h3 {
  color: var(--teal);
  letter-spacing: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
}

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

.flex-v-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.platform-body-text {
  color: #fffc;
  font-family: Roboto Mono, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 150%;
}

.max-width-350 {
  width: 350px;
}

.div-block-36 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.platform-blur-1 {
  z-index: -5;
  filter: blur(250px);
  background-color: #4bbfcd47;
  border-radius: 999px;
  width: 1060px;
  height: 500px;
  position: absolute;
}

.div-block-37 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-38 {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0007144d;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
  box-shadow: inset 0 0 6px #ffffff0d, 0 0 4px #fff3;
}

.div-block-39 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 230px;
}

.image-10 {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 100%;
}

.padding-32 {
  padding: 32px;
}

.platform-body-text-18 {
  color: #fffc;
  font-family: Roboto Mono, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 150%;
}

.platform-body-text-16 {
  color: #fffc;
  font-family: Roboto Mono, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 150%;
}

.div-block-40 {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.max-width-750-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 750px;
  display: flex;
}

.flex-v-space-between {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.platform-h2-2 {
  color: #4bbfcd;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Roboto Mono, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-41 {
  border-radius: 20px;
  width: 400px;
  height: 160px;
}

.div-block-38-copy {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0007144d;
  border-radius: 20px;
  flex: 1;
  max-width: 370px;
  padding: 32px 24px;
  box-shadow: inset 0 0 6px #ffffff0d, 0 0 4px #fff3;
}

.platform-h4 {
  color: var(--teal);
  letter-spacing: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}

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

.div-block-42 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.flex-v-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.flex-h-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.flex-h-32.align-sb-center {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.div-block-43 {
  object-fit: contain;
  max-width: 300px;
  position: relative;
  bottom: -64px;
  left: 40px;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: rotate(0);
}

.image-11.right {
  transform: rotate(180deg);
}

.div-block-44 {
  width: 30rem;
}

.div-block-45 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-h-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.flex-h-24.align-sb-center {
  justify-content: space-between;
  align-items: center;
}

.min-width-460-360 {
  min-width: 460px;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq4_accordion {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  color: var(--white);
  background-color: #182d3d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq4_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq4_icon-wrappper {
  color: var(--teal);
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq4_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.link-3 {
  color: var(--teal);
}

.platform-blur-1-copy, .platform-blur-2 {
  z-index: -5;
  filter: blur(250px);
  background-color: #4bbfcd47;
  border-radius: 999px;
  width: 1060px;
  height: 500px;
  position: absolute;
}

.image-13 {
  width: 100%;
}

.flex-h-64-copy {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.flex-h-64-copy {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.flex-h-64-copy.align-left-center {
  justify-content: flex-start;
  align-items: center;
}

.max-width-350-copy {
  max-width: 350px;
}

.flex-v-24-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.flex-v-64-copy {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.flex-v-64-copy-copy {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.faq-heading {
  color: var(--white);
  text-align: left;
  font-family: Roboto Mono, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

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

.faq-heading.text-align-right {
  text-align: right;
}

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

.platform-hero-diagram-mobile {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  justify-content: center;
  align-items: center;
  margin-top: 112px;
  display: none;
}

.div-block-46 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.rotating-arrows {
  position: absolute;
}

.image-15 {
  position: absolute;
  top: 28.25px;
}

.image-16 {
  min-width: 27rem;
  position: relative;
}

.block-wrapper-double {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.block-wrapper-double.home-stats-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.block-wrapper-double.home-feature-1-wrapper {
  align-items: center;
  padding-bottom: 145px;
}

.block-wrapper-double.home-feature-1-wrapper.homepage-3 {
  padding-top: 145px;
}

.block-wrapper-double.home-feature-1-wrapper.home-2 {
  width: 100%;
}

.block-wrapper-double.features-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 145px;
}

.block-wrapper-double.features-2-wrapper.homepage-2 {
  padding-bottom: 0;
}

.block-wrapper-double.home-integrations-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 0;
}

.block-wrapper-double._1920px {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 140px;
  overflow: visible;
}

.block-wrapper-double._1920px.background-image {
  background-image: none;
  background-size: auto;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper-double._1920px.background-image.pricing-page-3 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.block-wrapper-double._1920px.features-2-vertical {
  background-image: none;
  background-size: auto;
  align-items: center;
  max-width: none;
  padding-top: 144px;
  padding-bottom: 144px;
}

.block-wrapper-double.home-feature-3-wrapper {
  flex-direction: row-reverse;
  width: 85%;
  padding-top: 40px;
  padding-bottom: 145px;
}

.block-wrapper-double.home-feature-3-wrapper.home-2 {
  width: 100%;
  padding-top: 80px;
}

.block-wrapper-double.feature-4-wrapper {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper-double.feature-4-wrapper.features {
  flex-direction: row-reverse;
}

.block-wrapper-double.feature-4-wrapper.vertical {
  flex-direction: column;
}

.block-wrapper-double.cta-wrapper {
  background-image: url('../images/pricing-banner-1280x580.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.block-wrapper-double.about-hero-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  padding-top: 96px;
  padding-bottom: 240px;
}

.block-wrapper-double.about-images-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.block-wrapper-double.about-story-up-wrapper {
  align-items: flex-start;
}

.block-wrapper-double.about-grid {
  text-align: center;
  padding-top: 0;
  padding-bottom: 145px;
}

.block-wrapper-double.about-values-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper-double.home-hero-wrapper {
  align-items: flex-start;
}

.block-wrapper-double.home-hero-wrapper.homepage-3 {
  flex-direction: row-reverse;
}

.block-wrapper-double.home-hero-wrapper.homepage-2 {
  flex-direction: column;
}

.block-wrapper-double.home-blog-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 145px;
}

.block-wrapper-double.home-blog-wrapper.vertical-blog {
  align-items: center;
  padding-top: 145px;
  padding-bottom: 45px;
}

.block-wrapper-double.features-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.block-wrapper-double.features-loop-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  width: 300%;
  max-width: none;
  padding-top: 0;
}

.block-wrapper-double.visual-features-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 145px;
}

.block-wrapper-double.features-5-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper-double.team-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 130px;
}

.block-wrapper-double.pricing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 240px;
}

.block-wrapper-double.pricing-hero-wrapper.pricing-page-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1280px;
  padding-bottom: 220px;
}

.block-wrapper-double.pricing-table-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper-double.faq-wrapper {
  flex-direction: column;
  align-items: flex-end;
}

.block-wrapper-double.blog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.block-wrapper-double.blog-featured-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
}

.block-wrapper-double.all-blogs-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 140px;
}

.block-wrapper-double.all-blogs-wrapper.blog-page-2 {
  align-items: flex-start;
}

.block-wrapper-double.blog-subscribe-wrapper {
  background-image: url('../images/pricing-banner-bg.png'), url('../images/Shapes-min.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  border-radius: 12px;
  padding-left: 96px;
  padding-right: 96px;
  overflow: hidden;
}

.block-wrapper-double.blog-post-hero-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 275px;
}

.block-wrapper-double.blog-post-image-wrapper {
  border-radius: 12px;
  height: 560px;
  margin-top: -180px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.block-wrapper-double.blog-post-rich-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 840px;
  padding-top: 0;
}

.block-wrapper-double.blog-similar-post-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

.block-wrapper-double.career-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.block-wrapper-double.career-images-wrapper {
  margin-top: -145px;
  padding-top: 0;
}

.block-wrapper-double.jobs-wrapper {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.block-wrapper-double.perks-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 100px;
}

.block-wrapper-double.contact-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.block-wrapper-double.contact-form-wrapper {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  max-width: 920px;
  margin-top: -145px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.block-wrapper-double.location-wrapper {
  padding-top: 145px;
}

.block-wrapper-double.sign-up-wrapper {
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper-double.pricing-comparison-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
}

.block-wrapper-double.integrations-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.block-wrapper-double.integrations-hero-wrapper.bottom-margin-60 {
  padding-bottom: 60px;
}

.block-wrapper-double.integrations-features-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

.block-wrapper-double.most-popular-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.block-wrapper-double.all-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 145px;
}

.block-wrapper-double._404-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 620px;
  height: 100vh;
}

.block-wrapper-double.vacancy-hero-wrapper {
  flex-direction: row;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper-double.vacancy-rich-text-wrapper {
  align-items: flex-start;
  padding-top: 145px;
}

.block-wrapper-double.style-guide-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper-double.style-guide-wrapper {
  align-items: flex-start;
  padding-top: 100px;
}

.block-wrapper-double.licensing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper-double.licensing-wrapper {
  align-items: flex-start;
}

.block-wrapper-double.changelog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
}

.block-wrapper-double.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 130px;
}

.block-wrapper-double.instructions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
}

.block-wrapper-double.instructions-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 980px;
}

.block-wrapper-double.testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  padding-top: 145px;
}

.block-wrapper-double.footer-wrapper {
  border-bottom: 1px solid var(--dark-slate-grey);
  flex-direction: column;
  align-items: stretch;
  padding-top: 320px;
  padding-bottom: 0;
  display: block;
}

.block-wrapper-double.footer-wrapper._80-top-padding {
  padding-top: 80px;
  display: block;
}

.block-wrapper-double.search-result {
  padding-top: 0;
}

.block-wrapper-double.download-cards-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 0;
  display: grid;
}

.block-wrapper-double.reviews-page {
  align-items: flex-start;
  padding-top: 60px;
}

.block-wrapper-double.reviews {
  z-index: 5;
  flex-direction: column;
  position: relative;
}

.block-wrapper-double.two-cards {
  padding-bottom: 0;
}

.block-wrapper-double.features-vertical-tabs {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 145px;
  display: flex;
}

.block-wrapper-double.integrations-icons-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 144px;
  padding-bottom: 0;
}

.block-wrapper-double.plans-grid {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper-double.integrations-details-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper-double.support {
  flex-direction: column;
  align-items: center;
  padding-top: 144px;
  padding-bottom: 144px;
}

.block-wrapper-double.support-hero-wrapper {
  flex-direction: column;
  padding-top: 96px;
  padding-bottom: 144px;
}

.block-wrapper-double.case-study-page {
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.block-wrapper-double.case-study-page.template, .block-wrapper-double.case-study-page.main {
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper-double.cs-bottom {
  z-index: 1;
  flex-direction: column;
  padding-top: 0;
  position: relative;
}

.block-wrapper-double.cs {
  z-index: 1;
  flex-direction: column;
  padding-top: 84px;
  position: relative;
}

.block-wrapper-double.cs-template {
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper-double.overview-section {
  flex-direction: column;
  padding-top: 128px;
  padding-bottom: 128px;
}

.block-wrapper-double.overview-section.no-top-padding {
  padding-top: 0;
}

.block-wrapper-double.checkout {
  align-items: flex-start;
  width: 85%;
}

.block-wrapper-double.navigation-wrapper {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-wrapper-double.overview-page {
  flex-direction: column;
}

.block-wrapper-double.plans {
  align-items: flex-start;
}

.block-wrapper-double.bsq-1920px-lower-pad {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 40px;
  padding-bottom: 140px;
  overflow: visible;
}

.block-wrapper-double.bsq-1920px-lower-pad.background-image {
  background-image: url('../images/Shapes-min-min.png');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper-double.bsq-1920px-lower-pad.background-image.pricing-page-3 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.block-wrapper-double.bsq-1920px-lower-pad.features-2-vertical {
  background-image: none;
  background-size: auto;
  align-items: center;
  max-width: none;
  padding-top: 144px;
  padding-bottom: 144px;
}

.block-wrapper-double.bsq-features-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 145px;
}

.block-wrapper-double.bsq-features-2-wrapper.homepage-2 {
  padding-bottom: 145px;
}

.block-wrapper-double.bsq-career-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 140px;
}

.block-wrapper-double.bsq-home-feature-3-wrapper {
  flex-direction: row-reverse;
  width: 85%;
  padding-top: 40px;
  padding-bottom: 145px;
}

.block-wrapper-double.bsq-home-feature-3-wrapper.home-2 {
  width: 100%;
  padding-top: 80px;
}

.block-wrapper-double.bsq-platform-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 0;
}

.block-wrapper-double.solutions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 144px;
}

.block-wrapper-no-top-margin {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.block-wrapper-no-top-margin.home-stats-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.block-wrapper-no-top-margin.home-feature-1-wrapper {
  align-items: center;
  padding-bottom: 145px;
}

.block-wrapper-no-top-margin.home-feature-1-wrapper.homepage-3 {
  padding-top: 145px;
}

.block-wrapper-no-top-margin.home-feature-1-wrapper.home-2 {
  width: 100%;
}

.block-wrapper-no-top-margin.features-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 145px;
}

.block-wrapper-no-top-margin.features-2-wrapper.homepage-2 {
  padding-bottom: 0;
}

.block-wrapper-no-top-margin.home-integrations-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 0;
}

.block-wrapper-no-top-margin._1920px {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 140px;
  overflow: visible;
}

.block-wrapper-no-top-margin._1920px.background-image {
  background-image: none;
  background-size: auto;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper-no-top-margin._1920px.background-image.pricing-page-3 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.block-wrapper-no-top-margin._1920px.features-2-vertical {
  background-image: none;
  background-size: auto;
  align-items: center;
  max-width: none;
  padding-top: 144px;
  padding-bottom: 144px;
}

.block-wrapper-no-top-margin.home-feature-3-wrapper {
  flex-direction: row-reverse;
  width: 85%;
  padding-top: 40px;
  padding-bottom: 145px;
}

.block-wrapper-no-top-margin.home-feature-3-wrapper.home-2 {
  width: 100%;
  padding-top: 80px;
}

.block-wrapper-no-top-margin.feature-4-wrapper {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper-no-top-margin.feature-4-wrapper.features {
  flex-direction: row-reverse;
}

.block-wrapper-no-top-margin.feature-4-wrapper.vertical {
  flex-direction: column;
}

.block-wrapper-no-top-margin.cta-wrapper {
  background-image: url('../images/pricing-banner-1280x580.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.block-wrapper-no-top-margin.about-hero-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  padding-top: 96px;
  padding-bottom: 240px;
}

.block-wrapper-no-top-margin.about-images-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.block-wrapper-no-top-margin.about-story-up-wrapper {
  align-items: flex-start;
}

.block-wrapper-no-top-margin.about-grid {
  text-align: center;
  padding-top: 0;
  padding-bottom: 145px;
}

.block-wrapper-no-top-margin.about-values-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper-no-top-margin.home-hero-wrapper {
  align-items: flex-start;
}

.block-wrapper-no-top-margin.home-hero-wrapper.homepage-3 {
  flex-direction: row-reverse;
}

.block-wrapper-no-top-margin.home-hero-wrapper.homepage-2 {
  flex-direction: column;
}

.block-wrapper-no-top-margin.home-blog-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 145px;
}

.block-wrapper-no-top-margin.home-blog-wrapper.vertical-blog {
  align-items: center;
  padding-top: 145px;
  padding-bottom: 45px;
}

.block-wrapper-no-top-margin.features-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.block-wrapper-no-top-margin.features-loop-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  width: 300%;
  max-width: none;
  padding-top: 0;
}

.block-wrapper-no-top-margin.visual-features-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 145px;
}

.block-wrapper-no-top-margin.features-5-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper-no-top-margin.team-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 130px;
}

.block-wrapper-no-top-margin.pricing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 240px;
}

.block-wrapper-no-top-margin.pricing-hero-wrapper.pricing-page-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1280px;
  padding-bottom: 220px;
}

.block-wrapper-no-top-margin.pricing-table-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper-no-top-margin.faq-wrapper {
  flex-direction: column;
  align-items: flex-end;
}

.block-wrapper-no-top-margin.blog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.block-wrapper-no-top-margin.blog-featured-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
}

.block-wrapper-no-top-margin.all-blogs-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 140px;
}

.block-wrapper-no-top-margin.all-blogs-wrapper.blog-page-2 {
  align-items: flex-start;
}

.block-wrapper-no-top-margin.blog-subscribe-wrapper {
  background-image: url('../images/pricing-banner-bg.png'), url('../images/Shapes-min.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  border-radius: 12px;
  padding-left: 96px;
  padding-right: 96px;
  overflow: hidden;
}

.block-wrapper-no-top-margin.blog-post-hero-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 275px;
}

.block-wrapper-no-top-margin.blog-post-image-wrapper {
  border-radius: 12px;
  height: 560px;
  margin-top: -180px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.block-wrapper-no-top-margin.blog-post-rich-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 840px;
  padding-top: 0;
}

.block-wrapper-no-top-margin.blog-similar-post-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

.block-wrapper-no-top-margin.career-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.block-wrapper-no-top-margin.career-images-wrapper {
  margin-top: -145px;
  padding-top: 0;
}

.block-wrapper-no-top-margin.jobs-wrapper {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.block-wrapper-no-top-margin.perks-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 100px;
}

.block-wrapper-no-top-margin.contact-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.block-wrapper-no-top-margin.contact-form-wrapper {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  max-width: 920px;
  margin-top: -145px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.block-wrapper-no-top-margin.location-wrapper {
  padding-top: 145px;
}

.block-wrapper-no-top-margin.sign-up-wrapper {
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper-no-top-margin.pricing-comparison-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
}

.block-wrapper-no-top-margin.integrations-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.block-wrapper-no-top-margin.integrations-hero-wrapper.bottom-margin-60 {
  padding-bottom: 60px;
}

.block-wrapper-no-top-margin.integrations-features-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

.block-wrapper-no-top-margin.most-popular-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.block-wrapper-no-top-margin.all-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 145px;
}

.block-wrapper-no-top-margin._404-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 620px;
  height: 100vh;
}

.block-wrapper-no-top-margin.vacancy-hero-wrapper {
  flex-direction: row;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper-no-top-margin.vacancy-rich-text-wrapper {
  align-items: flex-start;
  padding-top: 145px;
}

.block-wrapper-no-top-margin.style-guide-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper-no-top-margin.style-guide-wrapper {
  align-items: flex-start;
  padding-top: 100px;
}

.block-wrapper-no-top-margin.licensing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper-no-top-margin.licensing-wrapper {
  align-items: flex-start;
}

.block-wrapper-no-top-margin.changelog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
}

.block-wrapper-no-top-margin.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 130px;
}

.block-wrapper-no-top-margin.instructions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
}

.block-wrapper-no-top-margin.instructions-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 980px;
}

.block-wrapper-no-top-margin.testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  padding-top: 145px;
}

.block-wrapper-no-top-margin.footer-wrapper {
  border-bottom: 1px solid var(--dark-slate-grey);
  flex-direction: column;
  align-items: stretch;
  padding-top: 320px;
  padding-bottom: 0;
  display: block;
}

.block-wrapper-no-top-margin.footer-wrapper._80-top-padding {
  padding-top: 80px;
  display: block;
}

.block-wrapper-no-top-margin.search-result {
  padding-top: 0;
}

.block-wrapper-no-top-margin.download-cards-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 0;
  display: grid;
}

.block-wrapper-no-top-margin.reviews-page {
  align-items: flex-start;
  padding-top: 60px;
}

.block-wrapper-no-top-margin.reviews {
  z-index: 5;
  flex-direction: column;
  position: relative;
}

.block-wrapper-no-top-margin.two-cards {
  padding-bottom: 0;
}

.block-wrapper-no-top-margin.features-vertical-tabs {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 145px;
  display: flex;
}

.block-wrapper-no-top-margin.integrations-icons-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 144px;
  padding-bottom: 0;
}

.block-wrapper-no-top-margin.plans-grid {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper-no-top-margin.integrations-details-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper-no-top-margin.support {
  flex-direction: column;
  align-items: center;
  padding-top: 144px;
  padding-bottom: 144px;
}

.block-wrapper-no-top-margin.support-hero-wrapper {
  flex-direction: column;
  padding-top: 96px;
  padding-bottom: 144px;
}

.block-wrapper-no-top-margin.case-study-page {
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.block-wrapper-no-top-margin.case-study-page.template, .block-wrapper-no-top-margin.case-study-page.main {
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper-no-top-margin.cs-bottom {
  z-index: 1;
  flex-direction: column;
  padding-top: 0;
  position: relative;
}

.block-wrapper-no-top-margin.cs {
  z-index: 1;
  flex-direction: column;
  padding-top: 84px;
  position: relative;
}

.block-wrapper-no-top-margin.cs-template {
  padding-top: 0;
  padding-bottom: 0;
}

.block-wrapper-no-top-margin.overview-section {
  flex-direction: column;
  padding-top: 128px;
  padding-bottom: 128px;
}

.block-wrapper-no-top-margin.overview-section.no-top-padding {
  padding-top: 0;
}

.block-wrapper-no-top-margin.checkout {
  align-items: flex-start;
  width: 85%;
}

.block-wrapper-no-top-margin.navigation-wrapper {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-wrapper-no-top-margin.overview-page {
  flex-direction: column;
}

.block-wrapper-no-top-margin.plans {
  align-items: flex-start;
}

.block-wrapper-no-top-margin.bsq-1920px-lower-pad {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 40px;
  padding-bottom: 140px;
  overflow: visible;
}

.block-wrapper-no-top-margin.bsq-1920px-lower-pad.background-image {
  background-image: url('../images/Shapes-min-min.png');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-wrapper-no-top-margin.bsq-1920px-lower-pad.background-image.pricing-page-3 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.block-wrapper-no-top-margin.bsq-1920px-lower-pad.features-2-vertical {
  background-image: none;
  background-size: auto;
  align-items: center;
  max-width: none;
  padding-top: 144px;
  padding-bottom: 144px;
}

.block-wrapper-no-top-margin.bsq-features-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 145px;
}

.block-wrapper-no-top-margin.bsq-features-2-wrapper.homepage-2 {
  padding-bottom: 145px;
}

.block-wrapper-no-top-margin.bsq-career-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 140px;
}

.block-wrapper-no-top-margin.bsq-home-feature-3-wrapper {
  flex-direction: row-reverse;
  width: 85%;
  padding-top: 40px;
  padding-bottom: 145px;
}

.block-wrapper-no-top-margin.bsq-home-feature-3-wrapper.home-2 {
  width: 100%;
  padding-top: 80px;
}

.block-wrapper-no-top-margin.bsq-platform-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 0;
}

.block-wrapper-no-top-margin.solutions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 144px;
}

@media screen and (min-width: 1280px) {
  .para-large.overview {
    width: 100%;
  }

  .pricing-table-item.bg.white.pricing-page-3 {
    background-size: cover, cover;
  }

  .pricing-cost.pricing-page-2 {
    margin-top: 0;
  }

  .pricing-cost.pricing-page-2.top-margin-20 {
    margin-top: 20px;
  }

  .job-tabs-menu {
    top: 275px;
  }

  .sign-up-section {
    max-width: none;
  }

  .homepage-secondary-nav.black {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .homepage-secondary-nav.show-announcement {
    display: flex;
  }

  .bsq-footer-heading {
    color: var(--5bcfff);
  }

  .bsq-para-large.overview {
    width: 100%;
  }

  .bsq-london-pin-image {
    top: 415px;
    left: 475px;
  }

  .bsq-thessaloniki-pin-image {
    top: 480px;
    left: 530px;
  }

  .bsq-thessaloniki-office {
    background-color: var(--white);
    padding: 10px 20px 20px 10px;
    position: absolute;
  }

  .bsq-thessaloniki-office-image {
    background-color: var(--white);
  }

  .bsq-london-office {
    background-color: var(--white);
    padding: 10px 20px 20px 10px;
  }

  .bsq-london-office-image {
    background-color: var(--white);
  }
}

@media screen and (min-width: 1440px) {
  .wrapper.career-images-wrapper {
    display: none;
  }

  .visual-features-item {
    align-items: flex-start;
  }

  .visual-features-item-heading {
    text-align: left;
    justify-content: flex-start;
    display: block;
  }

  .visual-features-item-heading.bsq-h {
    text-align: center;
  }

  .white-2._18px {
    text-align: left;
  }

  .white-2._18px.center {
    text-align: center;
  }

  .sign-up-section {
    max-width: none;
  }

  .footer-links-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .background-image-container {
    background-image: url('../images/BG.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .bsq-visual-features-item {
    align-items: center;
  }

  .background-image-container-2 {
    background-image: url('../images/BG.png');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .bsq-visual-features-item-heading {
    text-align: left;
    justify-content: flex-start;
    display: block;
  }

  .bsq-simple-text-container.margin-top-220 {
    margin-top: 240px;
  }

  .bsq-world-office {
    background-color: #a5dfe6;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrapper-4x2-grid.career-images-wrapper {
    display: none;
  }

  .bsq-thessaloniki-office, .bsq-london-office {
    display: block;
  }

  .section {
    background-color: var(--white);
    width: 100%;
    height: 100px;
    margin-top: 100px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .image-3 {
    margin-top: 100px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .eu-logo {
    max-width: 600px;
  }

  .block-wrapper.career-images-wrapper {
    display: none;
  }

  .value-preposition-section {
    padding-bottom: 20px;
  }

  .customer-stories-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .customer-story-item {
    align-items: center;
  }

  .block-wrapper-double.career-images-wrapper, .block-wrapper-no-top-margin.career-images-wrapper {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .home-hero-section {
    position: relative;
    top: 60px;
  }

  .wrapper._1920px, .wrapper.bsq-1920px-lower-pad {
    max-width: none;
  }

  .pointer-grid._2-rows {
    display: block;
  }

  .pointer-grid._2-rows-grid {
    grid-column-gap: 40px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cta-section.flex-horizontal.blue-shapes {
    background-position: 100%;
    background-size: cover;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .features-tab-section {
    background-position: 50% 80%;
    background-repeat: repeat;
    background-size: cover;
  }

  .team-member-item {
    align-items: center;
  }

  .job-tabs-menu {
    top: 266px;
  }

  .sign-up-section {
    max-width: 1800px;
  }

  .homepage-secondary-nav.black {
    display: none;
  }

  .logos-wrapper {
    padding-top: 110px;
  }

  .contain {
    width: 100%;
  }

  .background-image-container {
    background-image: url('../images/BG.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }

  .integration-icon-bottom-row {
    margin-left: -4%;
  }

  .overview-stats-section {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .overview-image-contain {
    justify-content: space-between;
  }

  .bsq-wrapper._1920px, .bsq-wrapper.bsq-1920px-lower-pad {
    max-width: none;
  }

  .background-image-container-2 {
    background-size: contain;
  }

  .bsq-sticky-nav-div {
    overflow: visible;
  }

  .bsq-cta-section.flex-horizontal.blue-shapes {
    background-position: 100%;
    background-size: cover;
  }

  .bsq-wrapper-2._1920px, .bsq-wrapper-2.bsq-1920px-lower-pad, .wrapper-4x2-grid._1920px, .wrapper-4x2-grid.bsq-1920px-lower-pad {
    max-width: none;
  }

  .bsq-thessaloniki-office-image {
    float: left;
  }

  .bsq-london-office {
    display: block;
  }

  .section {
    position: static;
  }

  .eu-logo {
    max-width: 600px;
  }

  .body-2 {
    overflow: visible;
  }

  .video-2 {
    object-fit: fill;
  }

  .html-embed-2 {
    clear: none;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .div-block-18 {
    position: absolute;
  }

  .block-wrapper._1920px, .block-wrapper.bsq-1920px-lower-pad {
    max-width: none;
  }

  .customer-stories-section {
    background-position: 50% 80%;
    background-repeat: repeat;
    background-size: cover;
  }

  .block-wrapper-double._1920px, .block-wrapper-double.bsq-1920px-lower-pad, .block-wrapper-no-top-margin._1920px, .block-wrapper-no-top-margin.bsq-1920px-lower-pad {
    max-width: none;
  }
}

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

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 34px;
  }

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

  .display-heading.home-hero-heading.bsq-h {
    text-align: center;
  }

  .wrapper, .wrapper.home-feature-3-wrapper, .wrapper.feature-4-wrapper.features {
    flex-direction: column;
  }

  .wrapper.cta-wrapper {
    text-align: center;
    border-radius: 0;
    width: 100%;
  }

  .wrapper.about-values-wrapper {
    align-items: flex-start;
  }

  .wrapper.home-hero-wrapper {
    padding-bottom: 160px;
  }

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

  .wrapper.home-hero-wrapper.homepage-2 {
    padding-bottom: 0;
  }

  .wrapper.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .wrapper.visual-features-wrapper {
    align-items: flex-end;
  }

  .wrapper.pricing-hero-wrapper.pricing-page-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .wrapper.faq-wrapper {
    align-items: flex-start;
  }

  .wrapper.blog-subscribe-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .wrapper.blog-post-image-wrapper {
    height: 400px;
  }

  .wrapper.contact-form-wrapper {
    overflow: visible;
  }

  .wrapper.location-wrapper {
    align-items: center;
  }

  .wrapper.sign-up-wrapper {
    align-items: center;
    height: auto;
  }

  .wrapper.vacancy-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper.footer-wrapper {
    padding-top: 100px;
  }

  .wrapper.search-result {
    width: 90%;
  }

  .wrapper.download-cards-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .wrapper.features-vertical-tabs {
    padding-bottom: 80px;
  }

  .wrapper.plans-grid {
    flex-direction: column-reverse;
  }

  .wrapper.support {
    align-items: flex-start;
  }

  .wrapper.cs {
    padding-top: 80px;
  }

  .wrapper.overview-section.no-top-padding {
    padding-bottom: 124px;
  }

  .wrapper.checkout {
    width: 85%;
  }

  .wrapper.navigation-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .wrapper.bsq-home-feature-3-wrapper {
    flex-direction: column-reverse;
  }

  .home-hero-left {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 80px;
    display: flex;
  }

  .home-hero-left.homepage-3 {
    width: 100%;
    margin-left: 0%;
  }

  .para-large.home-hero-para {
    font-size: 20px;
  }

  .para-large.overview {
    width: 95%;
    font-size: 20px;
  }

  .para-large.home-hero-para-wide {
    font-size: 20px;
  }

  .button.navigation-button {
    margin-top: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    display: none;
  }

  .button.navigation-button.mobile {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 110px;
    margin-left: 5%;
    display: flex;
  }

  .button.top-margin-80px {
    margin-top: 0;
  }

  .button.bsq-navigation-button {
    margin-top: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    display: none;
  }

  .button.bsq-navigation-button.mobile {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 110px;
    margin-left: 5%;
    display: flex;
  }

  .home-hero-pointers {
    margin-top: 60px;
  }

  .image.contain {
    width: 100%;
    height: 100%;
  }

  .image.contain.signup {
    display: none;
  }

  .image.nav-icons {
    object-fit: fill;
    width: 27px;
  }

  .home-hero-images-container {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-main-image.homepage-2 {
    border-radius: 30px;
  }

  .hero-floating-image-1.homepage-2 {
    width: 200px;
    height: 55px;
    bottom: 11%;
  }

  .hero-floating-image-2.homepage-2 {
    width: 260px;
    height: auto;
  }

  .hero-floating-image-3.homepage-2 {
    width: 60px;
    height: 60px;
    top: 0%;
    left: 0%;
  }

  .subheading {
    text-align: center;
    justify-content: flex-start;
  }

  .home-stats-grid-item.middle.review, .home-stats-grid-item.review {
    text-align: center;
  }

  .stats-number-text {
    font-size: 52px;
  }

  .home-features-images-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .home-features-images-container.feature-3, .home-features-images-container.feature-3.bsq-home-features-1-video {
    width: 100%;
  }

  .home-features-1-main-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-feature-1-floating-image.feature-3 {
    bottom: 2%;
    right: -2%;
  }

  .home-feature-1-image-background {
    height: 600px;
    inset: 10% auto auto 0%;
  }

  .home-feature-1-content {
    z-index: 1;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .home-feature-1-content.white {
    margin-bottom: 60px;
  }

  .home-features-tab {
    flex-direction: column;
    justify-content: center;
  }

  .home-features-tab-menu {
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
    max-width: 550px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .home-feature-tab-link.middle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-tabs-content {
    width: 90%;
    margin-top: 40px;
  }

  .integration-up {
    flex-direction: column;
    align-items: flex-start;
  }

  .integration-heading-and-subheading {
    margin-bottom: 40px;
  }

  .h2-60-px {
    font-size: 57px;
  }

  .home-integration-circle-2 {
    bottom: -9%;
  }

  .feature-3-floating-image-2 {
    right: 1%;
  }

  .feature-3-circle {
    left: 10%;
  }

  .feature-4-left {
    width: 100%;
    max-width: 620px;
  }

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

  .pointer-grid._2-rows, .pointer-grid._2-rows-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta-section {
    margin-bottom: 0;
  }

  .about-hero-text {
    font-size: 20px;
  }

  .about-image {
    height: 400px;
  }

  .about-story-left, .about-story-right {
    width: 100%;
  }

  .about-story-text {
    font-size: 20px;
  }

  .about-lightbox {
    height: 500px;
  }

  .about-values-left {
    width: 100%;
  }

  .home-blog-heading-and-button {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-blogs-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .featured-main-item {
    overflow: hidden;
  }

  .featured-main-item.round-edges {
    border-radius: 12px;
  }

  .feature-collection-list._2 {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .feature-collection-item, .feature-image {
    height: auto;
  }

  .features-hero-text {
    font-size: 20px;
  }

  .features-cards {
    width: 400px;
    max-width: none;
  }

  .visual-features-up {
    flex-direction: column;
    align-items: flex-start;
  }

  .visual-features-up.bsq-align-bottom {
    align-items: center;
  }

  .visual-features-subheading {
    text-align: center;
  }

  .visual-features-text {
    margin-top: 30px;
  }

  .visual-features-items-container {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .visual-features-items-container.nav {
    max-width: 310px;
    display: block;
  }

  .visual-features-items-container.nav.pages, .visual-features-items-container.nav.pages-single-column {
    border-right-style: none;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 0;
  }

  .visual-features-item.navbar.horizontal {
    justify-content: flex-start;
  }

  .visual-features-item.navbar.center-alignment {
    align-items: flex-start;
  }

  .visual-features-item-image {
    display: block;
  }

  .white-2._500w {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .home-features-image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 4%;
  }

  .features-5-items-container {
    grid-template-columns: 1fr 1fr;
  }

  .features-5-item {
    text-align: left;
    justify-content: center;
    display: block;
  }

  .features-5-icon {
    justify-content: center;
    display: block;
  }

  .team-collection-list {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-image {
    width: 100%;
  }

  .pricing-hero-text {
    font-size: 20px;
  }

  .pricing-hero-text.pricing-page-2 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .pricing-tables-container.monthly, .pricing-tables-container.yearly {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-tables-container.pricing-page-3 {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    margin-bottom: 40px;
    display: flex;
  }

  .pricing-table-item {
    width: 100%;
  }

  .pricing-table-item.bg.white.pricing-page-3 {
    background-position: 50% 20%;
  }

  .pricing-table-item.pricing-page-3 {
    width: 80%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-table-button.ecom:hover {
    color: var(--midnight-blue);
    background-color: #1ebd534d;
  }

  .faq-right, .faq-heading-and-subheading {
    width: 100%;
  }

  .blog-item.horizontal {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .blogs-collection-list {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-image.blog-page-2-down {
    width: 100%;
  }

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

  .blog-up {
    text-align: left;
  }

  .blog-date-and-time {
    text-align: center;
    justify-content: center;
  }

  .blog-subscribe-left {
    width: 100%;
    max-width: none;
  }

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

  .blog-subscribe-form-container {
    width: 100%;
  }

  .career-image-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .jobs-left {
    width: 100%;
  }

  .jobs-right {
    width: 100%;
    padding-top: 0;
  }

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

  .job-tabs-menu {
    margin-bottom: 20px;
    position: static;
  }

  .job-tab-pane {
    padding-left: 0;
    padding-right: 0;
  }

  .job-dot-details.job-post {
    font-size: 20px;
  }

  .perks-items-container {
    grid-template-columns: 1fr 1fr;
  }

  .contact-hero-text {
    font-size: 20px;
  }

  .contact-form-block {
    padding: 40px;
  }

  .location-left {
    margin-bottom: 40px;
  }

  .location-images-container {
    width: 100%;
  }

  .location-image {
    height: auto;
  }

  .sign-up-image {
    display: none;
  }

  .sign-up-logo {
    background-image: url('../images/Group-88.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 158px;
    height: 28px;
    top: 30px;
    left: 40px;
  }

  .sign-up-right {
    padding-top: 157px;
    padding-bottom: 138px;
  }

  .progress-bar {
    display: none;
  }

  .comparison-up {
    flex-direction: column;
    align-items: flex-start;
  }

  .comparison-table-item {
    grid-row-gap: 19px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .comparison-table-item.sticky {
    background-color: var(--white);
    position: sticky;
    top: 0;
  }

  .comparison-table {
    position: relative;
  }

  .hero-integrations-text {
    max-width: 500px;
    font-size: 20px;
  }

  .integrations-features-items {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 500px;
  }

  .most-popular-integrations-up {
    flex-direction: column;
    align-items: flex-start;
  }

  .most-popular-integrations-headings {
    max-width: none;
  }

  .most-popular-integrations-text {
    width: 76%;
    max-width: none;
    margin-top: 20px;
  }

  .vacancy-post-hero-left {
    margin-bottom: 60px;
  }

  .rich-text-wrapper, .style-guide-main-content, .licensing-main {
    width: 100%;
  }

  .testimonial-item {
    max-width: 500px;
  }

  .testimonial-item.review-hero-middle {
    margin-left: auto;
    left: 0;
    right: 0;
  }

  .home-hero-bg-circle {
    display: none;
  }

  .home-blog-heading {
    margin-bottom: 30px;
  }

  .footer-up {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-logo-and-subscribe {
    margin-bottom: 40px;
  }

  .footer-form-block {
    max-width: 620px;
    margin-top: 0;
  }

  .footer-form-field-label {
    margin-top: 40px;
  }

  .footer-down {
    flex-direction: column;
  }

  .blog-featured-main-collection-list {
    margin-bottom: 20px;
  }

  .footer-links-container {
    margin-top: 16px;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

  .navigation-drop-container {
    flex-direction: column;
  }

  .navigation-drop-container.features.pages {
    align-items: flex-start;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: flex;
  }

  .dropdown-toggle.white {
    color: var(--black);
    margin-left: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-brand {
    width: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .navigation-left {
    align-items: center;
    width: 30%;
  }

  .dropdown-list.w--open {
    width: 90%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .dropdown-list.blog.w--open {
    width: 90%;
  }

  .navigation-right {
    width: 50%;
    margin-right: 0;
  }

  .navigation-menu {
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 30px;
    display: flex;
    position: absolute;
    box-shadow: 0 50px 30px #0000000f;
  }

  .dropdown-arrow {
    margin-left: 7px;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .nav-link {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: block;
  }

  .nav-link.login {
    padding: 15px 10px;
  }

  .nav-link.login.desktop {
    display: none;
  }

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

  .nav-link.login-mob {
    display: block;
  }

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

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

  .dropdown-list-full-wrapper {
    box-shadow: none;
    padding: 0;
  }

  .navigation {
    display: none;
  }

  .menu-button-mob {
    color: #6b6768;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 50px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 11px;
    display: flex;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .menu-button-mob.w--open {
    color: #6b6768;
    background-color: #0000;
  }

  .navigation-center {
    display: block;
  }

  .download-image {
    width: 1005px;
  }

  .faqs-text-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .h2-heading {
    font-size: 50px;
    line-height: 100%;
  }

  .faq-answer-wrap {
    padding-bottom: 0;
  }

  .faq-content {
    padding-bottom: 24px;
  }

  .wrapper-1200px.faqs {
    flex-direction: column;
  }

  .faqs-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .review-text-container {
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
  }

  .review-hero-paragraph {
    font-size: 20px;
  }

  .review-tweet-container {
    width: 100%;
    max-width: none;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .reviews-grid.left {
    margin-right: 24px;
  }

  .hero-bg-circle-reviews {
    display: none;
  }

  .logos-container {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .logos-image {
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .logos-wrapper {
    flex-direction: column;
    padding-bottom: 100px;
  }

  .features-slider-wrapper {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .features-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-left {
    left: -80px;
  }

  .testimonial-right {
    right: -80px;
  }

  .two-cards-cta-section {
    margin-bottom: 100px;
  }

  .two-cards-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .background-image-container {
    background-size: auto;
  }

  .hero-image-floating-4 {
    width: 20%;
  }

  .statistics-left-container {
    width: 100%;
  }

  .integration-icon-wrap {
    width: 100px;
    height: 100px;
  }

  .case-studies-section.cs-page {
    margin-top: 60px;
  }

  .cta-wrapper-left {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .cta-wrapper-left.trial {
    align-items: center;
  }

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

  .pricing-top-left {
    width: 100%;
  }

  .pricing-page-2-blog---grid {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .blog-container---pricing-page-2 {
    width: 100%;
    margin-top: 100px;
    margin-right: 0%;
    position: static;
  }

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

  .pricing-points-grid-contain {
    flex-direction: column;
  }

  .pricing-points-grid {
    margin-bottom: 12px;
  }

  .price-point {
    padding-bottom: 0;
  }

  .price-point.bottom {
    margin-left: 0;
  }

  .pricing-bottom-flex {
    flex-wrap: wrap;
  }

  .demo-section {
    margin-bottom: 100px;
  }

  .demo-flex-wrapper {
    width: 100%;
  }

  .demo-heading {
    text-align: center;
    margin-bottom: 40px;
  }

  .demo-left-text-contain {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .demo-form-contain {
    width: 100%;
    max-width: none;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0%;
  }

  .detail-rich-text {
    width: 100%;
  }

  .integration-collection {
    flex-wrap: wrap;
  }

  .integration-item {
    width: 50%;
  }

  .support-text {
    width: 100%;
  }

  .blog-tabs {
    flex-direction: column;
  }

  .tabs-blog-menu {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-right: 0;
    position: static;
  }

  .blog-right {
    align-items: center;
    margin-top: 20px;
    padding-left: 0;
  }

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

  .blog-tab.w--current {
    border-bottom: 2px solid var(--royal-blue);
    border-right-style: none;
  }

  .left-text-contain {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .left-text-contain.blog-page-3 {
    align-items: center;
    width: 100%;
  }

  .left-text-contain._50-width {
    width: 85%;
    margin-top: 60px;
  }

  .left-text-contain.center-align {
    align-self: auto;
  }

  .image-case-study {
    width: 100%;
    max-width: none;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .image-case-study.static {
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .company-logo {
    align-self: auto;
  }

  .company-logo.center-align {
    align-self: center;
  }

  .cs-hero-paragraph {
    font-size: 20px;
  }

  .cs-hero-paragraph.bsq-text {
    text-align: left;
  }

  .case-study-wrapper {
    flex-direction: column;
  }

  .case-study-wrapper.template {
    padding-top: 60px;
  }

  .case-study-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .case-study-image {
    margin-left: auto;
    margin-right: auto;
  }

  .case-study-image.cs-main {
    max-width: 80%;
    height: auto;
  }

  .case-studies-collection {
    flex-wrap: wrap;
    display: flex;
  }

  .case-study-item {
    flex-wrap: nowrap;
    max-width: 400px;
  }

  .case-study-item.pricing-page-2 {
    max-width: none;
  }

  .cs-image.pricing-page-2 {
    max-width: none;
    height: 300px;
  }

  .cs-content {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .cs-rich-text blockquote {
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
  }

  .blog-tag.subheading {
    text-align: center;
  }

  .blog-image-contain {
    width: 100%;
    max-width: none;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-image-contain.homepage-3 {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .blog-wrapper {
    flex-direction: column;
  }

  .blog-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .blog-image-page-3, .blog-item-page-3 {
    width: 100%;
  }

  .case-study-headings.demo-page {
    margin-bottom: 40px;
  }

  .collection-item-case-study {
    flex-wrap: nowrap;
    width: 50%;
    display: flex;
  }

  .collection-list-case-study, .collection-list-blog-2, .collection-list-wrapper-blog {
    flex-wrap: wrap;
    display: flex;
  }

  .collection-item-blog-2, .collection-item-2 {
    width: 100%;
    margin-bottom: 60px;
  }

  .right-side-links {
    width: 100%;
  }

  .divider-nav {
    margin-top: 18px;
  }

  .password-wrapper {
    margin-top: 100px;
  }

  .overview-stats-section {
    margin-top: -60px;
  }

  .overview-grid {
    flex-direction: column;
  }

  .overview-wrapper {
    margin-bottom: 20px;
  }

  .overview-wrapper.middle {
    margin-left: 0;
    margin-right: 0;
  }

  .overview-wrapper.right {
    margin-left: 0;
  }

  .headings {
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .pricing-row-contain {
    flex-direction: column;
  }

  .pricing-row-contain.sticky {
    z-index: 10;
    background-color: var(--white);
    flex-direction: column;
    position: sticky;
    top: 40px;
  }

  .price-grid-contain {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    width: 100%;
  }

  .collection-item-3 {
    width: 50%;
  }

  .image-container {
    width: 100%;
  }

  .image-container.product-hero {
    width: 100%;
    margin-top: 50px;
  }

  .text-container {
    width: 100%;
  }

  .text-container.product-hero {
    width: 100%;
    margin-top: 0;
  }

  .checkout-form {
    padding: 0;
  }

  .order-summary-contain {
    width: 100%;
    position: static;
  }

  .left-information-checkout {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .collection-list-wrapper-ecom-plans {
    width: 80%;
  }

  .collection-item-4 {
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .cart-list {
    padding-left: 10px;
  }

  .collection-item-cs-temp {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .bsq-navigation {
    display: block;
  }

  .bsq-visual-features-items-container-4 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .bsq-visual-features-items-container-4.nav {
    max-width: 310px;
    display: block;
  }

  .bsq-visual-features-items-container-4.nav.pages {
    border-right-style: none;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 0;
  }

  .bsq-visual-features-item.navbar.horizontal {
    justify-content: flex-start;
  }

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

  .div-block-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: left;
    grid-template-columns: 1.75fr 1.75fr 1.75fr;
    place-content: stretch space-between;
    place-items: center stretch;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .text-block-6 {
    text-align: center;
    min-width: 200px;
  }

  .text-block-7 {
    min-width: 200px;
    overflow: visible;
  }

  .text-block-7.bsq-text {
    color: var(--storm);
  }

  .bsq-visual-features-items-container-3 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1.75fr 1fr 1.75fr;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .bsq-visual-features-items-container-3.nav {
    max-width: 310px;
    display: block;
  }

  .bsq-visual-features-items-container-3.nav.pages {
    border-right-style: none;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 0;
  }

  .bsq-wrapper, .bsq-wrapper.home-feature-3-wrapper, .bsq-wrapper.feature-4-wrapper.features {
    flex-direction: column;
  }

  .bsq-wrapper.cta-wrapper {
    text-align: center;
    border-radius: 0;
    width: 100%;
  }

  .bsq-wrapper.about-values-wrapper {
    align-items: flex-start;
  }

  .bsq-wrapper.home-hero-wrapper {
    padding-bottom: 160px;
  }

  .bsq-wrapper.home-hero-wrapper.homepage-3 {
    flex-direction: column;
  }

  .bsq-wrapper.home-hero-wrapper.homepage-2 {
    padding-bottom: 0;
  }

  .bsq-wrapper.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .bsq-wrapper.pricing-hero-wrapper.pricing-page-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .bsq-wrapper.faq-wrapper {
    align-items: flex-start;
  }

  .bsq-wrapper.blog-subscribe-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bsq-wrapper.contact-form-wrapper {
    overflow: visible;
  }

  .bsq-wrapper.location-wrapper {
    align-items: flex-start;
  }

  .bsq-wrapper.sign-up-wrapper {
    align-items: center;
    height: auto;
  }

  .bsq-wrapper.vacancy-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .bsq-wrapper.footer-wrapper {
    padding-top: 100px;
  }

  .bsq-wrapper.search-result {
    width: 90%;
  }

  .bsq-wrapper.download-cards-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .bsq-wrapper.features-vertical-tabs {
    padding-bottom: 80px;
  }

  .bsq-wrapper.plans-grid {
    flex-direction: column-reverse;
  }

  .bsq-wrapper.support {
    align-items: flex-start;
  }

  .bsq-wrapper.cs {
    padding-top: 80px;
  }

  .bsq-wrapper.overview-section.no-top-padding {
    padding-bottom: 124px;
  }

  .bsq-wrapper.checkout {
    width: 85%;
  }

  .bsq-wrapper.navigation-wrapper {
    flex-direction: row;
  }

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

  .bsq-text.bottom-margin {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .bsq-text.bottom-margin._100-width {
    width: 100%;
  }

  .bsq-text.top-margin-8 {
    text-align: center;
  }

  .background-image-container-2 {
    background-size: auto;
  }

  .dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .visual-features-item-2.navbar.horizontal {
    justify-content: flex-start;
  }

  .nav-link-2 {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: block;
  }

  .nav-link-2.login {
    padding: 15px 10px;
  }

  .nav-link-2.login.desktop {
    display: none;
  }

  .nav-link-2.login-mob {
    display: block;
  }

  .nav-link-2.white {
    color: #0d0e10;
  }

  .button-2.navigation-button {
    margin-top: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    display: none;
  }

  .button-2.navigation-button.mobile {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 110px;
    margin-left: 5%;
    display: flex;
  }

  .divider-nav-2 {
    margin-top: 18px;
  }

  .navigation-menu-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 30px;
    display: flex;
    position: absolute;
    box-shadow: 0 50px 30px #0000000f;
  }

  .navigation-2 {
    display: block;
  }

  .dropdown-toggle-2 {
    justify-content: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: flex;
  }

  .dropdown-toggle-2.white {
    color: #0d0e10;
  }

  .bsq-para-large.home-hero-para {
    font-size: 20px;
  }

  .bsq-para-large.home-hero-para.bsq-text {
    text-align: center;
  }

  .bsq-para-large.overview {
    width: 95%;
    font-size: 20px;
  }

  .bsq-para-large.home-hero-para-wide {
    font-size: 20px;
  }

  .bsq-visual-features-text-600px {
    margin-top: 30px;
  }

  .bsq-visual-features-text-600px.bsq-text {
    text-align: center;
  }

  .bsq-cta-section {
    margin-bottom: 0;
  }

  .bsq-wrapper-2, .bsq-wrapper-2.home-feature-3-wrapper, .bsq-wrapper-2.feature-4-wrapper.features {
    flex-direction: column;
  }

  .bsq-wrapper-2.cta-wrapper {
    text-align: center;
    border-radius: 0;
    width: 100%;
  }

  .bsq-wrapper-2.about-values-wrapper {
    align-items: flex-start;
  }

  .bsq-wrapper-2.home-hero-wrapper {
    padding-bottom: 160px;
  }

  .bsq-wrapper-2.home-hero-wrapper.homepage-3 {
    flex-direction: column;
  }

  .bsq-wrapper-2.home-hero-wrapper.homepage-2 {
    padding-bottom: 0;
  }

  .bsq-wrapper-2.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .bsq-wrapper-2.pricing-hero-wrapper.pricing-page-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .bsq-wrapper-2.faq-wrapper {
    align-items: flex-start;
  }

  .bsq-wrapper-2.blog-subscribe-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bsq-wrapper-2.contact-form-wrapper {
    overflow: visible;
  }

  .bsq-wrapper-2.location-wrapper {
    align-items: flex-start;
  }

  .bsq-wrapper-2.sign-up-wrapper {
    align-items: center;
    height: auto;
  }

  .bsq-wrapper-2.vacancy-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .bsq-wrapper-2.footer-wrapper {
    padding-top: 100px;
  }

  .bsq-wrapper-2.search-result {
    width: 90%;
  }

  .bsq-wrapper-2.download-cards-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .bsq-wrapper-2.features-vertical-tabs {
    padding-bottom: 80px;
  }

  .bsq-wrapper-2.plans-grid {
    flex-direction: column-reverse;
  }

  .bsq-wrapper-2.support {
    align-items: flex-start;
  }

  .bsq-wrapper-2.cs {
    padding-top: 80px;
  }

  .bsq-wrapper-2.overview-section.no-top-padding {
    padding-bottom: 124px;
  }

  .bsq-wrapper-2.checkout {
    width: 85%;
  }

  .bsq-wrapper-2.navigation-wrapper {
    flex-direction: row;
  }

  .bsq-simple-text-container.margin-top-220 {
    margin-top: 180px;
  }

  .wrapper-4x2-grid {
    flex-direction: column;
    width: 80%;
  }

  .wrapper-4x2-grid.home-feature-3-wrapper, .wrapper-4x2-grid.feature-4-wrapper.features {
    flex-direction: column;
  }

  .wrapper-4x2-grid.cta-wrapper {
    text-align: center;
    border-radius: 0;
    width: 100%;
  }

  .wrapper-4x2-grid.about-values-wrapper {
    align-items: flex-start;
  }

  .wrapper-4x2-grid.home-hero-wrapper {
    padding-bottom: 160px;
  }

  .wrapper-4x2-grid.home-hero-wrapper.homepage-3 {
    flex-direction: column;
  }

  .wrapper-4x2-grid.home-hero-wrapper.homepage-2 {
    padding-bottom: 0;
  }

  .wrapper-4x2-grid.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .wrapper-4x2-grid.pricing-hero-wrapper.pricing-page-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .wrapper-4x2-grid.faq-wrapper {
    align-items: flex-start;
  }

  .wrapper-4x2-grid.blog-subscribe-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .wrapper-4x2-grid.contact-form-wrapper {
    overflow: visible;
  }

  .wrapper-4x2-grid.location-wrapper {
    align-items: flex-start;
  }

  .wrapper-4x2-grid.sign-up-wrapper {
    align-items: center;
    height: auto;
  }

  .wrapper-4x2-grid.vacancy-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper-4x2-grid.footer-wrapper {
    padding-top: 100px;
  }

  .wrapper-4x2-grid.search-result {
    width: 90%;
  }

  .wrapper-4x2-grid.download-cards-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .wrapper-4x2-grid.features-vertical-tabs {
    padding-bottom: 80px;
  }

  .wrapper-4x2-grid.plans-grid {
    flex-direction: column-reverse;
  }

  .wrapper-4x2-grid.support {
    align-items: flex-start;
  }

  .wrapper-4x2-grid.cs {
    padding-top: 80px;
  }

  .wrapper-4x2-grid.overview-section.no-top-padding {
    padding-bottom: 124px;
  }

  .wrapper-4x2-grid.checkout {
    width: 85%;
  }

  .wrapper-4x2-grid.navigation-wrapper {
    flex-direction: row;
  }

  .bsq-thessaloniki-office, .bsq-london-office {
    display: none;
  }

  .bsq-logos-image, .bsq-logos-image-2 {
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .bsq-features-cards {
    width: 350px;
    max-width: none;
  }

  .bsq-pricing-table-button.ecom:hover, .bsq-pricing-table-button-white.ecom:hover {
    color: var(--midnight-blue);
    background-color: #1ebd534d;
  }

  .bsq-h2-60-px {
    font-size: 57px;
  }

  .bsq-features-5-item {
    text-align: left;
    justify-content: center;
    display: block;
  }

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

  .bsq-image-nav {
    width: 20%;
    height: 20%;
  }

  .bsq-image-nav.contain {
    width: 100%;
    height: 100%;
  }

  .bsq-image-nav.contain.signup {
    display: none;
  }

  .bsq-image-nav.nav-icons {
    object-fit: fill;
    width: 27px;
  }

  .bsq-progress-bar, .bsq-visual-features-item-image-nav {
    display: none;
  }

  .div-block-8 {
    justify-content: flex-start;
    display: flex;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .bsq-home-hero-pointers {
    margin-top: 60px;
  }

  .bsq-h-left {
    text-align: left;
  }

  .eu-logo {
    max-width: 65%;
  }

  .collaborate-image.contain {
    width: 100%;
    height: 100%;
  }

  .collaborate-image.contain.signup {
    display: none;
  }

  .collaborate-image.nav-icons {
    object-fit: fill;
    width: 27px;
  }

  .header-icon.contain {
    width: 100%;
    height: 100%;
  }

  .header-icon.contain.signup {
    display: none;
  }

  .header-icon.contain.anomaly-dectection-pic {
    padding-right: 100px;
  }

  .header-icon.nav-icons {
    object-fit: fill;
    width: 27px;
  }

  .bsq-footer-up {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .subheading-center {
    text-align: center;
    justify-content: flex-start;
  }

  .bsq-home-features-1-video {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .subheading-text, .subheading-text-white {
    text-align: center;
    justify-content: flex-start;
  }

  .bsq-features-5-icon {
    justify-content: center;
    display: block;
  }

  .solutions-items-container {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-17, .div-block-18, .div-block-19 {
    display: none;
  }

  .block-wrapper, .block-wrapper.home-feature-3-wrapper, .block-wrapper.feature-4-wrapper.features {
    flex-direction: column;
  }

  .block-wrapper.cta-wrapper {
    text-align: center;
    border-radius: 0;
    width: 100%;
  }

  .block-wrapper.about-values-wrapper {
    align-items: flex-start;
  }

  .block-wrapper.home-hero-wrapper {
    padding-bottom: 160px;
  }

  .block-wrapper.home-hero-wrapper.homepage-3 {
    flex-direction: column;
  }

  .block-wrapper.home-hero-wrapper.homepage-2 {
    padding-bottom: 0;
  }

  .block-wrapper.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .block-wrapper.visual-features-wrapper {
    align-items: flex-end;
  }

  .block-wrapper.pricing-hero-wrapper.pricing-page-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .block-wrapper.faq-wrapper {
    align-items: flex-start;
  }

  .block-wrapper.blog-subscribe-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .block-wrapper.contact-form-wrapper {
    overflow: visible;
  }

  .block-wrapper.location-wrapper {
    align-items: center;
  }

  .block-wrapper.sign-up-wrapper {
    align-items: center;
    height: auto;
  }

  .block-wrapper.vacancy-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-wrapper.footer-wrapper {
    padding-top: 100px;
  }

  .block-wrapper.search-result {
    width: 90%;
  }

  .block-wrapper.download-cards-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .block-wrapper.features-vertical-tabs {
    padding-bottom: 80px;
  }

  .block-wrapper.plans-grid {
    flex-direction: column-reverse;
  }

  .block-wrapper.support {
    align-items: flex-start;
  }

  .block-wrapper.cs {
    padding-top: 80px;
  }

  .block-wrapper.overview-section.no-top-padding {
    padding-bottom: 124px;
  }

  .block-wrapper.checkout {
    width: 85%;
  }

  .block-wrapper.navigation-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .block-wrapper.bsq-home-feature-3-wrapper {
    flex-direction: column-reverse;
  }

  .image-blog-post {
    object-fit: contain;
    height: 100%;
  }

  .image-blog-post.contain {
    width: 100%;
    height: 100%;
  }

  .image-blog-post.contain.signup {
    display: none;
  }

  .image-blog-post.nav-icons {
    object-fit: fill;
    width: 27px;
  }

  .ai-features-image.contain {
    width: 100%;
    height: 100%;
  }

  .ai-features-image.contain.signup {
    display: none;
  }

  .ai-features-image.nav-icons {
    object-fit: fill;
    width: 27px;
  }

  .bsq-blog-image.blog-page-2-down, .bsq-blog-image-page-3 {
    width: 100%;
  }

  .customer-stories-items-container-copy {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .customer-stories-items-container-copy.nav {
    max-width: 310px;
    display: block;
  }

  .customer-stories-items-container-copy.nav.pages {
    border-right-style: none;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 0;
  }

  .customer-story-item.navbar.horizontal {
    justify-content: flex-start;
  }

  .right-side-links-top {
    width: 100%;
  }

  .cs-sidebar {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .cs-sidebar.blog-page-3 {
    align-items: center;
    width: 100%;
  }

  .cs-sidebar._50-width {
    width: 85%;
    margin-top: 60px;
  }

  .company-stats {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .company-stats.blog-page-3 {
    align-items: center;
    width: 100%;
  }

  .company-stats._50-width {
    width: 85%;
    margin-top: 60px;
  }

  .cs-stakeholder {
    align-items: flex-start;
  }

  .div-block-23 {
    width: 18%;
  }

  .right-side-links-top-2 {
    width: 100%;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .button-3.is-nav {
    margin-left: 0;
  }

  .navbar11_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar11_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar11_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar8_menu-button.w--open {
    background-color: #0000;
  }

  .navbar_link {
    width: auto;
    padding: .75rem 0;
  }

  .navbar_link.white.align-left {
    text-align: left;
  }

  .menu-icon_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_dropdown-link {
    padding: .5rem;
  }

  .navbar8_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar8_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .menu-icon_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar_dropdown-link-list.background-color-midnight {
    background-color: var(--midnight);
  }

  .navbar11_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--white);
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar_menu.dark {
    background-color: var(--midnight);
    border-bottom-style: none;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar_menu-buttons {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .button-new.is-small {
    text-align: center;
    text-transform: uppercase;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: var(--storm);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--storm);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: var(--storm);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .hero-heading-part-1 {
    font-size: 24px;
  }

  .hero-heading-part-2 {
    margin-top: 24px;
  }

  .hero-heading-part-3 {
    font-size: 24px;
  }

  .hero-heading-part-4 {
    margin-bottom: 36px;
    font-size: 24px;
  }

  .div-block-25 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: left;
    grid-template-columns: 1.75fr 1.75fr 1.75fr;
    place-content: stretch space-between;
    place-items: center stretch;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .subheading-logo {
    margin-top: 5px;
  }

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

  .div-block-28 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: left;
    grid-template-columns: 1.75fr 1.75fr 1.75fr;
    place-content: stretch space-between;
    place-items: center stretch;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .hero-heading-part-5 {
    font-size: 24px;
  }

  .hero-heading-part-6 {
    font-size: 18px;
  }

  .subheading-logo-2 {
    margin-top: 3px;
  }

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

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

  .layout_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  .testimonial9_mask {
    width: 100%;
  }

  .testimonial_slide {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .testimonial_arrow.hide-desktop {
    display: flex;
  }

  .testimonial_slide-nav.hide-desktop {
    display: block;
  }

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

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

  .footer_top-wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .footer_social-list {
    align-items: center;
  }

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

  .footer_legal-list {
    flex-flow: wrap;
    display: flex;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .platform-h1 {
    font-size: 60px;
  }

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

  .platform-image {
    min-width: 8.5rem;
  }

  .platform-hero-diagram {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .platform-hero-image-wrapper-center {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .flex-v-24 {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-v-64 {
    justify-content: center;
    align-items: center;
  }

  .flex-v-64.align-center {
    flex-flow: row;
  }

  .div-block-40 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-43 {
    display: none;
  }

  .min-width-460-360 {
    min-width: 360px;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .platform-blur-2 {
    width: 800px;
    height: 1200px;
  }

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

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

  .image-12 {
    width: 16px;
  }

  .flex-h-64-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .flex-v-64-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
  }

  .max-width-350-copy {
    flex: 1;
    width: auto;
  }

  .flex-v-64-copy {
    max-width: 100%;
  }

  .flex-v-64-copy {
    flex-flow: wrap;
  }

  .flex-v-64-copy.align-center {
    flex-flow: row;
  }

  .flex-v-64-copy-copy {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .flex-v-64-copy-copy.align-center {
    flex-flow: row;
  }

  .platform-hero-diagram-mobile {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    display: none;
  }

  .image-15 {
    width: 20rem;
    position: absolute;
    top: auto;
    bottom: 26%;
  }

  .image-16 {
    min-width: 25rem;
  }

  .block-wrapper-double, .block-wrapper-double.home-feature-3-wrapper, .block-wrapper-double.feature-4-wrapper.features {
    flex-direction: column;
  }

  .block-wrapper-double.cta-wrapper {
    text-align: center;
    border-radius: 0;
    width: 100%;
  }

  .block-wrapper-double.about-values-wrapper {
    align-items: flex-start;
  }

  .block-wrapper-double.home-hero-wrapper {
    padding-bottom: 160px;
  }

  .block-wrapper-double.home-hero-wrapper.homepage-3 {
    flex-direction: column;
  }

  .block-wrapper-double.home-hero-wrapper.homepage-2 {
    padding-bottom: 0;
  }

  .block-wrapper-double.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .block-wrapper-double.visual-features-wrapper {
    align-items: flex-end;
  }

  .block-wrapper-double.pricing-hero-wrapper.pricing-page-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .block-wrapper-double.faq-wrapper {
    align-items: flex-start;
  }

  .block-wrapper-double.blog-subscribe-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .block-wrapper-double.contact-form-wrapper {
    overflow: visible;
  }

  .block-wrapper-double.location-wrapper {
    align-items: center;
  }

  .block-wrapper-double.sign-up-wrapper {
    align-items: center;
    height: auto;
  }

  .block-wrapper-double.vacancy-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-wrapper-double.footer-wrapper {
    padding-top: 100px;
  }

  .block-wrapper-double.search-result {
    width: 90%;
  }

  .block-wrapper-double.download-cards-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .block-wrapper-double.features-vertical-tabs {
    padding-bottom: 80px;
  }

  .block-wrapper-double.plans-grid {
    flex-direction: column-reverse;
  }

  .block-wrapper-double.support {
    align-items: flex-start;
  }

  .block-wrapper-double.cs {
    padding-top: 80px;
  }

  .block-wrapper-double.overview-section.no-top-padding {
    padding-bottom: 124px;
  }

  .block-wrapper-double.checkout {
    width: 85%;
  }

  .block-wrapper-double.navigation-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .block-wrapper-double.bsq-home-feature-3-wrapper {
    flex-direction: column-reverse;
  }

  .block-wrapper-no-top-margin, .block-wrapper-no-top-margin.home-feature-3-wrapper, .block-wrapper-no-top-margin.feature-4-wrapper.features {
    flex-direction: column;
  }

  .block-wrapper-no-top-margin.cta-wrapper {
    text-align: center;
    border-radius: 0;
    width: 100%;
  }

  .block-wrapper-no-top-margin.about-values-wrapper {
    align-items: flex-start;
  }

  .block-wrapper-no-top-margin.home-hero-wrapper {
    padding-bottom: 160px;
  }

  .block-wrapper-no-top-margin.home-hero-wrapper.homepage-3 {
    flex-direction: column;
  }

  .block-wrapper-no-top-margin.home-hero-wrapper.homepage-2 {
    padding-bottom: 0;
  }

  .block-wrapper-no-top-margin.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .block-wrapper-no-top-margin.visual-features-wrapper {
    align-items: flex-end;
  }

  .block-wrapper-no-top-margin.pricing-hero-wrapper.pricing-page-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .block-wrapper-no-top-margin.faq-wrapper {
    align-items: flex-start;
  }

  .block-wrapper-no-top-margin.blog-subscribe-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .block-wrapper-no-top-margin.contact-form-wrapper {
    overflow: visible;
  }

  .block-wrapper-no-top-margin.location-wrapper {
    align-items: center;
  }

  .block-wrapper-no-top-margin.sign-up-wrapper {
    align-items: center;
    height: auto;
  }

  .block-wrapper-no-top-margin.vacancy-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-wrapper-no-top-margin.footer-wrapper {
    padding-top: 100px;
  }

  .block-wrapper-no-top-margin.search-result {
    width: 90%;
  }

  .block-wrapper-no-top-margin.download-cards-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .block-wrapper-no-top-margin.features-vertical-tabs {
    padding-bottom: 80px;
  }

  .block-wrapper-no-top-margin.plans-grid {
    flex-direction: column-reverse;
  }

  .block-wrapper-no-top-margin.support {
    align-items: flex-start;
  }

  .block-wrapper-no-top-margin.cs {
    padding-top: 80px;
  }

  .block-wrapper-no-top-margin.overview-section.no-top-padding {
    padding-bottom: 124px;
  }

  .block-wrapper-no-top-margin.checkout {
    width: 85%;
  }

  .block-wrapper-no-top-margin.navigation-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .block-wrapper-no-top-margin.bsq-home-feature-3-wrapper {
    flex-direction: column-reverse;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 23px;
  }

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

  .wrapper {
    width: 90%;
  }

  .wrapper.features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper.about-images-wrapper {
    grid-template-columns: 1fr;
  }

  .wrapper.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .wrapper.download-cards-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .wrapper.support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper.cs {
    padding-bottom: 0;
  }

  .wrapper.checkout {
    width: 90%;
  }

  .wrapper.bsq-features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper.bsq-home-feature-3-wrapper {
    padding-bottom: 100px;
  }

  .para-large.home-hero-para.homepage-3, .para-large.home-hero-para.white-center, .para-large.home-hero-para.white-center, .para-large.overview, .para-large.home-hero-para-wide.homepage-3, .para-large.home-hero-para-wide.white-center {
    font-size: 20px;
  }

  .button.navigation-button {
    margin-left: 0%;
  }

  .button.navigation-button.mobile {
    justify-content: center;
  }

  .button.bsq-navigation-button {
    margin-left: 0%;
  }

  .button.bsq-navigation-button.mobile {
    justify-content: center;
  }

  .home-hero-main-image {
    width: auto;
    height: 460px;
  }

  .hero-floating-image-1 {
    width: 160px;
    height: 160px;
    right: -8%;
  }

  .hero-floating-image-2 {
    width: 240px;
    height: 145px;
    left: -6%;
  }

  .hero-floating-image-2.homepage-2 {
    width: 200px;
  }

  .hero-floating-image-3 {
    right: -5%;
  }

  .hero-floating-image-3.homepage-3 {
    left: -5%;
  }

  .home-stats-grid {
    border-top-style: none;
    grid-template-columns: 1fr;
  }

  .home-stats-grid-item.middle {
    border-left-style: none;
    border-right-style: none;
  }

  .home-stats-grid-item.review {
    align-items: center;
    padding-bottom: 0;
  }

  .home-feature-1-image-background {
    height: 500px;
  }

  .home-features-heading.bsq-h {
    text-align: center;
  }

  .features-learn-more-link.white.testimonial {
    margin-top: 140px;
  }

  .features-2-section {
    background-size: cover;
  }

  .white.features-4-text {
    text-align: left;
  }

  .h2-60-px {
    font-size: 52px;
  }

  .h2-60-px.bsq-h {
    text-align: left;
  }

  .integrations-inside-container-1 {
    flex: none;
  }

  .feature-3-floating-image-2 {
    right: -2%;
  }

  .feature-3-circle {
    left: 3%;
  }

  .cta-text {
    font-size: 21px;
  }

  .cta-form {
    flex-flow: column wrap;
    align-items: center;
  }

  .cta-form.stretch {
    align-items: stretch;
  }

  .cta-form-field {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .cta-pointers-container.left-align {
    flex-wrap: wrap;
  }

  .cta-pointer-item {
    margin-top: 10px;
  }

  .about-hero-text {
    max-width: 400px;
    font-size: 20px;
  }

  .about-lightbox {
    height: 550px;
  }

  .play-button {
    margin-top: 225px;
  }

  .home-blogs-container {
    grid-row-gap: 40px;
    grid-template-rows: 300px auto;
    grid-template-columns: 1fr;
  }

  .featured-main-item {
    height: 100%;
  }

  .featured-main-image {
    height: auto;
  }

  .feature-collection-list {
    grid-template-rows: 300px 300px;
  }

  .feature-collection-list._2 {
    grid-row-gap: 40px;
    grid-template-rows: 300px 300px;
    grid-template-columns: 1fr;
  }

  .features-cards {
    width: 400px;
  }

  .visual-features-items-container {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .visual-features-item-heading.bsq-h-white.visual-features-item---middle {
    display: block;
  }

  .visual-features-item-heading.bsq-h-white.visual-features-item---right {
    display: none;
  }

  .features-5-items-container {
    grid-column-gap: 20px;
  }

  .features-4-text.bsq-text {
    text-align: left;
  }

  .features-4-text.bsq-text-center {
    text-align: center;
  }

  .team-member-image {
    height: 280px;
  }

  .pricing-hero-text.pricing-page-2 {
    font-size: 20px;
  }

  .pricing-tables-container.monthly {
    grid-template-columns: 1fr;
  }

  .pricing-tables-container.yearly {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .pricing-tables-container.pricing-page-3 {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .pricing-table-item {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-table-item.bg.white.pricing-page-3 {
    background-position: 50% 20%;
  }

  .pricing-table-item.pricing-page-3, .pricing-table-item.plans-ecommerce-ecommerce {
    width: 100%;
  }

  .pricing-table-button.pricing-page-2 {
    margin-bottom: 20px;
  }

  .blog-hero-text {
    font-size: 20px;
  }

  .all-blogs-heading.left {
    text-align: center;
  }

  .blogs-collection-list {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-image.blog-page-2, .blog-image.blog-page-3 {
    height: 350px;
  }

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

  .blog-form-button.subscribe {
    width: 400px;
    max-width: 400px;
  }

  .blog-post-author-and-social {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post-author {
    margin-bottom: 20px;
  }

  .job-dot-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-dot {
    display: none;
  }

  .perks-items-container {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-item {
    width: 100%;
  }

  .contact-form-item.up {
    margin-bottom: 20px;
  }

  .contact-form-row {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .contact-cards-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-card-item {
    width: 70%;
  }

  .contact-card-item.up {
    margin-bottom: 30px;
  }

  .location-image {
    object-fit: cover;
  }

  .sign-up-logo {
    left: 40px;
  }

  .integrations-features-items {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .most-popular-integration-section.homepage-3 {
    padding-top: 0;
  }

  .most-popular-integrations-text {
    width: 90%;
  }

  .colors-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .font-text {
    font-size: 50px;
  }

  .testimonial-item {
    max-width: 460px;
  }

  .testimonial-item.review-hero-middle {
    margin-left: 0;
  }

  .featured-main-collection-item, .featured-main-collection-list {
    height: 100%;
  }

  .integrations-inside-container-3 {
    flex: none;
  }

  .footer-form-field-label {
    margin-top: 40px;
  }

  .footer-field-and-button {
    max-width: 440px;
  }

  .footer-link.down, .footer-link.cf {
    margin-bottom: 0;
  }

  .footer-social-icons-container {
    margin-top: 40px;
  }

  .blog-featured-main-collection-list, .blog-featured-main-collection-item {
    height: 100%;
  }

  .footer-links-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .job-dot-2 {
    display: none;
  }

  .navbar-brand {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .navigation-left {
    width: 35%;
  }

  .dropdown-list.w--open {
    width: 90%;
  }

  .navigation-right {
    width: 60%;
  }

  .menu-button-mob {
    width: 40px;
    padding-right: 10px;
  }

  .team-member-hero-name {
    font-size: 30px;
  }

  .download-card-wrapper {
    max-width: 80%;
  }

  .download-image {
    width: 100%;
  }

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

  .review-hero-paragraph {
    font-size: 20px;
  }

  .stats-wrapper {
    padding-bottom: 40px;
  }

  .reviews-container {
    flex-direction: column;
  }

  .reviews-grid.left {
    margin-bottom: 48px;
    margin-right: 0;
  }

  .reviews-grid.right {
    margin-bottom: 0;
  }

  .email-field.white {
    width: 300px;
  }

  .logos-wrapper {
    width: 90%;
    padding-top: 0;
  }

  .features-slider-wrapper {
    width: 90%;
  }

  .testimonial-title {
    font-size: 20px;
  }

  .testimonial-text {
    font-size: 18px;
  }

  .testimonial-left {
    display: none;
    inset: auto auto -20% 0%;
  }

  .testimonial-right {
    inset: auto auto -20% 12%;
  }

  .background-image-container {
    background-position: 50% 0;
    background-size: auto;
  }

  .statistics-right-text {
    font-size: 20px;
  }

  .integration-icon-bottom-row {
    margin-left: -10%;
  }

  .case-studies-section {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .case-studies-section.cs-page {
    margin-top: 40px;
  }

  .pricing-top-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-plan-left-text {
    margin-bottom: 20px;
  }

  .pricing-points-grid-contain {
    flex-direction: column;
  }

  .pricing-points-grid {
    margin-bottom: 12px;
  }

  .pricing-bottom-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .demo-section {
    margin-bottom: 60px;
  }

  .demo-form-contain {
    margin-top: 60px;
  }

  .demo-form-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .integration-detail-about {
    font-size: 20px;
  }

  .integration-collection {
    justify-content: center;
  }

  .integration-item {
    width: 100%;
  }

  .support-hero-text {
    font-size: 20px;
  }

  .support-search.blog-2 {
    margin-top: 40px;
  }

  .hero-form-block {
    flex-flow: column wrap;
    align-items: stretch;
  }

  .email-form-field {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .all-blogs-top-flex {
    flex-direction: column;
    align-items: center;
  }

  .left-text-contain._50-width {
    width: 100%;
  }

  .case-study-hero-heading.bsq-h._50px {
    font-size: 47px;
  }

  .company-logo {
    max-width: 180px;
  }

  .cs-hero-paragraph {
    font-size: 20px;
  }

  .case-study-image.cs-main {
    max-width: 80%;
    height: auto;
  }

  .case-study-image.template {
    height: auto;
  }

  .case-study-item {
    max-width: none;
  }

  .cs-image {
    width: 100%;
    max-width: none;
  }

  .cs-rich-text blockquote {
    padding-left: 20px;
    font-size: 18px;
  }

  .blog-image-page-3 {
    height: 350px;
  }

  .blog-tab-page-3 {
    margin-top: 0;
    margin-right: 10px;
  }

  .case-study-headings.demo-page {
    margin-bottom: 20px;
  }

  .collection-item-case-study {
    width: 100%;
  }

  .tabs-menu {
    text-align: center;
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }

  .divider-nav {
    margin-top: 18px;
  }

  .overview-images {
    width: 300px;
  }

  .background-colour-div {
    height: 800px;
  }

  .collection-item-3 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .collection-list-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .collection-list-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product-box-wrap {
    padding: 30px;
  }

  .buynow-button, .add-to-cart-buttons {
    width: 50%;
  }

  .checkout-form {
    padding: 0;
  }

  .billing-address-toggle {
    align-items: center;
  }

  .order-summary-contain, .collection-list-wrapper-ecom-plans {
    width: 100%;
  }

  .cart-list {
    padding-left: 10px;
  }

  .bsq-navigation {
    display: none;
  }

  .bsq-hero-contact-sales.white.testimonial {
    margin-top: 140px;
  }

  .bsq-hero-button-container.top-margin-40.bottom-margin-40 {
    margin-bottom: 40px;
  }

  .bsq-visual-features-items-container-4 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .bsq-visual-features-item {
    overflow: hidden;
  }

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

  .bsq-visual-features-items-container-3 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-bottom: 0;
  }

  .bsq-wrapper {
    width: 90%;
  }

  .bsq-wrapper.features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bsq-wrapper.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bsq-wrapper.about-images-wrapper {
    grid-template-columns: 1fr;
  }

  .bsq-wrapper.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bsq-wrapper.changelog-wrapper {
    text-align: center;
  }

  .bsq-wrapper.download-cards-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .bsq-wrapper.support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bsq-wrapper.cs {
    padding-bottom: 0;
  }

  .bsq-wrapper.checkout {
    width: 90%;
  }

  .bsq-wrapper.bsq-features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .background-image-container-2 {
    background-position: 50% 0;
    background-size: auto;
  }

  .button-2.navigation-button {
    margin-left: 0%;
  }

  .button-2.navigation-button.mobile {
    justify-content: center;
  }

  .divider-nav-2 {
    margin-top: 18px;
  }

  .email-field-2.white {
    width: 300px;
  }

  .bsq-para-large.home-hero-para.homepage-3, .bsq-para-large.home-hero-para.white-center, .bsq-para-large.home-hero-para.white-center, .bsq-para-large.overview, .bsq-para-large.home-hero-para-wide.homepage-3, .bsq-para-large.home-hero-para-wide.white-center {
    font-size: 20px;
  }

  .bsq-wrapper-2 {
    width: 90%;
  }

  .bsq-wrapper-2.features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bsq-wrapper-2.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bsq-wrapper-2.about-images-wrapper {
    grid-template-columns: 1fr;
  }

  .bsq-wrapper-2.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bsq-wrapper-2.changelog-wrapper {
    text-align: center;
  }

  .bsq-wrapper-2.download-cards-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .bsq-wrapper-2.support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bsq-wrapper-2.cs {
    padding-bottom: 0;
  }

  .bsq-wrapper-2.checkout {
    width: 90%;
  }

  .bsq-wrapper-2.bsq-features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bsq-contact-form-full-width {
    width: 100%;
  }

  .bsq-contact-form-full-width.up {
    margin-bottom: 20px;
  }

  .wrapper-4x2-grid {
    width: 90%;
  }

  .wrapper-4x2-grid.features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-4x2-grid.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper-4x2-grid.about-images-wrapper {
    grid-template-columns: 1fr;
  }

  .wrapper-4x2-grid.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-4x2-grid.changelog-wrapper {
    text-align: center;
  }

  .wrapper-4x2-grid.download-cards-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .wrapper-4x2-grid.support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-4x2-grid.cs {
    padding-bottom: 0;
  }

  .wrapper-4x2-grid.checkout {
    width: 90%;
  }

  .wrapper-4x2-grid.bsq-features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bsq-london-pin-image, .bsq-thessaloniki-pin-image, .bsq-sf-pin-image, .bsq-ny-pin-image {
    max-width: 75%;
  }

  .bsq-footer-down-link.down, .bsq-footer-down-link.cf {
    margin-bottom: 0;
  }

  .bsq-features-cards {
    width: 350px;
  }

  .bsq-pricing-table-button.pricing-page-2, .bsq-pricing-table-button-white.pricing-page-2 {
    margin-bottom: 20px;
  }

  .bsq-contact-form-row-no-padding {
    flex-direction: column;
    align-items: stretch;
  }

  .bsq-blog-form-button.subscribe {
    width: 400px;
    max-width: 400px;
  }

  .bsq-h2-60-px {
    font-size: 52px;
  }

  .bsq-h2-60-px.bsq-h, .bsq-h2-60-px.bsq-h-center {
    text-align: center;
  }

  .bsq-text-center {
    color: var(--storm);
    text-align: center;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .eu-logo {
    max-width: 80%;
  }

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

  .solutions-items-container {
    grid-column-gap: 20px;
  }

  .block-wrapper {
    width: 90%;
  }

  .block-wrapper.features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-wrapper.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-wrapper.about-images-wrapper {
    grid-template-columns: 1fr;
  }

  .block-wrapper.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block-wrapper.changelog-wrapper {
    text-align: center;
  }

  .block-wrapper.download-cards-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .block-wrapper.support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-wrapper.cs {
    padding-bottom: 0;
  }

  .block-wrapper.checkout {
    width: 90%;
  }

  .block-wrapper.bsq-features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-wrapper.bsq-home-feature-3-wrapper {
    padding-bottom: 100px;
  }

  .bsq-blog-image.blog-page-2, .bsq-blog-image.blog-page-3, .bsq-blog-image-page-3 {
    height: 350px;
  }

  .customer-stories-items-container-copy {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .top-margin-80-mobile {
    margin-top: 80px;
  }

  .white-link.features-4-text {
    text-align: left;
  }

  .cs-sidebar._50-width {
    width: 100%;
  }

  .cs-sidebar.hide {
    display: none;
  }

  .company-stats._50-width {
    width: 100%;
  }

  .cs-stakeholder {
    flex-wrap: nowrap;
  }

  .div-block-23 {
    clear: none;
    outline-offset: 0px;
    object-fit: fill;
    outline: 3px #40454f;
    height: 30%;
  }

  .cs-stats-grid {
    border-top-style: none;
    grid-template-columns: 1fr;
  }

  .stakeholder-image {
    clear: none;
    outline-offset: 0px;
    object-fit: fill;
    outline: 3px #40454f;
    width: 30%;
  }

  .bsq-background-colour-div {
    height: 800px;
  }

  .bsq-text-center-justify {
    color: var(--storm);
    text-align: center;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .navbar_dropdown-link {
    padding: .5rem;
  }

  .navbar8_menu {
    padding-bottom: 6rem;
  }

  .navbar_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar_logo-link {
    padding-left: 0;
  }

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .image-row {
    flex-flow: wrap;
    display: block;
  }

  .image-wrapper-2 {
    flex: 1;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

  .layout_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .testimonial_component {
    padding-bottom: 3rem;
  }

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

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

  .heading-style-h6 {
    font-size: 1.125rem;
  }

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

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

  .footer_top-wrapper {
    flex-flow: column;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer_link-list {
    grid-column-gap: 20px;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
    display: flex;
  }

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

  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer_credit-text {
    margin-top: 1rem;
  }

  .footer_logo {
    width: 240px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .platform-hero-image-wrapper {
    height: auto;
  }

  .platform-hero-diagram {
    display: none;
  }

  .platform-hero-image-wrapper-center {
    flex-flow: column;
  }

  .section-platform-feature {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .platform-h2, .platform-subheading {
    text-align: center;
  }

  .platform-image-wrapper {
    order: -1;
  }

  .div-block-37 {
    flex-flow: column;
  }

  .div-block-38-copy {
    max-width: none;
    padding: 18px 12px;
  }

  .div-block-42 {
    flex-flow: wrap;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

  .faq4_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .image-12 {
    transform: rotate(90deg);
  }

  .flex-h-64-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .platform-hero-diagram-mobile {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

  .block-wrapper-double {
    width: 90%;
  }

  .block-wrapper-double.features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-wrapper-double.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-wrapper-double.about-images-wrapper {
    grid-template-columns: 1fr;
  }

  .block-wrapper-double.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block-wrapper-double.changelog-wrapper {
    text-align: center;
  }

  .block-wrapper-double.download-cards-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .block-wrapper-double.support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-wrapper-double.cs {
    padding-bottom: 0;
  }

  .block-wrapper-double.checkout {
    width: 90%;
  }

  .block-wrapper-double.bsq-features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-wrapper-double.bsq-home-feature-3-wrapper {
    padding-bottom: 100px;
  }

  .block-wrapper-no-top-margin {
    width: 90%;
  }

  .block-wrapper-no-top-margin.features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-wrapper-no-top-margin.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-wrapper-no-top-margin.about-images-wrapper {
    grid-template-columns: 1fr;
  }

  .block-wrapper-no-top-margin.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block-wrapper-no-top-margin.changelog-wrapper {
    text-align: center;
  }

  .block-wrapper-no-top-margin.download-cards-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .block-wrapper-no-top-margin.support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-wrapper-no-top-margin.cs {
    padding-bottom: 0;
  }

  .block-wrapper-no-top-margin.checkout {
    width: 90%;
  }

  .block-wrapper-no-top-margin.bsq-features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-wrapper-no-top-margin.bsq-home-feature-3-wrapper {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 27px;
  }

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

  .wrapper.home-feature-1-wrapper {
    padding-bottom: 100px;
  }

  .wrapper.features-2-wrapper {
    padding-top: 120px;
  }

  .wrapper._1920px, .wrapper.about-grid {
    padding-bottom: 100px;
  }

  .wrapper.home-blog-wrapper.vertical-blog {
    padding-top: 100px;
  }

  .wrapper.visual-features-wrapper, .wrapper.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper.blog-featured-wrapper {
    padding-bottom: 0;
  }

  .wrapper.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    padding: 60px 15px;
  }

  .wrapper.blog-post-image-wrapper {
    height: 200px;
  }

  .wrapper.sign-up-wrapper {
    width: 90%;
  }

  .wrapper.download-cards-wrapper {
    padding-bottom: 0;
  }

  .wrapper.integrations-icons-wrapper {
    padding-top: 100px;
  }

  .wrapper.cs {
    padding-top: 40px;
  }

  .wrapper.navigation-wrapper {
    align-items: center;
  }

  .wrapper.bsq-1920px-lower-pad {
    padding-bottom: 100px;
  }

  .wrapper.bsq-features-2-wrapper {
    padding-top: 120px;
  }

  .wrapper.bsq-home-feature-3-wrapper {
    padding-bottom: 40px;
  }

  .wrapper.about-grid-2 {
    padding-bottom: 100px;
  }

  .para-large.home-hero-para, .para-large.home-hero-para.homepage-3, .para-large.home-hero-para.white-center, .para-large.home-hero-para.white-center, .para-large.overview, .para-large.home-hero-para-wide, .para-large.home-hero-para-wide.homepage-3, .para-large.home-hero-para-wide.white-center {
    font-size: 18px;
  }

  .button.navigation-button {
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
  }

  .button.navigation-button.mobile {
    text-align: left;
    justify-content: center;
    font-size: 16px;
  }

  .button.trial, .button.trial.white, .button.trial.bsq-white {
    margin-top: 20px;
  }

  .button.bsq-navigation-button {
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
  }

  .button.bsq-navigation-button.mobile {
    text-align: left;
    justify-content: center;
    font-size: 16px;
  }

  .button.bsq-royal-white-button, .button.bsq-royal-white-button-hero {
    font-size: 14px;
  }

  .home-hero-pointers {
    grid-template-columns: 1fr;
    max-width: 300px;
  }

  .image.contain {
    text-align: left;
  }

  .home-hero-main-image {
    width: auto;
    height: auto;
  }

  .hero-floating-image-1 {
    width: 140px;
    height: 140px;
  }

  .hero-floating-image-1.homepage-3 {
    width: 150px;
    height: auto;
  }

  .hero-floating-image-1.homepage-2 {
    width: 100px;
    height: 25px;
  }

  .home-hero-image-circle {
    width: 55px;
    height: 55px;
  }

  .hero-floating-image-2 {
    width: 150px;
    height: auto;
  }

  .hero-floating-image-2.homepage-2 {
    width: 100px;
  }

  .hero-floating-image-3 {
    width: 70px;
    height: 70px;
  }

  .hero-floating-image-3.homepage-3 {
    width: 50px;
    height: auto;
    top: -11%;
  }

  .hero-floating-image-3.homepage-2 {
    width: 40px;
    height: 40px;
  }

  .home-stats-grid.review-page {
    padding-bottom: 48px;
  }

  .home-features-1-main-image {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .home-feature-1-floating-image, .home-feature-1-floating-image.feature-3 {
    width: 50%;
  }

  .home-feature-1-image-background {
    width: 280px;
    height: 300px;
  }

  .home-features-pointer-item.white.margin-left-24px {
    margin-top: 20px;
    margin-left: 0;
  }

  .features-learn-more-link.white.right-side {
    margin-right: auto;
  }

  .features-learn-more-link.white.testimonial {
    margin-top: 200px;
  }

  .white.features-4-text {
    text-align: left;
  }

  .white.features-4-text.center {
    text-align: center;
  }

  .home-feature-tab-link, .home-feature-tab-link.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-tabs-content {
    width: 100%;
    margin-top: 0;
  }

  .feature-tab-icon {
    margin-top: 0;
  }

  .h2-60-px {
    font-size: 48px;
  }

  .integration-card {
    max-width: 330px;
  }

  .feature-3-floating-image-2 {
    right: -8%;
  }

  .feature-3-circle {
    left: -3%;
  }

  .feature-4-section.features {
    margin-bottom: 100px;
  }

  .feature-4-section.download-feature-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .feature-4-section.homepage-3 {
    margin-bottom: 100px;
  }

  .pointer-grid {
    grid-template-columns: 1fr;
  }

  .pointer-grid._2-rows, .pointer-grid._2-rows-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cta-text {
    font-size: 20px;
  }

  .cta-form-block {
    width: 100%;
  }

  .cta-form {
    align-items: stretch;
  }

  .cta-form-field {
    width: auto;
    padding-left: 16px;
    padding-right: 10px;
  }

  .cta-form-field::placeholder {
    font-size: 16px;
  }

  .cta-pointers-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cta-pointer-item.first {
    margin-bottom: 8px;
  }

  .about-hero-text {
    font-size: 18px;
  }

  .about-image {
    height: 300px;
  }

  .about-story-text {
    font-size: 18px;
  }

  .about-lightbox {
    height: 500px;
  }

  .play-button {
    margin-top: 200px;
  }

  .featured-main-item {
    justify-content: flex-start;
    padding: 20px;
  }

  .featured-author {
    margin-bottom: 40px;
  }

  .feature-collection-list {
    grid-row-gap: 80px;
  }

  .feature-collection-list._2 {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
    height: auto;
  }

  .feature-collection-item {
    height: auto;
  }

  .feature-item {
    height: auto;
    padding: 20px;
  }

  .featured-collection-wrapper {
    overflow: visible;
  }

  .features-hero-text {
    font-size: 18px;
  }

  .features-cards {
    width: 320px;
  }

  .visual-features-items-container.nav.pages, .visual-features-items-container.nav.pages-single-column {
    padding-right: 0;
  }

  .visual-features-item.navbar {
    padding: 20px;
  }

  .visual-features-item-heading.bsq-h-white {
    font-size: 16px;
  }

  .white-2._18px {
    text-align: left;
  }

  .white-2._18px.center {
    text-align: center;
  }

  .features-floating {
    left: -2%;
  }

  .features-floating.homepage-3 {
    top: 50%;
  }

  .features-5-items-container {
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
  }

  .features-5-item {
    display: block;
  }

  .features-5-icon {
    justify-content: center;
    display: block;
  }

  .team-collection-list {
    grid-template-columns: 1fr;
  }

  .pricing-hero-heading.center {
    text-align: center;
  }

  .pricing-hero-text, .pricing-hero-text.pricing-page-2 {
    font-size: 18px;
  }

  .pricing-switch-and-text {
    margin-bottom: 80px;
    position: relative;
  }

  .pricing-switch-text {
    font-size: 15px;
  }

  .save-30-image {
    margin-left: 0;
    position: absolute;
    inset: auto 3% -91% auto;
  }

  .pricing-table-item {
    max-width: none;
  }

  .pricing-table-item.pricing-page-2-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-cost-text-span.ecommerce-price {
    font-size: 40px;
  }

  .pricing-table-button.pricing-page-2 {
    flex: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-question-text {
    font-size: 20px;
  }

  .blog-hero-text {
    font-size: 18px;
  }

  .blog-image.blog-page-2, .blog-image.blog-page-3 {
    height: 250px;
  }

  ._22-px {
    font-size: 18px;
  }

  .blog-form-button.subscribe {
    width: auto;
  }

  .rich-text blockquote {
    font-size: 20px;
    line-height: 130%;
  }

  .career-image-item {
    height: 300px;
  }

  .job-item {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }

  .job-item-details {
    margin-bottom: 20px;
  }

  .job-dot-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-dot-details.job-post {
    font-size: 18px;
  }

  .job-dot {
    display: none;
  }

  .contact-hero-text {
    font-size: 18px;
  }

  .contact-form-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-form-field-label {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .contact-form-text-field, .contact-form-text-area {
    padding-left: 16px;
  }

  .contact-card-item {
    width: 100%;
  }

  .location-images-container {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .sign-up-logo {
    width: 130px;
    left: 0;
  }

  .sign-up-right {
    text-align: center;
  }

  .sign-up-with-google {
    padding-left: 31px;
    padding-right: 31px;
  }

  .sign-in-form-block {
    max-width: 300px;
  }

  .sign-in-form {
    text-align: left;
  }

  .comparison-table-item.sticky {
    justify-items: start;
  }

  .comparison-plan {
    max-width: 120px;
  }

  .comparison-plan-price {
    text-align: center;
  }

  .integrations-hero-heading.template {
    font-size: 36px;
  }

  .hero-integrations-text {
    font-size: 18px;
  }

  .most-popular-integration-section.homepage-3 {
    padding-bottom: 0;
  }

  .colors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-icons-grid {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

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

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

  .testimonial-item {
    max-width: 320px;
  }

  .footer {
    overflow: hidden;
  }

  .footer-up {
    grid-row-gap: 60px;
  }

  .footer-form-block {
    max-width: 300px;
  }

  .footer-field-and-button {
    flex-direction: column;
    width: 100%;
    max-width: 280px;
  }

  .footer-text-field {
    margin-bottom: 20px;
    padding-left: 16px;
  }

  .job-item-2 {
    padding-left: 10px;
  }

  .job-dot-2 {
    display: none;
  }

  .navigation-drop-container.features {
    padding: 0;
  }

  .navigation-drop-container.features.pages {
    padding-right: 0;
  }

  .navbar-brand {
    flex-direction: row;
    align-items: center;
    width: 120px;
    height: 36px;
    display: flex;
  }

  .navbar-brand.w--current {
    justify-content: center;
    align-items: flex-start;
    width: 145px;
    height: 40px;
    display: flex;
  }

  .navigation-left {
    align-items: center;
    width: 50%;
    height: 70%;
  }

  .navigation-right {
    width: 50%;
  }

  .nav-link.login {
    display: none;
  }

  .menu-button-mob {
    flex: none;
    margin-left: 0;
  }

  .homepage-secondary-nav {
    flex-direction: column;
  }

  ._18px {
    font-size: 16px;
    line-height: 150%;
  }

  .search-results {
    margin-top: 100px;
  }

  .flex-seacrh {
    flex-direction: column;
  }

  .search-input {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .team-member-hero-name {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .author-flex {
    display: inline;
  }

  .download-card-wrapper {
    max-width: 100%;
  }

  .faq-questions {
    font-size: 18px;
    line-height: 140%;
  }

  .h2-heading {
    font-size: 35px;
    line-height: 120%;
  }

  .faq-content {
    font-size: 16px;
  }

  .wrapper-1200px {
    width: 90%;
  }

  .wrapper-1200px.faqs {
    padding-top: 20px;
  }

  .review-hero-paragraph {
    font-size: 18px;
  }

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

  .email-field {
    width: auto;
    margin-right: 0;
  }

  .email-field.white {
    width: 270px;
    margin-right: 0;
  }

  .trial-form {
    flex-direction: column;
    align-items: stretch;
  }

  .logos-image {
    width: 150px;
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .feature-4-floating-2 {
    max-width: 200px;
    right: 3%;
  }

  .slider-left, .slider-right {
    bottom: -30px;
  }

  .testimonial-slide-contain {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contain.saas-logo {
    width: 100%;
    max-width: 35px;
  }

  .testimonial-name {
    font-size: 16px;
  }

  .testimonial-position {
    font-size: 14px;
  }

  .testimonial-left {
    bottom: -40%;
  }

  .testimonial-right {
    bottom: -40%;
    left: 25%;
  }

  .talk-cta-card-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-cta-heading {
    margin-top: 16px;
  }

  .cta-top-wrapper {
    flex-direction: column-reverse;
  }

  .hero-points-contain {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-image-floating-4 {
    inset: 0% 0% auto auto;
  }

  .statistics-right-text {
    font-size: 18px;
  }

  .feature-tab-link {
    margin-top: 20px;
    margin-right: 0;
  }

  .features-tabs-menu {
    flex-direction: column;
    align-items: center;
  }

  .integration-icon-bottom-row {
    margin-left: -19%;
  }

  .case-studies-section {
    margin-bottom: 40px;
  }

  .cta-wrapper-left.trial {
    align-items: flex-start;
  }

  .pricing-points-grid {
    grid-template-columns: 1fr;
  }

  .pricing-bottom-flex {
    flex: none;
  }

  .demo-form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-text-field, .select-demo-field {
    padding-left: 12px;
  }

  .integration-heading-wrapper {
    font-size: 40px;
  }

  .integration-detail-about {
    font-size: 18px;
  }

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

  .integration-logo.top {
    margin-left: -11px;
  }

  .integration-image {
    object-fit: contain;
    max-width: 40px;
  }

  .integration-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .support-hero-text {
    font-size: 18px;
  }

  .support-search {
    flex-direction: column;
    align-items: stretch;
  }

  .email-form-field {
    padding-right: 10px;
  }

  .tabs-blog-menu {
    flex-direction: column;
  }

  .case-study-hero-heading.bsq-h._50px {
    font-size: 44px;
  }

  .company-logo {
    max-width: 150px;
  }

  .cs-hero-paragraph {
    font-size: 18px;
  }

  .author-info {
    flex-wrap: wrap;
  }

  .medium-text-span.black {
    flex: none;
    font-size: 14px;
  }

  .medium-text-span.grey, .author-name {
    flex: none;
    font-size: 16px;
  }

  .read-more-link.all {
    margin-top: 20px;
    margin-left: 0;
  }

  .case-study-image.cs-main {
    max-width: 100%;
  }

  .case-study-image.template {
    height: auto;
  }

  .case-study-heading {
    text-align: center;
  }

  .blog-image-page-3 {
    height: 300px;
  }

  .blog-tab-page-3 {
    justify-content: center;
    margin-top: 10px;
    margin-right: 0;
    display: flex;
  }

  .tabs-menu {
    flex-flow: column wrap;
  }

  .button-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-div.all {
    margin-top: 20px;
    margin-left: 0;
  }

  .link-div.all.top-margin-40 {
    margin-top: 40px;
  }

  .footer-text {
    max-width: 300px;
  }

  .password-text {
    max-width: 310px;
  }

  .password-form {
    width: 270px;
  }

  .overview-stats-section {
    margin-top: 0;
  }

  .search-button {
    margin-top: 20px;
    margin-left: 0;
  }

  .pricing-row-contain.sticky {
    top: 30px;
  }

  .integrations-logos {
    max-width: 40px;
  }

  .collection-item-3 {
    width: 100%;
  }

  .cart-button {
    padding: 11px 10px;
    font-size: 14px;
  }

  .cart-quantity {
    font-size: 14px;
  }

  .plan-detail-title {
    font-size: 30px;
    line-height: 40px;
  }

  .product-box-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .buynow-button {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .add-to-cart-buttons {
    width: 100%;
  }

  .plan-price {
    font-size: 30px;
  }

  .text-field {
    margin-bottom: 16px;
    padding-left: 12px;
  }

  .block-header, .block-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .billing-address-toggle {
    align-items: flex-start;
  }

  .checkbox {
    margin-top: 4px;
  }

  .order-item {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .order-summary-contain {
    width: 100%;
    position: static;
  }

  .buttons-contain-div {
    flex-wrap: wrap;
  }

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

  .cart-list {
    padding-left: 10px;
  }

  .required-text {
    flex: none;
  }

  .option-lists {
    margin-top: 0;
  }

  .options {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .bsq-hero-contact-sales.white {
    margin-top: 20px;
    margin-left: 0;
  }

  .bsq-hero-contact-sales.white.right-side {
    margin-right: auto;
  }

  .bsq-hero-contact-sales.white.testimonial {
    margin-top: 200px;
  }

  .bsq-hero-button-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .bsq-hero-button-container.top-margin-40, .bsq-hero-button-container.top-margin-40-2 {
    align-items: center;
  }

  .bsq-visual-features-items-container-4.nav.pages {
    padding-right: 0;
  }

  .bsq-visual-features-item.navbar {
    padding: 20px;
  }

  .text-block-7.bsq-text {
    text-align: center;
  }

  .bsq-visual-features-items-container-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .bsq-visual-features-items-container-3.nav.pages {
    padding-right: 0;
  }

  .bsq-wrapper.home-feature-1-wrapper {
    padding-bottom: 100px;
  }

  .bsq-wrapper.features-2-wrapper {
    padding-top: 120px;
  }

  .bsq-wrapper._1920px, .bsq-wrapper.about-grid {
    padding-bottom: 100px;
  }

  .bsq-wrapper.home-blog-wrapper.vertical-blog {
    padding-top: 100px;
  }

  .bsq-wrapper.visual-features-wrapper, .bsq-wrapper.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bsq-wrapper.blog-featured-wrapper {
    padding-bottom: 0;
  }

  .bsq-wrapper.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    padding: 60px 15px;
  }

  .bsq-wrapper.blog-post-image-wrapper {
    height: 450px;
  }

  .bsq-wrapper.sign-up-wrapper {
    width: 90%;
  }

  .bsq-wrapper.download-cards-wrapper {
    padding-bottom: 0;
  }

  .bsq-wrapper.integrations-icons-wrapper {
    padding-top: 100px;
  }

  .bsq-wrapper.cs {
    padding-top: 40px;
  }

  .bsq-wrapper.bsq-1920px-lower-pad {
    padding-bottom: 100px;
  }

  .bsq-wrapper.bsq-features-2-wrapper {
    padding-top: 120px;
  }

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

  .visual-features-item-2.navbar {
    padding: 20px;
  }

  .cart-quantity-3 {
    font-size: 14px;
  }

  .nav-link-2.login {
    display: none;
  }

  .button-2.trial, .button-2.trial.white {
    margin-top: 20px;
  }

  .button-2.navigation-button {
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
  }

  .button-2.navigation-button.mobile {
    text-align: left;
    justify-content: center;
    font-size: 16px;
  }

  .cart-button-2 {
    padding: 11px 10px;
    font-size: 14px;
  }

  .email-field-2 {
    width: auto;
    margin-right: 0;
  }

  .email-field-2.white {
    width: 270px;
    margin-right: 0;
  }

  .bsq-para-large.home-hero-para, .bsq-para-large.home-hero-para.homepage-3, .bsq-para-large.home-hero-para.white-center, .bsq-para-large.home-hero-para.white-center, .bsq-para-large.overview, .bsq-para-large.home-hero-para-wide, .bsq-para-large.home-hero-para-wide.homepage-3, .bsq-para-large.home-hero-para-wide.white-center {
    font-size: 18px;
  }

  .bsq-cta-button-container {
    flex-direction: column;
    align-items: center;
  }

  .bsq-footer-top-padding {
    overflow: hidden;
  }

  .bsq-wrapper-2.home-feature-1-wrapper {
    padding-bottom: 100px;
  }

  .bsq-wrapper-2.features-2-wrapper {
    padding-top: 120px;
  }

  .bsq-wrapper-2._1920px, .bsq-wrapper-2.about-grid {
    padding-bottom: 100px;
  }

  .bsq-wrapper-2.home-blog-wrapper.vertical-blog {
    padding-top: 100px;
  }

  .bsq-wrapper-2.visual-features-wrapper, .bsq-wrapper-2.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bsq-wrapper-2.blog-featured-wrapper {
    padding-bottom: 0;
  }

  .bsq-wrapper-2.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    padding: 60px 15px;
  }

  .bsq-wrapper-2.blog-post-image-wrapper {
    height: 450px;
  }

  .bsq-wrapper-2.sign-up-wrapper {
    width: 90%;
  }

  .bsq-wrapper-2.download-cards-wrapper {
    padding-bottom: 0;
  }

  .bsq-wrapper-2.integrations-icons-wrapper {
    padding-top: 100px;
  }

  .bsq-wrapper-2.cs {
    padding-top: 40px;
  }

  .bsq-wrapper-2.bsq-1920px-lower-pad {
    padding-bottom: 100px;
  }

  .bsq-wrapper-2.bsq-features-2-wrapper {
    padding-top: 120px;
  }

  .bsq-custom-pricing-cost-text-span.ecommerce-price {
    font-size: 40px;
  }

  .bsq-footer-less-top-padding {
    overflow: hidden;
  }

  .contact-form-dropdown-field {
    padding-left: 16px;
  }

  .wrapper-4x2-grid.home-feature-1-wrapper {
    padding-bottom: 100px;
  }

  .wrapper-4x2-grid.features-2-wrapper {
    padding-top: 120px;
  }

  .wrapper-4x2-grid._1920px, .wrapper-4x2-grid.about-grid {
    padding-bottom: 100px;
  }

  .wrapper-4x2-grid.home-blog-wrapper.vertical-blog {
    padding-top: 100px;
  }

  .wrapper-4x2-grid.visual-features-wrapper, .wrapper-4x2-grid.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-4x2-grid.blog-featured-wrapper {
    padding-bottom: 0;
  }

  .wrapper-4x2-grid.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    padding: 60px 15px;
  }

  .wrapper-4x2-grid.blog-post-image-wrapper {
    height: 450px;
  }

  .wrapper-4x2-grid.sign-up-wrapper {
    width: 90%;
  }

  .wrapper-4x2-grid.download-cards-wrapper {
    padding-bottom: 0;
  }

  .wrapper-4x2-grid.integrations-icons-wrapper {
    padding-top: 100px;
  }

  .wrapper-4x2-grid.cs {
    padding-top: 40px;
  }

  .wrapper-4x2-grid.bsq-1920px-lower-pad {
    padding-bottom: 100px;
  }

  .wrapper-4x2-grid.bsq-features-2-wrapper {
    padding-top: 120px;
  }

  .bsq-london-pin-image, .bsq-thessaloniki-pin-image, .bsq-sf-pin-image, .bsq-ny-pin-image {
    max-width: 50%;
  }

  .bsq-logos-image, .bsq-logos-image-2 {
    width: 150px;
    margin-bottom: 30px;
  }

  .bsq-features-cards {
    width: 320px;
  }

  .bsq-pricing-table-button.pricing-page-2, .bsq-pricing-table-button-white.pricing-page-2 {
    flex: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bsq-blog-form-button.subscribe {
    width: auto;
  }

  .contact-form-text-field-copy {
    padding-left: 16px;
  }

  .bsq-h2-60-px {
    font-size: 48px;
  }

  .bsq-features-5-item {
    align-items: center;
    display: flex;
  }

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

  .bsq-contact-form-field-label {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .bsq-image-nav.contain {
    text-align: left;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .bsq-home-hero-pointers {
    grid-template-columns: 1fr;
    max-width: 300px;
  }

  .eu-logo {
    max-width: 100vw;
  }

  .collaborate-image.contain, .header-icon.contain {
    text-align: left;
  }

  .bsq-footer-up {
    grid-row-gap: 60px;
  }

  .features-floating-security {
    left: -2%;
  }

  .features-floating-security.homepage-3 {
    top: 50%;
  }

  .bsq-home-features-1-video {
    justify-content: center;
    align-items: stretch;
  }

  .bsq-integration-card {
    max-width: 330px;
  }

  .bsq-feature-4-section.features {
    margin-bottom: 100px;
  }

  .bsq-feature-4-section.download-feature-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .bsq-feature-4-section.homepage-3 {
    margin-bottom: 100px;
  }

  .bsq-features-5-icon {
    justify-content: center;
    display: block;
  }

  .solutions-items-container {
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
  }

  .block-wrapper.home-feature-1-wrapper {
    padding-bottom: 100px;
  }

  .block-wrapper.features-2-wrapper {
    padding-top: 120px;
  }

  .block-wrapper._1920px, .block-wrapper.about-grid {
    padding-bottom: 100px;
  }

  .block-wrapper.home-blog-wrapper.vertical-blog {
    padding-top: 100px;
  }

  .block-wrapper.visual-features-wrapper, .block-wrapper.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-wrapper.blog-featured-wrapper {
    padding-bottom: 0;
  }

  .block-wrapper.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    padding: 60px 15px;
  }

  .block-wrapper.blog-post-image-wrapper {
    height: 450px;
  }

  .block-wrapper.sign-up-wrapper {
    width: 90%;
  }

  .block-wrapper.download-cards-wrapper {
    padding-bottom: 0;
  }

  .block-wrapper.integrations-icons-wrapper {
    padding-top: 100px;
  }

  .block-wrapper.cs {
    padding-top: 40px;
  }

  .block-wrapper.navigation-wrapper {
    align-items: center;
  }

  .block-wrapper.bsq-1920px-lower-pad {
    padding-bottom: 100px;
  }

  .block-wrapper.bsq-features-2-wrapper {
    padding-top: 120px;
  }

  .block-wrapper.bsq-home-feature-3-wrapper {
    padding-bottom: 40px;
  }

  .image-blog-post {
    height: 95%;
  }

  .image-blog-post.contain {
    text-align: left;
  }

  .ai-features-image {
    height: 95%;
  }

  .ai-features-image.contain {
    text-align: left;
  }

  .features-floating-white {
    left: -2%;
  }

  .features-floating-white.homepage-3 {
    top: 50%;
  }

  .bsq-blog-image.blog-page-2, .bsq-blog-image.blog-page-3 {
    height: 250px;
  }

  .bsq-blog-image-page-3 {
    height: 300px;
  }

  .customer-stories-items-container-copy.nav.pages {
    padding-right: 0;
  }

  .customer-story-item.navbar {
    padding: 20px;
  }

  .white-link.features-4-text {
    text-align: left;
  }

  .white-link.features-4-text.center {
    text-align: center;
  }

  .cs-sidebar {
    justify-content: flex-start;
  }

  .stakeholder-info {
    flex-wrap: wrap;
  }

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

  .cs-stats-grid.review-page {
    padding-bottom: 48px;
  }

  .stakeholder-image {
    object-fit: fill;
    width: 40%;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .navbar_dropdown-list.w--open {
    width: 100%;
  }

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

  .hero-heading-part-1 {
    line-height: 24px;
  }

  .hero-heading-part-2 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 64px;
    line-height: 64px;
  }

  .hero-heading-part-4 {
    margin-bottom: 12px;
    line-height: 24px;
  }

  .hero-heading-part-5 {
    font-size: 18px;
  }

  .hero-heading-part-6 {
    text-align: center;
    line-height: 24px;
  }

  .image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img {
    height: 100%;
  }

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

  .layout_component {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .footer_logo {
    width: 160px;
  }

  .contact1_form {
    grid-row-gap: 1.5rem;
  }

  .text-span-2 {
    font-size: 30px;
  }

  .section-platform-hero {
    padding-top: 112px;
  }

  .platform-h1 {
    font-size: 45px;
  }

  .header29_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .platform-subheading {
    font-size: 16px;
  }

  .max-width-750 {
    max-width: 20rem;
  }

  .flex-v-64 {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-v-16 {
    text-align: center;
  }

  .div-block-39 {
    height: 150px;
  }

  .div-block-42, .flex-h-32 {
    flex-flow: column;
  }

  .div-block-44 {
    display: none;
  }

  .div-block-45 {
    justify-content: center;
    align-items: center;
  }

  .flex-h-24 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .min-width-460-360 {
    min-width: auto;
  }

  .flex-h-64-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-v-64-copy {
    text-align: center;
    flex-flow: column;
  }

  .flex-v-64-copy-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .faq-heading {
    color: var(--white);
    text-align: left;
    font-size: 16px;
  }

  .platform-hero-diagram-mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .rotating-arrows {
    width: 19rem;
    min-width: 9rem;
  }

  .image-15 {
    width: 19rem;
    bottom: 24%;
  }

  .image-16 {
    min-width: 20rem;
  }

  .block-wrapper-double.home-feature-1-wrapper {
    padding-bottom: 100px;
  }

  .block-wrapper-double.features-2-wrapper {
    padding-top: 120px;
  }

  .block-wrapper-double._1920px, .block-wrapper-double.about-grid {
    padding-bottom: 100px;
  }

  .block-wrapper-double.home-blog-wrapper.vertical-blog {
    padding-top: 100px;
  }

  .block-wrapper-double.visual-features-wrapper, .block-wrapper-double.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-wrapper-double.blog-featured-wrapper {
    padding-bottom: 0;
  }

  .block-wrapper-double.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    padding: 60px 15px;
  }

  .block-wrapper-double.blog-post-image-wrapper {
    height: 450px;
  }

  .block-wrapper-double.sign-up-wrapper {
    width: 90%;
  }

  .block-wrapper-double.download-cards-wrapper {
    padding-bottom: 0;
  }

  .block-wrapper-double.integrations-icons-wrapper {
    padding-top: 100px;
  }

  .block-wrapper-double.cs {
    padding-top: 40px;
  }

  .block-wrapper-double.navigation-wrapper {
    align-items: center;
  }

  .block-wrapper-double.bsq-1920px-lower-pad {
    padding-bottom: 100px;
  }

  .block-wrapper-double.bsq-features-2-wrapper {
    padding-top: 120px;
  }

  .block-wrapper-double.bsq-home-feature-3-wrapper {
    padding-bottom: 40px;
  }

  .block-wrapper-no-top-margin.home-feature-1-wrapper {
    padding-bottom: 100px;
  }

  .block-wrapper-no-top-margin.features-2-wrapper {
    padding-top: 120px;
  }

  .block-wrapper-no-top-margin._1920px, .block-wrapper-no-top-margin.about-grid {
    padding-bottom: 100px;
  }

  .block-wrapper-no-top-margin.home-blog-wrapper.vertical-blog {
    padding-top: 100px;
  }

  .block-wrapper-no-top-margin.visual-features-wrapper, .block-wrapper-no-top-margin.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-wrapper-no-top-margin.blog-featured-wrapper {
    padding-bottom: 0;
  }

  .block-wrapper-no-top-margin.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    padding: 60px 15px;
  }

  .block-wrapper-no-top-margin.blog-post-image-wrapper {
    height: 450px;
  }

  .block-wrapper-no-top-margin.sign-up-wrapper {
    width: 90%;
  }

  .block-wrapper-no-top-margin.download-cards-wrapper {
    padding-bottom: 0;
  }

  .block-wrapper-no-top-margin.integrations-icons-wrapper {
    padding-top: 100px;
  }

  .block-wrapper-no-top-margin.cs {
    padding-top: 40px;
  }

  .block-wrapper-no-top-margin.navigation-wrapper {
    align-items: center;
  }

  .block-wrapper-no-top-margin.bsq-1920px-lower-pad {
    padding-bottom: 100px;
  }

  .block-wrapper-no-top-margin.bsq-features-2-wrapper {
    padding-top: 120px;
  }

  .block-wrapper-no-top-margin.bsq-home-feature-3-wrapper {
    padding-bottom: 40px;
  }
}

#w-node-_380cd28b-b13e-32b1-e146-709bd9278607-2156e365 {
  align-self: auto;
}

#w-node-_380cd28b-b13e-32b1-e146-709bd927860e-2156e365 {
  place-self: auto;
}

#w-node-bd9ddae9-2e7e-4eeb-3e38-c1dc3b54dd20-3b54dd1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd9ddae9-2e7e-4eeb-3e38-c1dc3b54dd2b-3b54dd1a {
  justify-self: end;
}

#w-node-bbae8966-bbfd-fd68-d8f3-b44eff46fc85-ff46fc64, #w-node-dfb8cd04-f644-4b00-3672-ecb8118783f9-9b56e3ba, #w-node-_29151e46-f269-aa62-77b0-1a2215fe4832-2c56e3be, #rect2.w-node-_5abc170a-a7f0-a400-ceec-a86c50a040c8-2c56e3be, #w-node-f059fcb3-a857-e3e4-9ada-d65a28f4f784-2c56e3be, #rect3.w-node-_8afb6c56-0d0b-710f-1801-2d2d49bf9da6-2c56e3be, #w-node-c5562434-764e-ba18-cfaa-03e7b7307b54-2c56e3be, #rect4.w-node-b8bae86b-466d-1b00-62c6-1ae22d9f8639-2c56e3be, #w-node-_53dd4c45-4cbf-0046-a5a2-e144816b691a-2c56e3be, #rect5.w-node-e5426927-a5e0-554c-157b-17b9070bc872-2c56e3be, #w-node-ba1a00e8-cf8c-70d6-5294-63aabb976a05-2c56e3be, #rect6.w-node-e3f7e46c-d00f-9371-6a1b-febe76ea15b0-2c56e3be, #w-node-c6535f7c-e3d0-4bae-5190-9ab3a2bfd59c-2c56e3be, #rect7.w-node-_239b5aaa-dc90-a2b0-a64d-31003a639086-2c56e3be, #w-node-_750683b1-fad0-679e-f26e-e2bda213cadc-2c56e3be, #rect8.w-node-_79d234a4-06e1-2b7d-6baa-340647b1ecb4-2c56e3be, #w-node-fb45deb8-09a9-8cc9-bd28-a07974b6985a-2c56e3be, #rect9.w-node-ae7a12f5-dad0-2b49-ba20-59526bfc4135-2c56e3be, #w-node-e5da016b-129f-68d5-f5c2-ada75ca49531-2c56e3be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5680660e-bdd9-09f7-0ad7-f4c878f2bbec-d556e42b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3f48b898-5cb3-74e4-6f63-b6123259c75f-c556e436, #w-node-_3f48b898-5cb3-74e4-6f63-b6123259c75f-71d7966f, #w-node-_3f48b898-5cb3-74e4-6f63-b6123259c75f-d815b030 {
  place-self: auto;
}

#w-node-b72fdc74-35cf-5233-26cf-f4419827a489-2d8cd826 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_596e661a-3c6f-1483-d04d-cd98a8adda61-d1ff2954 {
  justify-self: center;
}

#w-node-ddcb857f-159d-04b8-3cee-287d6c07cdad-a8a10fe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddcb857f-159d-04b8-3cee-287d6c07cdb8-a8a10fe3 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-d33bdea9-6be3-bfe5-8961-56913a492b31-3a492b2f, #w-node-d33bdea9-6be3-bfe5-8961-56913a492b34-3a492b2f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bd9ddae9-2e7e-4eeb-3e38-c1dc3b54dd20-3b54dd1a {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-bd9ddae9-2e7e-4eeb-3e38-c1dc3b54dd35-3b54dd1a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fb836dff-5d61-e13c-158a-541fc0d723fb-c0d723f8, #w-node-_5f3be92f-f616-ff4b-618c-116d98c32f76-c0d723f8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bbae8966-bbfd-fd68-d8f3-b44eff46fc6f-ff46fc64, #w-node-bbae8966-bbfd-fd68-d8f3-b44eff46fc85-ff46fc64 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_132fb877-feaf-2ffa-1670-affea41db6d4-a41db6d1, #w-node-ba24982b-8ca2-2870-ea7f-e2597971cf9b-a41db6d1, #w-node-b1b26f7d-a5fd-d834-b50a-e901ff16c768-a41db6d1, #w-node-b1b26f7d-a5fd-d834-b50a-e901ff16c77a-a41db6d1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af9229555584-a956e40b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af9229555589-a956e40b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af922955558e-a956e40b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af9229555598-a956e40b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af922955559b-a956e40b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af922955559e-a956e40b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555a6-a956e40b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555a9-a956e40b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555ac-a956e40b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555b4-a956e40b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555b6-a956e40b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555b8-a956e40b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555bf-a956e40b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555c1-a956e40b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555c3-a956e40b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555ca-a956e40b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555cc-a956e40b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555ce-a956e40b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555d5-a956e40b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555d7-a956e40b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555d9-a956e40b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555e0-a956e40b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555e2-a956e40b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555e4-a956e40b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555eb-a956e40b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555ed-a956e40b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555ef-a956e40b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555f6-a956e40b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555f8-a956e40b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555fa-a956e40b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af9229555601-a956e40b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af9229555603-a956e40b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af9229555605-a956e40b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af922955560c-a956e40b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af922955560e-a956e40b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af9229555610-a956e40b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af9229555617-a956e40b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af9229555619-a956e40b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af922955561b-a956e40b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_98ae8370-010a-0ec3-be57-17e3b251d88b-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc6dc0db-3447-a108-90aa-4442be79d547-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_96875320-1285-7892-c6d3-b739a1bd9255-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-d7043fff-90e4-7e68-9886-77d1910cd7b7-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9b3b8260-1b95-6a5e-cb60-77837fd4c925-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_47192a5c-a81f-61b1-e507-623bc18c5e2f-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-b490ea90-7275-332d-2dff-2284f700e72e-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b490ea90-7275-332d-2dff-2284f700e731-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c1211154-3443-7ff4-0a2a-ece67d83407e-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_9b0516c2-59a9-1767-6c8c-2a14bb14a75c-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9b0516c2-59a9-1767-6c8c-2a14bb14a75e-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9b0516c2-59a9-1767-6c8c-2a14bb14a760-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-f053e37d-bc84-94aa-968f-05e2bf5ae0d3-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f053e37d-bc84-94aa-968f-05e2bf5ae0d6-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f053e37d-bc84-94aa-968f-05e2bf5ae0d8-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_5d52baf7-2501-c522-12b0-3be44a514979-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5d52baf7-2501-c522-12b0-3be44a51497b-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5d52baf7-2501-c522-12b0-3be44a51497d-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-cddccaa6-bccf-123a-f64f-b3585318fb9c-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cddccaa6-bccf-123a-f64f-b3585318fb9f-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cddccaa6-bccf-123a-f64f-b3585318fba2-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_9ea983c3-848b-e547-152e-4f093014fe2b-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9ea983c3-848b-e547-152e-4f093014fe2d-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9ea983c3-848b-e547-152e-4f093014fe2f-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_68441219-48b6-368c-a297-90ea13450666-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_68441219-48b6-368c-a297-90ea13450669-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_68441219-48b6-368c-a297-90ea1345066b-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_2a53f82b-c397-31f1-a574-7524dddbbf06-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2a53f82b-c397-31f1-a574-7524dddbbf09-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2a53f82b-c397-31f1-a574-7524dddbbf0c-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-e8b39aaa-a358-18a9-7417-7a25bb3c0cb7-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e8b39aaa-a358-18a9-7417-7a25bb3c0cba-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e8b39aaa-a358-18a9-7417-7a25bb3c0cbd-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3ac-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3ae-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3b0-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_19c55930-ae4a-fe2e-af5c-a939e300d5c0-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_19c55930-ae4a-fe2e-af5c-a939e300d5c2-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_19c55930-ae4a-fe2e-af5c-a939e300d5c4-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_885c9177-45e0-cb7c-36f0-43a33a039694-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_885c9177-45e0-cb7c-36f0-43a33a039697-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_885c9177-45e0-cb7c-36f0-43a33a039699-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_5396b40a-841d-513e-eec6-38b3ecf8af5e-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5396b40a-841d-513e-eec6-38b3ecf8af61-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5396b40a-841d-513e-eec6-38b3ecf8af63-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-b48aee96-8a4c-05e5-785f-a35f24abe6fe-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b48aee96-8a4c-05e5-785f-a35f24abe701-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b48aee96-8a4c-05e5-785f-a35f24abe703-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-ed3fe0f2-bccf-594d-6a46-3dde8e3f1946-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ed3fe0f2-bccf-594d-6a46-3dde8e3f1949-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ed3fe0f2-bccf-594d-6a46-3dde8e3f194c-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-f99c8fb9-8e01-91c1-a952-ed1da7d3349f-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f99c8fb9-8e01-91c1-a952-ed1da7d334a2-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f99c8fb9-8e01-91c1-a952-ed1da7d334a5-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41ef7-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41ef9-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41efb-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_91791d07-18d7-9aec-3d01-dfe1cc3555fc-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_91791d07-18d7-9aec-3d01-dfe1cc3555ff-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_91791d07-18d7-9aec-3d01-dfe1cc355602-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_55e9993a-a343-b1ec-bca8-f7250e0c2bb1-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_55e9993a-a343-b1ec-bca8-f7250e0c2bb4-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_55e9993a-a343-b1ec-bca8-f7250e0c2bb7-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404724-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404726-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404728-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_4ca169d7-867b-555c-8a5c-c4199ff1526c-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4ca169d7-867b-555c-8a5c-c4199ff1526e-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4ca169d7-867b-555c-8a5c-c4199ff15270-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_87d3f8b0-0db5-7e3f-1d59-e70cdabe3b71-b456e437 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_87d3f8b0-0db5-7e3f-1d59-e70cdabe3b74-b456e437 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_87d3f8b0-0db5-7e3f-1d59-e70cdabe3b77-b456e437 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_98a4349f-8421-ebc8-7c9c-efcdf84febe6-1456e438 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_4aa6d78b-e40e-ea68-85ce-27f7216549cc-1456e438 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f2faa30d-64d7-7140-b581-00ad54ebb1cf-1456e438 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_4c1113ed-9f79-408e-ca82-6a1961547fb8-1456e438 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_820ca006-5fe1-6cfc-c419-fff3f36593ff-1456e438 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_57be9a2e-f545-1686-1437-df2c244d6841-1456e438 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_57be9a2e-f545-1686-1437-df2c244d6846-1456e438 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_57be9a2e-f545-1686-1437-df2c244d684b-1456e438 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_57be9a2e-f545-1686-1437-df2c244d6850-1456e438 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-cfed8045-d735-cec5-11fc-f98e4b0265eb-1456e438 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-cfed8045-d735-cec5-11fc-f98e4b0265ee-1456e438 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-cfed8045-d735-cec5-11fc-f98e4b0265f1-1456e438 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-cfed8045-d735-cec5-11fc-f98e4b0265f4-1456e438 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-a9eaa540-1af5-620e-b785-027fe3db2a3d-1456e438 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a9eaa540-1af5-620e-b785-027fe3db2a40-1456e438 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-a9eaa540-1af5-620e-b785-027fe3db2a43-1456e438 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a9eaa540-1af5-620e-b785-027fe3db2a46-1456e438 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_558085e1-337c-27a9-208b-8f0a5b23cbcf-1456e438 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_558085e1-337c-27a9-208b-8f0a5b23cbd1-1456e438 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_558085e1-337c-27a9-208b-8f0a5b23cbd3-1456e438 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_558085e1-337c-27a9-208b-8f0a5b23cbd5-1456e438 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_8b86bb92-57bd-c173-d80c-6719cc86f137-1456e438 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8b86bb92-57bd-c173-d80c-6719cc86f139-1456e438 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_8b86bb92-57bd-c173-d80c-6719cc86f13b-1456e438 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_8b86bb92-57bd-c173-d80c-6719cc86f13d-1456e438 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-d9bc814e-c0aa-a5f5-7c26-bdd005032e25-1456e438 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d9bc814e-c0aa-a5f5-7c26-bdd005032e27-1456e438 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-d9bc814e-c0aa-a5f5-7c26-bdd005032e29-1456e438 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d9bc814e-c0aa-a5f5-7c26-bdd005032e2b-1456e438 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_4bc18879-97d7-f2a4-11d4-473ef2a232ff-1456e438 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4bc18879-97d7-f2a4-11d4-473ef2a23301-1456e438 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_4bc18879-97d7-f2a4-11d4-473ef2a23303-1456e438 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4bc18879-97d7-f2a4-11d4-473ef2a23305-1456e438 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-a71b6606-dd91-8b59-adcd-246b905226f8-1456e438 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a71b6606-dd91-8b59-adcd-246b905226fa-1456e438 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-a71b6606-dd91-8b59-adcd-246b905226fc-1456e438 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a71b6606-dd91-8b59-adcd-246b905226fe-1456e438 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_4c180c4c-6c23-68d4-3791-d61952dfd294-1456e438 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4c180c4c-6c23-68d4-3791-d61952dfd296-1456e438 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_4c180c4c-6c23-68d4-3791-d61952dfd298-1456e438 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4c180c4c-6c23-68d4-3791-d61952dfd29a-1456e438 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-e72ad457-d2eb-d41a-fb95-b15ff8b11e2f-1456e438 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e72ad457-d2eb-d41a-fb95-b15ff8b11e31-1456e438 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-e72ad457-d2eb-d41a-fb95-b15ff8b11e33-1456e438 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-e72ad457-d2eb-d41a-fb95-b15ff8b11e35-1456e438 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_105e5456-05c4-794c-9c32-5bb73fa58def-1456e438 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_105e5456-05c4-794c-9c32-5bb73fa58df1-1456e438 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_105e5456-05c4-794c-9c32-5bb73fa58df3-1456e438 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_105e5456-05c4-794c-9c32-5bb73fa58df5-1456e438 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_6d65cbdb-c1ad-9632-da89-e78aa1f32938-1456e438 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6d65cbdb-c1ad-9632-da89-e78aa1f3293a-1456e438 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_6d65cbdb-c1ad-9632-da89-e78aa1f3293c-1456e438 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_6d65cbdb-c1ad-9632-da89-e78aa1f3293e-1456e438 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_98ae8370-010a-0ec3-be57-17e3b251d88b-5356e43b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc6dc0db-3447-a108-90aa-4442be79d547-5356e43b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_96875320-1285-7892-c6d3-b739a1bd9255-5356e43b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7043fff-90e4-7e68-9886-77d1910cd7b7-5356e43b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9b3b8260-1b95-6a5e-cb60-77837fd4c925-5356e43b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_47192a5c-a81f-61b1-e507-623bc18c5e2f-5356e43b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_074f2f00-1159-bbd0-530a-0cd710a2a2a0-5356e43b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_074f2f00-1159-bbd0-530a-0cd710a2a2a3-5356e43b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_074f2f00-1159-bbd0-530a-0cd710a2a2a6-5356e43b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b490ea90-7275-332d-2dff-2284f700e72e-5356e43b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b490ea90-7275-332d-2dff-2284f700e731-5356e43b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c1211154-3443-7ff4-0a2a-ece67d83407e-5356e43b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-c41ff74a-4028-9708-8837-2aa635a9ad40-5356e43b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c41ff74a-4028-9708-8837-2aa635a9ad42-5356e43b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c41ff74a-4028-9708-8837-2aa635a9ad44-5356e43b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3ac-5356e43b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3ae-5356e43b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3b0-5356e43b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_50a72116-255d-227d-5289-b03e75562bb7-5356e43b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_50a72116-255d-227d-5289-b03e75562bb9-5356e43b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_50a72116-255d-227d-5289-b03e75562bbb-5356e43b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_0e309604-7f79-8f20-3939-3e0cd7e8d846-5356e43b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0e309604-7f79-8f20-3939-3e0cd7e8d848-5356e43b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0e309604-7f79-8f20-3939-3e0cd7e8d84a-5356e43b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-d2fc4b42-4e59-29d4-f539-3e2e0979264b-5356e43b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d2fc4b42-4e59-29d4-f539-3e2e0979264d-5356e43b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d2fc4b42-4e59-29d4-f539-3e2e0979264f-5356e43b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_1ac4a86d-5c92-cb8f-a3cf-465f6835759b-5356e43b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1ac4a86d-5c92-cb8f-a3cf-465f6835759d-5356e43b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1ac4a86d-5c92-cb8f-a3cf-465f6835759f-5356e43b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41ef7-5356e43b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41ef9-5356e43b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41efb-5356e43b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404724-5356e43b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404726-5356e43b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404728-5356e43b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-c06ae1ed-a991-1dd8-6d56-2d7da15e1e1b-5356e43b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c06ae1ed-a991-1dd8-6d56-2d7da15e1e1d-5356e43b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c06ae1ed-a991-1dd8-6d56-2d7da15e1e1f-5356e43b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_98ae8370-010a-0ec3-be57-17e3b251d88b-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc6dc0db-3447-a108-90aa-4442be79d547-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_96875320-1285-7892-c6d3-b739a1bd9255-a556e43c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7043fff-90e4-7e68-9886-77d1910cd7b7-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9b3b8260-1b95-6a5e-cb60-77837fd4c925-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_47192a5c-a81f-61b1-e507-623bc18c5e2f-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-b490ea90-7275-332d-2dff-2284f700e72e-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b490ea90-7275-332d-2dff-2284f700e731-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c1211154-3443-7ff4-0a2a-ece67d83407e-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_5d52baf7-2501-c522-12b0-3be44a514979-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5d52baf7-2501-c522-12b0-3be44a51497b-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5d52baf7-2501-c522-12b0-3be44a51497d-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-cddccaa6-bccf-123a-f64f-b3585318fb9c-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cddccaa6-bccf-123a-f64f-b3585318fb9f-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cddccaa6-bccf-123a-f64f-b3585318fba2-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_9ea983c3-848b-e547-152e-4f093014fe2b-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9ea983c3-848b-e547-152e-4f093014fe2d-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9ea983c3-848b-e547-152e-4f093014fe2f-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_9b0516c2-59a9-1767-6c8c-2a14bb14a75c-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9b0516c2-59a9-1767-6c8c-2a14bb14a75e-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9b0516c2-59a9-1767-6c8c-2a14bb14a760-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_2a53f82b-c397-31f1-a574-7524dddbbf06-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2a53f82b-c397-31f1-a574-7524dddbbf09-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2a53f82b-c397-31f1-a574-7524dddbbf0c-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-e8b39aaa-a358-18a9-7417-7a25bb3c0cb7-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e8b39aaa-a358-18a9-7417-7a25bb3c0cba-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e8b39aaa-a358-18a9-7417-7a25bb3c0cbd-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3ac-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3ae-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3b0-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-b48aee96-8a4c-05e5-785f-a35f24abe6fe-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b48aee96-8a4c-05e5-785f-a35f24abe701-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b48aee96-8a4c-05e5-785f-a35f24abe703-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_3355993c-6cbe-22d6-d666-85559da92771-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3355993c-6cbe-22d6-d666-85559da92774-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3355993c-6cbe-22d6-d666-85559da92777-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_83885432-7f91-2a4a-5526-a19b2ce669ea-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_83885432-7f91-2a4a-5526-a19b2ce669ec-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_83885432-7f91-2a4a-5526-a19b2ce669ee-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-ed3fe0f2-bccf-594d-6a46-3dde8e3f1946-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ed3fe0f2-bccf-594d-6a46-3dde8e3f1949-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ed3fe0f2-bccf-594d-6a46-3dde8e3f194c-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_8747b731-4bad-fc4b-9ea8-67e5ad15e526-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8747b731-4bad-fc4b-9ea8-67e5ad15e529-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8747b731-4bad-fc4b-9ea8-67e5ad15e52c-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-d2fc4b42-4e59-29d4-f539-3e2e0979264b-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d2fc4b42-4e59-29d4-f539-3e2e0979264d-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d2fc4b42-4e59-29d4-f539-3e2e0979264f-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_885c9177-45e0-cb7c-36f0-43a33a039694-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_885c9177-45e0-cb7c-36f0-43a33a039697-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_885c9177-45e0-cb7c-36f0-43a33a039699-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_60754994-4233-0d02-5ccd-26a2684ecf44-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_60754994-4233-0d02-5ccd-26a2684ecf47-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_60754994-4233-0d02-5ccd-26a2684ecf4a-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-f7de3d90-778d-1ac9-e90c-7ca09f6444ac-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f7de3d90-778d-1ac9-e90c-7ca09f6444af-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f7de3d90-778d-1ac9-e90c-7ca09f6444b2-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_1ac4a86d-5c92-cb8f-a3cf-465f6835759b-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1ac4a86d-5c92-cb8f-a3cf-465f6835759d-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1ac4a86d-5c92-cb8f-a3cf-465f6835759f-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_74ae3b0d-7757-8978-89bb-8de905f6f646-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_74ae3b0d-7757-8978-89bb-8de905f6f649-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_74ae3b0d-7757-8978-89bb-8de905f6f64c-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-f99c8fb9-8e01-91c1-a952-ed1da7d3349f-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f99c8fb9-8e01-91c1-a952-ed1da7d334a2-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f99c8fb9-8e01-91c1-a952-ed1da7d334a5-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41ef7-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41ef9-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41efb-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_91791d07-18d7-9aec-3d01-dfe1cc3555fc-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_91791d07-18d7-9aec-3d01-dfe1cc3555ff-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_91791d07-18d7-9aec-3d01-dfe1cc355602-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_55e9993a-a343-b1ec-bca8-f7250e0c2bb1-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_55e9993a-a343-b1ec-bca8-f7250e0c2bb4-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_55e9993a-a343-b1ec-bca8-f7250e0c2bb7-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404724-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404726-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404728-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_87d3f8b0-0db5-7e3f-1d59-e70cdabe3b71-a556e43c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_87d3f8b0-0db5-7e3f-1d59-e70cdabe3b74-a556e43c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_87d3f8b0-0db5-7e3f-1d59-e70cdabe3b77-a556e43c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_98ae8370-010a-0ec3-be57-17e3b251d88b-9856e43a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc6dc0db-3447-a108-90aa-4442be79d547-9856e43a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_96875320-1285-7892-c6d3-b739a1bd9255-9856e43a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7043fff-90e4-7e68-9886-77d1910cd7b7-9856e43a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9b3b8260-1b95-6a5e-cb60-77837fd4c925-9856e43a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_47192a5c-a81f-61b1-e507-623bc18c5e2f-9856e43a {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_074f2f00-1159-bbd0-530a-0cd710a2a2a0-9856e43a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_074f2f00-1159-bbd0-530a-0cd710a2a2a3-9856e43a {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_074f2f00-1159-bbd0-530a-0cd710a2a2a6-9856e43a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b490ea90-7275-332d-2dff-2284f700e72e-9856e43a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b490ea90-7275-332d-2dff-2284f700e731-9856e43a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c1211154-3443-7ff4-0a2a-ece67d83407e-9856e43a {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-c41ff74a-4028-9708-8837-2aa635a9ad40-9856e43a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c41ff74a-4028-9708-8837-2aa635a9ad42-9856e43a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c41ff74a-4028-9708-8837-2aa635a9ad44-9856e43a {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3ac-9856e43a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3ae-9856e43a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3b0-9856e43a {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_50a72116-255d-227d-5289-b03e75562bb7-9856e43a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_50a72116-255d-227d-5289-b03e75562bb9-9856e43a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_50a72116-255d-227d-5289-b03e75562bbb-9856e43a {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_0e309604-7f79-8f20-3939-3e0cd7e8d846-9856e43a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0e309604-7f79-8f20-3939-3e0cd7e8d848-9856e43a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0e309604-7f79-8f20-3939-3e0cd7e8d84a-9856e43a {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-d2fc4b42-4e59-29d4-f539-3e2e0979264b-9856e43a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d2fc4b42-4e59-29d4-f539-3e2e0979264d-9856e43a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d2fc4b42-4e59-29d4-f539-3e2e0979264f-9856e43a {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_1ac4a86d-5c92-cb8f-a3cf-465f6835759b-9856e43a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1ac4a86d-5c92-cb8f-a3cf-465f6835759d-9856e43a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1ac4a86d-5c92-cb8f-a3cf-465f6835759f-9856e43a {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41ef7-9856e43a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41ef9-9856e43a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41efb-9856e43a {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404724-9856e43a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404726-9856e43a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404728-9856e43a {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-c06ae1ed-a991-1dd8-6d56-2d7da15e1e1b-9856e43a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c06ae1ed-a991-1dd8-6d56-2d7da15e1e1d-9856e43a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c06ae1ed-a991-1dd8-6d56-2d7da15e1e1f-9856e43a {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_98ae8370-010a-0ec3-be57-17e3b251d88b-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc6dc0db-3447-a108-90aa-4442be79d547-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_96875320-1285-7892-c6d3-b739a1bd9255-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-d7043fff-90e4-7e68-9886-77d1910cd7b7-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9b3b8260-1b95-6a5e-cb60-77837fd4c925-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_47192a5c-a81f-61b1-e507-623bc18c5e2f-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_1bedd8a3-8be0-6cb5-b4eb-d0db21258baf-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1bedd8a3-8be0-6cb5-b4eb-d0db21258bb1-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1bedd8a3-8be0-6cb5-b4eb-d0db21258bb3-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-f942cf76-1b31-76e6-b37e-188542bcf6ce-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f942cf76-1b31-76e6-b37e-188542bcf6d0-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f942cf76-1b31-76e6-b37e-188542bcf6d2-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_54365b18-7d51-2bc6-5cfe-b147d39a3ddf-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_54365b18-7d51-2bc6-5cfe-b147d39a3de2-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_54365b18-7d51-2bc6-5cfe-b147d39a3de5-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-a985bb52-53c8-1e5d-011b-6c8eff285a32-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a985bb52-53c8-1e5d-011b-6c8eff285a35-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a985bb52-53c8-1e5d-011b-6c8eff285a38-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-b490ea90-7275-332d-2dff-2284f700e72e-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b490ea90-7275-332d-2dff-2284f700e731-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c1211154-3443-7ff4-0a2a-ece67d83407e-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_9b0516c2-59a9-1767-6c8c-2a14bb14a75c-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9b0516c2-59a9-1767-6c8c-2a14bb14a75e-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9b0516c2-59a9-1767-6c8c-2a14bb14a760-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-f053e37d-bc84-94aa-968f-05e2bf5ae0d3-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f053e37d-bc84-94aa-968f-05e2bf5ae0d6-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f053e37d-bc84-94aa-968f-05e2bf5ae0d8-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_5d52baf7-2501-c522-12b0-3be44a514979-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5d52baf7-2501-c522-12b0-3be44a51497b-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5d52baf7-2501-c522-12b0-3be44a51497d-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-cddccaa6-bccf-123a-f64f-b3585318fb9c-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cddccaa6-bccf-123a-f64f-b3585318fb9f-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cddccaa6-bccf-123a-f64f-b3585318fba2-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_9ea983c3-848b-e547-152e-4f093014fe2b-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9ea983c3-848b-e547-152e-4f093014fe2d-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9ea983c3-848b-e547-152e-4f093014fe2f-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_68441219-48b6-368c-a297-90ea13450666-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_68441219-48b6-368c-a297-90ea13450669-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_68441219-48b6-368c-a297-90ea1345066b-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_2a53f82b-c397-31f1-a574-7524dddbbf06-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2a53f82b-c397-31f1-a574-7524dddbbf09-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2a53f82b-c397-31f1-a574-7524dddbbf0c-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-e8b39aaa-a358-18a9-7417-7a25bb3c0cb7-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e8b39aaa-a358-18a9-7417-7a25bb3c0cba-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e8b39aaa-a358-18a9-7417-7a25bb3c0cbd-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3ac-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3ae-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3b0-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_19c55930-ae4a-fe2e-af5c-a939e300d5c0-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_19c55930-ae4a-fe2e-af5c-a939e300d5c2-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_19c55930-ae4a-fe2e-af5c-a939e300d5c4-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_885c9177-45e0-cb7c-36f0-43a33a039694-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_885c9177-45e0-cb7c-36f0-43a33a039697-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_885c9177-45e0-cb7c-36f0-43a33a039699-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_5396b40a-841d-513e-eec6-38b3ecf8af5e-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5396b40a-841d-513e-eec6-38b3ecf8af61-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5396b40a-841d-513e-eec6-38b3ecf8af63-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-b48aee96-8a4c-05e5-785f-a35f24abe6fe-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b48aee96-8a4c-05e5-785f-a35f24abe701-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b48aee96-8a4c-05e5-785f-a35f24abe703-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-ed3fe0f2-bccf-594d-6a46-3dde8e3f1946-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ed3fe0f2-bccf-594d-6a46-3dde8e3f1949-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ed3fe0f2-bccf-594d-6a46-3dde8e3f194c-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-f99c8fb9-8e01-91c1-a952-ed1da7d3349f-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f99c8fb9-8e01-91c1-a952-ed1da7d334a2-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f99c8fb9-8e01-91c1-a952-ed1da7d334a5-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41ef7-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41ef9-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41efb-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_91791d07-18d7-9aec-3d01-dfe1cc3555fc-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_91791d07-18d7-9aec-3d01-dfe1cc3555ff-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_91791d07-18d7-9aec-3d01-dfe1cc355602-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_55e9993a-a343-b1ec-bca8-f7250e0c2bb1-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_55e9993a-a343-b1ec-bca8-f7250e0c2bb4-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_55e9993a-a343-b1ec-bca8-f7250e0c2bb7-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404724-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404726-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404728-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_4ca169d7-867b-555c-8a5c-c4199ff1526c-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4ca169d7-867b-555c-8a5c-c4199ff1526e-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4ca169d7-867b-555c-8a5c-c4199ff15270-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_87d3f8b0-0db5-7e3f-1d59-e70cdabe3b71-8fc076f3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_87d3f8b0-0db5-7e3f-1d59-e70cdabe3b74-8fc076f3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_87d3f8b0-0db5-7e3f-1d59-e70cdabe3b77-8fc076f3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-ddcb857f-159d-04b8-3cee-287d6c07cdad-a8a10fe3 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-ddcb857f-159d-04b8-3cee-287d6c07cdc2-a8a10fe3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bd9ddae9-2e7e-4eeb-3e38-c1dc3b54dd20-3b54dd1a {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-bd9ddae9-2e7e-4eeb-3e38-c1dc3b54dd35-3b54dd1a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bbae8966-bbfd-fd68-d8f3-b44eff46fc6f-ff46fc64 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bbae8966-bbfd-fd68-d8f3-b44eff46fc85-ff46fc64 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5680660e-bdd9-09f7-0ad7-f4c878f2bbec-d556e42b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ddcb857f-159d-04b8-3cee-287d6c07cdad-a8a10fe3 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-ddcb857f-159d-04b8-3cee-287d6c07cdc2-a8a10fe3 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bd9ddae9-2e7e-4eeb-3e38-c1dc3b54dd20-3b54dd1a, #w-node-fb836dff-5d61-e13c-158a-541fc0d72420-c0d723f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bbae8966-bbfd-fd68-d8f3-b44eff46fc85-ff46fc64 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bbae8966-bbfd-fd68-d8f3-b44eff46fc87-ff46fc64, #w-node-ddcb857f-159d-04b8-3cee-287d6c07cdad-a8a10fe3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Roboto Mono';
  src: url('../fonts/RobotoMono-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}