@font-face {
  font-family: "Font awesome 6 free 400";
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-grey: #40454f;
  --black: #0d0e10;
  --dark-slate-blue: #23445e;
  --royal-blue: #018ad7;
  --midnight-blue: #0f1f3d;
  --white: white;
  --white-smoke: #f1f3f6;
  --slate-grey: #6e7687;
  --orange: #f6a127;
  --medium-sea-green: #1ebd53;
  --light-grey: #0000000d;
  --deep-sky-blue: #47c1fe;
  --balenacloud-yellow: #ffc100;
  --etcher-green: #a5de37;
  --gainsboro: #e1e4eb;
  --coral: #ff7847;
  --header-blue: #2a506f;
  --light-grey-new: #f8f9fd;
  --etcher-dark-green: #94c731;
  --secondary: #23445ecc;
}

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

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

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

.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-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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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-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(--dark-slate-grey);
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 155%;
}

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

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

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

h4 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

h5 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  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-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: 20px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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 {
  color: var(--midnight-blue);
  letter-spacing: -1.6px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 105%;
}

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

.display-heading.home-hero-heading.white-center {
  color: var(--white);
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  position: relative;
}

.display-heading.home-hero-heading.white.left-justify {
  text-align: left;
  align-self: flex-start;
  font-size: 50px;
  display: block;
}

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

.home-hero-section {
  margin-top: 80px;
}

.wrapper {
  text-align: center;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: static;
}

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

.wrapper.home-feature-1-wrapper {
  flex-flow: row;
  align-content: stretch;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.wrapper.home-feature-1-wrapper.home-2 {
  background-color: var(--white);
  color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper.home-feature-1-wrapper.top-margin {
  margin-top: 60px;
}

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

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

.wrapper.features-2-wrapper.top-margin {
  margin-top: 100px;
}

.wrapper.features-2-wrapper.bottom-margin {
  margin-bottom: 40px;
}

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

.wrapper._1920px {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 40px;
  overflow: visible;
}

.wrapper._1920px.background-image {
  background-image: url('../images/Shapes-min-min.webp');
  background-position: 50%;
  background-size: cover;
  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: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
  align-items: center;
  max-width: none;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper._1920px.features-2-vertical.top-margin {
  margin-top: 60px;
}

.wrapper.features-vertical-tabs-text-left {
  background-color: var(--white);
  color: var(--white);
  border-radius: 10px;
  flex-direction: row-reverse;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 40px;
}

.wrapper.features-vertical-tabs-text-left.home-2 {
  clear: left;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.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.feature-4-wrapper.vertical.top-margin {
  margin-top: 40px;
}

.wrapper.cta-wrapper {
  background-image: url('../images/Feature-4-min.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.wrapper.about-hero-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 10px;
  display: flex;
}

.wrapper.about-hero-up.top-margin {
  margin-top: 100px;
}

.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 {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.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-hero-wrapper.homepage-2.top-margin {
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
}

.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;
  max-width: 840px;
  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 {
  object-fit: fill;
  flex-flow: column wrap;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.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/Shapes-min.webp');
  background-position: 50%;
  background-repeat: no-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 {
  align-items: flex-start;
  padding-bottom: 120px;
  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-features-wrapper {
  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;
  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._404-wrapper.less-padding {
  height: auto;
}

.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: 160px;
  padding-bottom: 20px;
}

.wrapper.instructions-hero-wrapper.top-margin {
  max-width: 700px;
}

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

.wrapper.footer-wrapper._80-top-padding {
  border: 1px #000;
  padding-top: 80px;
}

.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 {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.wrapper.features-vertical-tabs {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 20px 0 60px;
  padding: 40px;
  display: flex;
}

.wrapper.integrations-icons-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  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: flex-end;
  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 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.wrapper.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 0;
}

.wrapper.hero.hero-cloud {
  justify-content: flex-start;
  display: flex;
}

.wrapper.centre-aligned {
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
}

.wrapper.centre-aligned.top-margin {
  align-items: center;
  margin-top: 40px;
}

.wrapper.centre-aligned.less-padding {
  text-align: center;
}

.wrapper.centre-aligned.top-margin-100px {
  margin-top: 100px;
}

.wrapper.centre-aligned.new-section-padding {
  padding-top: 100px;
}

.wrapper.centre-aligned.new-section-padding.bottom-margin {
  padding-bottom: 100px;
}

.wrapper.centre-aligned.hero-security {
  padding-top: 80px;
}

.wrapper.os-download-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
}

.wrapper.os-download-div.homepage-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.wrapper.os-download-div.top-margin {
  margin-top: 100px;
}

.wrapper.os-download-div.bottom-margin {
  margin-bottom: 40px;
  margin-right: auto;
}

.wrapper.no-padding {
  color: var(--dark-slate-grey);
  padding-top: 10px;
  padding-bottom: 40px;
}

.wrapper.less-padding {
  padding-bottom: 0;
}

.wrapper.bottom-margin {
  margin-bottom: 0;
  margin-right: auto;
  padding-bottom: 140px;
}

.wrapper.security-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  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 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 840px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-hero-left.homepage-2.top-margin {
  margin-top: 60px;
}

.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: var(--white);
  text-align: center;
  margin-bottom: 15px;
}

.para-large.home-hero-para.white {
  text-align: left;
}

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

.button {
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-top: 0;
  padding: 20px 25px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
  position: relative;
}

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

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

.button.dark-blue {
  background-color: var(--orange);
  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.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(--royal-blue);
  border-radius: 20px;
  flex: 0 auto;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 400;
}

.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 {
  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);
  transition: color .2s, background-color .2s;
}

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

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

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

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

.button.boxout {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 20px;
}

.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: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 100%;
}

.image.contain {
  text-align: center;
  object-fit: contain;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  display: inline-block;
}

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

.image.contain.shrink {
  border: 1px solid var(--light-grey);
  border-radius: 5px;
}

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

.image.nav-icons {
  display: none;
}

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

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

.home-hero-main-image.homepage-2 {
  border-radius: 60px;
  width: 100%;
  max-width: none;
  height: 100%;
  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-blue);
  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(--orange);
  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 {
  inset: auto auto 27% -6%;
}

.subheading {
  color: var(--royal-blue);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

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

.subheading.light-blue.bottom-padding {
  padding-bottom: 40px;
}

.subheading.centre-justified {
  text-align: center;
  margin-bottom: 10px;
}

.subheading.centre-justified.light-blue {
  color: #08bcff;
  text-transform: none;
}

.subheading.left-padding {
  padding-left: 20px;
}

.subheading.left-padding.top-padding {
  padding-top: 0;
  padding-left: 0;
}

.subheading.left-padding.top-padding.light-blue {
  margin-bottom: 16px;
}

.subheading.left-padding.top-padding.left-justify {
  text-align: left;
}

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

.subheading.left-aligned {
  text-align: left;
  align-self: center;
}

.subheading.left-aligned.no-margin {
  margin-bottom: 0;
}

.subheading.left-justified {
  text-align: left;
}

.subheading.green {
  color: var(--etcher-green);
  justify-content: center;
  align-self: center;
  display: flex;
}

.subheading.right-justified {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.subheading.right-justified.no-margin {
  margin-bottom: 0;
}

.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: 1px #000;
  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 {
  border: 1px #000;
  padding-top: 0;
}

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

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

.product-feature-section-image-text {
  margin-top: 20px;
}

.product-featured-image-right {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 50%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 500px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.product-featured-image-right.feature-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 45%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.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%;
  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;
  position: absolute;
  inset: auto auto 0% -11%;
}

.product-features-text-left {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  align-content: center;
  align-self: center;
  align-items: flex-start;
  width: 45%;
  max-width: 500px;
  display: flex;
  position: static;
}

.product-features-text-left.full-20px-padding {
  padding: 20px;
}

.product-features-text-left.padding-right {
  flex-flow: column;
  justify-content: center;
  max-width: 59%;
  padding-left: 80px;
  padding-right: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.product-features-text-left.padding-right.margin-right {
  margin-right: 40px;
}

.product-features-text-left.centre-aligned {
  align-items: center;
}

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

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

.home-features-subheading.yellow.centred {
  justify-content: center;
  display: flex;
}

.home-features-subheading.green {
  color: var(--etcher-green);
}

.home-features-subheading.green.centred {
  justify-content: center;
  display: flex;
}

.home-features-heading {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  line-height: 135%;
  display: flex;
}

.home-features-heading.white {
  font-weight: 900;
}

.home-features-heading.centre-justified {
  text-align: center;
}

.home-features-heading.industries-why-title {
  font-size: 44px;
}

.home-features-pointers-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.home-features-pointers-wrapper.centred {
  align-items: center;
}

.home-features-pointers-wrapper.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.home-features-pointer-item {
  color: var(--dark-slate-blue);
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 16px;
  margin-left: 0;
  display: flex;
}

.home-features-pointer-item.white {
  align-self: center;
  align-items: center;
  margin-bottom: 0;
}

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

.home-features-pointer-item.centred {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.etcher-pro-featured-pointer-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  margin-bottom: 7px;
  margin-right: 5px;
  padding-bottom: 0;
  display: flex;
}

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

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

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

.features-learn-more-link.white {
  color: var(--dark-slate-blue);
  align-self: flex-start;
}

.features-learn-more-link.white.right-side {
  color: var(--dark-slate-grey);
  margin-left: auto;
}

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

.features-learn-more-link.white.top-padding {
  padding-top: 20px;
}

.features-learn-more-link.left-padding {
  padding-bottom: 20px;
  padding-left: 20px;
}

.featured-learn-more-arrow {
  color: var(--dark-slate-blue);
  background-color: #0000;
  max-width: 20px;
  margin-left: 16px;
}

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

.home-features-1-circle {
  background-color: var(--orange);
  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.webp');
  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: 70%;
  display: flex;
}

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

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

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

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

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

.white.heading.left-justified {
  text-align: left;
  align-self: flex-start;
}

.white._16px {
  color: var(--white);
  text-align: left;
  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-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: flex-start;
  margin-bottom: 16px;
  display: flex;
}

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

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

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

.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 {
  color: var(--dark-slate-grey);
  letter-spacing: -1.2px;
  margin-bottom: 60px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.h2-60-px.white.center {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
}

.h2-60-px.white.center.whiteoveride {
  color: var(--dark-slate-grey);
}

.home-integration-circle-1 {
  background-color: var(--orange);
  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 {
  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 {
  align-items: flex-start;
  display: flex;
}

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

.product-features-section {
  background-color: var(--dark-slate-blue);
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

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

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

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

.product-feature-grid {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  display: grid;
}

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

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

.icon {
  margin-bottom: 18px;
  display: block;
}

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

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

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

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

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

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

.hero-section-main {
  background-color: var(--white);
  background-image: url('../images/Header_background_Light_TALL.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 40px;
  display: flex;
}

.hero-about-text {
  color: var(--dark-slate-blue);
  text-align: center;
  align-self: auto;
  margin-top: 0;
  padding-right: 20px;
  font-size: 22px;
}

.hero-about-text.white {
  border: 1px none var(--white);
  color: var(--white);
}

.hero-about-text.white.centre-justify {
  text-align: center;
  padding-right: 0;
}

.hero-about-text.centre-align.centre-justified {
  text-align: center;
}

.hero-about-text.centre-align.white {
  padding-right: 0;
}

.hero-about-text.centre-justified {
  text-align: center;
  margin-bottom: 40px;
  padding-right: 0;
}

.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(--dark-slate-blue);
  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.webp');
  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 {
  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;
}

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

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

.features-learn-more-link-2 {
  color: #0d0e10;
  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-2.blue {
  color: var(--royal-blue);
  text-decoration: none;
}

.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: auto 110px 70px auto;
}

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

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

.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-heading-and-subheading {
  max-width: 500px;
}

.visual-features-subheading {
  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-column-gap: 0px;
}

.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;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 0 20px;
}

.visual-features-items-container.nav.pages.balenacloud {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
}

.visual-features-items-container.nav.blogs {
  flex-direction: column;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.menu-dropdown-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.menu-dropdown-item.navbar:hover {
  background-color: #fafafa;
}

.menu-dropdown-item.navbar.horizontal {
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
}

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

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

.menu-dropdown-item.navbar.blog {
  flex-direction: row;
  margin-top: 0;
  padding: 10px 20px;
}

.menu-dropdown-item.navbar.blog.less-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-dropdown-item.navbar.blog.bottom-padding {
  padding-bottom: 10px;
}

.menu-dropdown-item.navbar.blog.verticals {
  font-size: 14px;
}

.menu-dropdown-item.navbar.blog.bottom-padding-copy {
  padding-bottom: 10px;
}

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

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

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

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

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

.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-color: var(--royal-blue);
  margin-top: -20px;
  margin-bottom: 100px;
  position: relative;
}

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

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

.features-floating {
  z-index: 1;
  background-color: #0000;
  border-radius: 12px;
  width: 50%;
  max-width: 250px;
  position: absolute;
  inset: -20% -45px auto auto;
  overflow: hidden;
}

.feature-image-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.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-4-text {
  margin-top: 16px;
  margin-bottom: 24px;
}

.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.webp');
  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);
  margin-bottom: 60px;
  padding-bottom: 0;
}

.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-tables-section {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.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);
  cursor: pointer;
  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%;
  align-self: auto;
  width: 20px;
  height: 20px;
  position: static;
}

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

.pricing-switch-right {
  cursor: pointer;
  width: 50%;
  height: 100%;
  display: block;
  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: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-tables-container.yearly {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  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 {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 3px #40454f0f;
}

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

.pricing-table-item.bg.white {
  background-color: var(--dark-slate-blue);
  object-fit: fill;
  background-image: none;
  flex-wrap: nowrap;
  padding: 20px 20px 40px;
  overflow: visible;
}

.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.webp');
  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-item.pricing-item-free {
  background-color: var(--white-smoke);
}

.pricing-table-item.item-hidden {
  display: none;
}

.pricing-table-plan-text {
  color: var(--dark-slate-blue);
  align-self: center;
  margin-bottom: 8px;
}

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

.pricing-table-plan-text.white.centre-justified {
  color: var(--gainsboro);
}

.pricing-table-plan-text.centre-justified {
  color: var(--dark-slate-blue);
  align-self: center;
}

.pricing-table-item-text {
  align-self: center;
  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 {
  color: var(--dark-slate-blue);
  align-self: center;
  margin-bottom: 10px;
}

.pricing-cost.pricing-page-2 {
  margin-bottom: 28px;
}

.pricing-cost.small-margin {
  opacity: 1;
  align-self: center;
  margin-bottom: 10px;
}

.pricing-cost-text-span {
  color: var(--dark-slate-blue);
  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.white-pricing-page-3 {
  color: var(--white);
  margin-right: 0;
  font-size: 48px;
}

.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-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 {
  color: var(--dark-slate-blue);
  text-align: left;
  flex-flow: column;
  width: 100%;
  margin-top: 35px;
  font-size: 16px;
  display: flex;
  overflow: visible;
}

.pricing-table-item-pointers.less-padding {
  margin-top: 0;
}

.pricing-table-item-pointers.white {
  color: var(--white);
}

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

.pricing-table-pointer-item.less-padding {
  margin-bottom: 0;
}

.pricing-table-pointer-item.top-margin {
  margin-top: 40px;
}

.pricing-table-checkmark {
  background-color: #0000;
  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 {
  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;
}

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

.blog-form-button {
  background-color: var(--orange);
  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-post-hero-section {
  background-color: var(--white-smoke);
}

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

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

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

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

.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: var(--white-smoke);
}

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

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

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

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

.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-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);
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 48px;
  padding: 20px 28px 100px;
  font-size: 18px;
}

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

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

.customers-features-section.homepage-2 {
  background-color: var(--white-smoke);
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 100px;
  display: flex;
}

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

.integrations-features-heading {
  color: var(--dark-slate-blue);
  margin-bottom: 16px;
  font-weight: 400;
}

.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;
  width: 100%;
  display: grid;
}

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

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

.devices-autopopulated-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 {
  background-color: var(--white-smoke);
  margin-top: 140px;
  margin-bottom: 0;
  padding-bottom: 60px;
}

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

.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: #23445e;
}

.color-box._8 {
  background-color: #2a506f;
}

.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-family: Source Sans Pro, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.bold {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
}

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

.simple-page-header {
  clear: none;
  color: var(--dark-slate-grey);
  background-color: #0000;
}

.instructions-hero-heading {
  color: var(--dark-slate-grey);
  margin-bottom: 16px;
  font-weight: 400;
}

.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 {
  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 {
  border-top: 1px none var(--light-grey);
  outline-offset: 0px;
  background-color: #f8f9fd;
  border-bottom: 1px #000;
  outline: 3px #40454f;
}

.footer-up {
  grid-column-gap: 65px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #40454f1a;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  grid-auto-columns: 1fr;
  align-content: start;
  padding-bottom: 20px;
  display: grid;
}

.footer-logo-and-subscribe {
  position: static;
}

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

.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;
  margin-top: 18px;
  display: flex;
}

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

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

.footer-link.w--current {
  color: var(--header-blue);
}

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

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

.footer-link.nav-bar-dropdown-header.white {
  color: var(--white);
}

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

.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;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-logo {
  margin-top: 0;
  margin-bottom: 20px;
}

.footer-logo.w--current {
  margin-top: 20px;
}

.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%;
  display: flex;
  overflow: hidden;
}

.navigation-drop-container.features {
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
}

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

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

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

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

.dropdown-toggle.left-margin {
  margin-top: 0;
  margin-left: 10px;
}

.navbar-brand {
  width: auto;
  height: auto;
  margin-right: 0;
}

.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 {
  min-width: 200px;
  left: auto;
  right: auto;
}

.dropdown-list.blog.w--open {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 20%;
  max-width: 200px;
  display: block;
  position: absolute;
  left: auto;
  right: auto;
  overflow: visible;
}

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

.navigation-right.left-margin {
  margin-left: auto;
}

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

.dropdown-arrow {
  color: var(--dark-slate-blue);
  margin-right: 5px;
  font-size: 14px;
}

.nav-link {
  color: #04121f;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  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;
  padding-left: 0;
  font-weight: 500;
}

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

.nav-link.login.desktop.paragraph---18px-slate-grey {
  padding-left: 0;
}

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

.nav-link.login-mob {
  display: none;
}

.nav-link.paragraph---16px-dark-blue {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-left: 5px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link.paragraph---16px-dark-blue:hover {
  color: var(--royal-blue);
}

.nav-link.paragraph---16px-dark-blue.right-margin {
  padding-right: 20px;
}

.nav-link.paragraph---16px-dark-blue.left-margin {
  align-self: center;
  margin-top: 0;
  margin-left: 10px;
  display: none;
}

.nav-link.paragraph---16px-dark-blue.left-margin.left-padding {
  padding-left: 10px;
}

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

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

.dropdown-list-full-wrapper.blog {
  max-width: 200px;
  display: flex;
}

.navigation {
  z-index: 100;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.main-navigations-container {
  width: 100vw;
  height: 107.898px;
  position: relative;
}

.menu-button-mob {
  display: none;
}

.homepage-secondary-nav {
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  display: flex;
}

.homepage-secondary-nav.homepage-3 {
  font-weight: 500;
}

.homepage-secondary-nav.black {
  background-color: var(--black);
  font-weight: 400;
}

.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-icon {
  max-width: 24px;
}

.faqs-section.stacked {
  margin-top: -144px;
}

.faq-questions {
  color: var(--header-blue);
  width: 90%;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

.faq-s-text-wrapper {
  width: 100%;
}

.h2-heading {
  color: var(--header-blue);
}

.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);
  white-space: normal;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
}

.wrapper-1200px-left {
  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-left.faqs-mobile-optimise {
  max-width: 1280px;
  padding-bottom: 100px;
}

.wrapper-1200px-left.faqs-mobile-optimise.stacked {
  margin-top: -144px;
}

.faq-div-card {
  color: #181818;
  width: 100%;
  max-width: 100%;
  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: 100%;
  padding-top: 0;
}

.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 {
  text-align: left;
  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: 100%;
  max-width: 370px;
  height: 60px;
  margin-bottom: 20px;
  margin-right: 0;
  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: 20px;
  margin-right: 0;
}

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

.trial-form {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  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-contain {
  opacity: 1;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.logos-image {
  background-color: #0000;
  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: 110px;
  padding-bottom: 150px;
  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(--white);
  overflow: hidden;
}

.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: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.features-top-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.features-top-wrapper.centered {
  justify-content: center;
  align-self: center;
}

.features-left-contain {
  flex: 0 auto;
  max-width: 50%;
}

.features-slider {
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 362px;
  margin-bottom: 80px;
}

.slide-nav {
  display: none;
}

.features-slide {
  background-color: #0000;
  border-radius: 0;
  max-width: 400px;
  margin-right: 40px;
}

.slider-mask {
  border-radius: 0;
  max-width: 400px;
  overflow: visible;
}

.blog-post {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  width: 33%;
  display: flex;
}

.blog-post__heading {
  color: var(--header-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.slider-left {
  filter: brightness(250%);
  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: brightness(250%);
  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;
  max-width: 20px;
}

.contain.saas-logo {
  width: 100%;
  max-width: 44px;
}

.contain.company-logos {
  color: var(--white-smoke);
  text-align: center;
  max-width: 100%;
  display: inline-block;
}

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

.half-size-cta-section {
  z-index: 1;
  background-color: var(--light-grey-new);
  margin-bottom: 100px;
  position: relative;
}

.half-size-cta-section.new-section-padding, .half-size-cta-section.new-section-margin {
  margin-bottom: 100px;
}

.cta-and-text {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-areas: ". Area";
  width: 100%;
}

.left-half-cta {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  box-shadow: 0 0 3px 0 var(--light-grey);
  color: var(--light-grey);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.left-half-cta.outlined-box {
  color: var(--black);
}

.contact-cta-heading {
  color: var(--dark-slate-grey);
  position: static;
}

.cta-text-block {
  color: var(--dark-slate-blue);
  margin-top: 8px;
  margin-bottom: 20px;
}

.cta-text-block.top-padding {
  padding-top: 10px;
}

.cta-text-block.grey {
  color: var(--header-blue);
}

.cta-top-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-button {
  background-color: var(--white);
  color: var(--royal-blue);
  border-radius: 12px;
  align-self: center;
  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-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
}

.hero-points-contain {
  display: flex;
}

.hero-points-contain.bottom-margin {
  margin-bottom: 20px;
}

.hero-points-contain.bottom-margin.top-margin {
  align-self: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

.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(--dark-slate-blue);
  color: var(--dark-slate-blue);
  margin-top: 0;
  position: relative;
}

.home-feature-vertical-tabs {
  width: 100%;
  margin-top: 12px;
}

.feature-tab-link {
  color: var(--white);
  background-color: #fff3;
  border-radius: 30px;
  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;
}

.feature-tab-link.last.w--current {
  color: var(--dark-slate-blue);
}

.feature-tab-link.light-background-mode {
  border: 1px solid var(--header-blue);
  color: var(--dark-slate-blue);
}

.feature-tab-link.light-background-mode.last.w--current, .feature-tab-link.light-background-mode.current.w--current {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.features-tabs-menu {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

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

.integration-icon-rows-contain {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
  position: static;
}

.integration-icon-top-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  display: none;
  position: static;
  bottom: 20px;
}

.integration-icon-wrap {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  margin-right: 0;
  padding: 5px;
  display: flex;
}

.integration-icon-wrap:active {
  background-color: var(--white);
  opacity: .52;
}

.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-blue);
  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(--medium-sea-green);
}

.demo-left-text-contain {
  text-align: center;
  border: 0 #000;
  flex: none;
  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-top: 40px;
  margin-bottom: 0;
  padding: 20px 30px;
  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);
  border: 1px #000;
  border-radius: 12px;
  height: 60px;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 28px;
  font-size: 18px;
}

.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);
  border: 1px #000;
  margin-top: 100px;
}

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

.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 h4, .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;
  margin-right: 60px;
  display: flex;
  position: static;
  top: 40px;
}

.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 {
  width: 100%;
}

.collection-list-wrapper {
  width: auto;
}

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

.company-logo {
  max-width: 200px;
  margin-bottom: 28px;
}

.cs-hero-paragraph {
  margin-bottom: 20px;
  font-size: 22px;
}

.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.grey {
  color: var(--slate-grey);
}

.author-name {
  color: var(--black);
  font-weight: 500;
}

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

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

.button-container {
  display: flex;
}

.heading-and-text-contain {
  margin-left: 10px;
}

.right-side-links {
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

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

.navigation-heading.more {
  color: var(--royal-blue);
  margin-bottom: 0;
}

.navigation-heading.more:hover {
  color: var(--medium-sea-green);
}

.divider-nav {
  background-color: var(--white-smoke);
  width: 100%;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
}

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

.footer-text {
  color: var(--dark-slate-blue);
  background-color: #0000;
  max-width: 250px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 150%;
}

.footer-text.stretch {
  max-width: 50%;
}

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

.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(--orange);
  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(--orange);
  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 {
  align-items: flex-start;
}

.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;
  font-weight: 400;
}

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

.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);
  bottom: auto;
  left: 0%;
  right: 0%;
  inset: unset;
  width: 1251vw;
  height: 107.898px;
  margin-top: 0;
  display: block;
  position: fixed;
  top: 0;
  box-shadow: 0 4px 16px #0f1f3d08;
}

.columns {
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: space-between;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.text-block-2 {
  text-align: left;
  justify-content: center;
  display: flex;
  position: relative;
}

.text-block-3 {
  float: left;
  text-align: left;
}

.product-about-section {
  margin-bottom: 40px;
}

.section-header {
  min-width: 0;
  margin-bottom: 0;
}

.section-header.left-justified {
  align-self: flex-start;
}

.text-block-4 {
  padding-top: 60px;
}

.etcher-download-section {
  display: flex;
}

.div-block {
  justify-content: center;
  align-items: center;
  min-width: 80px;
  min-height: 80px;
  display: flex;
}

.heading-2 {
  color: var(--midnight-blue);
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
}

.heading-3 {
  color: var(--midnight-blue);
  font-family: Source Sans Pro, sans-serif;
}

.heading-4, .heading-5, .heading-6 {
  color: var(--midnight-blue);
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
}

.paragraph {
  font-family: Source Sans Pro, sans-serif;
}

.link {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
}

.text-block-5, .text-block-6, .text-block-7 {
  font-family: Source Sans Pro, sans-serif;
}

.text-block-8, .text-block-9, .text-block-10 {
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
}

.main-header {
  color: var(--dark-slate-blue);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  font-weight: 400;
  display: flex;
}

.main-header.left-justified {
  text-align: left;
  align-items: flex-start;
}

.main-header.left-justified.small {
  font-size: 45px;
}

.main-header.new-section-padding {
  margin-top: 100px;
}

.main-header.white {
  color: var(--white);
  font-size: 48px;
}

.main-header.bottom-padding {
  align-self: stretch;
  margin-bottom: 40px;
}

.main-header.bottom-padding.white {
  text-align: center;
}

.main-header.bottom-padding.centre-justified {
  margin-bottom: 0;
}

.main-header.alignleft {
  text-align: left;
  align-self: center;
}

.main-header.alignleft.bold {
  font-weight: 900;
}

.main-header.alignleft.bold.white.centre-align {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.main-header.centre-justified {
  text-align: center;
  align-self: center;
  font-size: 48px;
}

.main-header.centred {
  text-align: center;
  align-self: center;
}

.text-span, .text-span-2 {
  color: var(--orange);
}

.button-2 {
  justify-content: center;
  display: flex;
}

.link-block {
  padding-left: 20px;
}

.text-span-3, .text-span-4 {
  color: var(--orange);
}

.paragraph-2 {
  margin-left: 100px;
  margin-right: 100px;
}

.legal-page-heading {
  color: var(--dark-slate-grey);
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  font-size: 25px;
  font-weight: 600;
}

.paragraph-3 {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}

.blog-post__read-more {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-size: 18px;
  font-weight: 400;
}

.blog-post__read-more.top-padding {
  margin-top: 0;
  padding-top: 20px;
}

.blog-post__read-more.top-padding.left-justified {
  color: var(--header-blue);
  padding-left: 0;
}

.blog-post__read-more.top-padding.left-justified.bottom-margin {
  color: var(--header-blue);
}

.blog-post__read-more.left-padding {
  padding-left: 20px;
}

.blog-post__read-more.left-padding.top-padding {
  margin-top: 0;
  padding-top: 20px;
}

.blog-post__read-more.left-padding.top-padding.right-padding {
  padding-right: 20px;
}

.blog-post__read-more.left-padding.top-padding.right-padding.left-justified {
  padding-left: 20px;
}

.blog-post__read-more.left-padding.bottom-padding {
  padding-bottom: 20px;
}

.blog-post__read-more.left-padding.bottom-padding.left-justified.right-padding {
  padding-left: 0;
  padding-right: 20px;
}

.blog-post__read-more.left-padding.bottom-padding.left-justified.right-padding.white {
  color: var(--white);
}

.blog-post__read-more.left-padding.right-padding {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.blog-post__read-more.full-20px-margin {
  margin: 20px;
}

.blog-post__read-more.full-20px-margin.left-justified {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.blog-post__read-more.left-justified {
  color: #23445e99;
  text-align: left;
  margin-right: 40px;
  padding-top: 10px;
  padding-left: 0;
  font-weight: 400;
}

.blog-post__read-more.left-justified.bottom-margin {
  margin-bottom: 10px;
}

.blog-post__read-more.left-justified.left-padding {
  color: var(--dark-slate-blue);
  padding-top: 5px;
  padding-left: 35px;
  font-size: 16px;
  line-height: 180%;
}

.blog-post__read-more.centre-justified {
  text-align: left;
  flex: 0 auto;
  align-self: center;
  display: block;
}

.blog-post__read-more.centre-justified._800px-width {
  max-width: 800px;
}

.blog-post__read-more.bottom-margin {
  margin-bottom: 20px;
  margin-right: 0;
}

.blog-post__read-more.left-padding-copy {
  padding-left: 20px;
}

.blog-post__read-more.left-padding-copy.top-padding {
  margin-top: 0;
  padding-top: 20px;
}

.blog-post__read-more.left-padding-copy.top-padding.right-padding {
  padding-right: 20px;
}

.blog-post__read-more.left-padding-copy.bottom-padding {
  padding-bottom: 20px;
}

.blog-post__read-more.left-padding-copy.bottom-padding.left-justified.right-padding {
  padding-right: 20px;
}

.blog-post__read-more.left-padding-copy.bottom-padding.left-justified.right-padding.white {
  color: var(--white);
}

.blog-post__read-more.left-padding-copy.right-padding {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.legal-copy-container {
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
  padding: 40px 100px;
}

.paragraph-5 {
  white-space: normal;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
}

.container-2 {
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
  padding: 40px 100px;
}

.paragraph-6 {
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
}

.list, .list-2, .list-3, .list-4 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.list-item {
  margin-left: 0;
  margin-right: 0;
}

.list-5, .list-6 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-7 {
  margin-left: 0;
  margin-right: 0;
}

.list-7 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.column---10px-spacing-wrap {
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.column---10px-spacing-wrap.left-padding {
  flex-direction: column;
  padding-left: 20px;
}

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

.section {
  background-color: #0000;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.legal-copy-section {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.text-block-11 {
  color: var(--deep-sky-blue);
  width: 25px;
  font-family: "Font awesome 6 free 400", sans-serif;
}

.column-2 {
  justify-content: flex-start;
  display: block;
}

.paragraph-8 {
  margin-left: -40px;
}

.container-3 {
  margin-top: 100px;
}

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

.column-3 {
  margin-top: 0;
}

.columns-4-rows {
  margin-top: 40px;
  margin-left: 100px;
  margin-right: 100px;
}

.columns-4-rows.new-section-padding {
  margin-bottom: 100px;
}

.meet-the-team-section {
  background-color: #0000;
  margin: 0 0 100px;
  padding-top: 0;
  display: block;
}

.meet-the-team-section.new-section-padding {
  background-color: #0000;
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
}

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

.image-text-block {
  background-color: var(--white);
  border-radius: 0 0 20px 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.image-text-block.paragraph---18px-slate-grey.top-padding {
  margin-top: 0;
  padding-top: 20px;
}

.image-text-block.paragraph---18px-slate-grey.top-padding.left-padding {
  padding-left: 20px;
}

.image-text-block.paragraph---18px-slate-grey.top-padding.left-padding.bottom-padding {
  clear: left;
  text-align: center;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 20px 20px;
  display: block;
}

.image-text-block.paragraph---18px-slate-grey.top-padding.bottom-padding {
  padding-bottom: 20px;
}

.image-text-block.paragraph---18px-slate-grey.top-padding.bottom-padding.left-padding {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  box-shadow: 1px 1px 3px 0 var(--gainsboro);
  padding-left: 0;
}

.image-rounded-top-corners {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  min-width: 100%;
}

.image-rounded-top-corners.height-300px {
  object-fit: cover;
  min-height: 300px;
  max-height: 300px;
}

.image-rounded-top-corners.height-150px {
  object-fit: cover;
  min-height: 150px;
  max-height: 150px;
}

.heading-8 {
  color: #2a506f;
  text-align: center;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
}

.image-4 {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  min-width: 100%;
  min-height: 300px;
  max-height: 300px;
}

.image-5, .image-6, .image-7 {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  min-width: 100%;
  min-height: 300px;
}

.text-block-13 {
  background-color: var(--white);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

.section-4 {
  margin: 100px;
}

.grid {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.image-8, .image-9, .image-10 {
  background-color: var(--white);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-11 {
  background-color: #0000;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-12 {
  background-color: var(--white);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-5 {
  margin-bottom: 100px;
}

.body-2 {
  background-color: var(--white);
  outline-offset: 0px;
  border: 1px #c7cad145;
  border-radius: 10px;
  outline: 1px solid #40454f;
  padding: 20px 0;
  font-weight: 400;
  box-shadow: inset 0 0 3px #000;
}

.section-6 {
  margin-left: 100px;
  margin-right: 100px;
}

.field-label {
  font-weight: 400;
}

.textarea {
  padding-bottom: 100px;
}

.container-4 {
  background-color: var(--white);
  border: .5px solid #0000004d;
  border-radius: 10px;
}

.contact-us-form {
  margin: 40px;
  padding-left: 0;
}

.field-label-2, .field-label-3 {
  font-weight: 400;
}

.looking-for-support-section {
  background-color: var(--white);
  object-fit: fill;
  min-width: 100%;
  margin: 60px 0 100px;
  padding: 20px 0;
}

.submit-button {
  background-color: var(--royal-blue);
  text-align: center;
  border-radius: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
}

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

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

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 10px;
  display: block;
  position: relative;
  overflow: auto;
}

.product-cta-section {
  background-color: var(--white);
}

.heading-9 {
  color: var(--dark-slate-grey);
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.image-13 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  max-width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: static;
}

.image-13.logo-large {
  padding-top: 20px;
  padding-bottom: 0;
}

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

.grid-2 {
  grid-column-gap: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr 1.5fr 1.5fr;
}

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

.blue-filled-button {
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

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

.blue-filled-button.left-padding {
  margin-left: 20px;
}

.blue-filled-button.left-padding.bottom-padding {
  margin-bottom: 20px;
}

.blue-filled-button.left-padding.top-padding {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  margin-top: 20px;
}

.blue-filled-button.top-padding {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.blue-filled-button.left-margin {
  margin-left: 20px;
}

.blue-filled-button.left-margin.top-margin {
  margin-top: 20px;
}

.blue-filled-button.left-margin.top-margin.bottom-margin {
  margin-bottom: 10px;
  margin-right: 20px;
}

.blue-filled-button.left-margin.top-margin.bottom-margin:hover {
  background-color: var(--royal-blue);
}

.blue-filled-button.left-padding-copy {
  margin-left: 20px;
}

.blue-filled-button.left-padding-copy.bottom-padding {
  margin-bottom: 20px;
}

.blue-filled-button.left-padding-copy.top-padding {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  margin-top: 20px;
}

.blue-filled-button.top-margin {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: auto;
  margin-top: 40px;
  display: flex;
}

.blue-filled-button.top-margin.bottom-margin {
  margin-bottom: 40px;
}

.blue-filled-button.top-margin.bottom-margin.centred {
  align-self: center;
}

.blue-filled-button.top-margin.left-align {
  flex-flow: row;
  align-self: center;
}

.blue-filled-button.full-margin {
  margin: 20px;
}

.blue-filled-button.less-padding {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.blue-filled-button.less-padding.bottom-margin {
  margin-bottom: 40px;
}

.blue-filled-button.os-green {
  background-color: #0c9;
  margin-top: 20px;
}

.blue-filled-button.os-green:hover {
  background-color: #00b789;
}

.blue-filled-button.top-margin-20 {
  margin-top: 20px;
}

.blue-filled-button.top-margin-20.bottom-margin-20 {
  align-self: center;
  margin-bottom: 20px;
}

.blue-filled-button.centre-align {
  align-self: center;
}

.button-4 {
  border: 1px solid var(--royal-blue);
  background-color: var(--white);
  color: var(--header-blue);
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.button-4.centre-justified {
  text-align: center;
  max-width: 100%;
  margin: 20px;
}

.image-14 {
  padding-right: 0;
}

.section-8 {
  margin-top: 100px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 40px;
}

.heading-10 {
  color: var(--header-blue);
  text-align: center;
  margin-bottom: 60px;
  font-weight: 400;
}

.paragraph-10 {
  background-color: #0000;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.paragraph-11 {
  margin-right: 0;
  padding-top: 20px;
  padding-left: 20px;
  font-weight: 600;
}

.outlined-white-box-modern {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  box-shadow: 1px 1px 3px 0 var(--gainsboro);
  object-fit: none;
  border-radius: 10px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  display: block;
  position: relative;
}

.outlined-white-box-modern.no-padding {
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.outlined-white-box-modern.bottom-margin {
  margin-bottom: 20px;
}

.outlined-white-box-modern.bottom-margin.supported-devices-full-length {
  min-height: 400px;
  max-height: 400px;
}

.outlined-white-box-modern.top-padding {
  padding-top: 20px;
}

.outlined-white-box-modern.top-padding.bottom-padding {
  padding-bottom: 20px;
}

.outlined-white-box-modern.full-padding {
  padding: 20px;
}

.outlined-white-box-modern.div-block---full-20px-margin.full-width {
  width: 100%;
}

.outlined-white-box-modern.div-block---full-20px-margin.full-width.bottom-margin {
  margin-bottom: 60px;
}

.outlined-white-box-modern.os-features-section {
  border-style: solid;
  border-color: var(--light-grey);
  box-shadow: 1px 1px 3px 0 var(--gainsboro);
  mix-blend-mode: normal;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.outlined-white-box-modern.os-features-section.left-margin {
  margin-left: 100px;
}

.outlined-white-box-modern.os-features-section.left-margin.right-margin {
  flex-direction: column;
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.outlined-white-box-modern.white-smoke {
  box-shadow: 1px 1px 3px 0 var(--gainsboro);
  border-style: solid;
}

.outlined-white-box-modern.centred {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.outlined-white-box-modern.top-margin {
  margin-top: 100px;
}

.outlined-white-box-modern.sample-projects-full-length {
  z-index: auto;
  flex: 1;
  align-self: auto;
  min-height: 525px;
  max-height: 100%;
  position: relative;
}

.outlined-white-box-modern.full-margin {
  border-style: none;
  border-radius: 12px;
  margin: 20px;
  box-shadow: 0 0 16px #0000000a;
}

.outlined-white-box-modern.top-bottom-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.outlined-white-box-modern.float {
  top: -70px;
}

.flag-image {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.offices-block {
  margin-bottom: 10px;
  margin-right: 0;
}

.grid-3 {
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.div-block-5 {
  background-image: url('../images/gray4.svg');
  background-position: 0 100%;
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 100px 60px;
}

.columns-5 {
  margin-top: 0;
}

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

.image-16 {
  padding-right: 60px;
}

.hero-paragraph-text {
  color: #2a506f;
  margin-top: 0;
  font-size: 18px;
}

.dark-blue-button {
  background-color: #23445e;
  border-radius: 30px;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.dark-blue-button:hover {
  border: 1px none var(--dark-slate-blue);
  background-color: var(--royal-blue);
  color: var(--white);
}

.dark-blue-button.top-padding {
  margin-top: 20px;
}

.dark-blue-button.top-margin {
  text-align: center;
  align-self: center;
  margin-top: 40px;
}

.dark-blue-button.top-margin:hover {
  border: 1px none var(--dark-slate-blue);
  background-color: var(--royal-blue);
  color: var(--white);
}

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

.features-heading {
  color: #2a506f;
  text-align: center;
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  display: block;
}

.features-heading.left-justified {
  text-align: left;
  align-self: flex-start;
  line-height: 135%;
}

.features-heading.left-justified.less-padding {
  margin-bottom: 0;
}

.features-heading.left-justified.less-padding.shrink.centred {
  justify-content: flex-start;
}

.features-heading.bottom-padding {
  align-self: center;
  margin-top: 0;
  padding-bottom: 20px;
}

.features-heading.white {
  color: var(--white);
  align-self: flex-start;
}

.features-heading.white.left-justify {
  text-align: left;
  align-self: flex-start;
}

.features-heading.white.centre-justify {
  align-self: center;
}

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

.features-heading.line-height {
  text-align: left;
  line-height: 135%;
}

.features-heading.centred {
  justify-content: center;
  align-self: center;
  display: flex;
}

.features-heading.centred.no-margin-bottom {
  margin-bottom: 0;
}

.features-heading.top-margin {
  margin-top: 40px;
}

.features-heading.top-margin.centre-justified {
  align-self: center;
  margin-top: 60px;
}

.features-heading.less-margin {
  margin-bottom: 0;
}

.div-block-6 {
  margin: 40px 0;
}

.div-block-6.top-margin {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.paragraph-12 {
  color: var(--header-blue);
  margin: 0 0 20px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  position: static;
}

.paragraph-12.centre-justified {
  text-align: center;
  margin-bottom: 10px;
}

.paragraph-13 {
  color: var(--header-blue);
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
}

.balenacloud-button {
  clear: none;
  color: var(--white);
  text-align: center;
  object-fit: contain;
  background-color: #ffc100;
  border-radius: 30px;
  justify-content: center;
  max-width: 70%;
  margin: 20px 20px 40px 0;
  padding: 5px 30px;
  display: flex;
}

.balenacloud-button.balenacloud {
  background-color: #ffc100;
  margin-top: 0;
  margin-bottom: 0;
}

.balenacloud-button.reverse-colours {
  color: #ffc100;
  background-color: #0000;
  border: 1px solid #ffc100;
  max-width: 40%;
}

.balenacloud-button.reverse-colours:hover {
  color: var(--white);
  background-color: #ffc100;
}

.balenacloud-button.reverse-colours.stretch {
  max-width: 80%;
}

.balenacloud-button.left-align {
  background-color: var(--balenacloud-yellow);
  align-self: center;
}

.balenacloud-button.left-align:hover {
  background-color: #ee8d00;
}

.balenacloud-button.centre-justified {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  background-color: var(--white);
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
}

.body-light-grey-background {
  background-color: #f1f3f680;
}

.div-block-8 {
  background-color: var(--white);
}

.column-5 {
  align-items: stretch;
  min-height: 100%;
  max-height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-5 {
  margin-top: 40px;
}

.div-block-9 {
  margin-right: 0;
}

.column-6, .column-7, .column-8 {
  padding-right: 40px;
}

.paragraph-14 {
  color: var(--header-blue);
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  padding-top: 0;
  padding-left: 50px;
  font-weight: 600;
}

.div-block-10 {
  margin: 0;
  padding-right: 10px;
}

.paragraph-15 {
  font-weight: 600;
}

.paragraph-16 {
  color: var(--header-blue);
  font-weight: 600;
}

.paragraph-17 {
  color: var(--header-blue);
  padding-top: 10px;
}

.paragraph-18 {
  color: var(--header-blue);
  padding-top: 20px;
  font-weight: 600;
}

.div-block-11 {
  margin: 0;
  padding-right: 10px;
}

.div-block-3-right-justified {
  border: 0px none var(--light-grey);
  background-color: var(--white);
  border-radius: 10px;
  max-height: 100%;
  margin-right: 0;
  padding-left: 0;
}

.div-block-3-right-justified.outline-shadow {
  box-sizing: border-box;
  box-shadow: 0 0 3px 0 var(--light-grey);
  border-style: solid;
  border-width: 1px;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: static;
}

.div-block-3-right-justified.outline-shadow.bottom-margin {
  margin-bottom: 40px;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-12.top-margin {
  margin-top: 60px;
}

.div-block-12.contact-us-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.heading-12 {
  color: var(--header-blue);
  text-align: center;
  letter-spacing: normal;
  font-size: 18px;
  font-weight: 400;
}

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

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

.heading-12.bottom-margin.centre-justify {
  text-align: center;
  align-self: center;
  margin-left: 50px;
  margin-right: 50px;
  line-height: 150%;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.columns-6 {
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-9 {
  max-height: 100%;
}

.div-block-13 {
  margin-right: 100px;
}

.div-block-14 {
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

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

.div-block-15 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 45%;
  margin-right: 100px;
  display: flex;
}

.image-17 {
  margin-right: 60px;
}

.column-11 {
  padding-top: 100px;
}

.div-block-16 {
  background-image: url('../images/gray4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-16.centre-justified {
  text-align: center;
}

.columns-7 {
  flex-direction: row;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.div-block-17 {
  background-color: #47c1fe1a;
  margin-left: 20px;
  margin-right: 20px;
}

.container-6 {
  background-color: #47c1fe1a;
}

.div-block-18 {
  background-color: #47c1fe1a;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.paragraph-19 {
  color: var(--header-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 85px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 10px;
  line-height: 125%;
  display: flex;
}

.paragraph-20 {
  color: var(--header-blue);
  margin-left: 0;
  margin-right: 20px;
  font-size: 16px;
}

.paragraph-21 {
  color: var(--header-blue);
  margin-left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
}

.columns-8 {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
}

.container-7 {
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.container-7.dedicated-support-filter {
  background-color: var(--header-blue);
  color: var(--header-blue);
}

.button-7 {
  margin-bottom: 20px;
}

.blue-outlined-button {
  border: 1px solid var(--dark-slate-blue);
  color: var(--header-blue);
  background-color: #0000;
  border-radius: 30px;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 9px 30px;
  font-size: 18px;
}

.blue-outlined-button:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.blue-outlined-button.centre-justified {
  text-align: center;
  max-width: 100%;
  margin: 20px 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.blue-outlined-button.white-fill {
  background-color: var(--white);
}

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

.blue-outlined-button.left-justified {
  text-align: center;
  align-self: center;
  width: auto;
  max-width: 270px;
  display: flex;
}

.blue-outlined-button.white {
  border-color: var(--white);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  display: inline-block;
}

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

.blue-outlined-button.white.less-padding {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.blue-outlined-button.white.less-padding.bottom-margin {
  margin-bottom: 40px;
}

.blue-outlined-button.top-margin {
  margin-top: 40px;
}

.blue-outlined-button.top-margin.centred {
  justify-content: flex-start;
  display: block;
}

.container-8, .container-9, .container-10 {
  padding-left: 20px;
  padding-right: 20px;
}

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

.list-item-3, .list-item-4 {
  font-size: 14px;
  line-height: 125%;
}

.list-8 {
  margin-bottom: 0;
  padding-right: 10px;
}

.div-block-3-dedicated-support {
  background-color: var(--white);
  box-shadow: 1px 1px 3px 0 var(--light-grey);
  border: 1px solid #c7cad14d;
  border-radius: 10px 10px 0 0;
  max-height: 100%;
  margin-right: 20px;
  padding-bottom: 0;
  padding-left: 0;
}

.container-7-dedicated-support {
  background-color: var(--header-blue);
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-7-dedicated-support.dedicated-support-filter {
  background-color: var(--header-blue);
  color: var(--header-blue);
}

.list-item-5 {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  line-height: 125%;
}

.list-item-6 {
  color: var(--white);
}

.list-item-7 {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  line-height: 125%;
}

.div-block-19 {
  background-color: var(--header-blue);
  box-shadow: 1px 1px 3px 0 var(--light-grey);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-right: 20px;
  padding-top: 20px;
}

.paragraph-22 {
  color: var(--white);
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
}

.paragraph-23 {
  color: var(--white);
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  font-size: 16px;
}

.list-item-8, .list-item-9, .list-item-10 {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  line-height: 125%;
}

.container-11 {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.faqs-section-2.stacked {
  margin-top: -144px;
}

.column-12, .column-13, .column-14 {
  display: flex;
}

.div-block-hero {
  background-image: url('../images/gray4.svg');
  background-position: 50% 100%;
  background-size: auto;
  margin: 0 0 60px;
  padding: 100px 100px 60px;
}

.image-18 {
  margin-top: 60px;
  padding-right: 0;
}

.button-5-copy {
  background-color: #23445e;
  border-radius: 30px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.button-4-copy-copy {
  border: 1px solid var(--royal-blue);
  background-color: var(--white);
  color: var(--header-blue);
  border-radius: 30px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.button-4-copy-copy.centre-justified {
  text-align: center;
  max-width: 100%;
  margin: 20px 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.body-4 {
  padding-bottom: 0;
  overflow: visible;
}

.text-block-14 {
  color: var(--medium-sea-green);
  justify-content: flex-start;
  width: 44px;
  padding-top: 0;
  padding-left: 0;
  font-family: "Font awesome 6 free 400", sans-serif;
  font-weight: 400;
  display: flex;
  position: absolute;
}

.bold-text-2 {
  text-align: left;
  margin-bottom: 40px;
  display: block;
}

.half-text-header {
  text-align: left;
}

.icon-list---text {
  color: var(--header-blue);
  text-align: left;
}

.icon-list---icon {
  color: var(--medium-sea-green);
  text-align: left;
  justify-content: flex-start;
  max-width: 24px;
  margin-right: 20px;
  font-family: "Font awesome 6 free 400", sans-serif;
  display: flex;
}

.icon-list {
  margin-bottom: 10px;
  display: flex;
}

.half-text-description {
  text-align: left;
  margin-bottom: 40px;
}

.product-why-2col-btn {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.cta-logo {
  float: none;
  text-align: left;
  max-width: 35%;
  margin-bottom: 20px;
  display: inline-block;
}

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

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

.button-8 {
  text-align: right;
}

.balenacloud-cta-button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  width: 100%;
  margin-top: 30px;
}

.button-9 {
  background-color: var(--white);
  color: #ffc100;
  border: 1px solid #ffc100;
  border-radius: 30px;
  padding: 5px 25px;
}

.div-block-20 {
  margin-top: 20px;
  margin-bottom: 100px;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  grid-template: "." minmax(14.2857%, 8.28571%)
                 "." minmax(200px, 1fr)
                 "."
                 "."
                 "."
                 "."
                 "."
                 / minmax(16.6667%, 16.6667%) minmax(16.6667%, 16.6667%) minmax(16.6667%, 16.6667%) minmax(16.6667%, 16.6667%) minmax(16.6667%, 16.6667%) minmax(16.6667%, 16.6667%);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch;
  place-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.image-20 {
  object-fit: fill;
  max-width: none;
  margin: auto;
  display: inline-block;
  overflow: visible;
}

.customer-logo-box {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  box-shadow: 0 0 3px 0 var(--light-grey);
  object-fit: contain;
  border-radius: 10px;
  width: auto;
  max-height: 100%;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  overflow: hidden;
}

.div-block-21 {
  margin: 10px;
}

.body-5 {
  background-color: #e1e4eb40;
}

.columns-10 {
  margin-right: 0;
}

.div-block-no-format {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.div-block-no-format.right-padding {
  padding-right: 20px;
}

.div-block-no-format.right-padding.left-aligned {
  align-self: flex-start;
}

.div-block-no-format.bottom-margin {
  margin-bottom: 20px;
}

.div-block-no-format.centre-justified {
  justify-content: center;
  display: flex;
}

.div-block-no-format.top-and-bottom-margin-20px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block---white-hexagon-background {
  background-image: url('../images/white2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-24 {
  margin-bottom: 100px;
}

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

.div-full-20px-margin {
  margin: 20px;
}

.paragraph-24 {
  margin-top: 20px;
  font-weight: 600;
}

.paragraph-25 {
  margin-top: 20px;
  font-size: 18px;
}

.columns---3 {
  margin-bottom: 0;
  display: flex;
}

.columns---3.bottom-margin {
  margin-bottom: 20px;
}

.div-block-27 {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.paragraph-26 {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.grid-8 {
  grid-template-columns: 1fr;
}

.case-studies-slider-section {
  background-color: var(--light-grey);
}

.image-21 {
  margin-right: 0;
}

.blue-outlined-button-copy {
  border: 1px solid var(--royal-blue);
  color: var(--header-blue);
  background-color: #0000;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.blue-outlined-button-copy.centre-justified {
  text-align: center;
  max-width: 100%;
  margin: 20px 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.body-white-smoke-background {
  clear: none;
  background-color: var(--white);
  overflow: visible;
}

.person-profile-wrapper {
  background-color: var(--white);
}

.person-profile-wrapper.bottom-margin {
  margin-bottom: 20px;
}

.white-box {
  background-color: var(--white);
  border-radius: 10px;
}

.investor-logo {
  max-height: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.investor-logo.top-padding {
  padding-top: 20px;
}

.investor-logo.top-padding.bottom-padding {
  padding-bottom: 20px;
}

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

.bold-paragraph-18px-grey {
  color: var(--dark-slate-grey);
}

.bold-paragraph-18px-grey.white.left-aligned {
  text-align: left;
}

.bold-paragraph-18px-grey.white.left-aligned._5px-bottom-margin {
  color: var(--white-smoke);
  margin-bottom: 5px;
}

.bold-paragraph-18px-grey.left-aligned {
  text-align: left;
}

.semi-bold-paragraph-18px-slate-grey {
  font-style: normal;
  font-weight: 600;
}

.semi-bold-paragraph-18px-slate-grey.left-padding {
  padding-left: 20px;
}

.semi-bold-paragraph-18px-slate-grey.left-padding.top-padding {
  text-align: left;
  padding-top: 20px;
}

.semi-bold-paragraph-18px-slate-grey.left-padding.left-justified {
  text-align: left;
}

.semi-bold-paragraph-18px-slate-grey.top-padding {
  padding-top: 20px;
}

.semi-bold-paragraph-18px-slate-grey.top-padding.left-justified {
  text-align: left;
}

.semi-bold-paragraph-18px-slate-grey.bottom-margin {
  color: var(--dark-slate-grey);
  margin-bottom: 8px;
}

.semi-bold-paragraph-18px-slate-grey.bottom-margin.white {
  color: var(--white);
}

.semi-bold-paragraph-18px-slate-grey.blue {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

.semi-bold-paragraph-18px-slate-grey.centred {
  text-align: center;
  width: 100.105%;
}

._3-even-columns {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

._3-even-columns.top-padding {
  padding-top: 20px;
}

.columns---4 {
  margin-left: 0%;
  margin-right: 0;
}

.columns---4.new-section-padding {
  margin-left: 0%;
  padding-bottom: 20px;
}

.columns---2-centralised {
  margin-left: 0%;
  margin-right: 0;
  padding-left: 25%;
  padding-right: 25%;
}

.columns---2-centralised.new-section-padding {
  padding-bottom: 20px;
}

.columns---2-centralised.bottom-padding {
  padding-bottom: 100px;
}

.div-block-28 {
  margin-bottom: 40px;
}

.pricing-cta-2 {
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pricing-cta-2.bottom-margin {
  margin-bottom: 40px;
}

.div-block-29 {
  padding-bottom: 40px;
}

.product-featured-text-wrapper {
  text-align: left;
  margin-bottom: 40px;
  padding-right: 10px;
}

.right-features-image {
  padding-left: 40px;
}

.section-9 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #0000;
  flex-flow: column;
  margin-bottom: 100px;
  display: flex;
}

.section-9.grey-background {
  background-color: var(--white-smoke);
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-9.container-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  width: 85%;
  max-width: 1280px;
  display: flex;
}

.section-9.container-large.security-acknowledgement-section {
  margin-bottom: 0;
}

.silder-text, .slider-text {
  padding-left: 0;
  padding-right: 0;
}

.slider-image---bosch {
  background-image: url('../images/bosch_Blog-1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
}

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

.image-copy.contain {
  object-fit: contain;
  border-radius: 10px;
  margin-top: 0;
}

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

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

.image-copy.contain {
  object-fit: contain;
}

.div-block-30 {
  border-radius: 10px;
}

.slider-image---infarm {
  background-image: url('../images/infarm-header.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
}

.heading-13 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  font-weight: 400;
  line-height: 150%;
}

.heading-13.bottom-padding {
  text-transform: uppercase;
  padding-bottom: 20px;
}

.home-page-features-testimonials {
  z-index: 1;
  color: var(--dark-slate-blue);
  background-color: #0000;
  border: 1px #c7cad1;
  margin-top: 0;
  position: relative;
}

.home-page-how-it-works {
  z-index: 1;
  background-color: var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  margin-top: 0;
  position: relative;
}

.paragraph-27, .semi-bold-paragraph---16px-slate-grey {
  color: var(--dark-slate-grey);
  font-size: 16px;
  font-weight: 600;
}

.semi-bold-paragraph---16px-slate-grey.left-padding {
  padding-left: 20px;
}

.semi-bold-paragraph---16px-slate-grey.left-padding.left-justified {
  text-align: left;
  padding-left: 0;
}

.paragraph-16px-grey {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  line-height: 150%;
}

.paragraph-16px-grey.top-padding {
  margin-top: 0;
  padding-top: 20px;
}

.paragraph-16px-grey.left-padding {
  padding-left: 20px;
}

.paragraph-16px-grey.left-padding.top-padding {
  margin-top: 0;
  padding-top: 20px;
}

.paragraph-16px-grey.left-padding.top-padding.right-padding {
  padding-right: 20px;
}

.paragraph-16px-grey.left-padding.bottom-padding {
  padding-bottom: 20px;
}

.paragraph-16px-grey.left-padding.bottom-padding.left-justified {
  padding-bottom: 0;
  padding-left: 0;
}

.paragraph-16px-grey.full-20px-margin {
  margin: 20px;
}

.paragraph-16px-grey.left-justified {
  text-align: left;
}

.paragraph-16px-grey.left-justified.mobile-centred {
  font-weight: 400;
}

.paragraph-16px-grey.white {
  color: var(--white);
}

.paragraph-16px-grey.white.left-justified {
  align-self: auto;
}

.paragraph-16px-grey.clickable:hover {
  color: var(--royal-blue);
}

.paragraph-16px-grey.bottom-padding {
  padding-bottom: 25px;
}

.paragraph-16px-grey.top-margin {
  margin-top: 20px;
}

.customer-logo-floating {
  z-index: 1;
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  object-fit: cover;
  border-radius: 12px;
  width: 150px;
  max-width: none;
  height: auto;
  margin-left: 0;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: -15% -30px auto auto;
  overflow: hidden;
}

.customer-testimonial-box-right {
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  max-width: 620px;
  display: flex;
  position: relative;
}

.customer-testimonial-box-right.feature-3 {
  flex-direction: row-reverse;
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
  position: relative;
}

.columns-11 {
  flex-direction: row;
  margin-top: 40px;
  display: flex;
}

.card-title {
  color: var(--dark-slate-blue);
  text-align: left;
  letter-spacing: 0;
  align-self: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  font-size: 25px;
  font-weight: 400;
}

.card-title.left-padding {
  padding-left: 20px;
}

.card-title.left-padding.bottom-padding {
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.card-title.left-padding.bottom-padding.white {
  color: var(--white);
}

.home-page-challenges-card {
  width: 100%;
  margin-top: 12px;
}

.div-block-31 {
  display: block;
  position: static;
  top: auto;
  bottom: 20px;
  left: 20px;
}

.hub-card-header {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: auto;
  margin-top: 0;
  margin-right: 10px;
  display: flex;
}

.hub-featured-app-card {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 10px;
  align-self: stretch;
  max-height: 100%;
  margin-right: 0;
  padding: 20px;
  display: block;
}

.hub-featured-app-card.no-padding {
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.hub-featured-app-card.bottom-margin {
  margin-bottom: 20px;
}

.hub-featured-app-card.top-padding {
  padding-top: 20px;
}

.hub-featured-app-card.top-padding.bottom-padding {
  padding-bottom: 20px;
}

.hub-featured-card---app-owner {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 0;
  display: flex;
}

.hub-featured-card---app-owner.white {
  margin-bottom: 0;
}

.hub-featured-card---app-owner.white.margin-left-24px {
  margin-left: 24px;
}

.home-features-card---app-title {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 0;
  display: flex;
}

.home-features-card---app-title.white {
  margin-bottom: 0;
}

.home-features-card---app-title.white.margin-left-24px {
  margin-left: 24px;
}

.app-owner-text {
  color: var(--slate-grey);
  text-align: left;
  letter-spacing: 0;
  align-self: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
}

.app-owner-text.left-padding {
  padding-left: 20px;
}

.app-owner-text.left-padding.bottom-padding {
  padding-bottom: 20px;
}

.app-owner-image {
  object-fit: contain;
  align-self: flex-start;
  width: 18px;
  height: 100%;
}

.app-owner-image.contain {
  object-fit: contain;
  border-radius: 10px;
  width: 40px;
  max-width: none;
  height: 100%;
  margin-top: 0;
}

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

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

.app-owner-image.contain {
  object-fit: contain;
}

.hub-card-app-owner-image {
  flex-flow: column wrap;
  flex: none;
  place-content: center;
  align-items: flex-start;
  width: 40px;
  height: auto;
  margin-top: 4px;
  margin-right: 0;
  display: flex;
}

.hub-card-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: end start;
  place-items: flex-end start;
  display: grid;
}

.hub-card-device-logos {
  margin-bottom: 20px;
  padding-right: 170px;
}

.image-22 {
  max-width: 30px;
  display: block;
}

.hub-card-animation {
  flex: none;
  width: auto;
  height: auto;
  margin-right: 0;
}

.slider-image---skycatch {
  background-image: url('../images/63809287f0ef3441d223e8b4_casestudy-skycatch.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
}

.slider-imager---sonder {
  background-image: url('../images/6380936d2a93aa0b5e606d41_casestudy-sonder.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
}

.product-image-and-cta-section {
  background-color: #f7f7f7;
}

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

.left-column-box {
  background-color: var(--white);
  border-radius: 10px;
  padding: 40px;
  display: block;
}

.column-17 {
  padding-left: 20px;
  padding-right: 20px;
}

.solution-box {
  border: 1px solid var(--light-grey);
  background-color: var(--dark-slate-blue);
  box-shadow: 0 0 3px 0 var(--light-grey);
  opacity: 1;
  border-radius: 10px;
  max-height: 100%;
  margin-top: 220px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.solution-box.no-padding {
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.solution-box.bottom-margin {
  margin-bottom: 20px;
}

.solution-box.top-padding {
  padding-top: 20px;
}

.solution-box.top-padding.bottom-padding {
  padding-bottom: 20px;
}

.white-box-full-20px-padding {
  border: 1px none var(--light-grey);
  background-color: var(--white);
  border-radius: 10px;
  max-height: 100%;
  margin-right: 0;
  padding: 20px;
  display: block;
  box-shadow: 0 0 16px #00000026;
}

.white-box-full-20px-padding.no-padding {
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.white-box-full-20px-padding.bottom-margin {
  margin-bottom: 20px;
}

.white-box-full-20px-padding.top-padding {
  padding-top: 20px;
}

.white-box-full-20px-padding.top-padding.bottom-padding {
  padding-bottom: 20px;
}

.floating-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 50px;
}

.floating-logo.contain {
  object-fit: contain;
  border-radius: 10px;
  width: 125px;
  max-width: none;
  height: 100%;
  max-height: 50px;
  margin-top: 0;
}

.floating-logo.contain.signup {
  display: inline-block;
}

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

.floating-logo.contain {
  object-fit: contain;
}

.columns-12 {
  align-self: center;
  width: 100%;
}

.column-18 {
  display: block;
}

.text-block-15, .text-block-16, .text-block-17 {
  color: var(--deep-sky-blue);
}

.column-19 {
  padding-left: 0;
}

.floating-flag-icon {
  z-index: 1;
  background-color: #0000;
  border-radius: 12px;
  width: 50%;
  max-width: 250px;
  position: absolute;
  inset: -20% -45px auto auto;
  overflow: hidden;
}

.offices-section {
  background-color: #0000;
  margin: 0;
  padding-top: 0;
}

.offices-section.new-section-padding {
  margin-bottom: 100px;
}

.contact-form-section {
  background-color: #0000;
  margin: 0;
  padding-top: 0;
}

.contact-form-section.new-section-padding {
  margin-bottom: 100px;
}

.light-blue-outlined-button-copy {
  border: 1px solid var(--royal-blue);
  color: var(--royal-blue);
  background-color: #0000;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
}

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

.light-blue-outlined-button-copy.centre-justified {
  text-align: center;
  max-width: 100%;
  margin: 20px 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.light-blue-outlined-button-copy.white-fill {
  background-color: var(--white);
}

.light-blue-outlined-button-copy.white-fill:hover {
  background-color: var(--royal-blue);
}

.light-blue-outlined-button-copy.left-justified {
  text-align: center;
  width: auto;
  display: block;
}

.light-blue-outlined-button-copy.white {
  border-color: var(--white);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  display: inline-block;
}

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

.columns-13 {
  flex-direction: column;
  display: flex;
}

.div-block-37 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.text-span-5 {
  font-family: "Font awesome 6 free 400", sans-serif;
}

.text-span-6 {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
}

.text-block-18, .text-block-19, .text-block-20 {
  text-align: left;
  font-size: 16px;
}

.text-block-21, .text-block-22, .text-block-23, .text-block-24 {
  text-align: left;
}

.list-9 {
  text-align: left;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.blue-filled-button-copy {
  color: var(--white);
  border-radius: 30px;
  padding: 9px 30px;
}

.blue-filled-button-copy:hover {
  background-color: var(--royal-blue);
}

.blue-filled-button-copy.left-padding {
  margin-left: 20px;
}

.blue-filled-button-copy.left-padding.bottom-padding {
  margin-bottom: 20px;
}

.blue-filled-button-copy.left-padding.top-padding {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  margin-top: 20px;
}

.blue-filled-button-copy.top-padding {
  margin-top: 20px;
}

.blue-filled-button-copy.left-margin {
  margin-left: 20px;
}

.blue-filled-button-copy.left-margin.top-margin {
  margin-top: 20px;
}

.blue-filled-button-copy.left-margin.top-margin.bottom-margin {
  margin-bottom: 20px;
}

.blue-filled-button-copy.left-margin.top-margin.bottom-margin:hover {
  background-color: var(--royal-blue);
}

.two-half-boxes {
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
}

.two-half-boxes.bottom-margin {
  margin: 100px 0;
}

._2-3-right-text {
  width: 1280px;
  max-width: 1280px;
}

.contact-box.outline {
  border: 1px solid var(--light-grey);
  box-shadow: 1px 1px 3px 0 var(--gainsboro);
  border-radius: 10px;
}

.contact-box.outline.bottom-margin {
  margin-bottom: 40px;
}

.nav-bar-logo {
  object-fit: cover;
  padding-top: 0;
}

.nav-bar-logo.contain {
  text-align: center;
  object-fit: contain;
  border-radius: 10px;
  width: 150px;
  max-width: none;
  height: 42px;
  margin-top: 0;
  display: block;
}

.nav-bar-logo.contain.signup {
  display: inline-block;
}

.nav-bar-logo.about-team {
  filter: grayscale();
}

.nav-bar-logo.contain {
  object-fit: contain;
}

.button-copy {
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-top: 0;
  padding: 20px 25px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
  position: relative;
}

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

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

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

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

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

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

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

.button-copy.navigation-button {
  background-color: var(--royal-blue);
  border-radius: 20px;
  flex: 0 auto;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

.button-copy.top-margin {
  margin-top: 20px;
  padding-top: 20px;
}

.button-copy.boxout {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 20px;
}

.nav-bar-button {
  color: var(--white);
  white-space: nowrap;
  border-radius: 30px;
  padding: 5px 30px;
  font-size: 16px;
}

.nav-bar-button:hover {
  background-color: var(--royal-blue);
}

.nav-bar-button.left-padding {
  margin-left: 20px;
}

.nav-bar-button.left-padding.bottom-padding {
  margin-bottom: 20px;
}

.nav-bar-button.left-padding.top-padding {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  margin-top: 20px;
}

.nav-bar-button.top-padding {
  margin-top: 20px;
}

.nav-bar-button.left-margin {
  margin-left: 20px;
}

.nav-bar-button.left-margin.top-margin {
  margin-top: 20px;
}

.nav-bar-button.left-margin.top-margin.bottom-margin {
  margin-bottom: 20px;
}

.nav-bar-button.left-margin.top-margin.bottom-margin:hover {
  background-color: var(--royal-blue);
}

.nav-bar-button.left-padding-copy {
  margin-left: 20px;
}

.nav-bar-button.left-padding-copy.bottom-padding {
  margin-bottom: 20px;
}

.nav-bar-button.left-padding-copy.top-padding {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  margin-top: 20px;
}

.nav-bar-button.top-margin {
  margin-top: 20px;
}

.paragraph---16px-dark-blue {
  color: var(--dark-slate-blue);
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}

.paragraph---16px-dark-blue:hover {
  color: var(--dark-slate-blue);
}

.paragraph---16px-dark-blue.white {
  color: var(--white);
}

.paragraph---16px-dark-blue.white.left-justified {
  text-align: left;
}

.paragraph---16px-dark-blue.centred {
  text-align: center;
}

.nav-bar-dropdown-header {
  color: var(--dark-slate-blue);
  font-weight: 600;
}

.nav-bar-dropdown-header.clickable:hover {
  color: var(--royal-blue);
}

.nav-bar-dropdown-header.etcher-clickable {
  font-size: 14px;
}

.nav-bar-dropdown-header.etcher-clickable:hover {
  color: #a5de37;
}

.nav-bar-dropdown-header.engine-clickable {
  font-size: 16px;
}

.nav-bar-dropdown-header.engine-clickable:hover {
  color: #eb407a;
}

.nav-bar-dropdown-header.os-clickable {
  font-size: 16px;
}

.nav-bar-dropdown-header.os-clickable:hover {
  color: #0c9;
}

.nav-bar-dropdown-header.hub-clickable {
  color: var(--dark-slate-blue);
}

.nav-bar-dropdown-header.hub-clickable:hover {
  color: #00bcd2;
}

.nav-bar-dropdown-header.balenacloud:hover {
  color: #ffc100;
}

.nav-bar-icon {
  object-fit: contain;
  width: 80px;
  min-width: 80px;
  height: 100%;
}

.nav-bar-icon.contain {
  text-align: center;
  object-fit: contain;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
}

.nav-bar-icon.contain.signup {
  display: inline-block;
}

.nav-bar-icon.about-team {
  filter: grayscale();
}

.nav-bar-icon.contain {
  object-fit: contain;
}

.navbar-2 {
  background-color: var(--white);
}

.tickboxes {
  object-fit: cover;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 100%;
}

.tickboxes.contain {
  text-align: center;
  object-fit: contain;
  border-radius: 10px;
  width: 100%;
  min-width: 25px;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-right: 20px;
}

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

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

.tickboxes.contain {
  object-fit: contain;
}

.hub-card-image {
  align-self: center;
}

.hub-card-device-wrapper {
  margin-bottom: 20px;
  display: flex;
}

.hero-two-columns {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.image-23 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.column-21 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.column-21.centre-aligned {
  align-items: center;
}

.deploy-image-2 {
  position: relative;
  bottom: 240px;
  right: 140px;
}

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

.home-features-3-main-image {
  z-index: 1;
  align-self: center;
  width: 85%;
  max-width: 480px;
  position: static;
}

.image-24 {
  min-width: 100%;
  height: auto;
}

.image-25 {
  max-width: 200px;
}

.newsletter-subscribe-wrapper {
  margin-top: 18px;
}

.email-subscribe-text {
  color: var(--dark-slate-blue);
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}

.email-subscribe-button {
  border: 1px solid var(--dark-slate-blue);
  color: var(--header-blue);
  background-color: #0000;
  border-radius: 30px;
  align-self: stretch;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 30px;
  font-size: 16px;
}

.email-subscribe-button:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.email-subscribe-button.centre-justified {
  text-align: center;
  max-width: 100%;
  margin: 20px 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.email-subscribe-button.white-fill {
  background-color: var(--white);
}

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

.email-subscribe-button.left-justified {
  text-align: center;
  width: auto;
  display: block;
}

.email-subscribe-button.white {
  border-color: var(--white);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  display: inline-block;
}

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

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

.text-field-2 {
  border-radius: 0;
  margin-bottom: 10px;
}

.success-message-2 {
  border-radius: 10px;
}

.text-block-25, .text-block-26 {
  color: var(--dark-slate-blue);
}

.error-message-2 {
  border-radius: 10px;
}

.bold-text-3, .bold-text-4 {
  font-weight: 600;
}

.section-10 {
  background-color: var(--white);
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.support-header {
  background-color: var(--white-smoke);
  background-image: url('../images/gray3.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.body-6 {
  overflow: visible;
}

.div-block-40 {
  margin-bottom: 0;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-40.bottom-margin {
  justify-content: flex-start;
  width: 83%;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.white-on-grey-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  border-right: 1px #e3ebf1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: 0;
  padding: 20px 0 20px 20px;
  display: flex;
}

.white-on-grey-block.white-on-grey-block--left {
  border: 1px #9cbcd6;
  border-right: 1px solid #9cbcd661;
  padding-left: 0;
  padding-right: 40px;
}

.white-on-grey-block.white-on-grey-block--right {
  padding-left: 40px;
}

.white-on-grey-block.security-acknowledgements-table {
  overflow: auto;
}

.white-on-grey-block.white-on-grey-block--single {
  border: 1px #9cbcd6;
  border-right-color: #9cbcd661;
  max-width: 600px;
  padding-left: 0;
  padding-right: 0;
}

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

.paragraph-28 {
  align-self: center;
}

.paragraph-28.centre-justified {
  text-align: center;
}

.paragraph-28.centre-justified.left-margin {
  margin-left: 20px;
}

.paragraph-28.centre-justified.left-margin.right-margin {
  margin-right: 20px;
}

.paragraph-16px-white {
  color: var(--white);
  text-align: left;
  font-size: 16px;
  line-height: 130%;
}

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

.wrapper-copy {
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

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

.wrapper-copy.home-feature-1-wrapper {
  align-content: stretch;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

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

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

.wrapper-copy.features-2-wrapper.homepage-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

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

.wrapper-copy._1920px {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 40px;
  overflow: visible;
}

.wrapper-copy._1920px.background-image {
  background-image: url('../images/Shapes-min-min.webp');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.wrapper-copy._1920px.features-2-vertical {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
  align-items: center;
  max-width: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

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

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

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

.wrapper-copy.feature-4-wrapper.vertical.top-margin {
  margin-top: 40px;
}

.wrapper-copy.cta-wrapper {
  background-image: url('../images/Feature-4-min.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

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

.wrapper-copy.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-copy.about-story-up-wrapper {
  flex-direction: column;
  align-items: center;
}

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

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

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

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

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

.wrapper-copy.home-hero-wrapper.homepage-2.top-margin {
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
}

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

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

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

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

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

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

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

.wrapper-copy.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-copy.pricing-hero-wrapper.pricing-page-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1280px;
  padding-bottom: 220px;
}

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

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

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

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

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

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

.wrapper-copy.blog-subscribe-wrapper {
  background-image: url('../images/Shapes-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding-left: 96px;
  padding-right: 96px;
  overflow: hidden;
}

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

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

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

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

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

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

.wrapper-copy.jobs-wrapper {
  align-items: flex-start;
  padding-bottom: 120px;
  position: relative;
}

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

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

.wrapper-copy.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-copy.location-wrapper {
  padding-top: 145px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper-copy.footer-wrapper._80-top-padding {
  border: 1px #000;
  padding-top: 80px;
}

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

.wrapper-copy.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-copy.reviews-page {
  align-items: flex-start;
  padding-top: 60px;
}

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

.wrapper-copy.two-cards {
  margin-bottom: 100px;
  padding-bottom: 0;
}

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

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

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

.wrapper-copy.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-copy.support {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 144px;
  padding-bottom: 144px;
}

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

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

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

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

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

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

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

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

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

.wrapper-copy.navigation-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.home-page-cta-box {
  border: 1px none var(--light-grey);
  background-color: var(--white);
  border-radius: 10px;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.home-page-cta-box.no-padding {
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.home-page-cta-box.bottom-margin {
  margin-bottom: 20px;
}

.home-page-cta-box.top-padding {
  padding-top: 20px;
}

.home-page-cta-box.top-padding.bottom-padding {
  padding-bottom: 20px;
}

.home-page-cta-box.full-padding {
  border-style: solid;
  margin-top: 40px;
  padding: 20px;
}

.home-page-cta-box.os-features-section {
  border-style: solid;
  border-color: var(--light-grey);
  box-shadow: 1px 1px 3px 0 var(--gainsboro);
  mix-blend-mode: normal;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.column-22 {
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-45 {
  width: 80%;
  padding-top: 10px;
}

.privacy-page-table {
  margin-top: 20px;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1.75fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table-header {
  border: 1px solid var(--light-grey);
  padding: 5px 10px;
  font-weight: 600;
}

.table-text {
  border: 1px solid var(--light-grey);
  padding: 10px;
  font-weight: 400;
  line-height: 145%;
}

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

.text-block-28 {
  color: var(--dark-slate-blue);
  text-align: left;
  align-self: flex-start;
}

.text-block-29, .text-block-30 {
  text-align: left;
  align-self: flex-start;
}

.column-23, .column-24, .column-25, .column-26, .column-27, .column-28 {
  display: flex;
}

.text-block-31 {
  color: var(--dark-slate-blue);
  text-align: left;
  align-self: flex-start;
}

.product-hero-section {
  background-image: url('../images/Header_background_Light_TALL.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  margin-bottom: 40px;
  padding-top: 60px;
}

.product-hero-section.balenaengine {
  background-image: url('../images/Header_background_25tint_TALL.webp');
}

.product-hero-section.dark {
  background-color: var(--dark-slate-blue);
  background-image: none;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
}

.image-27 {
  margin-top: 0;
  margin-left: 100px;
}

.code-example {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
}

.text-block-32 {
  font-family: Source Code Pro, sans-serif;
  font-weight: 400;
}

.image-28 {
  width: 120%;
}

.image-29 {
  max-width: 80%;
  margin-top: 40px;
}

.etcher-flashing-gif {
  width: 50%;
  padding-top: 40px;
}

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

.div-block-46.top-margin {
  margin-top: 40px;
}

.download-anchor {
  height: 100px;
  margin-top: -100px;
}

.resource-links-section {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.resource-links-section.top-margin {
  margin-top: 40px;
}

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

.resources-grid._3up {
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.resources-grid._4-up, .resources-grid._5-up {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.customers-anchor {
  height: 100px;
  margin-top: -100px;
}

.padding {
  min-width: 100%;
  max-width: 100%;
  padding: 40px 20px;
}

.home-page-dashboard-image {
  border: 1px solid var(--light-grey);
  border-radius: 10px;
  min-width: 100%;
  display: block;
}

.div-block-47 {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.text-block-33 {
  color: var(--dark-slate-blue);
}

.quotes-white-box {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  box-shadow: 1px 1px 3px 0 var(--light-grey);
  border-radius: 10px;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  display: block;
}

.quotes-white-box.no-padding {
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.quotes-white-box.bottom-margin {
  margin-bottom: 20px;
}

.quotes-white-box.top-padding {
  padding-top: 20px;
}

.quotes-white-box.top-padding.bottom-padding {
  padding-bottom: 20px;
}

.quotes-white-box.full-padding {
  padding: 20px;
}

.quotes-white-box.os-features-section {
  border-style: solid;
  border-color: var(--light-grey);
  box-shadow: 1px 1px 3px 0 var(--gainsboro);
  mix-blend-mode: normal;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.quotes-white-box.os-features-section.left-margin {
  margin-left: 100px;
}

.quotes-white-box.os-features-section.left-margin.right-margin {
  margin-right: 100px;
}

.text-block-34, .bold-text-5 {
  line-height: 125%;
}

.pricing-table-intro {
  margin-bottom: 20px;
}

.text-block-35 {
  padding-bottom: 10px;
  line-height: 125%;
}

.column-29 {
  padding-right: 0;
}

.div-block-48 {
  width: 85%;
}

.image-33 {
  padding-top: 100px;
}

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

.container-12 {
  margin-top: 20px;
  display: flex;
}

.success-message-3 {
  background-color: #0000;
  padding-bottom: 0;
}

.columns-14 {
  margin-left: 20px;
  margin-right: 20px;
}

.grid-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--header-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr 1.5fr 1fr 1fr;
  margin-top: 20px;
}

.table-2-header {
  border-bottom: 1px solid var(--light-grey);
  color: var(--royal-blue);
  padding-bottom: 10px;
}

.table-2-paragraph {
  border-bottom: 1px solid var(--light-grey);
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-49 {
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.pricing-cta-1 {
  background-color: var(--white-smoke);
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.pricing-cta-1.bottom-margin {
  margin-bottom: 40px;
}

.section-11 {
  flex-direction: row;
  margin: 60px 40px;
  display: flex;
}

.bottom-margin {
  margin-right: 10px;
}

.columns-6-copy {
  width: 102%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.grid-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin: 20px 0;
}

.table-text-2 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-size: 16px;
  line-height: 150%;
}

.table-text-2.top-padding {
  margin-top: 0;
  padding-top: 20px;
}

.table-text-2.left-padding {
  padding-left: 20px;
}

.table-text-2.left-padding.top-padding {
  margin-top: 0;
  padding-top: 20px;
}

.table-text-2.left-padding.top-padding.right-padding {
  padding-right: 20px;
}

.table-text-2.left-padding.bottom-padding {
  padding-bottom: 20px;
}

.table-text-2.left-padding.bottom-padding.left-justified {
  padding-bottom: 0;
  padding-left: 0;
}

.table-text-2.full-20px-margin {
  margin: 20px;
}

.table-text-2.left-justified {
  text-align: left;
}

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

.table-text-2.white.left-justified {
  align-self: auto;
}

.table-text-2.clickable:hover {
  color: var(--royal-blue);
}

.table-text-2.bottom-padding {
  padding-bottom: 25px;
}

.table-text-2.top-margin {
  border-top: 1px solid var(--gainsboro);
  margin-top: 0;
  padding-top: 20px;
}

.paragraph-29 {
  border-top: 1px solid var(--gainsboro);
  color: var(--royal-blue);
  text-align: center;
  padding-top: 20px;
}

.paragraph-30 {
  text-align: center;
  background-color: #47c1fe3b;
  margin: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}

.paragraph-31 {
  text-align: center;
  align-self: center;
}

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

.div-block-51 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-52 {
  justify-content: center;
  display: flex;
}

.div-block-53 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-53.security-acknowledgements-table-wrapper {
  max-width: 100%;
}

.div-block-54 {
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-57 {
  margin-bottom: 20px;
}

.features-header {
  color: var(--header-blue);
  font-size: 40px;
  font-weight: 400;
}

.features-header.bold {
  font-weight: 600;
}

.features-header.bottom-margin {
  margin-bottom: 10px;
}

.div-block-53-horizontal {
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-title {
  color: var(--dark-slate-blue);
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.columns-15 {
  flex: 1;
}

.column-31 {
  align-items: center;
  display: flex;
}

.paragraph-32 {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.status-page-button {
  display: block;
}

.dot, .status {
  display: inline-block;
}

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

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

.balenacloud-featured-image {
  flex: 1;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-left: 40px;
  display: block;
}

.success-message-4 {
  background-color: #0000;
}

.div-block-59 {
  border-bottom: 1px solid #6e768780;
  flex: 1;
  margin-bottom: 20px;
}

.grid-14 {
  grid-row-gap: 29px;
  grid-template: "Area-2 . ."
                 "Area Area-4 Area-5"
                 "Area-3 . ."
                 / 1fr 3fr .75fr;
}

.grid-image-block {
  margin-left: 10px;
  margin-right: 10px;
}

.slider-image---dyson {
  background-image: url('../images/dyson-header.webp');
  background-position: 100% 100%;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
}

.slider-image---meow-wolf {
  background-image: url('../images/63d114df7700716bd143ef53_meow-wolf-header1.webp');
  background-position: 100%;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
}

.central-button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-self: center;
  justify-items: center;
  width: 100%;
  margin-top: 0;
}

.get-in-touch-cta {
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.get-in-touch-cta.bottom-margin {
  margin-bottom: 40px;
}

.get-in-touch-cta.less-padding {
  margin-top: 0;
  padding-bottom: 0;
}

.features-2-section {
  background-color: var(--white);
  background-image: none;
}

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

.balenacloud-cta-grid {
  grid-template-rows: auto;
  align-self: stretch;
}

.div-block-60 {
  border: 1px solid var(--light-grey);
  border-radius: 5px;
  margin: 0;
  padding: 10px 10px 20px;
}

.horizontal-button-wrapper {
  align-self: flex-start;
  display: flex;
}

.home-page-cta-box-copy {
  border: 1px none var(--light-grey);
  background-color: var(--white);
  border-radius: 10px;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.home-page-cta-box-copy.no-padding {
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.home-page-cta-box-copy.bottom-margin {
  margin-bottom: 20px;
}

.home-page-cta-box-copy.top-padding {
  padding-top: 20px;
}

.home-page-cta-box-copy.top-padding.bottom-padding {
  padding-bottom: 20px;
}

.home-page-cta-box-copy.full-padding {
  border-style: solid;
  margin-top: 40px;
  padding: 20px;
}

.home-page-cta-box-copy.os-features-section {
  border-style: solid;
  border-color: var(--light-grey);
  box-shadow: 1px 1px 3px 0 var(--gainsboro);
  mix-blend-mode: normal;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.paragraph-33 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-62 {
  padding: 20px;
}

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

.tick-top-justified {
  flex: 0 auto;
  display: block;
}

.fin-features-pointer {
  color: var(--dark-slate-blue);
  text-align: left;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  margin-left: 0;
  display: flex;
}

.fin-features-pointer.white {
  align-self: center;
  align-items: center;
  margin-bottom: 0;
}

.fin-features-pointer.white.margin-left-24px {
  margin-left: 24px;
}

.fin-features-pointer.centred {
  justify-content: center;
  align-items: center;
}

.fin-features-pointer-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fin-features-pointer-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 15px;
  padding-bottom: 0;
  display: flex;
}

.hero-section-cta-copy {
  background-image: url('../images/Header_background_Light_TALL.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  padding-top: 60px;
}

.hero-section-cta-copy.balenaengine {
  background-image: url('../images/Header_background_25tint_TALL.webp');
}

.hero-section-cta-copy.dark {
  background-image: url('../images/Header_background_Dark_TALL.webp');
  background-position: 50% 100%;
}

.partners-hero-columns {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.div-block-63 {
  margin-top: 60px;
}

.partners-card-image {
  max-height: 150px;
}

.partners-card-image._20px-top-margin {
  object-fit: fill;
  margin-top: 20px;
}

.blue-div-wrapper {
  border: 1px solid var(--light-grey);
  box-shadow: 1px 1px 3px 0 var(--gainsboro);
  text-align: center;
  background-color: #47c1fe33;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

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

.blue-div-wrapper.home-feature-1-wrapper {
  align-content: stretch;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.blue-div-wrapper.home-feature-1-wrapper.home-2 {
  background-color: var(--white);
  color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.blue-div-wrapper.home-feature-1-wrapper.top-margin {
  margin-top: 60px;
}

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

.blue-div-wrapper.features-2-wrapper.homepage-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.blue-div-wrapper.features-2-wrapper.top-margin {
  margin-top: 100px;
}

.blue-div-wrapper.features-2-wrapper.bottom-margin {
  margin-bottom: 40px;
}

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

.blue-div-wrapper._1920px {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 40px;
  overflow: visible;
}

.blue-div-wrapper._1920px.background-image {
  background-image: url('../images/Shapes-min-min.webp');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.blue-div-wrapper._1920px.features-2-vertical {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
  align-items: center;
  max-width: none;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.blue-div-wrapper._1920px.features-2-vertical.top-margin {
  margin-top: 60px;
}

.blue-div-wrapper.features-vertical-tabs-text-left {
  background-color: var(--white);
  color: var(--white);
  border-radius: 10px;
  flex-direction: row-reverse;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 40px;
}

.blue-div-wrapper.features-vertical-tabs-text-left.home-2 {
  clear: left;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

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

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

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

.blue-div-wrapper.feature-4-wrapper.vertical.top-margin {
  margin-top: 40px;
}

.blue-div-wrapper.cta-wrapper {
  background-image: url('../images/Feature-4-min.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.blue-div-wrapper.about-hero-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.blue-div-wrapper.about-hero-up.top-margin {
  margin-top: 100px;
}

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

.blue-div-wrapper.about-story-up-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

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

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

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

.blue-div-wrapper.home-hero-wrapper.homepage-2.top-margin {
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
}

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

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

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

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

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

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

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

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

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

.blue-div-wrapper.pricing-table-wrapper {
  object-fit: fill;
  flex-flow: column wrap;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

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

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

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

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

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

.blue-div-wrapper.blog-subscribe-wrapper {
  background-image: url('../images/Shapes-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding-left: 96px;
  padding-right: 96px;
  overflow: hidden;
}

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

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

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

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

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

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

.blue-div-wrapper.jobs-wrapper {
  align-items: flex-start;
  padding-bottom: 120px;
  position: relative;
}

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

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

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

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

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

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

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

.blue-div-wrapper.integrations-features-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.blue-div-wrapper.instructions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 160px;
  padding-bottom: 20px;
}

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

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

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

.blue-div-wrapper.footer-wrapper._80-top-padding {
  border: 1px #000;
  padding-top: 80px;
}

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

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

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

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

.blue-div-wrapper.two-cards {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.blue-div-wrapper.features-vertical-tabs {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 20px 0 60px;
  padding: 40px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.blue-div-wrapper.navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.blue-div-wrapper.hero {
  padding-top: 100px;
}

.blue-div-wrapper.centre-aligned {
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.blue-div-wrapper.centre-aligned.top-margin {
  align-items: center;
  margin-top: 40px;
}

.blue-div-wrapper.os-download-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
}

.blue-div-wrapper.os-download-div.homepage-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.blue-div-wrapper.os-download-div.top-margin {
  margin-top: 100px;
}

.blue-div-wrapper.os-download-div.bottom-margin {
  margin-bottom: 40px;
  margin-right: auto;
}

.blue-div-wrapper.no-padding {
  padding-top: 10px;
  padding-bottom: 40px;
}

.blue-div-wrapper.less-padding {
  padding-bottom: 0;
}

.blue-div-wrapper.new-section-margin {
  background-color: #47c1fe40;
  margin-bottom: 100px;
  padding: 20px;
}

.partners-logo-wrapper {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 85%;
  max-width: 1280px;
  margin: 40px auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.partners-logo-wrapper.home-feature-1-wrapper {
  align-content: stretch;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.partners-logo-wrapper.home-feature-1-wrapper.home-2 {
  background-color: var(--white);
  color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.partners-logo-wrapper.home-feature-1-wrapper.top-margin {
  margin-top: 60px;
}

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

.partners-logo-wrapper.features-2-wrapper.homepage-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.partners-logo-wrapper.features-2-wrapper.top-margin {
  margin-top: 100px;
}

.partners-logo-wrapper.features-2-wrapper.bottom-margin {
  margin-bottom: 40px;
}

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

.partners-logo-wrapper._1920px {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 40px;
  overflow: visible;
}

.partners-logo-wrapper._1920px.background-image {
  background-image: url('../images/Shapes-min-min.webp');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.partners-logo-wrapper._1920px.features-2-vertical {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
  align-items: center;
  max-width: none;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.partners-logo-wrapper._1920px.features-2-vertical.top-margin {
  margin-top: 60px;
}

.partners-logo-wrapper.features-vertical-tabs-text-left {
  background-color: var(--white);
  color: var(--white);
  border-radius: 10px;
  flex-direction: row-reverse;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 40px;
}

.partners-logo-wrapper.features-vertical-tabs-text-left.home-2 {
  clear: left;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

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

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

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

.partners-logo-wrapper.feature-4-wrapper.vertical.top-margin {
  margin-top: 40px;
}

.partners-logo-wrapper.cta-wrapper {
  background-image: url('../images/Feature-4-min.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.partners-logo-wrapper.about-hero-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.partners-logo-wrapper.about-hero-up.top-margin {
  margin-top: 100px;
}

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

.partners-logo-wrapper.about-story-up-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

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

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

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

.partners-logo-wrapper.home-hero-wrapper.homepage-2.top-margin {
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
}

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

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

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

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

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

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

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

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

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

.partners-logo-wrapper.pricing-table-wrapper {
  object-fit: fill;
  flex-flow: column wrap;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

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

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

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

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

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

.partners-logo-wrapper.blog-subscribe-wrapper {
  background-image: url('../images/Shapes-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding-left: 96px;
  padding-right: 96px;
  overflow: hidden;
}

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

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

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

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

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

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

.partners-logo-wrapper.jobs-wrapper {
  align-items: flex-start;
  padding-bottom: 120px;
  position: relative;
}

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

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

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

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

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

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

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

.partners-logo-wrapper.integrations-features-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partners-logo-wrapper.instructions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 160px;
  padding-bottom: 20px;
}

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

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

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

.partners-logo-wrapper.footer-wrapper._80-top-padding {
  border: 1px #000;
  padding-top: 80px;
}

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

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

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

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

.partners-logo-wrapper.two-cards {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.partners-logo-wrapper.features-vertical-tabs {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 20px 0 60px;
  padding: 40px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.partners-logo-wrapper.navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.partners-logo-wrapper.hero {
  padding-top: 100px;
}

.partners-logo-wrapper.centre-aligned {
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.partners-logo-wrapper.centre-aligned.top-margin {
  align-items: center;
  margin-top: 40px;
}

.partners-logo-wrapper.os-download-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
}

.partners-logo-wrapper.os-download-div.homepage-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.partners-logo-wrapper.os-download-div.top-margin {
  margin-top: 100px;
}

.partners-logo-wrapper.os-download-div.bottom-margin {
  margin-bottom: 40px;
  margin-right: auto;
}

.partners-logo-wrapper.no-padding {
  padding-top: 10px;
  padding-bottom: 40px;
}

.partners-logo-wrapper.less-padding {
  padding-bottom: 0;
}

.partners-logo {
  object-fit: contain;
  flex: 0 auto;
  max-width: 350px;
}

.grid-15 {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.75fr 1fr;
}

.partners-link-section.homepage-2 {
  background-color: var(--white-smoke);
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 100px;
  display: flex;
}

.partners-link-block {
  flex-direction: column;
  align-self: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.div-block-65 {
  align-self: center;
  display: flex;
}

.partner-logo-link-div {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 200px;
  margin: 10px;
  padding: 5px;
  display: flex;
}

.partner-logo-link-div:active {
  background-color: var(--white);
  opacity: .52;
}

.body-8 {
  overflow: hidden;
}

.link-2, .link-3 {
  color: var(--etcher-green);
}

.list-item-left-justified {
  text-align: left;
  margin-top: 0;
  padding-bottom: 5px;
  font-size: 16px;
}

.list-no-formatting {
  margin-top: 0;
  margin-bottom: 0;
}

.list-no-formatting.top-margin {
  margin-top: 40px;
}

.column-32 {
  padding-left: 0;
}

.etcher-outlined-button {
  border: 1px solid var(--etcher-green);
  color: var(--dark-slate-blue);
  background-color: #0000;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.etcher-outlined-button:hover {
  background-color: var(--etcher-green);
  color: var(--white);
  padding-left: 30px;
  padding-right: 30px;
}

.etcher-outlined-button.left-aligned {
  align-self: flex-start;
}

.etcher-outlined-button.right-aligned {
  align-self: flex-end;
}

.etcher-outlined-button.top-margin-20px {
  margin-top: 20px;
}

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

.features-header-div {
  align-self: center;
  margin-bottom: 16px;
}

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

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

.features-grid-div {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.features-grid-icon {
  align-self: auto;
  max-width: 74px;
  margin-bottom: 0;
  margin-right: 15px;
  display: block;
}

.etcher-filled-button {
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.etcher-filled-button:hover {
  background-color: var(--royal-blue);
}

.etcher-filled-button.left-padding {
  margin-left: 20px;
}

.etcher-filled-button.left-padding.bottom-padding {
  margin-bottom: 20px;
}

.etcher-filled-button.left-padding.top-padding {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  margin-top: 20px;
}

.etcher-filled-button.top-padding {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.etcher-filled-button.left-margin {
  margin-left: 20px;
}

.etcher-filled-button.left-margin.top-margin {
  margin-top: 20px;
}

.etcher-filled-button.left-margin.top-margin.bottom-margin {
  margin-bottom: 10px;
  margin-right: 20px;
}

.etcher-filled-button.left-margin.top-margin.bottom-margin:hover {
  background-color: var(--royal-blue);
}

.etcher-filled-button.left-padding-copy {
  margin-left: 20px;
}

.etcher-filled-button.left-padding-copy.bottom-padding {
  margin-bottom: 20px;
}

.etcher-filled-button.left-padding-copy.top-padding {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  margin-top: 20px;
}

.etcher-filled-button.top-margin {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: auto;
  margin-top: 40px;
  display: flex;
}

.etcher-filled-button.top-margin.bottom-margin {
  background-color: var(--etcher-green);
  color: #324926;
  margin-bottom: 40px;
}

.etcher-filled-button.top-margin.bottom-margin:hover {
  background-color: var(--etcher-dark-green);
}

.etcher-filled-button.top-margin.bottom-margin.centred {
  align-self: center;
}

.etcher-filled-button.top-margin.left-align {
  align-self: flex-start;
}

.etcher-filled-button.full-margin {
  margin: 20px;
}

.etcher-filled-button.less-padding {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.etcher-filled-button.less-padding.bottom-margin {
  margin-bottom: 40px;
}

.etcher-filled-button.os-green {
  background-color: #0c9;
  margin-top: 20px;
}

.etcher-filled-button.os-green:hover {
  background-color: #00b789;
}

.etcher-filled-button.top-margin-20 {
  margin-top: 20px;
}

.etcher-filled-button.top-margin-20.bottom-margin-20 {
  align-self: center;
  margin-bottom: 20px;
}

.etcher-filled-button.centre-align {
  align-self: center;
}

.etcher-hero-section {
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 40px;
  display: flex;
}

.resource-links-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: center;
}

.resource-links-grid._3up, .resource-links-grid._4-up, .resource-links-grid._5-up {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.community-section {
  padding-top: 40px;
  font-size: 22px;
}

.etcher-community-grid {
  margin-top: 20px;
}

.community-card-header {
  color: var(--header-blue);
  justify-content: center;
  width: 90%;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  display: flex;
}

.community-card-headline {
  border-bottom: 1px solid var(--etcher-green);
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.div-button-aligner {
  justify-content: center;
  display: flex;
}

.div-block-66 {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.div-block-67 {
  width: 50%;
  padding-right: 10px;
}

.div-block-68 {
  width: 50%;
  padding-left: 10px;
}

.field-label-4, .field-label-5, .field-label-6, .checkbox-label-2, .checkbox-field {
  text-align: left;
}

.div-block-69 {
  padding-bottom: 10px;
  display: flex;
}

.div-block-70 {
  width: 50%;
  padding-right: 10px;
}

.div-block-71 {
  width: 50%;
  padding-left: 10px;
}

.div-block-72 {
  width: 50%;
  padding-right: 10px;
}

.div-block-73 {
  width: 50%;
  padding-left: 10px;
}

.div-block-74 {
  padding-bottom: 10px;
  display: flex;
}

.field-label-7, .field-label-8, .field-label-9, .field-label-10, .field-label-11 {
  text-align: left;
}

.div-block-75, .div-block-76, .div-block-77 {
  padding-bottom: 10px;
}

.div-block-78 {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.slider-image---carbon-co-op {
  background-image: url('../images/carbon-coop-header.webp');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
}

.why-partner-section {
  background-color: var(--white);
  padding-top: 0;
  font-size: 22px;
}

.partner-card-headline {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--balenacloud-yellow);
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.partner-featured-pointer-item {
  color: var(--dark-slate-blue);
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 0;
  display: flex;
}

.partner-featured-pointer-item.white {
  align-self: center;
  align-items: center;
  margin-bottom: 0;
}

.partner-featured-pointer-item.white.margin-left-24px {
  margin-left: 24px;
}

.partner-featured-pointer-item.centred {
  justify-content: center;
  align-items: center;
}

.partner-featured-pointer-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.partner-featured-pointer-wrapper.centred {
  align-items: center;
}

.partner-featured-pointer-wrapper.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.partner-featured-pointer-icon {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 15px;
  padding-bottom: 0;
  display: flex;
}

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

.balenamachine-logo {
  padding-bottom: 10px;
}

.balenamachine-featured-image {
  flex: 1;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-left: 40px;
}

.why-balenamachine-section {
  background-color: var(--white);
  background-image: none;
}

.product-bullet-point-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.product-bullet-point-wrapper.centred {
  align-items: center;
}

.product-bullet-point-wrapper.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.product-bullet-point-item {
  color: var(--dark-slate-blue);
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 16px;
  margin-left: 0;
  display: flex;
}

.product-bullet-point-item.white {
  align-self: center;
  align-items: center;
  margin-bottom: 0;
}

.product-bullet-point-item.white.margin-left-24px {
  margin-left: 24px;
}

.product-bullet-point-item.centred {
  justify-content: center;
  align-items: center;
}

.product-bullet-point-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 15px;
  padding-bottom: 0;
  display: flex;
}

.featured-header-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 720px;
  padding-bottom: 10px;
  display: flex;
}

.featured-header-wrapper.feature-2-vertical {
  align-items: center;
  width: 100%;
  max-width: 720px;
}

.balenahub-featured-section {
  background-color: var(--dark-slate-blue);
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.balenahub-featured-section.features {
  margin-bottom: 140px;
}

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

.balenahub-featured-section.homepage-3 {
  margin-bottom: 140px;
}

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

.devices-card-heading {
  min-height: 90px;
}

.devices-logo-wrapper {
  justify-content: flex-start;
  display: flex;
}

.device-name-header {
  color: var(--dark-slate-blue);
  text-align: left;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
}

.device-manufacturer-wrapper {
  display: flex;
}

.devices-card {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  box-shadow: 1px 1px 3px 0 var(--gainsboro);
  object-fit: none;
  border-radius: 10px;
  width: 100%;
  max-height: 100%;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 20px 10px;
  display: block;
  position: relative;
}

.devices-card.no-padding {
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.devices-card.bottom-margin {
  margin-bottom: 20px;
}

.devices-card.bottom-margin.supported-devices-full-length {
  min-height: 400px;
  max-height: 400px;
}

.devices-card.top-padding {
  padding-top: 20px;
}

.devices-card.top-padding.bottom-padding {
  padding-bottom: 20px;
}

.devices-card.full-padding {
  padding: 20px;
}

.devices-card.div-block---full-20px-margin.full-width {
  width: 100%;
}

.devices-card.div-block---full-20px-margin.full-width.bottom-margin {
  margin-bottom: 60px;
}

.devices-card.os-features-section {
  border-style: solid;
  border-color: var(--light-grey);
  box-shadow: 1px 1px 3px 0 var(--gainsboro);
  mix-blend-mode: normal;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.devices-card.os-features-section.left-margin {
  margin-left: 100px;
}

.devices-card.os-features-section.left-margin.right-margin {
  flex-direction: column;
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.devices-card.white-smoke {
  box-shadow: 1px 1px 3px 0 var(--gainsboro);
  border-style: solid;
}

.devices-card.centred {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.devices-card.top-margin {
  margin-top: 100px;
}

.devices-card.sample-projects-full-length {
  flex: 1;
  align-self: auto;
  min-height: 525px;
  max-height: 100%;
}

.devices-card.full-margin {
  margin: 20px;
}

.devices-logo {
  max-width: 100%;
  max-height: 33px;
}

.devices-card-button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
  padding-left: 0;
}

.devices-card-list {
  min-height: 160px;
  margin-bottom: 0;
}

.devices-list-wrapper {
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

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

.devices-list-wrapper.home-feature-1-wrapper {
  align-content: stretch;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.devices-list-wrapper.home-feature-1-wrapper.home-2 {
  background-color: var(--white);
  color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.devices-list-wrapper.home-feature-1-wrapper.top-margin {
  margin-top: 60px;
}

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

.devices-list-wrapper.features-2-wrapper.homepage-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.devices-list-wrapper.features-2-wrapper.top-margin {
  margin-top: 100px;
}

.devices-list-wrapper.features-2-wrapper.bottom-margin {
  margin-bottom: 40px;
}

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

.devices-list-wrapper._1920px {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 40px;
  overflow: visible;
}

.devices-list-wrapper._1920px.background-image {
  background-image: url('../images/Shapes-min-min.webp');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.devices-list-wrapper._1920px.features-2-vertical {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
  align-items: center;
  max-width: none;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.devices-list-wrapper._1920px.features-2-vertical.top-margin {
  margin-top: 60px;
}

.devices-list-wrapper.features-vertical-tabs-text-left {
  background-color: var(--white);
  color: var(--white);
  border-radius: 10px;
  flex-direction: row-reverse;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 40px;
}

.devices-list-wrapper.features-vertical-tabs-text-left.home-2 {
  clear: left;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

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

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

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

.devices-list-wrapper.feature-4-wrapper.vertical.top-margin {
  margin-top: 40px;
}

.devices-list-wrapper.cta-wrapper {
  background-image: url('../images/Feature-4-min.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.devices-list-wrapper.about-hero-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.devices-list-wrapper.about-hero-up.top-margin {
  margin-top: 100px;
}

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

.devices-list-wrapper.about-story-up-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

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

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

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

.devices-list-wrapper.home-hero-wrapper.homepage-2.top-margin {
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
}

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

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

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

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

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

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

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

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

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

.devices-list-wrapper.pricing-table-wrapper {
  object-fit: fill;
  flex-flow: column wrap;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

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

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

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

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

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

.devices-list-wrapper.blog-subscribe-wrapper {
  background-image: url('../images/Shapes-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding-left: 96px;
  padding-right: 96px;
  overflow: hidden;
}

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

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

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

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

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

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

.devices-list-wrapper.jobs-wrapper {
  align-items: flex-start;
  padding-bottom: 120px;
  position: relative;
}

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

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

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

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

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

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

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

.devices-list-wrapper.integrations-features-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

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

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

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

.devices-list-wrapper._404-wrapper.less-padding {
  height: auto;
}

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

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

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

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

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

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

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

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

.devices-list-wrapper.instructions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 160px;
  padding-bottom: 20px;
}

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

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

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

.devices-list-wrapper.footer-wrapper._80-top-padding {
  border: 1px #000;
  padding-top: 80px;
}

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

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

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

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

.devices-list-wrapper.two-cards {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.devices-list-wrapper.features-vertical-tabs {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 20px 0 60px;
  padding: 40px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.devices-list-wrapper.navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.devices-list-wrapper.hero {
  padding-top: 100px;
}

.devices-list-wrapper.centre-aligned {
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.devices-list-wrapper.centre-aligned.top-margin {
  align-items: center;
  margin-top: 40px;
}

.devices-list-wrapper.centre-aligned.top-margin-100px {
  margin-top: 100px;
}

.devices-list-wrapper.os-download-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
}

.devices-list-wrapper.os-download-div.homepage-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.devices-list-wrapper.os-download-div.top-margin {
  margin-top: 100px;
}

.devices-list-wrapper.os-download-div.bottom-margin {
  margin-bottom: 40px;
  margin-right: auto;
}

.devices-list-wrapper.no-padding {
  color: var(--dark-slate-grey);
  padding-top: 10px;
  padding-bottom: 40px;
}

.devices-list-wrapper.less-padding {
  padding-bottom: 0;
}

.devices-cta-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

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

.devices-cta-wrapper.home-feature-1-wrapper {
  align-content: stretch;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.devices-cta-wrapper.home-feature-1-wrapper.home-2 {
  background-color: var(--white);
  color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.devices-cta-wrapper.home-feature-1-wrapper.top-margin {
  margin-top: 60px;
}

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

.devices-cta-wrapper.features-2-wrapper.homepage-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.devices-cta-wrapper.features-2-wrapper.top-margin {
  margin-top: 100px;
}

.devices-cta-wrapper.features-2-wrapper.bottom-margin {
  margin-bottom: 40px;
}

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

.devices-cta-wrapper._1920px {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 40px;
  overflow: visible;
}

.devices-cta-wrapper._1920px.background-image {
  background-image: url('../images/Shapes-min-min.webp');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.devices-cta-wrapper._1920px.features-2-vertical {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
  align-items: center;
  max-width: none;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.devices-cta-wrapper._1920px.features-2-vertical.top-margin {
  margin-top: 60px;
}

.devices-cta-wrapper.features-vertical-tabs-text-left {
  background-color: var(--white);
  color: var(--white);
  border-radius: 10px;
  flex-direction: row-reverse;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 40px;
}

.devices-cta-wrapper.features-vertical-tabs-text-left.home-2 {
  clear: left;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

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

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

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

.devices-cta-wrapper.feature-4-wrapper.vertical.top-margin {
  margin-top: 40px;
}

.devices-cta-wrapper.cta-wrapper {
  background-image: url('../images/Feature-4-min.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.devices-cta-wrapper.about-hero-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.devices-cta-wrapper.about-hero-up.top-margin {
  margin-top: 100px;
}

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

.devices-cta-wrapper.about-story-up-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

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

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

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

.devices-cta-wrapper.home-hero-wrapper.homepage-2.top-margin {
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
}

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

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

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

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

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

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

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

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

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

.devices-cta-wrapper.pricing-table-wrapper {
  object-fit: fill;
  flex-flow: column wrap;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

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

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

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

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

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

.devices-cta-wrapper.blog-subscribe-wrapper {
  background-image: url('../images/Shapes-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding-left: 96px;
  padding-right: 96px;
  overflow: hidden;
}

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

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

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

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

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

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

.devices-cta-wrapper.jobs-wrapper {
  align-items: flex-start;
  padding-bottom: 120px;
  position: relative;
}

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

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

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

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

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

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

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

.devices-cta-wrapper.integrations-features-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

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

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

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

.devices-cta-wrapper._404-wrapper.less-padding {
  height: auto;
}

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

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

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

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

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

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

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

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

.devices-cta-wrapper.instructions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 160px;
  padding-bottom: 20px;
}

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

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

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

.devices-cta-wrapper.footer-wrapper._80-top-padding {
  border: 1px #000;
  padding-top: 80px;
}

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

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

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

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

.devices-cta-wrapper.two-cards {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.devices-cta-wrapper.features-vertical-tabs {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 20px 0 60px;
  padding: 40px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.devices-cta-wrapper.navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.devices-cta-wrapper.hero {
  padding-top: 100px;
}

.devices-cta-wrapper.centre-aligned {
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.devices-cta-wrapper.centre-aligned.top-margin {
  align-items: center;
  margin-top: 40px;
}

.devices-cta-wrapper.centre-aligned.top-margin-100px {
  margin-top: 100px;
}

.devices-cta-wrapper.os-download-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
}

.devices-cta-wrapper.os-download-div.homepage-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.devices-cta-wrapper.os-download-div.top-margin {
  margin-top: 100px;
}

.devices-cta-wrapper.os-download-div.bottom-margin {
  margin-bottom: 40px;
  margin-right: auto;
}

.devices-cta-wrapper.no-padding {
  color: var(--dark-slate-grey);
  padding-top: 10px;
  padding-bottom: 40px;
}

.devices-cta-wrapper.less-padding {
  padding-bottom: 0;
}

.devices-cta-section {
  background-color: #0000;
  display: block;
}

.devices-cta-section.grey-background {
  background-color: var(--white-smoke);
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
}

.etcher-pro-columns {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.etcher-pro-features-pointer {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.etcher-pro-features-pointer.centred {
  align-items: center;
}

.etcher-pro-features-pointer.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.etcher-pro-featured-pointer-item {
  color: var(--dark-slate-blue);
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 16px;
  margin-left: 0;
  display: flex;
}

.etcher-pro-featured-pointer-item.white {
  align-self: center;
  align-items: center;
  margin-bottom: 0;
}

.etcher-pro-featured-pointer-item.white.margin-left-24px {
  margin-left: 24px;
}

.etcher-pro-featured-pointer-item.centred {
  justify-content: center;
  align-items: center;
}

.etcher-pro-featured-pointer-item.left-margin {
  margin-left: 20px;
}

.etcher-pro-button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.home-dashboard-image-wrapper {
  margin-top: 70px;
}

.home-dashboard-image {
  border-radius: 15px;
}

.bold-text-7 {
  color: var(--dark-slate-blue);
  font-size: 18px;
}

.team-image {
  object-fit: cover;
  border-radius: 90px;
  min-width: 100%;
  min-height: 150px;
  max-height: 150px;
}

.team-member {
  color: var(--dark-slate-blue);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.team-member-text-wrapper {
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.paragraph-34 {
  text-align: center;
  font-size: 14px;
  line-height: 120%;
}

.team-member-wrapper {
  height: auto;
  min-height: 233px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.company-values-section {
  background-color: var(--dark-slate-blue);
}

.columns-16 {
  width: 100%;
}

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

.values-title {
  color: var(--white);
  text-align: left;
  width: 90%;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

.values-title.blue {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

.values-title.blue.centreed {
  text-align: center;
  justify-content: center;
  display: flex;
}

.values-title.blue.centreed.bold {
  font-weight: 600;
}

.values-title.blue.centreed.bold.top-padding {
  padding-top: 10px;
}

.values-expanded-text {
  color: var(--white-smoke);
  text-align: left;
  white-space: normal;
  max-width: 99.8585%;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-35 {
  align-self: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}

.hero-team-page {
  background-color: #0000;
  background-image: url('../images/blue-header-triangle.svg');
  background-position: 0 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 40px;
  display: flex;
}

.key-stats-section {
  position: static;
  top: -70px;
  bottom: auto;
}

.key-team-stats-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-stats-paragraph {
  color: var(--light-grey);
  text-transform: uppercase;
}

.team-stats-paragraph.white.left-aligned {
  text-align: left;
}

.team-stats-paragraph.white.left-aligned._5px-bottom-margin {
  margin-bottom: 5px;
}

.team-stats-paragraph.left-aligned {
  text-align: left;
}

.wrapper-2 {
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

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

.wrapper-2.home-feature-1-wrapper {
  align-content: stretch;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.wrapper-2.home-feature-1-wrapper.home-2 {
  background-color: var(--white);
  color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper-2.home-feature-1-wrapper.top-margin {
  margin-top: 60px;
}

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

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

.wrapper-2.features-2-wrapper.top-margin {
  margin-top: 100px;
}

.wrapper-2.features-2-wrapper.bottom-margin {
  margin-bottom: 40px;
}

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

.wrapper-2._1920px {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 40px;
  overflow: visible;
}

.wrapper-2._1920px.background-image {
  background-image: url('../images/Shapes-min-min.webp');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.wrapper-2._1920px.features-2-vertical {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
  align-items: center;
  max-width: none;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper-2._1920px.features-2-vertical.top-margin {
  margin-top: 60px;
}

.wrapper-2.features-vertical-tabs-text-left {
  background-color: var(--white);
  color: var(--white);
  border-radius: 10px;
  flex-direction: row-reverse;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 40px;
}

.wrapper-2.features-vertical-tabs-text-left.home-2 {
  clear: left;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

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

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

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

.wrapper-2.feature-4-wrapper.vertical.top-margin {
  margin-top: 40px;
}

.wrapper-2.cta-wrapper {
  background-image: url('../images/Feature-4-min.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.wrapper-2.about-hero-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.wrapper-2.about-hero-up.top-margin {
  margin-top: 100px;
}

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

.wrapper-2.about-story-up-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

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

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

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

.wrapper-2.home-hero-wrapper.homepage-2.top-margin {
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
}

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

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

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

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

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

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

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

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

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

.wrapper-2.pricing-table-wrapper {
  object-fit: fill;
  flex-flow: column wrap;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

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

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

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

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

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

.wrapper-2.blog-subscribe-wrapper {
  background-image: url('../images/Shapes-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding-left: 96px;
  padding-right: 96px;
  overflow: hidden;
}

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

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

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

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

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

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

.wrapper-2.jobs-wrapper {
  align-items: flex-start;
  padding-bottom: 120px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.wrapper-2._404-wrapper.less-padding {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper-2.footer-wrapper._80-top-padding {
  border: 1px #000;
  padding-top: 80px;
}

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

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

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

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

.wrapper-2.two-cards {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.wrapper-2.features-vertical-tabs {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 20px 0 60px;
  padding: 40px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper-2.navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.wrapper-2.hero {
  padding-top: 100px;
}

.wrapper-2.centre-aligned {
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.wrapper-2.centre-aligned.top-margin {
  align-items: center;
  margin-top: 40px;
}

.wrapper-2.centre-aligned.top-margin-100px {
  margin-top: 100px;
}

.wrapper-2.os-download-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
}

.wrapper-2.os-download-div.homepage-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.wrapper-2.os-download-div.top-margin {
  margin-top: 100px;
}

.wrapper-2.os-download-div.bottom-margin {
  margin-bottom: 40px;
  margin-right: auto;
}

.wrapper-2.no-padding {
  color: var(--dark-slate-grey);
  padding-top: 10px;
  padding-bottom: 40px;
}

.wrapper-2.less-padding {
  padding-bottom: 0;
}

.working-principles-section {
  float: none;
  clear: none;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

._3-columns {
  width: 100%;
}

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

.image-35 {
  height: 75px;
  max-height: 50px;
}

.investors-section {
  background-color: #0000;
  margin: 0;
  padding-top: 0;
}

.investors-section.new-section-padding {
  background-color: #0000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.advisors-section {
  background-color: var(--white-smoke);
  margin: 0;
  padding-top: 0;
}

.advisors-section.new-section-padding {
  background-color: #0000;
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
}

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

.company-values-expand-icon {
  max-width: 24px;
}

.div-block-80 {
  padding-top: 80px;
}

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

.header-page-scroll-link {
  color: var(--dark-slate-blue);
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  min-width: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-page-scroll-link.white {
  color: var(--dark-slate-blue);
  align-self: flex-start;
}

.header-page-scroll-link.white.right-side {
  color: var(--dark-slate-grey);
  margin-left: auto;
}

.header-page-scroll-link.white.testimonial {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.header-page-scroll-link.white.top-padding {
  padding-top: 20px;
}

.header-page-scroll-link.left-padding {
  padding-bottom: 20px;
  padding-left: 20px;
}

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

.customer-logo {
  object-fit: fill;
  align-self: center;
  min-width: auto;
  max-width: 100%;
}

.customer-logo-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 125px;
  max-width: 125px;
  min-height: 100px;
  max-height: 100px;
  margin: 20px 10px;
  display: flex;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-17 {
  width: 100%;
}

.case-study-slider-wrapper {
  text-align: center;
  background-color: #47c1fe33;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
  position: static;
}

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

.case-study-slider-wrapper.home-feature-1-wrapper {
  align-content: stretch;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.case-study-slider-wrapper.home-feature-1-wrapper.home-2 {
  background-color: var(--white);
  color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.case-study-slider-wrapper.home-feature-1-wrapper.top-margin {
  margin-top: 60px;
}

.case-study-slider-wrapper.features-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
}

.case-study-slider-wrapper.features-2-wrapper.homepage-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.case-study-slider-wrapper.features-2-wrapper.top-margin {
  margin-top: 100px;
}

.case-study-slider-wrapper.features-2-wrapper.bottom-margin {
  margin-bottom: 40px;
}

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

.case-study-slider-wrapper._1920px {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 40px;
  overflow: visible;
}

.case-study-slider-wrapper._1920px.background-image {
  background-image: url('../images/Shapes-min-min.webp');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.case-study-slider-wrapper._1920px.features-2-vertical {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
  align-items: center;
  max-width: none;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.case-study-slider-wrapper._1920px.features-2-vertical.top-margin {
  margin-top: 60px;
}

.case-study-slider-wrapper.features-vertical-tabs-text-left {
  background-color: var(--white);
  color: var(--white);
  border-radius: 10px;
  flex-direction: row-reverse;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 40px;
}

.case-study-slider-wrapper.features-vertical-tabs-text-left.home-2 {
  clear: left;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

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

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

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

.case-study-slider-wrapper.feature-4-wrapper.vertical.top-margin {
  margin-top: 40px;
}

.case-study-slider-wrapper.cta-wrapper {
  background-image: url('../images/Feature-4-min.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.case-study-slider-wrapper.about-hero-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.case-study-slider-wrapper.about-hero-up.top-margin {
  margin-top: 100px;
}

.case-study-slider-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;
}

.case-study-slider-wrapper.about-story-up-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

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

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

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

.case-study-slider-wrapper.home-hero-wrapper.homepage-2.top-margin {
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
}

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

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

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

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

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

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

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

.case-study-slider-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;
}

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

.case-study-slider-wrapper.pricing-table-wrapper {
  object-fit: fill;
  flex-flow: column wrap;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

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

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

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

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

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

.case-study-slider-wrapper.blog-subscribe-wrapper {
  background-image: url('../images/Shapes-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding-left: 96px;
  padding-right: 96px;
  overflow: hidden;
}

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

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

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

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

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

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

.case-study-slider-wrapper.jobs-wrapper {
  align-items: flex-start;
  padding-bottom: 120px;
  position: relative;
}

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

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

.case-study-slider-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;
}

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

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

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

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

.case-study-slider-wrapper.integrations-features-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

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

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

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

.case-study-slider-wrapper._404-wrapper.less-padding {
  height: auto;
}

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

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

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

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

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

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

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

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

.case-study-slider-wrapper.instructions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 160px;
  padding-bottom: 20px;
}

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

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

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

.case-study-slider-wrapper.footer-wrapper._80-top-padding {
  border: 1px #000;
  padding-top: 80px;
}

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

.case-study-slider-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;
}

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

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

.case-study-slider-wrapper.two-cards {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.case-study-slider-wrapper.features-vertical-tabs {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 20px 0 60px;
  padding: 40px;
  display: flex;
}

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

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

.case-study-slider-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;
}

.case-study-slider-wrapper.support {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 144px;
  padding-bottom: 144px;
}

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

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

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

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

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

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

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

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

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

.case-study-slider-wrapper.navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.case-study-slider-wrapper.hero {
  padding-top: 100px;
}

.case-study-slider-wrapper.centre-aligned {
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.case-study-slider-wrapper.centre-aligned.top-margin {
  align-items: center;
  margin-top: 40px;
}

.case-study-slider-wrapper.centre-aligned.top-margin-100px {
  margin-top: 100px;
}

.case-study-slider-wrapper.centre-aligned.new-section-padding {
  padding-top: 100px;
}

.case-study-slider-wrapper.centre-aligned.new-section-padding.bottom-margin {
  padding-bottom: 100px;
}

.case-study-slider-wrapper.os-download-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
}

.case-study-slider-wrapper.os-download-div.homepage-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.case-study-slider-wrapper.os-download-div.top-margin {
  margin-top: 100px;
}

.case-study-slider-wrapper.os-download-div.bottom-margin {
  margin-bottom: 40px;
  margin-right: auto;
}

.case-study-slider-wrapper.no-padding {
  color: var(--dark-slate-grey);
  padding-top: 10px;
  padding-bottom: 40px;
}

.case-study-slider-wrapper.less-padding {
  padding-bottom: 0;
}

.case-study-slider-wrapper.bottom-margin {
  margin-bottom: 0;
  margin-right: auto;
  padding-bottom: 140px;
}

.div-block-81 {
  border-bottom: 2px solid var(--royal-blue);
}

.column-34 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.image-36 {
  max-width: 150px;
}

.column-35, .columns-18 {
  align-items: flex-end;
  display: flex;
}

.paragraph-36 {
  text-align: left;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
}

.div-20px-right-margin {
  margin-right: 20px;
}

.case-study-read-more-link {
  color: var(--dark-slate-blue);
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  min-width: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-study-read-more-link.white {
  color: var(--dark-slate-blue);
  align-self: flex-start;
}

.case-study-read-more-link.white.right-side {
  color: var(--dark-slate-grey);
  margin-left: auto;
}

.case-study-read-more-link.white.testimonial {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.case-study-read-more-link.white.top-padding {
  padding-top: 20px;
}

.case-study-read-more-link.left-padding {
  padding-bottom: 20px;
  padding-left: 20px;
}

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

.image-37 {
  object-fit: fill;
  position: absolute;
  right: 40px;
}

.slider {
  background-color: #0000;
  min-height: 420px;
}

.left-arrow {
  flex-direction: row;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  inset: 300px 10% 0% 0%;
}

.mask-2 {
  min-width: 100%;
  min-height: 130%;
  overflow: visible;
}

.case-study-section {
  min-height: 600px;
}

.slide-nav-3 {
  background-color: #0000;
  border: 1px #000;
  margin-top: auto;
  margin-bottom: auto;
  inset: auto 0% 0%;
  overflow: visible;
}

.right-arrow {
  top: 300px;
  right: 500px;
}

.case-study-slide, .slide-2 {
  margin-right: 140px;
}

.customer-hero-section {
  min-height: 500px;
  padding-top: 60px;
}

.customer-hero-section.balenaengine {
  background-image: url('../images/Header_background_25tint_TALL.webp');
}

.customer-hero-section.dark {
  background-image: url('../images/Header_background_Dark_TALL.webp');
  background-position: 50% 100%;
}

.div-block-82 {
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.collection-item-5 {
  background-color: var(--coral);
}

.collection-item-6 {
  grid-column-gap: 16px;
  grid-row-gap: 106px;
  text-align: center;
  background-color: #0000;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 120px;
  display: flex;
  overflow: visible;
}

.image-38 {
  float: none;
  clear: none;
  text-align: left;
  object-fit: contain;
  max-width: 80%;
  max-height: 80px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
  overflow: visible;
}

.checkbox-field-2 {
  clear: none;
  text-align: left;
  padding-top: 0;
  overflow: visible;
}

.collection-list-5 {
  padding-left: 10px;
}

.link-block-3 {
  align-self: center;
  overflow: visible;
}

.field-label-12 {
  text-align: left;
}

.text-block-36 {
  display: none;
}

.next {
  border-color: var(--header-blue);
  background-color: #0000;
  border-radius: 90px;
}

.next:hover {
  background-color: #0000;
}

.text-block-37 {
  color: var(--header-blue);
}

.previous {
  border-color: var(--header-blue);
  background-color: #0000;
  border-radius: 90px;
}

.text-block-38 {
  color: var(--header-blue);
}

.collection-list-wrapper-5, .collection-list-6, .columns-19 {
  min-width: 100%;
}

.checkbox-2 {
  margin-top: 8px;
}

.columns-20 {
  min-width: 100%;
}

.blog-post__image {
  border-radius: 10px;
  height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.heading-14 {
  align-self: flex-start;
}

.flex-block, .flex-block-2, .flex-block-3 {
  height: 50px;
}

.div-block-83 {
  text-align: left;
  width: 50%;
  margin-right: 20px;
}

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

.icon-2 {
  position: absolute;
}

.dropdown-toggle-2, .dropdown-2 {
  text-align: left;
}

.text-block-40 {
  padding: 10px 20px;
  font-style: normal;
}

.heading-15 {
  padding: 10px 20px;
  font-weight: 600;
}

.heading-16 {
  padding: 10px 10px 10px 30px;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.paragraph-14px-grey {
  font-size: 14px;
}

.demo-left-text-contain-copy {
  text-align: center;
  border: 0 #000;
  flex: none;
  width: 100%;
  max-width: 520px;
  margin-top: 0;
  margin-left: 30px;
}

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

.pricing-table-pointer-item-copy.less-padding {
  margin-bottom: 0;
}

.pricing-table-pointer-item-copy.top-margin {
  margin-top: 40px;
}

.contact-form-feedback {
  background-color: var(--medium-sea-green);
  z-index: 2147483647;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 20px;
  display: none;
  position: fixed;
}

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

.image-39 {
  cursor: pointer;
  display: block;
}

.image-40 {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 0;
  position: relative;
  box-shadow: 0 0 8px 2px #0000001a;
}

.image-41 {
  height: auto;
}

.flex-block-4 {
  max-width: 70%;
  margin: 0 auto;
}

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

.flex-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.div-block-84 {
  z-index: 0;
  background-color: #f8f9fd;
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
  inset: auto 0 0;
}

.paragraph-large {
  color: #586174;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.section-regular {
  padding: 82px 5%;
  position: relative;
}

.logo-content-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.overline {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.button-outline-small {
  color: #07090d;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #edeff2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, background-color .3s, border-color .3s;
  display: flex;
}

.button-outline-small:hover {
  color: #1457ff;
  background-color: #f0f5ff;
  border-color: #b8ceff;
}

.logo-block {
  color: #232a39;
  background-color: #f6f7f9;
  justify-content: center;
  align-items: center;
  padding: 32px;
  transition: color .3s;
  display: flex;
}

.logo-block:hover {
  color: #07090d;
  border-color: #c3c9d5;
}

.logo-content-left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 430px;
  display: flex;
}

.h2-heading-2 {
  color: #07090d;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

.logo-wrapper {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  padding: 32px;
  transition: color .3s;
  display: flex;
}

.logo-wrapper:hover {
  color: #07090d;
  border-color: #c3c9d5;
}

.logo-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

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

.logo-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-block-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-primary-small {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-small:hover {
  background-color: #1a44a0;
}

.h2-heading-3 {
  color: var(--dark-slate-blue);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.logos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0 auto 0 0;
}

.max-width-regular {
  max-width: 638px;
}

.button-primary {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.logo-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
}

.button-text {
  z-index: 1;
  position: relative;
}

.logo-card {
  color: #23272f;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 125px;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 16px #0000000a;
}

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

.button-background {
  pointer-events: none;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 528px;
  display: flex;
}

.container-large-2 {
  text-align: left;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overline-regular {
  color: var(--royal-blue);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.icon-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-large-2 {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-2.text-color-gray-800 {
  color: var(--midnight-blue);
}

.hardware {
  padding: 72px 5%;
  position: relative;
}

.hardware.background-gray {
  background-color: var(--light-grey-new);
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.logo-card-img {
  filter: grayscale(0%);
  max-height: 60px;
}

.div-block-85 {
  height: 100%;
  position: relative;
}

.hardware-container-gradient {
  background-image: linear-gradient(90deg, #f8f9fd00, #f8f9fd 23% 36%, #f8f9fd);
  width: 200px;
  margin-right: -100px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.h2-heading-4 {
  color: #000;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial-overlay {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(#fff0, #fff0 54%, #fffc 80%, #fff);
  display: none;
  position: absolute;
  inset: 0%;
}

.column-tiny {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 12px #00000026;
}

.testimonial-wrapper {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.caption-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.caption-regular.text-weight-medium {
  color: var(--header-blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.caption-regular.text-weight-medium.testimonial-quote {
  color: var(--header-blue);
  font-style: normal;
  line-height: 26px;
}

.testimonial-avatar-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.badge {
  color: #0b423b;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #c6f6f1;
  border-radius: 96px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.badge.purple {
  color: #38319b;
  background-color: #e9e0ff;
  border-color: #f2ebff;
}

.title-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.avatar-small {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.column-small.column-center {
  justify-content: center;
  align-items: center;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.paragraph-x-small {
  color: var(--deep-sky-blue);
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-large-3 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-3.text-color-gray-950 {
  color: #1f1e1e;
}

.testimonials {
  padding: 80px 5%;
}

.testimonials.background-gray-50 {
  background-color: var(--light-grey-new);
}

.button-primary-large {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #1f1e1e;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: #ff443d;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.title-center-regular {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 820px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-large.column-centre {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.image-44 {
  max-width: 400px;
  margin-bottom: 40px;
}

.div-block-86 {
  margin-top: 100px;
}

.text-block-42 {
  color: var(--dark-slate-blue);
  text-align: left;
  font-size: 36px;
  line-height: 110%;
}

.text-block-42.block-header {
  align-self: auto;
}

.text-block-42.block-header-copy {
  align-self: flex-start;
  font-size: 46px;
  font-weight: 400;
}

.bold-text-8 {
  color: var(--dark-slate-blue);
  font-size: 36px;
  font-weight: 400;
}

.paragraph-37 {
  color: var(--dark-slate-blue);
  text-align: left;
}

.text-block-43 {
  color: var(--header-blue);
  max-width: 60vw;
  display: block;
}

.div-block-87 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.security-acknowledgement-last-updated {
  color: #2a506f99;
}

.blog-post-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-post__image__img {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 400px;
  display: flex;
}

.link-block-4 {
  display: block;
}

.slider-image---seeed {
  border-radius: 10px;
  height: 230px;
  overflow: hidden;
}

.feature-slide-heading {
  color: var(--header-blue);
  margin-top: 20px;
}

.text-block-44 {
  color: var(--header-blue);
  font-style: italic;
}

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

.icon-regular {
  color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.button-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1e1e20;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
  display: inline-flex;
}

.paragraph-small {
  color: var(--header-blue);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 155%;
}

.container-large-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divider {
  background-color: #d5dfe7;
  width: 100%;
  height: 1px;
}

.h1-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #1e1e20;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-feature-grid--content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1e1e20;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #9cbcd661;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
}

.hero-feature-grid {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.overline-regular-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.hero-feature-grid--text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.section-regular-2 {
  padding: 92px 5%;
  position: relative;
}

.hero-feature-grid--item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero-feature-grid--item.hide {
  display: none;
}

.paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-4.text-weight-semibold {
  color: var(--dark-slate-blue);
  font-size: 28px;
  font-weight: 600;
}

.button-link {
  color: var(--header-blue);
  background-color: #fff0;
  padding: 0;
}

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

.paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.container-large-4 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.overline-regular-3 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.feature-item-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.paragraph-large-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-5.text-weight-semibold {
  font-weight: 600;
}

.text-block-45 {
  font-size: 18px;
}

.hero-feature-grid--actions {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
}

.flex-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.div-block-88 {
  background-color: var(--white-smoke);
  margin-bottom: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-46, .image-47 {
  width: 100px;
}

.hero-feature-grid--icon {
  align-self: flex-start;
  width: 75px;
}

.link-block-5 {
  padding-top: 20px;
  padding-bottom: 100px;
}

.text-block-46, .bold-text-9, .text-block-47, .text-block-48, .text-block-49, .text-block-50 {
  color: var(--dark-slate-blue);
}

.pricing-table-item-subtext {
  color: var(--secondary);
  font-size: 15px;
  line-height: 130%;
}

.text-block-51, .text-block-52, .text-block-53, .text-block-54, .text-block-55 {
  line-height: 140%;
}

.underlined {
  text-decoration: underline;
}

.table-2-paragraph-copy {
  border-bottom: 1px solid var(--light-grey);
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-17 {
  flex: 1;
}

.paragraph-38 {
  margin-top: 0;
}

.check-item-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.columns-21 {
  width: 70%;
}

.check-item-title {
  color: var(--deep-sky-blue);
  font-weight: 600;
}

.check-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
}

.check-item-icon {
  margin-top: 3px;
}

.security-section-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  margin-bottom: 0;
  display: flex;
}

.grid-18 {
  width: 70%;
}

.image-49 {
  border-radius: 10px;
  width: 140px;
}

.cra-header-section {
  text-align: center;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

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

.cra-header-section.home-feature-1-wrapper {
  flex-flow: row;
  align-content: stretch;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.cra-header-section.home-feature-1-wrapper.home-2 {
  background-color: var(--white);
  color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.cra-header-section.home-feature-1-wrapper.top-margin {
  margin-top: 60px;
}

.cra-header-section.features-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
}

.cra-header-section.features-2-wrapper.homepage-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.cra-header-section.features-2-wrapper.top-margin {
  margin-top: 100px;
}

.cra-header-section.features-2-wrapper.bottom-margin {
  margin-bottom: 40px;
}

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

.cra-header-section._1920px {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 40px;
  overflow: visible;
}

.cra-header-section._1920px.background-image {
  background-image: url('../images/Shapes-min-min.webp');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.cra-header-section._1920px.features-2-vertical {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
  align-items: center;
  max-width: none;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cra-header-section._1920px.features-2-vertical.top-margin {
  margin-top: 60px;
}

.cra-header-section.features-vertical-tabs-text-left {
  background-color: var(--white);
  color: var(--white);
  border-radius: 10px;
  flex-direction: row-reverse;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 40px;
}

.cra-header-section.features-vertical-tabs-text-left.home-2 {
  clear: left;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

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

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

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

.cra-header-section.feature-4-wrapper.vertical.top-margin {
  margin-top: 40px;
}

.cra-header-section.cta-wrapper {
  background-image: url('../images/Feature-4-min.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.cra-header-section.about-hero-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 10px;
  display: flex;
}

.cra-header-section.about-hero-up.top-margin {
  margin-top: 100px;
}

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

.cra-header-section.about-story-up-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cra-header-section.about-grid {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

.cra-header-section.home-hero-wrapper.homepage-2.top-margin {
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
}

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

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

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

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

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

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

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

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

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

.cra-header-section.pricing-table-wrapper {
  object-fit: fill;
  flex-flow: column wrap;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

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

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

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

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

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

.cra-header-section.blog-subscribe-wrapper {
  background-image: url('../images/Shapes-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding-left: 96px;
  padding-right: 96px;
  overflow: hidden;
}

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

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

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

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

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

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

.cra-header-section.jobs-wrapper {
  align-items: flex-start;
  padding-bottom: 120px;
  position: relative;
}

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

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

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

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

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

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

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

.cra-header-section.integrations-features-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

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

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

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

.cra-header-section._404-wrapper.less-padding {
  height: auto;
}

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

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

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

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

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

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

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

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

.cra-header-section.instructions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 160px;
  padding-bottom: 20px;
}

.cra-header-section.instructions-hero-wrapper.top-margin {
  max-width: 700px;
}

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

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

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

.cra-header-section.footer-wrapper._80-top-padding {
  border: 1px #000;
  padding-top: 80px;
}

.cra-header-section.search-result {
  padding-top: 0;
}

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

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

.cra-header-section.reviews {
  z-index: 5;
  flex-direction: column;
  position: relative;
}

.cra-header-section.two-cards {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.cra-header-section.features-vertical-tabs {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 20px 0 60px;
  padding: 40px;
  display: flex;
}

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

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

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

.cra-header-section.support {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 144px;
  padding-bottom: 144px;
}

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

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

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

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

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

.cra-header-section.cs-template {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.cra-header-section.checkout {
  align-items: flex-start;
  width: 85%;
}

.cra-header-section.navigation-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cra-header-section.overview-page {
  flex-direction: column;
}

.cra-header-section.plans {
  align-items: flex-start;
}

.cra-header-section.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 0;
}

.cra-header-section.hero.hero-cloud {
  justify-content: flex-start;
  display: flex;
}

.cra-header-section.centre-aligned {
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
}

.cra-header-section.centre-aligned.top-margin {
  align-items: center;
  margin-top: 40px;
}

.cra-header-section.centre-aligned.less-padding {
  text-align: center;
}

.cra-header-section.centre-aligned.top-margin-100px {
  margin-top: 100px;
}

.cra-header-section.centre-aligned.new-section-padding {
  padding-top: 100px;
}

.cra-header-section.centre-aligned.new-section-padding.bottom-margin {
  padding-bottom: 100px;
}

.cra-header-section.centre-aligned.hero-security {
  padding-top: 80px;
}

.cra-header-section.os-download-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
}

.cra-header-section.os-download-div.homepage-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.cra-header-section.os-download-div.top-margin {
  margin-top: 100px;
}

.cra-header-section.os-download-div.bottom-margin {
  margin-bottom: 40px;
  margin-right: auto;
}

.cra-header-section.no-padding {
  color: var(--dark-slate-grey);
  padding-top: 10px;
  padding-bottom: 40px;
}

.cra-header-section.less-padding {
  padding-bottom: 0;
}

.cra-header-section.bottom-margin {
  margin-bottom: 0;
  margin-right: auto;
  padding-bottom: 140px;
}

.cra-header-section.security-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.dark-blue-button-copy {
  object-fit: fill;
  background-color: #23445e;
  border-radius: 30px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: static;
}

.dark-blue-button-copy:hover {
  border: 1px none var(--dark-slate-blue);
  background-color: var(--royal-blue);
  color: var(--white);
}

.dark-blue-button-copy.top-padding {
  margin-top: 20px;
}

.dark-blue-button-copy.top-margin {
  text-align: center;
  align-self: center;
  margin-top: 40px;
}

.dark-blue-button-copy.top-margin:hover {
  border: 1px none var(--dark-slate-blue);
  background-color: var(--royal-blue);
  color: var(--white);
}

.column-36 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-37-copy {
  color: var(--dark-slate-blue);
  text-align: left;
}

.timeline-block--title {
  color: var(--deep-sky-blue);
  text-align: left;
  font-weight: 600;
}

.timeline-block--text {
  color: var(--dark-slate-blue);
  text-align: left;
  -webkit-text-stroke-color: #9aa3aa;
  border-left: 1px solid #cbd8e2;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
}

.column-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.text-block-42-copy {
  color: var(--dark-slate-blue);
  text-align: center;
  font-size: 18px;
  line-height: 110%;
}

.cra-features--content--text {
  color: var(--dark-slate-blue);
  text-align: left;
}

.cra-features--content--title {
  color: var(--deep-sky-blue);
  text-align: left;
  font-weight: 600;
}

.text-block-57, .paragraph-40 {
  text-align: left;
}

.cra-features {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cra-features--item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cra-features--title {
  color: var(--dark-slate-blue);
  font-size: 36px;
}

.cra-features--content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  display: flex;
}

.cra-features--content--left, .cra-features--content--right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.green-check-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.green-checklist-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
}

.green-check-list--bullet {
  margin-top: 4px;
}

.green-check-list--text {
  color: var(--dark-slate-blue);
  text-align: left;
}

.cra-features--btn {
  background-color: #23445e;
  border-radius: 30px;
  margin-top: 0;
  padding: 12px 48px;
}

.cra-features--btn:hover {
  border: 1px none var(--dark-slate-blue);
  background-color: var(--royal-blue);
  color: var(--white);
}

.cra-features--btn.top-padding {
  margin-top: 20px;
}

.cra-features--btn.top-margin {
  text-align: center;
  align-self: center;
  margin-top: 40px;
}

.cra-features--btn.top-margin:hover {
  border: 1px none var(--dark-slate-blue);
  background-color: var(--royal-blue);
  color: var(--white);
}

.cra-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: center;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 85%;
  max-width: 1280px;
  margin: 100px auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

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

.cra-wrapper.home-feature-1-wrapper {
  flex-flow: row;
  align-content: stretch;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.cra-wrapper.home-feature-1-wrapper.home-2 {
  background-color: var(--white);
  color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.cra-wrapper.home-feature-1-wrapper.top-margin {
  margin-top: 60px;
}

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

.cra-wrapper.features-2-wrapper.homepage-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.cra-wrapper.features-2-wrapper.top-margin {
  margin-top: 100px;
}

.cra-wrapper.features-2-wrapper.bottom-margin {
  margin-bottom: 40px;
}

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

.cra-wrapper._1920px {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 40px;
  overflow: visible;
}

.cra-wrapper._1920px.background-image {
  background-image: url('../images/Shapes-min-min.webp');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.cra-wrapper._1920px.features-2-vertical {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
  align-items: center;
  max-width: none;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cra-wrapper._1920px.features-2-vertical.top-margin {
  margin-top: 60px;
}

.cra-wrapper.features-vertical-tabs-text-left {
  background-color: var(--white);
  color: var(--white);
  border-radius: 10px;
  flex-direction: row-reverse;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 40px;
}

.cra-wrapper.features-vertical-tabs-text-left.home-2 {
  clear: left;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

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

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

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

.cra-wrapper.feature-4-wrapper.vertical.top-margin {
  margin-top: 40px;
}

.cra-wrapper.cta-wrapper {
  background-image: url('../images/Feature-4-min.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.cra-wrapper.about-hero-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 10px;
  display: flex;
}

.cra-wrapper.about-hero-up.top-margin {
  margin-top: 100px;
}

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

.cra-wrapper.about-story-up-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.cra-wrapper.home-hero-wrapper.homepage-3 {
  flex-direction: row-reverse;
}

.cra-wrapper.home-hero-wrapper.homepage-2 {
  flex-direction: column;
}

.cra-wrapper.home-hero-wrapper.homepage-2.top-margin {
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
}

.cra-wrapper.home-blog-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 145px;
}

.cra-wrapper.home-blog-wrapper.vertical-blog {
  align-items: center;
  padding-top: 145px;
  padding-bottom: 45px;
}

.cra-wrapper.features-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.cra-wrapper.features-loop-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  width: 300%;
  max-width: none;
  padding-top: 0;
}

.cra-wrapper.visual-features-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 145px;
}

.cra-wrapper.features-5-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.cra-wrapper.team-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 130px;
}

.cra-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;
}

.cra-wrapper.pricing-hero-wrapper.pricing-page-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1280px;
  padding-bottom: 220px;
}

.cra-wrapper.pricing-table-wrapper {
  object-fit: fill;
  flex-flow: column wrap;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.cra-wrapper.faq-wrapper {
  flex-direction: column;
  align-items: flex-end;
}

.cra-wrapper.blog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.cra-wrapper.blog-featured-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
}

.cra-wrapper.all-blogs-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 140px;
}

.cra-wrapper.all-blogs-wrapper.blog-page-2 {
  align-items: flex-start;
}

.cra-wrapper.blog-subscribe-wrapper {
  background-image: url('../images/Shapes-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding-left: 96px;
  padding-right: 96px;
  overflow: hidden;
}

.cra-wrapper.blog-post-hero-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 275px;
}

.cra-wrapper.blog-post-image-wrapper {
  border-radius: 12px;
  height: 560px;
  margin-top: -180px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.cra-wrapper.blog-post-rich-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 840px;
  padding-top: 0;
}

.cra-wrapper.blog-similar-post-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

.cra-wrapper.career-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.cra-wrapper.career-images-wrapper {
  margin-top: -145px;
  padding-top: 0;
}

.cra-wrapper.jobs-wrapper {
  align-items: flex-start;
  padding-bottom: 120px;
  position: relative;
}

.cra-wrapper.perks-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 100px;
}

.cra-wrapper.contact-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.cra-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;
}

.cra-wrapper.location-wrapper {
  padding-top: 145px;
}

.cra-wrapper.sign-up-wrapper {
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.cra-wrapper.pricing-comparison-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
}

.cra-wrapper.integrations-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.cra-wrapper.integrations-features-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

.cra-wrapper.most-popular-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.cra-wrapper.all-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 145px;
}

.cra-wrapper._404-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 620px;
  height: 100vh;
}

.cra-wrapper._404-wrapper.less-padding {
  height: auto;
}

.cra-wrapper.vacancy-hero-wrapper {
  flex-direction: row;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cra-wrapper.vacancy-rich-text-wrapper {
  align-items: flex-start;
  padding-top: 145px;
}

.cra-wrapper.style-guide-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cra-wrapper.style-guide-wrapper {
  align-items: flex-start;
  padding-top: 100px;
}

.cra-wrapper.licensing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cra-wrapper.licensing-wrapper {
  align-items: flex-start;
}

.cra-wrapper.changelog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
}

.cra-wrapper.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 130px;
}

.cra-wrapper.instructions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 160px;
  padding-bottom: 20px;
}

.cra-wrapper.instructions-hero-wrapper.top-margin {
  max-width: 700px;
}

.cra-wrapper.instructions-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 980px;
}

.cra-wrapper.testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  padding-top: 145px;
}

.cra-wrapper.footer-wrapper {
  border-bottom: 1px solid var(--dark-slate-grey);
  flex-direction: column;
  align-items: stretch;
  padding-top: 320px;
  padding-bottom: 0;
}

.cra-wrapper.footer-wrapper._80-top-padding {
  border: 1px #000;
  padding-top: 80px;
}

.cra-wrapper.search-result {
  padding-top: 0;
}

.cra-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;
}

.cra-wrapper.reviews-page {
  align-items: flex-start;
  padding-top: 60px;
}

.cra-wrapper.reviews {
  z-index: 5;
  flex-direction: column;
  position: relative;
}

.cra-wrapper.two-cards {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.cra-wrapper.features-vertical-tabs {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 20px 0 60px;
  padding: 40px;
  display: flex;
}

.cra-wrapper.integrations-icons-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 0;
}

.cra-wrapper.plans-grid {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.cra-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;
}

.cra-wrapper.support {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 144px;
  padding-bottom: 144px;
}

.cra-wrapper.support-hero-wrapper {
  flex-direction: column;
  padding-top: 96px;
  padding-bottom: 144px;
}

.cra-wrapper.case-study-page {
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.cra-wrapper.case-study-page.template, .cra-wrapper.case-study-page.main {
  padding-top: 0;
  padding-bottom: 0;
}

.cra-wrapper.cs-bottom {
  z-index: 1;
  flex-direction: column;
  padding-top: 0;
  position: relative;
}

.cra-wrapper.cs {
  z-index: 1;
  flex-direction: column;
  padding-top: 84px;
  position: relative;
}

.cra-wrapper.cs-template {
  padding-top: 0;
  padding-bottom: 0;
}

.cra-wrapper.overview-section {
  flex-direction: column;
  padding-top: 128px;
  padding-bottom: 128px;
}

.cra-wrapper.overview-section.no-top-padding {
  padding-top: 0;
}

.cra-wrapper.checkout {
  align-items: flex-start;
  width: 85%;
}

.cra-wrapper.navigation-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cra-wrapper.overview-page {
  flex-direction: column;
}

.cra-wrapper.plans {
  align-items: flex-start;
}

.cra-wrapper.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 0;
}

.cra-wrapper.hero.hero-cloud {
  justify-content: flex-start;
  display: flex;
}

.cra-wrapper.centre-aligned {
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
}

.cra-wrapper.centre-aligned.top-margin {
  align-items: center;
  margin-top: 40px;
}

.cra-wrapper.centre-aligned.less-padding {
  text-align: center;
}

.cra-wrapper.centre-aligned.top-margin-100px {
  margin-top: 100px;
}

.cra-wrapper.centre-aligned.new-section-padding {
  padding-top: 100px;
}

.cra-wrapper.centre-aligned.new-section-padding.bottom-margin {
  padding-bottom: 100px;
}

.cra-wrapper.centre-aligned.hero-security {
  padding-top: 80px;
}

.cra-wrapper.os-download-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
}

.cra-wrapper.os-download-div.homepage-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.cra-wrapper.os-download-div.top-margin {
  margin-top: 100px;
}

.cra-wrapper.os-download-div.bottom-margin {
  margin-bottom: 40px;
  margin-right: auto;
}

.cra-wrapper.no-padding {
  color: var(--dark-slate-grey);
  padding-top: 10px;
  padding-bottom: 40px;
}

.cra-wrapper.less-padding {
  padding-bottom: 0;
}

.cra-wrapper.bottom-margin {
  margin-bottom: 0;
  margin-right: auto;
  padding-bottom: 140px;
}

.cra-wrapper.security-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cra-features--separator {
  background-color: var(--gainsboro);
  width: 200px;
  height: 1px;
}

.text-span-7 {
  color: var(--deep-sky-blue);
}

.div-block-89 {
  background-color: var(--light-grey-new);
  padding-top: 64px;
  padding-bottom: 64px;
}

.paragraph-41 {
  color: var(--dark-slate-blue);
}

.flex-block-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  max-width: 800px;
}

.container-large-3-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dark-blue-button-no-margin {
  background-color: #23445e;
  border-radius: 30px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.dark-blue-button-no-margin:hover {
  border: 1px none var(--dark-slate-blue);
  background-color: var(--royal-blue);
  color: var(--white);
}

.dark-blue-button-no-margin.top-padding {
  margin-top: 20px;
}

.dark-blue-button-no-margin.top-margin {
  text-align: center;
  align-self: center;
  margin-top: 40px;
}

.dark-blue-button-no-margin.top-margin:hover {
  border: 1px none var(--dark-slate-blue);
  background-color: var(--royal-blue);
  color: var(--white);
}

.image-50 {
  max-width: 300px;
}

.frame-26 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 408px;
  text-decoration: none;
  display: flex;
}

.big-icon {
  object-fit: cover;
  overflow: hidden;
}

.frame-19 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #23445e;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.text-3 {
  color: #23445e;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-12 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-13 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #219f1e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-5 {
  color: #23445e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style {
  grid-column-gap: 8px;
  background-color: #23445e;
  border-radius: 48px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 9px 30px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-block-58 {
  color: var(--dark-slate-blue);
  font-size: 28px;
  line-height: 130%;
}

.paragraph-42 {
  color: var(--dark-slate-blue);
  font-size: 20px;
}

.text-block-59, .text-block-60 {
  font-size: 18px;
  font-weight: 400;
}

.etcher-filled-button-lg {
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.etcher-filled-button-lg:hover {
  background-color: var(--royal-blue);
}

.etcher-filled-button-lg.left-padding {
  margin-left: 20px;
}

.etcher-filled-button-lg.left-padding.bottom-padding {
  margin-bottom: 20px;
}

.etcher-filled-button-lg.left-padding.top-padding {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  margin-top: 20px;
}

.etcher-filled-button-lg.top-padding {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.etcher-filled-button-lg.left-margin {
  margin-left: 20px;
}

.etcher-filled-button-lg.left-margin.top-margin {
  margin-top: 20px;
}

.etcher-filled-button-lg.left-margin.top-margin.bottom-margin {
  margin-bottom: 10px;
  margin-right: 20px;
}

.etcher-filled-button-lg.left-margin.top-margin.bottom-margin:hover {
  background-color: var(--royal-blue);
}

.etcher-filled-button-lg.left-padding-copy {
  margin-left: 20px;
}

.etcher-filled-button-lg.left-padding-copy.bottom-padding {
  margin-bottom: 20px;
}

.etcher-filled-button-lg.left-padding-copy.top-padding {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  margin-top: 20px;
}

.etcher-filled-button-lg.top-margin {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: auto;
  margin-top: 40px;
  display: flex;
}

.etcher-filled-button-lg.top-margin.bottom-margin {
  background-color: var(--etcher-green);
  color: #324926;
  margin-bottom: 40px;
  padding: 15px 40px;
}

.etcher-filled-button-lg.top-margin.bottom-margin:hover {
  background-color: var(--etcher-dark-green);
}

.etcher-filled-button-lg.top-margin.bottom-margin.centred {
  align-self: center;
}

.etcher-filled-button-lg.top-margin.left-align {
  align-self: flex-start;
}

.etcher-filled-button-lg.full-margin {
  margin: 20px;
}

.etcher-filled-button-lg.less-padding {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.etcher-filled-button-lg.less-padding.bottom-margin {
  margin-bottom: 40px;
}

.etcher-filled-button-lg.os-green {
  background-color: #0c9;
  margin-top: 20px;
}

.etcher-filled-button-lg.os-green:hover {
  background-color: #00b789;
}

.etcher-filled-button-lg.top-margin-20 {
  margin-top: 20px;
}

.etcher-filled-button-lg.top-margin-20.bottom-margin-20 {
  align-self: center;
  margin-bottom: 20px;
}

.etcher-filled-button-lg.centre-align {
  align-self: center;
}

.flex-block-10 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.paragraph-43 {
  color: var(--header-blue);
}

.rich-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark-slate-blue);
  flex-flow: column;
  display: flex;
}

.rich-text-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--header-blue);
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.list-no-y-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-19 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
}

.grid-20 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 30px;
}

.list-small {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

.list-small--item {
  margin-top: 0;
  margin-bottom: 5px;
}

.grid-21 {
  grid-template-columns: 1fr 1fr 1fr;
}

.image-51 {
  z-index: 2000;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

@media screen and (min-width: 1280px) {
  .display-heading.home-hero-heading.white {
    font-size: 60px;
  }

  .display-heading.home-hero-heading.white.left-justify {
    text-align: left;
  }

  .wrapper.about-hero-up.top-margin {
    margin-top: 100px;
  }

  .wrapper.features-vertical-tabs {
    max-width: 1500px;
  }

  .para-large.home-hero-para.white {
    text-align: left;
    max-width: 85%;
  }

  .para-large.overview {
    width: 100%;
  }

  .image.contain {
    width: 100%;
    min-width: 60px;
    display: inline-block;
  }

  .image.contain.shrink {
    width: 80%;
  }

  .subheading.left-padding.top-padding.left-justify {
    text-align: left;
  }

  .product-featured-image-right.feature-3 {
    width: 50%;
    max-width: 1000px;
    display: block;
  }

  .product-features-text-left.white {
    align-items: center;
  }

  .hero-section-main {
    background-color: var(--white);
  }

  .hero-about-text.white {
    color: var(--white);
  }

  .hero-about-text.centre-align {
    text-align: center;
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
  }

  .stats-number-text-2 {
    color: var(--dark-slate-blue);
  }

  .job-tabs-menu {
    top: 275px;
  }

  .sign-up-section {
    max-width: none;
  }

  .navbar-brand.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-left {
    align-self: center;
    padding-bottom: 7px;
  }

  .email-field {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .email-field.white {
    max-width: 100%;
  }

  .trial-form {
    margin-bottom: 10px;
  }

  .feature-tab-link.light-background-mode:hover {
    background-color: var(--dark-slate-blue);
    color: var(--white);
  }

  .integration-icon-rows-contain {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .demo-left-text-contain {
    width: 100%;
  }

  .blog-post__read-more.left-justified.bottom-margin {
    margin-bottom: 20px;
  }

  .blog-post__read-more.left-justified.bottom-margin.no-padding {
    margin-right: 0;
  }

  .blog-post__read-more.bottom-margin {
    margin-bottom: 20px;
  }

  .outlined-white-box-modern.top-padding.bottom-padding.white {
    background-color: var(--white);
  }

  .outlined-white-box-modern.full-padding {
    padding: 20px 20px 30px;
  }

  .outlined-white-box-modern.full-padding.white-smoke {
    background-color: var(--white);
  }

  .outlined-white-box-modern.white-smoke {
    background-color: var(--white);
    box-shadow: 1px 1px 3px 0 var(--gainsboro);
    border-style: solid;
  }

  .dark-blue-button:hover {
    background-color: var(--royal-blue);
    color: var(--white);
  }

  .heading-12.white {
    color: var(--white);
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
  }

  .blue-outlined-button.top-margin {
    margin-top: 40px;
  }

  .body-white-smoke-background {
    background-color: var(--white);
  }

  .semi-bold-paragraph-18px-slate-grey {
    font-size: 18px;
  }

  .customer-testimonial-box-right.feature-3 {
    background-color: #0000;
  }

  .card-title {
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .card-title.left-padding.bottom-padding {
    margin-left: 0;
    padding-left: 20px;
  }

  .hub-card-header {
    flex-wrap: wrap;
    align-content: center;
    margin-top: 0;
  }

  .home-features-card---app-title {
    flex-flow: wrap;
    place-content: center flex-start;
    align-items: center;
  }

  .app-owner-text.capitalise {
    text-transform: uppercase;
  }

  .app-owner-text.capitalise.bottom-padding {
    padding-bottom: 10px;
  }

  .grid-10 {
    grid-column-gap: 3px;
    object-fit: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 50%;
    margin-right: 40px;
  }

  .hub-card-devices {
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-33 {
    object-fit: none;
    min-width: auto;
    max-width: 20px;
    max-height: 20px;
  }

  .div-block-34 {
    background-image: url('../images/rpi-2.svg');
    background-position: 50%;
    background-size: contain;
  }

  .div-block-35 {
    background-image: url('../images/rpi-3.svg');
    background-position: 50%;
    background-size: contain;
  }

  .div-block-36 {
    background-image: url('../images/rpi4.svg');
    background-position: 0 0;
    background-size: auto;
    max-width: 36%;
    max-height: 5px;
  }

  .hub-card-device-logos {
    object-fit: cover;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-right: 100px;
    display: flex;
    position: relative;
    left: auto;
    right: auto;
  }

  .device-logo {
    display: flex;
  }

  .image-22 {
    max-width: 30px;
    max-height: none;
  }

  .offices-section {
    background-color: #0000;
  }

  .contact-box.outline {
    border: 1px solid var(--light-grey);
    box-shadow: 1px 1px 3px 0 var(--gainsboro);
    border-radius: 10px;
  }

  .tickboxes.contain {
    min-width: 25px;
  }

  .hub-card-image {
    max-width: 100%;
  }

  .hub-card-device-wrapper {
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-39 {
    width: 100%;
  }

  .hero-two-columns {
    margin: 20px 0 40px;
  }

  .image-23 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-21 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .home-features-3-main-image {
    display: block;
  }

  .email-subscribe-button.top-margin {
    margin-top: 40px;
  }

  .wrapper-copy.features-vertical-tabs {
    max-width: 1500px;
  }

  .home-page-cta-box.full-padding {
    padding: 20px 20px 30px;
  }

  .home-page-cta-box.full-padding.white-smoke {
    background-color: var(--white);
  }

  .product-hero-section.dark {
    background-image: url('../images/Header_background_Dark_TALL.webp');
  }

  .image-31 {
    border: 1px solid var(--black);
    border-radius: 10px;
  }

  .padding {
    border-radius: 10px;
    margin-top: -40px;
    padding: 40px;
  }

  .home-page-dashboard-image {
    border: 1px solid var(--dark-slate-blue);
    border-radius: 10px;
    box-shadow: 0 0 10px #40454f66;
  }

  .div-block-47 {
    justify-content: center;
    margin-bottom: 60px;
    display: flex;
  }

  .quotes-white-box.top-padding.bottom-padding.white {
    background-color: var(--white);
  }

  .quotes-white-box.full-padding {
    padding: 20px 20px 30px;
  }

  .quotes-white-box.full-padding.white-smoke {
    background-color: var(--white);
  }

  .home-page-cta-box-copy.full-padding {
    padding: 20px 20px 30px;
  }

  .home-page-cta-box-copy.full-padding.white-smoke {
    background-color: var(--white);
  }

  .hero-section-cta-copy.dark {
    background-image: url('../images/Header_background_Dark_TALL.webp');
  }

  .partners-hero-columns {
    margin: 20px 0 40px;
  }

  .blue-div-wrapper.about-hero-up.top-margin {
    margin-top: 100px;
  }

  .blue-div-wrapper.features-vertical-tabs {
    max-width: 1500px;
  }

  .partners-logo-wrapper.about-hero-up.top-margin {
    margin-top: 100px;
  }

  .partners-logo-wrapper.features-vertical-tabs {
    max-width: 1500px;
  }

  .partner-logo-link-div {
    width: 250px;
    height: 200px;
  }

  .list-item-left-justified {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .list-no-formatting {
    margin-top: 0;
  }

  .features-grid._2-rows {
    margin-top: 20px;
  }

  .why-partner-section, .section-13, .devices-card.top-padding.bottom-padding.white {
    background-color: var(--white);
  }

  .devices-card.full-padding {
    padding: 20px 20px 30px;
  }

  .devices-card.full-padding.white-smoke {
    background-color: var(--white);
  }

  .devices-card.white-smoke {
    background-color: var(--white);
    box-shadow: 1px 1px 3px 0 var(--gainsboro);
    border-style: solid;
  }

  .devices-list-wrapper.about-hero-up.top-margin {
    margin-top: 100px;
  }

  .devices-list-wrapper.features-vertical-tabs {
    max-width: 1500px;
  }

  .devices-cta-wrapper.about-hero-up.top-margin {
    margin-top: 100px;
  }

  .devices-cta-wrapper.features-vertical-tabs {
    max-width: 1500px;
  }

  .hero-team-page {
    background-color: var(--white);
  }

  .wrapper-2.about-hero-up.top-margin {
    margin-top: 100px;
  }

  .wrapper-2.features-vertical-tabs {
    max-width: 1500px;
  }

  .working-principles-section {
    background-color: #0000;
  }

  .case-study-slider-wrapper.about-hero-up.top-margin {
    margin-top: 100px;
  }

  .case-study-slider-wrapper.features-vertical-tabs {
    max-width: 1500px;
  }

  .customer-hero-section.dark {
    background-image: url('../images/Header_background_Dark_TALL.webp');
  }

  .image-40 {
    height: auto;
  }

  .cra-header-section.about-hero-up.top-margin {
    margin-top: 100px;
  }

  .cra-header-section.features-vertical-tabs {
    max-width: 1500px;
  }

  .dark-blue-button-copy:hover, .cra-features--btn:hover {
    background-color: var(--royal-blue);
    color: var(--white);
  }

  .cra-wrapper.about-hero-up.top-margin {
    margin-top: 100px;
  }

  .cra-wrapper.features-vertical-tabs {
    max-width: 1500px;
  }

  .dark-blue-button-no-margin:hover {
    background-color: var(--royal-blue);
    color: var(--white);
  }
}

@media screen and (min-width: 1440px) {
  .wrapper {
    justify-content: space-between;
    max-width: 1100px;
  }

  .wrapper.pricing-table-wrapper {
    max-width: 1280px;
  }

  .white {
    font-size: 18px;
  }

  .product-feature-grid._2-rows {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-section-main {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-image: url('../images/Header_background_Light_TALL.webp');
    background-position: 50% 100%;
    background-size: cover;
    background-clip: border-box;
  }

  .pricing-tables-container.monthly {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pricing-tables-container.yearly {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .pricing-table-item-text {
    margin-bottom: 0;
  }

  .sign-up-section {
    max-width: none;
  }

  .half-size-cta-section {
    background-color: var(--light-grey-new);
  }

  .cta-text-block, .cta-text-block.grey {
    color: var(--header-blue);
  }

  .integration-icon-rows-contain {
    flex-direction: column;
    justify-content: space-around;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .integration-icon-top-row {
    margin-bottom: 20px;
  }

  .main-header.white.centre-justified {
    line-height: 108%;
  }

  .blog-post__read-more.top-padding.left-justified.bottom-margin {
    color: var(--header-blue);
  }

  .blue-filled-button {
    width: auto;
  }

  .icon-list---text {
    color: var(--header-blue);
  }

  .icon-list---icon {
    color: var(--medium-sea-green);
  }

  .body-white-smoke-background {
    background-color: var(--white);
  }

  .columns---2 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .white-box-full-20px-padding {
    box-shadow: 0 0 10px 2px var(--light-grey);
  }

  .blue-filled-button-copy {
    padding: 12px 30px;
  }

  ._2-3-right-text {
    width: 80%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .support-header {
    background-color: var(--white-smoke);
    -webkit-text-fill-color: inherit;
    background-image: url('../images/product_pattern_LIGHT.svg');
    background-position: 0 0;
    background-size: auto;
    background-clip: border-box;
  }

  .column-22 {
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .product-hero-section.dark {
    color: #ffffffb3;
    padding-top: 0;
  }

  .image-29 {
    padding-left: 20px;
  }

  .etcher-flashing-gif {
    margin-top: 20px;
    padding: 20px;
  }

  .blue-div-wrapper {
    justify-content: space-between;
    max-width: 1100px;
  }

  .blue-div-wrapper.hero {
    justify-content: flex-start;
  }

  .partners-logo-wrapper {
    justify-content: center;
    max-width: 1100px;
  }

  .partners-logo-wrapper.hero {
    justify-content: flex-start;
  }

  .partner-logo-link-div {
    width: 300px;
    height: 250px;
  }

  .features-grid._2-rows {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .etcher-filled-button {
    width: auto;
  }

  .etcher-filled-button.top-margin.bottom-margin {
    color: #2f5326;
  }

  .etcher-hero-section {
    background-color: var(--dark-slate-blue);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .devices-list-wrapper {
    justify-content: space-between;
    max-width: 1100px;
  }

  .devices-list-wrapper.hero {
    justify-content: flex-start;
  }

  .devices-cta-wrapper {
    justify-content: center;
    max-width: 1100px;
  }

  .devices-cta-wrapper.hero {
    justify-content: flex-start;
  }

  .hero-team-page {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-image: url('../images/team-page-header-background.webp');
    background-position: 0 0;
    background-size: auto;
    background-clip: border-box;
  }

  .wrapper-2 {
    justify-content: space-between;
    max-width: 1100px;
  }

  .wrapper-2.hero {
    justify-content: flex-start;
  }

  .case-study-slider-wrapper {
    justify-content: space-between;
    max-width: 1100px;
  }

  .case-study-slider-wrapper.hero {
    justify-content: flex-start;
  }

  .flex-block-4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-41 {
    color: var(--white);
    -webkit-text-stroke-color: var(--slate-grey);
    font-size: 18px;
  }

  .flex-block-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-card {
    width: 150px;
    height: 100%;
    box-shadow: 0 0 16px #0000000a;
  }

  .hardware.background-gray {
    padding-top: 150px;
    overflow: hidden;
  }

  .image-42 {
    filter: grayscale();
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-42.logo-card-img, .image-43 {
    filter: grayscale();
  }

  .image-43.logo-card-img {
    filter: none;
  }

  .hardware-container-gradient {
    pointer-events: none;
    margin-right: -50px;
  }

  .image-44 {
    max-width: 400px;
    margin-bottom: 40px;
  }

  .flex-block-7 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
  }

  .cra-header-section {
    justify-content: space-between;
    max-width: 1100px;
  }

  .cra-header-section.pricing-table-wrapper {
    max-width: 1280px;
  }

  .cra-wrapper {
    justify-content: center;
    align-items: flex-start;
    max-width: 1100px;
  }

  .cra-wrapper.pricing-table-wrapper {
    max-width: 1280px;
  }

  .etcher-filled-button-lg {
    width: auto;
  }

  .etcher-filled-button-lg.top-margin.bottom-margin {
    color: #2f5326;
  }
}

@media screen and (min-width: 1920px) {
  .home-hero-section {
    color: var(--dark-slate-blue);
  }

  .wrapper.home-feature-1-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .wrapper._1920px {
    max-width: none;
  }

  .wrapper.pricing-table-wrapper {
    width: 100%;
    max-width: 1280px;
  }

  .product-featured-image-right {
    max-height: none;
  }

  .etcher-pro-featured-pointer-icon {
    padding-bottom: 0;
  }

  .cta-section.flex-horizontal.blue-shapes {
    background-position: 100%;
    background-size: cover;
  }

  .hero-section-main {
    background-color: #0000;
    background-image: url('../images/Header_background_25tint_TALL.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .feature-image-wrapper {
    width: auto;
    height: 100%;
    max-height: 500px;
    display: block;
  }

  .team-member-item {
    align-items: center;
  }

  .pricing-tables-container.yearly {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .job-tabs-menu {
    top: 266px;
  }

  .sign-up-section {
    max-width: 1800px;
  }

  .dropdown-list.blog {
    min-width: 200px;
    display: none;
    left: auto;
    right: auto;
  }

  .dropdown-list.blog.w--open {
    width: auto;
    left: auto;
    right: auto;
  }

  .features-slider-wrapper {
    overflow: hidden;
  }

  .features-top-wrapper, .slider-mask {
    overflow: visible;
  }

  .contain {
    width: 100%;
  }

  .background-image-container {
    background-size: contain;
  }

  .hero-points-contain.bottom-margin.top-margin {
    align-items: flex-start;
  }

  .integration-icon-rows-contain {
    align-self: center;
    display: block;
  }

  .integration-icon-top-row {
    justify-content: center;
    margin-bottom: 20px;
    bottom: auto;
  }

  .integration-icon-bottom-row {
    margin-left: -4%;
  }

  .overview-stats-section {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .overview-image-contain {
    justify-content: space-between;
  }

  .body-white-smoke-background {
    background-color: var(--white);
  }

  .columns---2 {
    justify-content: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section-9.grey-background {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .slider-image---bosch {
    background-image: url('../images/bosch_Blog-1_1.webp');
  }

  .slider-image---infarm {
    background-image: url('../images/infarm-header.webp');
  }

  .home-page-how-it-works {
    color: var(--header-blue);
  }

  .slider-image---skycatch {
    background-image: url('../images/63809287f0ef3441d223e8b4_casestudy-skycatch.webp');
  }

  .slider-imager---sonder {
    background-image: url('../images/6380936d2a93aa0b5e606d41_casestudy-sonder.webp');
  }

  .two-half-boxes.bottom-margin {
    margin-top: 40px;
  }

  .partners-hero-section {
    color: var(--dark-slate-blue);
  }

  .div-block-40 {
    align-self: center;
  }

  .wrapper-copy._1920px {
    max-width: none;
  }

  .product-hero-section {
    background-size: 100%;
  }

  .home-page-dashboard-image {
    border-color: var(--dark-slate-blue);
    box-shadow: 0 0 10px #40454f66;
  }

  .image-34 {
    align-self: auto;
  }

  .balenacloud-featured-image {
    object-fit: contain;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: 500px;
    position: relative;
  }

  .grid-14 {
    grid-template-areas: "Area-2"
                         "Area"
                         "Area-3";
  }

  .slider-image---dyson {
    background-image: url('../images/dyson-header.webp');
  }

  .slider-image---meow-wolf {
    background-image: url('../images/63d114df7700716bd143ef53_meow-wolf-header1.webp');
  }

  .fin-features-pointer-icon {
    padding-bottom: 0;
  }

  .hero-section-cta-copy {
    background-size: 100%;
  }

  .blue-div-wrapper._1920px, .partners-logo-wrapper._1920px {
    max-width: none;
  }

  .etcher-hero-section {
    background-color: var(--dark-slate-blue);
  }

  .slider-image---carbon-co-op {
    background-image: url('../images/carbon-coop-header.webp');
  }

  .partner-featured-pointer-icon, .product-bullet-point-icon {
    padding-bottom: 0;
  }

  .devices-list-wrapper._1920px, .devices-cta-wrapper._1920px {
    max-width: none;
  }

  .devices-cta-section.grey-background {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-team-page {
    background-color: #0000;
    background-image: url('../images/team-page-header-background.webp');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .wrapper-2._1920px, .case-study-slider-wrapper._1920px {
    max-width: none;
  }

  .customer-hero-section {
    background-size: 100%;
  }

  .logo-card {
    width: 200px;
    height: 150px;
  }

  .slider-image---seeed {
    background-image: url('../images/bosch_Blog-1_1.webp');
  }

  .cra-header-section.home-feature-1-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .cra-header-section._1920px {
    max-width: none;
  }

  .cra-header-section.pricing-table-wrapper {
    width: 100%;
    max-width: 1280px;
  }

  .cra-wrapper.home-feature-1-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .cra-wrapper._1920px {
    max-width: none;
  }

  .cra-wrapper.pricing-table-wrapper {
    width: 100%;
    max-width: 1280px;
  }
}

@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.white.left-justify {
    font-size: 36px;
  }

  .home-hero-section {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .wrapper {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .wrapper.home-feature-1-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper._1920px.features-2-vertical {
    align-items: stretch;
    padding-bottom: 0;
  }

  .wrapper.features-vertical-tabs-text-left {
    flex-direction: column;
  }

  .wrapper.features-vertical-tabs-text-left.home-2 {
    background-color: #0000;
    margin-bottom: 0;
  }

  .wrapper.feature-4-wrapper.features {
    flex-direction: column;
  }

  .wrapper.cta-wrapper {
    text-align: center;
    border-radius: 0;
    width: 100%;
  }

  .wrapper.about-hero-up {
    margin-top: 0;
    padding-top: 40px;
  }

  .wrapper.about-story-up-wrapper {
    align-self: stretch;
    margin-bottom: 20px;
    padding-top: 60px;
  }

  .wrapper.about-grid {
    padding-bottom: 100px;
  }

  .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.home-hero-wrapper.homepage-2.top-margin {
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
  }

  .wrapper.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .wrapper.pricing-hero-wrapper.pricing-page-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .wrapper.pricing-table-wrapper {
    width: 90%;
  }

  .wrapper.faq-wrapper {
    align-items: flex-start;
  }

  .wrapper.blog-subscribe-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .wrapper.contact-form-wrapper {
    overflow: visible;
  }

  .wrapper.location-wrapper {
    align-items: flex-start;
  }

  .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.security-wrapper {
    align-self: stretch;
    margin-bottom: 20px;
    padding-top: 60px;
  }

  .home-hero-left {
    width: 100%;
    margin-bottom: 80px;
  }

  .home-hero-left.homepage-3 {
    width: 100%;
    margin-left: 0%;
  }

  .para-large.home-hero-para {
    font-size: 20px;
  }

  .para-large.home-hero-para.white {
    font-size: 18px;
  }

  .para-large.overview {
    width: 95%;
    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 {
    background-color: var(--royal-blue);
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 110px;
    margin-left: 20px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .button.top-marin-80px {
    margin-top: 0;
  }

  .home-hero-pointers {
    margin-top: 60px;
  }

  .image.contain.signup {
    display: none;
  }

  .image.nav-icons {
    object-fit: fill;
    width: 24px;
    min-width: auto;
    max-width: none;
    height: 24px;
    min-height: auto;
    max-height: none;
    display: block;
  }

  .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.left-aligned.industries-why-subheading, .home-stats-grid-item.middle.review, .home-stats-grid-item.review {
    text-align: center;
  }

  .stats-number-text {
    font-size: 52px;
  }

  .product-feature-section-image-text {
    display: block;
  }

  .product-featured-image-right {
    width: 100%;
    margin-bottom: 60px;
  }

  .product-featured-image-right.feature-3 {
    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%;
  }

  .product-features-text-left {
    z-index: 1;
    width: 100%;
    position: relative;
  }

  .product-features-text-left.white {
    margin-bottom: 60px;
  }

  .product-features-text-left.padding-right {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 60px;
    padding-left: 0;
    position: relative;
  }

  .home-features-heading.industries-why-title {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .home-features-2-up {
    align-self: center;
    max-width: 100%;
  }

  .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;
  }

  .product-feature-grid {
    width: 100%;
    margin-top: 60px;
  }

  .product-feature-grid._2-rows {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .cta-section {
    margin-bottom: 0;
  }

  .hero-section-main {
    margin-top: 0;
  }

  .hero-about-text {
    margin-left: 0;
    font-size: 20px;
  }

  .about-image {
    height: 400px;
  }

  .about-story-left, .about-story-right {
    width: 100%;
  }

  .about-story-text {
    font-size: 20px;
  }

  .stats-number-text-2 {
    font-size: 50px;
  }

  .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-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 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    border-right-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .visual-features-items-container.nav.blogs {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    line-height: 50%;
    display: flex;
  }

  .menu-dropdown-item.navbar.horizontal {
    justify-content: flex-start;
  }

  .menu-dropdown-item.navbar.blog {
    flex: none;
    display: block;
    position: relative;
  }

  .white-2._500w {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .feature-image-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 4%;
  }

  .features-5-items-container {
    grid-template-columns: 1fr 1fr;
  }

  .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 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pricing-tables-container.yearly {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 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.pricing-page-3 {
    width: 80%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-table-item-text {
    margin-bottom: 0;
  }

  .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-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;
  }

  ._404-section {
    background-color: var(--white-smoke);
    margin-top: 100px;
  }

  .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;
    align-items: center;
  }

  .blog-featured-main-collection-list {
    margin-bottom: 20px;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

  .navigation-drop-container {
    flex-direction: column;
  }

  .navigation-drop-container.features {
    display: block;
  }

  .navigation-drop-container.features.pages {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    margin-left: 10px;
    margin-right: 5%;
    padding-left: 10px;
    display: flex;
  }

  .dropdown-toggle.white {
    color: var(--black);
  }

  .dropdown-toggle.left-margin {
    padding-left: 10px;
  }

  .navbar-brand {
    width: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .navigation-left {
    width: 20%;
  }

  .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 {
    clear: none;
    width: 90%;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .navigation-right {
    width: 50%;
    margin-right: 0;
  }

  .navigation-right.left-margin {
    width: auto;
    margin-left: auto;
  }

  .navigation-menu {
    max-width: Infinity% ;
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    max-height: 98vh;
    margin-top: 0;
    margin-right: -30px;
    padding-top: 10px;
    padding-bottom: 30px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    overflow: scroll;
    box-shadow: 0 50px 30px #0000000f;
  }

  .dropdown-arrow {
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .dropdown-arrow:hover {
    color: var(--royal-blue);
  }

  .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.paragraph---16px-dark-blue {
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.paragraph---16px-dark-blue.right-margin {
    padding-right: 0;
  }

  .nav-link.paragraph---16px-dark-blue.left-margin {
    margin-top: 0;
    margin-left: 20px;
    display: none;
  }

  .nav-link.paragraph---16px-dark-blue.left-margin.left-padding {
    padding-left: 0;
  }

  .dropdown {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .dropdown-list-full-wrapper {
    box-shadow: none;
    padding: 0;
  }

  .dropdown-list-full-wrapper.blog {
    justify-content: flex-start;
    display: block;
  }

  .navigation {
    display: block;
  }

  .main-navigations-container {
    height: auto;
  }

  .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 11px 11px 20px;
    display: block;
    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-section.stacked {
    margin-top: 0;
  }

  .faq-s-text-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .h2-heading {
    font-size: 50px;
    line-height: 100%;
  }

  .faq-answer-wrap {
    padding-bottom: 0;
  }

  .faq-content {
    padding-bottom: 24px;
  }

  .wrapper-1200px-left.faqs-mobile-optimise {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .wrapper-1200px-left.faqs-mobile-optimise.less-padding {
    padding-top: 0;
  }

  .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;
  }

  .email-field {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }

  .logos-contain {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .logos-image {
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .logos-wrapper, .features-slider-wrapper {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .features-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .features-top-wrapper.centered {
    align-items: center;
  }

  .features-left-contain {
    max-width: 80%;
  }

  .testimonial-left {
    left: -80px;
  }

  .testimonial-right {
    right: -80px;
  }

  .half-size-cta-section {
    margin-bottom: 100px;
  }

  .cta-and-text {
    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: 0;
    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 {
    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 {
    width: 100%;
  }

  .left-text-contain._50-width {
    width: 85%;
    margin-top: 60px;
  }

  .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;
  }

  .cs-hero-paragraph {
    font-size: 20px;
  }

  .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-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;
  }

  .footer-text.stretch {
    justify-content: center;
    display: block;
  }

  .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: 0;
  }

  .price-grid-contain {
    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;
  }

  .sticky-nav-div {
    height: auto;
  }

  .main-header {
    margin-top: 0;
  }

  .main-header.new-section-padding {
    margin-top: 60px;
  }

  .main-header.bottom-padding.centre-justified {
    width: 100%;
  }

  .main-header.centred {
    width: 100%;
  }

  .blog-post__read-more.top-padding {
    object-fit: contain;
    font-size: 16px;
  }

  .blog-post__read-more.left-padding.bottom-padding.left-justified.right-padding {
    text-align: left;
  }

  .blog-post__read-more.left-justified {
    text-align: left;
    align-self: flex-start;
  }

  .blog-post__read-more.left-justified.bottom-margin {
    text-align: left;
  }

  .blog-post__read-more.bottom-margin {
    font-size: 14px;
    line-height: 130%;
  }

  .blog-post__read-more.padding {
    padding-left: 5px;
    padding-right: 5px;
  }

  .legal-copy-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .column---10px-spacing-wrap {
    display: flex;
  }

  .column---10px-spacing-wrap.left-padding {
    flex-direction: column;
  }

  .paragraph-8 {
    margin-left: -20px;
  }

  .columns-4-rows {
    margin-left: 60px;
    margin-right: 60px;
    display: flex;
  }

  .columns-4-rows.new-section-padding {
    margin-bottom: 60px;
  }

  .meet-the-team-section {
    margin-left: 60px;
    margin-right: 60px;
  }

  .image-text-block.paragraph---18px-slate-grey.top-padding.bottom-padding {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .image-rounded-top-corners {
    min-height: auto;
    max-height: none;
  }

  .image-rounded-top-corners.height-300px {
    min-height: 150px;
    max-height: 150px;
  }

  .image-rounded-top-corners.height-150px {
    object-fit: cover;
    min-height: 150px;
    max-height: 150px;
    display: block;
  }

  .looking-for-support-section {
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-13 {
    max-width: 80%;
  }

  .blue-filled-button {
    text-align: center;
    align-self: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: block;
  }

  .blue-filled-button.left-margin.top-margin.bottom-margin, .blue-filled-button.top-margin.bottom-margin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blue-filled-button.navigation-mobile {
    justify-content: center;
    align-items: flex-start;
    max-width: 140px;
    margin-left: 20px;
    display: flex;
    position: relative;
  }

  .outlined-white-box-modern.sample-projects-full-length {
    min-height: 350px;
  }

  .hero-paragraph-text {
    font-size: 20px;
  }

  .features-heading.left-justified {
    text-align: center;
  }

  .features-heading.left-justified.bottom-margin {
    align-self: center;
  }

  .features-heading.left-justified.less-padding.shrink {
    font-size: 25px;
  }

  .features-heading.bottom-padding {
    margin-top: 10px;
  }

  .features-heading.bottom-margin.left-justified.centre-justified {
    text-align: center;
  }

  .balenacloud-button.reverse-colours, .balenacloud-button.reverse-colours.stretch {
    max-width: 100%;
  }

  .column-6 {
    padding-right: 10px;
  }

  .blue-outlined-button {
    margin-top: 20px;
  }

  .blue-outlined-button.no-margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .body-white-smoke-background {
    background-color: var(--white);
  }

  .person-profile-wrapper {
    align-self: auto;
  }

  .columns---2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .semi-bold-paragraph-18px-slate-grey.top-padding {
    font-size: 16px;
    line-height: 125%;
  }

  ._3-even-columns {
    margin-left: auto;
    margin-right: auto;
  }

  .columns---4 {
    margin-left: 0;
    margin-right: 0;
  }

  .columns---4.new-section-padding {
    margin-right: 0;
    padding-bottom: 0;
  }

  .columns---2-centralised {
    margin-left: 0;
    margin-right: 0;
  }

  .columns---2-centralised.bottom-padding {
    padding-bottom: 60px;
  }

  .image-copy.contain.signup {
    display: none;
  }

  .image-copy.nav-icons {
    object-fit: fill;
    width: 27px;
  }

  .semi-bold-paragraph---16px-slate-grey.left-padding.left-justified.centre-justified {
    text-align: center;
  }

  .paragraph-16px-grey.top-padding {
    font-size: 16px;
  }

  .paragraph-16px-grey.left-padding.bottom-padding.left-justified {
    text-align: left;
  }

  .paragraph-16px-grey.left-justified.mobile-bottom-margin {
    text-align: center;
  }

  .customer-testimonial-box-right {
    width: 100%;
    margin-bottom: 60px;
  }

  .customer-testimonial-box-right.feature-3 {
    width: 100%;
    margin-bottom: 10px;
  }

  .columns-11 {
    justify-content: center;
    width: 100%;
  }

  .card-title {
    font-size: 20px;
  }

  .card-title.left-padding.bottom-padding, .card-title.left-padding.bottom-padding.white {
    font-size: 23px;
  }

  .hub-featured-app-card {
    width: 100%;
  }

  .app-owner-text {
    line-height: 130%;
  }

  .app-owner-image.contain.signup {
    display: none;
  }

  .app-owner-image.nav-icons {
    object-fit: fill;
    width: 27px;
  }

  .image-22 {
    max-width: 30px;
  }

  .hub-card-animation {
    width: 100px;
    height: 100px;
  }

  .white-box-full-20px-padding {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 0;
  }

  .floating-logo.contain.signup {
    display: none;
  }

  .floating-logo.nav-icons {
    object-fit: fill;
    width: 27px;
  }

  .text-block-15, .text-block-16, .text-block-17 {
    font-size: 14px;
    line-height: 130%;
  }

  .floating-flag-icon {
    right: -20px;
  }

  .offices-section, .contact-form-section {
    margin-left: 60px;
    margin-right: 60px;
  }

  .blue-filled-button-copy.left-margin.top-margin.bottom-margin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-bar-logo.contain.signup {
    display: none;
  }

  .nav-bar-logo.nav-icons {
    object-fit: fill;
    width: 27px;
  }

  .button-copy.navigation-button {
    margin-top: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    display: none;
  }

  .button-copy.navigation-button.mobile {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 110px;
    margin-left: 5%;
    display: flex;
  }

  .button-copy.top-marin-80px {
    margin-top: 0;
  }

  .nav-bar-button.left-margin.top-margin.bottom-margin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph---16px-dark-blue {
    margin-left: 0;
  }

  .paragraph---16px-dark-blue:hover {
    color: var(--royal-blue);
  }

  .nav-bar-icon.contain.signup {
    display: none;
  }

  .nav-bar-icon.nav-icons {
    object-fit: fill;
    width: 27px;
  }

  .tickboxes.contain.signup {
    display: none;
  }

  .tickboxes.nav-icons {
    object-fit: fill;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .hero-two-columns {
    margin-left: 0;
    margin-right: 0;
  }

  .image-23 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-21 {
    justify-content: center;
  }

  .home-features-2-main-image-copy, .home-features-3-main-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .support-header {
    margin-top: 100px;
  }

  .div-block-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-40.bottom-margin {
    width: 90%;
    margin-right: 20px;
  }

  .wrapper-copy {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .wrapper-copy.home-feature-3-wrapper, .wrapper-copy.feature-4-wrapper.features {
    flex-direction: column;
  }

  .wrapper-copy.cta-wrapper {
    text-align: center;
    border-radius: 0;
    width: 100%;
  }

  .wrapper-copy.about-hero-up {
    margin-top: 100px;
    padding-top: 40px;
  }

  .wrapper-copy.about-story-up-wrapper {
    padding-top: 40px;
  }

  .wrapper-copy.about-grid {
    padding-bottom: 100px;
  }

  .wrapper-copy.about-values-wrapper {
    align-items: flex-start;
  }

  .wrapper-copy.home-hero-wrapper {
    padding-bottom: 160px;
  }

  .wrapper-copy.home-hero-wrapper.homepage-3 {
    flex-direction: column;
  }

  .wrapper-copy.home-hero-wrapper.homepage-2 {
    padding-bottom: 0;
  }

  .wrapper-copy.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .wrapper-copy.pricing-hero-wrapper.pricing-page-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .wrapper-copy.faq-wrapper {
    align-items: flex-start;
  }

  .wrapper-copy.blog-subscribe-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .wrapper-copy.contact-form-wrapper {
    overflow: visible;
  }

  .wrapper-copy.location-wrapper {
    align-items: flex-start;
  }

  .wrapper-copy.sign-up-wrapper {
    align-items: center;
    height: auto;
  }

  .wrapper-copy.vacancy-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper-copy.footer-wrapper {
    padding-top: 100px;
  }

  .wrapper-copy.search-result {
    width: 90%;
  }

  .wrapper-copy.download-cards-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .wrapper-copy.features-vertical-tabs {
    padding-bottom: 80px;
  }

  .wrapper-copy.plans-grid {
    flex-direction: column-reverse;
  }

  .wrapper-copy.support {
    align-items: flex-start;
  }

  .wrapper-copy.cs {
    padding-top: 80px;
  }

  .wrapper-copy.overview-section.no-top-padding {
    padding-bottom: 124px;
  }

  .wrapper-copy.checkout {
    width: 85%;
  }

  .wrapper-copy.navigation-wrapper {
    flex-direction: row;
  }

  .home-page-cta-box.full-padding {
    align-self: center;
    margin-top: 10px;
  }

  .column-22 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .form-block-2 {
    object-fit: contain;
    flex-direction: column;
    display: block;
  }

  .div-block-45 {
    width: 100%;
  }

  .column-26 {
    object-fit: contain;
  }

  .product-hero-section.dark {
    background-color: var(--dark-slate-blue);
  }

  .image-27 {
    margin-top: 0;
    margin-left: 0;
  }

  .code-example {
    align-self: flex-start;
  }

  .text-block-32 {
    white-space: nowrap;
  }

  .resource-links-section.top-margin {
    margin-top: 0;
  }

  .bottom-margin {
    margin-bottom: 20px;
  }

  .table-text-2.top-padding {
    font-size: 16px;
  }

  .table-text-2.left-padding.bottom-padding.left-justified {
    text-align: center;
  }

  .paragraph-31 {
    text-align: center;
    align-self: center;
  }

  .div-block-53 {
    width: 90%;
  }

  .div-block-58 {
    order: 0;
    align-self: auto;
    width: 0;
    height: 0;
    max-height: 98vh;
    overflow: scroll;
  }

  .grid-14 {
    grid-template-columns: .75fr 2.75fr 1.25fr;
  }

  .slider-image---dyson {
    background-image: url('../images/dyson-header.webp');
  }

  .home-page-cta-box-copy.full-padding {
    align-self: center;
    margin-top: 10px;
  }

  .hero-section-cta-copy.dark {
    background-color: #0000;
  }

  .partners-hero-columns {
    margin-left: 0;
    margin-right: 0;
  }

  .blue-div-wrapper {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .blue-div-wrapper._1920px.features-2-vertical {
    align-items: stretch;
    padding-bottom: 0;
  }

  .blue-div-wrapper.features-vertical-tabs-text-left {
    flex-direction: column;
  }

  .blue-div-wrapper.features-vertical-tabs-text-left.home-2 {
    background-color: #0000;
    margin-bottom: 0;
  }

  .blue-div-wrapper.feature-4-wrapper.features {
    flex-direction: column;
  }

  .blue-div-wrapper.cta-wrapper {
    text-align: center;
    border-radius: 0;
    width: 100%;
  }

  .blue-div-wrapper.about-hero-up {
    margin-top: 0;
    padding-top: 40px;
  }

  .blue-div-wrapper.about-story-up-wrapper {
    align-self: stretch;
    margin-bottom: 20px;
    padding-top: 40px;
  }

  .blue-div-wrapper.about-grid {
    padding-bottom: 100px;
  }

  .blue-div-wrapper.about-values-wrapper {
    align-items: flex-start;
  }

  .blue-div-wrapper.home-hero-wrapper {
    padding-bottom: 160px;
  }

  .blue-div-wrapper.home-hero-wrapper.homepage-3 {
    flex-direction: column;
  }

  .blue-div-wrapper.home-hero-wrapper.homepage-2 {
    padding-bottom: 0;
  }

  .blue-div-wrapper.home-hero-wrapper.homepage-2.top-margin {
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
  }

  .blue-div-wrapper.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .blue-div-wrapper.pricing-hero-wrapper.pricing-page-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .blue-div-wrapper.faq-wrapper {
    align-items: flex-start;
  }

  .blue-div-wrapper.blog-subscribe-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .blue-div-wrapper.contact-form-wrapper {
    overflow: visible;
  }

  .blue-div-wrapper.location-wrapper {
    align-items: flex-start;
  }

  .blue-div-wrapper.sign-up-wrapper {
    align-items: center;
    height: auto;
  }

  .blue-div-wrapper.vacancy-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .blue-div-wrapper.footer-wrapper {
    padding-top: 100px;
  }

  .blue-div-wrapper.search-result {
    width: 90%;
  }

  .blue-div-wrapper.download-cards-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .blue-div-wrapper.features-vertical-tabs {
    padding-bottom: 80px;
  }

  .blue-div-wrapper.plans-grid {
    flex-direction: column-reverse;
  }

  .blue-div-wrapper.support {
    align-items: flex-start;
  }

  .blue-div-wrapper.cs {
    padding-top: 80px;
  }

  .blue-div-wrapper.overview-section.no-top-padding {
    padding-bottom: 124px;
  }

  .blue-div-wrapper.checkout {
    width: 85%;
  }

  .blue-div-wrapper.navigation-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .partners-logo-wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
  }

  .partners-logo-wrapper._1920px.features-2-vertical {
    align-items: stretch;
    padding-bottom: 0;
  }

  .partners-logo-wrapper.features-vertical-tabs-text-left {
    flex-direction: column;
  }

  .partners-logo-wrapper.features-vertical-tabs-text-left.home-2 {
    background-color: #0000;
    margin-bottom: 0;
  }

  .partners-logo-wrapper.feature-4-wrapper.features {
    flex-direction: column;
  }

  .partners-logo-wrapper.cta-wrapper {
    text-align: center;
    border-radius: 0;
    width: 100%;
  }

  .partners-logo-wrapper.about-hero-up {
    margin-top: 0;
    padding-top: 40px;
  }

  .partners-logo-wrapper.about-story-up-wrapper {
    align-self: stretch;
    margin-bottom: 20px;
    padding-top: 40px;
  }

  .partners-logo-wrapper.about-grid {
    padding-bottom: 100px;
  }

  .partners-logo-wrapper.about-values-wrapper {
    align-items: flex-start;
  }

  .partners-logo-wrapper.home-hero-wrapper {
    padding-bottom: 160px;
  }

  .partners-logo-wrapper.home-hero-wrapper.homepage-3 {
    flex-direction: column;
  }

  .partners-logo-wrapper.home-hero-wrapper.homepage-2 {
    padding-bottom: 0;
  }

  .partners-logo-wrapper.home-hero-wrapper.homepage-2.top-margin {
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
  }

  .partners-logo-wrapper.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .partners-logo-wrapper.pricing-hero-wrapper.pricing-page-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .partners-logo-wrapper.faq-wrapper {
    align-items: flex-start;
  }

  .partners-logo-wrapper.blog-subscribe-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .partners-logo-wrapper.contact-form-wrapper {
    overflow: visible;
  }

  .partners-logo-wrapper.location-wrapper {
    align-items: flex-start;
  }

  .partners-logo-wrapper.sign-up-wrapper {
    align-items: center;
    height: auto;
  }

  .partners-logo-wrapper.vacancy-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .partners-logo-wrapper.footer-wrapper {
    padding-top: 100px;
  }

  .partners-logo-wrapper.search-result {
    width: 90%;
  }

  .partners-logo-wrapper.download-cards-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .partners-logo-wrapper.features-vertical-tabs {
    padding-bottom: 80px;
  }

  .partners-logo-wrapper.plans-grid {
    flex-direction: column-reverse;
  }

  .partners-logo-wrapper.support {
    align-items: flex-start;
  }

  .partners-logo-wrapper.cs {
    padding-top: 80px;
  }

  .partners-logo-wrapper.overview-section.no-top-padding {
    padding-bottom: 124px;
  }

  .partners-logo-wrapper.checkout {
    width: 85%;
  }

  .partners-logo-wrapper.navigation-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .partner-logo-link-div {
    width: 150px;
    height: 125px;
  }

  .etcher-outlined-button.left-aligned {
    align-self: center;
  }

  .features-grid {
    width: 100%;
    margin-top: 60px;
  }

  .features-grid._2-rows {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .etcher-filled-button {
    text-align: center;
    align-self: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: block;
  }

  .etcher-filled-button.left-margin.top-margin.bottom-margin, .etcher-filled-button.top-margin.bottom-margin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .etcher-filled-button.navigation-mobile {
    justify-content: center;
    align-items: flex-start;
    max-width: 140px;
    margin-left: 20px;
    display: flex;
    position: relative;
  }

  .etcher-hero-section {
    margin-top: 0;
    padding-bottom: 0;
  }

  .featured-header-wrapper {
    width: 100%;
    max-width: 620px;
  }

  .devices-card.sample-projects-full-length {
    min-height: 350px;
  }

  .devices-list-wrapper {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .devices-list-wrapper._1920px.features-2-vertical {
    align-items: stretch;
    padding-bottom: 0;
  }

  .devices-list-wrapper.features-vertical-tabs-text-left {
    flex-direction: column;
  }

  .devices-list-wrapper.features-vertical-tabs-text-left.home-2 {
    background-color: #0000;
    margin-bottom: 0;
  }

  .devices-list-wrapper.feature-4-wrapper.features {
    flex-direction: column;
  }

  .devices-list-wrapper.cta-wrapper {
    text-align: center;
    border-radius: 0;
    width: 100%;
  }

  .devices-list-wrapper.about-hero-up {
    margin-top: 0;
    padding-top: 40px;
  }

  .devices-list-wrapper.about-story-up-wrapper {
    align-self: stretch;
    margin-bottom: 20px;
    padding-top: 40px;
  }

  .devices-list-wrapper.about-grid {
    padding-bottom: 100px;
  }

  .devices-list-wrapper.about-values-wrapper {
    align-items: flex-start;
  }

  .devices-list-wrapper.home-hero-wrapper {
    padding-bottom: 160px;
  }

  .devices-list-wrapper.home-hero-wrapper.homepage-3 {
    flex-direction: column;
  }

  .devices-list-wrapper.home-hero-wrapper.homepage-2 {
    padding-bottom: 0;
  }

  .devices-list-wrapper.home-hero-wrapper.homepage-2.top-margin {
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
  }

  .devices-list-wrapper.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .devices-list-wrapper.pricing-hero-wrapper.pricing-page-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .devices-list-wrapper.faq-wrapper {
    align-items: flex-start;
  }

  .devices-list-wrapper.blog-subscribe-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .devices-list-wrapper.contact-form-wrapper {
    overflow: visible;
  }

  .devices-list-wrapper.location-wrapper {
    align-items: flex-start;
  }

  .devices-list-wrapper.sign-up-wrapper {
    align-items: center;
    height: auto;
  }

  .devices-list-wrapper.vacancy-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .devices-list-wrapper.footer-wrapper {
    padding-top: 100px;
  }

  .devices-list-wrapper.search-result {
    width: 90%;
  }

  .devices-list-wrapper.download-cards-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .devices-list-wrapper.features-vertical-tabs {
    padding-bottom: 80px;
  }

  .devices-list-wrapper.plans-grid {
    flex-direction: column-reverse;
  }

  .devices-list-wrapper.support {
    align-items: flex-start;
  }

  .devices-list-wrapper.cs {
    padding-top: 80px;
  }

  .devices-list-wrapper.overview-section.no-top-padding {
    padding-bottom: 124px;
  }

  .devices-list-wrapper.checkout {
    width: 85%;
  }

  .devices-list-wrapper.navigation-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .devices-cta-wrapper {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .devices-cta-wrapper._1920px.features-2-vertical {
    align-items: stretch;
    padding-bottom: 0;
  }

  .devices-cta-wrapper.features-vertical-tabs-text-left {
    flex-direction: column;
  }

  .devices-cta-wrapper.features-vertical-tabs-text-left.home-2 {
    background-color: #0000;
    margin-bottom: 0;
  }

  .devices-cta-wrapper.feature-4-wrapper.features {
    flex-direction: column;
  }

  .devices-cta-wrapper.cta-wrapper {
    text-align: center;
    border-radius: 0;
    width: 100%;
  }

  .devices-cta-wrapper.about-hero-up {
    margin-top: 0;
    padding-top: 40px;
  }

  .devices-cta-wrapper.about-story-up-wrapper {
    align-self: stretch;
    margin-bottom: 20px;
    padding-top: 40px;
  }

  .devices-cta-wrapper.about-grid {
    padding-bottom: 100px;
  }

  .devices-cta-wrapper.about-values-wrapper {
    align-items: flex-start;
  }

  .devices-cta-wrapper.home-hero-wrapper {
    padding-bottom: 160px;
  }

  .devices-cta-wrapper.home-hero-wrapper.homepage-3 {
    flex-direction: column;
  }

  .devices-cta-wrapper.home-hero-wrapper.homepage-2 {
    padding-bottom: 0;
  }

  .devices-cta-wrapper.home-hero-wrapper.homepage-2.top-margin {
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
  }

  .devices-cta-wrapper.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .devices-cta-wrapper.pricing-hero-wrapper.pricing-page-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .devices-cta-wrapper.faq-wrapper {
    align-items: flex-start;
  }

  .devices-cta-wrapper.blog-subscribe-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .devices-cta-wrapper.contact-form-wrapper {
    overflow: visible;
  }

  .devices-cta-wrapper.location-wrapper {
    align-items: flex-start;
  }

  .devices-cta-wrapper.sign-up-wrapper {
    align-items: center;
    height: auto;
  }

  .devices-cta-wrapper.vacancy-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .devices-cta-wrapper.footer-wrapper {
    padding-top: 100px;
  }

  .devices-cta-wrapper.search-result {
    width: 90%;
  }

  .devices-cta-wrapper.download-cards-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .devices-cta-wrapper.features-vertical-tabs {
    padding-bottom: 80px;
  }

  .devices-cta-wrapper.plans-grid {
    flex-direction: column-reverse;
  }

  .devices-cta-wrapper.support {
    align-items: flex-start;
  }

  .devices-cta-wrapper.cs {
    padding-top: 80px;
  }

  .devices-cta-wrapper.overview-section.no-top-padding {
    padding-bottom: 124px;
  }

  .devices-cta-wrapper.checkout {
    width: 85%;
  }

  .devices-cta-wrapper.navigation-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .etcher-pro-columns {
    padding-bottom: 0;
  }

  .etcher-pro-features-pointer {
    justify-content: center;
  }

  .etcher-pro-button-grid {
    justify-items: center;
  }

  .etcher-pro-left-column {
    margin-bottom: 20px;
  }

  .values-expanded-text {
    padding-bottom: 24px;
  }

  .hero-team-page {
    margin-top: 0;
  }

  .wrapper-2 {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .wrapper-2._1920px.features-2-vertical {
    align-items: stretch;
    padding-bottom: 0;
  }

  .wrapper-2.features-vertical-tabs-text-left {
    flex-direction: column;
  }

  .wrapper-2.features-vertical-tabs-text-left.home-2 {
    background-color: #0000;
    margin-bottom: 0;
  }

  .wrapper-2.feature-4-wrapper.features {
    flex-direction: column;
  }

  .wrapper-2.cta-wrapper {
    text-align: center;
    border-radius: 0;
    width: 100%;
  }

  .wrapper-2.about-hero-up {
    margin-top: 0;
    padding-top: 40px;
  }

  .wrapper-2.about-story-up-wrapper {
    align-self: stretch;
    margin-bottom: 20px;
    padding-top: 40px;
  }

  .wrapper-2.about-grid {
    padding-bottom: 100px;
  }

  .wrapper-2.about-values-wrapper {
    align-items: flex-start;
  }

  .wrapper-2.home-hero-wrapper {
    padding-bottom: 160px;
  }

  .wrapper-2.home-hero-wrapper.homepage-3 {
    flex-direction: column;
  }

  .wrapper-2.home-hero-wrapper.homepage-2 {
    padding-bottom: 0;
  }

  .wrapper-2.home-hero-wrapper.homepage-2.top-margin {
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
  }

  .wrapper-2.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .wrapper-2.pricing-hero-wrapper.pricing-page-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .wrapper-2.faq-wrapper {
    align-items: flex-start;
  }

  .wrapper-2.blog-subscribe-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .wrapper-2.contact-form-wrapper {
    overflow: visible;
  }

  .wrapper-2.location-wrapper {
    align-items: flex-start;
  }

  .wrapper-2.sign-up-wrapper {
    align-items: center;
    height: auto;
  }

  .wrapper-2.vacancy-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper-2.footer-wrapper {
    padding-top: 100px;
  }

  .wrapper-2.search-result {
    width: 90%;
  }

  .wrapper-2.download-cards-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .wrapper-2.features-vertical-tabs {
    padding-bottom: 80px;
  }

  .wrapper-2.plans-grid {
    flex-direction: column-reverse;
  }

  .wrapper-2.support {
    align-items: flex-start;
  }

  .wrapper-2.cs {
    padding-top: 80px;
  }

  .wrapper-2.overview-section.no-top-padding {
    padding-bottom: 124px;
  }

  .wrapper-2.checkout {
    width: 85%;
  }

  .wrapper-2.navigation-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .investors-section, .advisors-section {
    margin-left: 60px;
    margin-right: 60px;
  }

  .case-study-slider-wrapper {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .case-study-slider-wrapper._1920px.features-2-vertical {
    align-items: stretch;
    padding-bottom: 0;
  }

  .case-study-slider-wrapper.features-vertical-tabs-text-left {
    flex-direction: column;
  }

  .case-study-slider-wrapper.features-vertical-tabs-text-left.home-2 {
    background-color: #0000;
    margin-bottom: 0;
  }

  .case-study-slider-wrapper.feature-4-wrapper.features {
    flex-direction: column;
  }

  .case-study-slider-wrapper.cta-wrapper {
    text-align: center;
    border-radius: 0;
    width: 100%;
  }

  .case-study-slider-wrapper.about-hero-up {
    margin-top: 0;
    padding-top: 40px;
  }

  .case-study-slider-wrapper.about-story-up-wrapper {
    align-self: stretch;
    margin-bottom: 20px;
    padding-top: 40px;
  }

  .case-study-slider-wrapper.about-grid {
    padding-bottom: 100px;
  }

  .case-study-slider-wrapper.about-values-wrapper {
    align-items: flex-start;
  }

  .case-study-slider-wrapper.home-hero-wrapper {
    padding-bottom: 160px;
  }

  .case-study-slider-wrapper.home-hero-wrapper.homepage-3 {
    flex-direction: column;
  }

  .case-study-slider-wrapper.home-hero-wrapper.homepage-2 {
    padding-bottom: 0;
  }

  .case-study-slider-wrapper.home-hero-wrapper.homepage-2.top-margin {
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
  }

  .case-study-slider-wrapper.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .case-study-slider-wrapper.pricing-hero-wrapper.pricing-page-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .case-study-slider-wrapper.faq-wrapper {
    align-items: flex-start;
  }

  .case-study-slider-wrapper.blog-subscribe-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .case-study-slider-wrapper.contact-form-wrapper {
    overflow: visible;
  }

  .case-study-slider-wrapper.location-wrapper {
    align-items: flex-start;
  }

  .case-study-slider-wrapper.sign-up-wrapper {
    align-items: center;
    height: auto;
  }

  .case-study-slider-wrapper.vacancy-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .case-study-slider-wrapper.footer-wrapper {
    padding-top: 100px;
  }

  .case-study-slider-wrapper.search-result {
    width: 90%;
  }

  .case-study-slider-wrapper.download-cards-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .case-study-slider-wrapper.features-vertical-tabs {
    padding-bottom: 80px;
  }

  .case-study-slider-wrapper.plans-grid {
    flex-direction: column-reverse;
  }

  .case-study-slider-wrapper.support {
    align-items: flex-start;
  }

  .case-study-slider-wrapper.cs {
    padding-top: 80px;
  }

  .case-study-slider-wrapper.overview-section.no-top-padding {
    padding-bottom: 124px;
  }

  .case-study-slider-wrapper.checkout {
    width: 85%;
  }

  .case-study-slider-wrapper.navigation-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .customer-hero-section.dark {
    background-color: #0000;
  }

  .div-block-83 {
    width: 100%;
  }

  .demo-left-text-contain-copy {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .flex-block-4 {
    max-width: 100%;
  }

  .div-block-84 {
    height: 200px;
  }

  .logo-block-grid {
    grid-template-columns: 1fr 1fr;
  }

  .logos {
    position: static;
  }

  .logo-grid {
    grid-template-columns: 1fr;
  }

  .hardware-container-gradient {
    display: none;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .column-large.hide-tablet {
    display: none;
  }

  .blog-post-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .divider {
    background-color: #d5dfe7;
  }

  .title-wrapper {
    margin-bottom: 32px;
  }

  .hero-feature-grid--content {
    border-right-color: #d5dfe7;
  }

  .hero-feature-grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .security-section-header {
    align-self: center;
    max-width: 100%;
  }

  .cra-header-section {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-direction: column;
    width: 65%;
    max-width: 400px;
    padding-bottom: 0;
  }

  .cra-header-section.home-feature-1-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cra-header-section._1920px.features-2-vertical {
    align-items: stretch;
    padding-bottom: 0;
  }

  .cra-header-section.features-vertical-tabs-text-left {
    flex-direction: column;
  }

  .cra-header-section.features-vertical-tabs-text-left.home-2 {
    background-color: #0000;
    margin-bottom: 0;
  }

  .cra-header-section.feature-4-wrapper.features {
    flex-direction: column;
  }

  .cra-header-section.cta-wrapper {
    text-align: center;
    border-radius: 0;
    width: 100%;
  }

  .cra-header-section.about-hero-up {
    margin-top: 0;
    padding-top: 40px;
  }

  .cra-header-section.about-story-up-wrapper {
    align-self: stretch;
    margin-bottom: 20px;
    padding-top: 60px;
  }

  .cra-header-section.about-grid {
    padding-bottom: 100px;
  }

  .cra-header-section.about-values-wrapper {
    align-items: flex-start;
  }

  .cra-header-section.home-hero-wrapper {
    padding-bottom: 160px;
  }

  .cra-header-section.home-hero-wrapper.homepage-3 {
    flex-direction: column;
  }

  .cra-header-section.home-hero-wrapper.homepage-2 {
    padding-bottom: 0;
  }

  .cra-header-section.home-hero-wrapper.homepage-2.top-margin {
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
  }

  .cra-header-section.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .cra-header-section.pricing-hero-wrapper.pricing-page-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .cra-header-section.pricing-table-wrapper {
    width: 90%;
  }

  .cra-header-section.faq-wrapper {
    align-items: flex-start;
  }

  .cra-header-section.blog-subscribe-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cra-header-section.contact-form-wrapper {
    overflow: visible;
  }

  .cra-header-section.location-wrapper {
    align-items: flex-start;
  }

  .cra-header-section.sign-up-wrapper {
    align-items: center;
    height: auto;
  }

  .cra-header-section.vacancy-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cra-header-section.footer-wrapper {
    padding-top: 100px;
  }

  .cra-header-section.search-result {
    width: 90%;
  }

  .cra-header-section.download-cards-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .cra-header-section.features-vertical-tabs {
    padding-bottom: 80px;
  }

  .cra-header-section.plans-grid {
    flex-direction: column-reverse;
  }

  .cra-header-section.support {
    align-items: flex-start;
  }

  .cra-header-section.cs {
    padding-top: 80px;
  }

  .cra-header-section.overview-section.no-top-padding {
    padding-bottom: 124px;
  }

  .cra-header-section.checkout {
    width: 85%;
  }

  .cra-header-section.navigation-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .cra-header-section.security-wrapper {
    align-self: stretch;
    margin-bottom: 20px;
    padding-top: 60px;
  }

  .cra-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
  }

  .cra-wrapper.home-feature-1-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cra-wrapper._1920px.features-2-vertical {
    align-items: stretch;
    padding-bottom: 0;
  }

  .cra-wrapper.features-vertical-tabs-text-left {
    flex-direction: column;
  }

  .cra-wrapper.features-vertical-tabs-text-left.home-2 {
    background-color: #0000;
    margin-bottom: 0;
  }

  .cra-wrapper.feature-4-wrapper.features {
    flex-direction: column;
  }

  .cra-wrapper.cta-wrapper {
    text-align: center;
    border-radius: 0;
    width: 100%;
  }

  .cra-wrapper.about-hero-up {
    margin-top: 0;
    padding-top: 40px;
  }

  .cra-wrapper.about-story-up-wrapper {
    align-self: stretch;
    margin-bottom: 20px;
    padding-top: 60px;
  }

  .cra-wrapper.about-grid {
    padding-bottom: 100px;
  }

  .cra-wrapper.about-values-wrapper {
    align-items: flex-start;
  }

  .cra-wrapper.home-hero-wrapper {
    padding-bottom: 160px;
  }

  .cra-wrapper.home-hero-wrapper.homepage-3 {
    flex-direction: column;
  }

  .cra-wrapper.home-hero-wrapper.homepage-2 {
    padding-bottom: 0;
  }

  .cra-wrapper.home-hero-wrapper.homepage-2.top-margin {
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
  }

  .cra-wrapper.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .cra-wrapper.pricing-hero-wrapper.pricing-page-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .cra-wrapper.pricing-table-wrapper {
    width: 90%;
  }

  .cra-wrapper.faq-wrapper {
    align-items: flex-start;
  }

  .cra-wrapper.blog-subscribe-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cra-wrapper.contact-form-wrapper {
    overflow: visible;
  }

  .cra-wrapper.location-wrapper {
    align-items: flex-start;
  }

  .cra-wrapper.sign-up-wrapper {
    align-items: center;
    height: auto;
  }

  .cra-wrapper.vacancy-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cra-wrapper.footer-wrapper {
    padding-top: 100px;
  }

  .cra-wrapper.search-result {
    width: 90%;
  }

  .cra-wrapper.download-cards-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .cra-wrapper.features-vertical-tabs {
    padding-bottom: 80px;
  }

  .cra-wrapper.plans-grid {
    flex-direction: column-reverse;
  }

  .cra-wrapper.support {
    align-items: flex-start;
  }

  .cra-wrapper.cs {
    padding-top: 80px;
  }

  .cra-wrapper.overview-section.no-top-padding {
    padding-bottom: 124px;
  }

  .cra-wrapper.checkout {
    width: 85%;
  }

  .cra-wrapper.navigation-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .cra-wrapper.security-wrapper {
    align-self: stretch;
    margin-bottom: 20px;
    padding-top: 60px;
  }

  .div-block-89 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-50 {
    max-width: 200px;
  }

  .etcher-filled-button-lg {
    text-align: center;
    align-self: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: block;
  }

  .etcher-filled-button-lg.left-margin.top-margin.bottom-margin, .etcher-filled-button-lg.top-margin.bottom-margin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .etcher-filled-button-lg.navigation-mobile {
    justify-content: center;
    align-items: flex-start;
    max-width: 140px;
    margin-left: 20px;
    display: flex;
    position: relative;
  }
}

@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%;
    padding-bottom: 40px;
  }

  .wrapper.features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper._1920px {
    padding-bottom: 20px;
  }

  .wrapper._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .wrapper.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper.about-hero-up {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .wrapper.about-images-wrapper {
    grid-template-columns: 1fr;
  }

  .wrapper.about-story-up-wrapper {
    padding-bottom: 40px;
  }

  .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.instructions-hero-wrapper {
    padding-top: 100px;
  }

  .wrapper.instructions-hero-wrapper.top-margin {
    margin-top: 40px;
  }

  .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.navigation-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  .wrapper.hero {
    padding-top: 100px;
  }

  .wrapper.os-download-div {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper.security-wrapper {
    padding-bottom: 40px;
  }

  .para-large.home-hero-para.homepage-3, .para-large.home-hero-para.white-center, .para-large.overview {
    font-size: 20px;
  }

  .button.navigation-button {
    margin-left: 0%;
  }

  .button.navigation-button.mobile {
    justify-content: center;
  }

  .image.nav-icons {
    display: inline-block;
  }

  .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;
  }

  .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;
  }

  .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;
  }

  .hero-section-main {
    margin-top: 100px;
    padding-top: 0;
  }

  .hero-about-text {
    max-width: 400px;
    font-size: 20px;
  }

  .hero-about-text.white.centre-justify {
    text-align: center;
    max-width: 100%;
  }

  .hero-about-text.centre-align.white {
    text-align: center;
  }

  .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-items-container.nav.pages {
    grid-template-columns: 1fr;
  }

  .features-5-items-container {
    grid-column-gap: 20px;
  }

  .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-column-gap: 30px;
    grid-row-gap: 40px;
    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.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;
  }

  .devices-autopopulated-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 {
    align-self: center;
    margin-top: 40px;
  }

  .blog-featured-main-collection-list, .blog-featured-main-collection-item {
    height: 100%;
  }

  .footer-links-container {
    grid-row-gap: 50px;
    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: 26%;
  }

  .dropdown-list.w--open {
    width: 90%;
  }

  .navigation-right {
    width: 60%;
  }

  .navigation-right.left-margin {
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
  }

  .nav-link.paragraph---16px-dark-blue.left-margin {
    display: none;
  }

  .menu-button-mob {
    width: auto;
    padding-right: 10px;
  }

  .team-member-hero-name {
    font-size: 30px;
  }

  .download-card-wrapper {
    max-width: 80%;
  }

  .download-image {
    width: 100%;
  }

  .faq-s-text-wrapper {
    margin-bottom: 0;
  }

  .h2-heading {
    font-size: 40px;
  }

  .wrapper-1200px-left.faqs-mobile-optimise {
    padding-top: 60px;
  }

  .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, .features-slider-wrapper {
    width: 90%;
  }

  .blog-post {
    width: auto;
  }

  .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;
  }

  .feature-tab-link.light-background-mode.current {
    text-align: center;
    align-self: center;
  }

  .features-tabs-menu {
    align-items: center;
  }

  .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: 0;
  }

  .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%;
  }

  .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;
  }

  .footer-text.stretch {
    align-self: center;
    max-width: 100%;
  }

  .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;
  }

  .main-header.new-section-padding, .main-header.alignleft.bold.white.centre-align {
    text-align: center;
  }

  .blog-post__read-more.padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .legal-copy-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-8 {
    margin-left: -7px;
  }

  .columns-4-rows, .meet-the-team-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-text-block.paragraph---18px-slate-grey.top-padding.bottom-padding {
    font-size: 14px;
    line-height: 125%;
  }

  .image-rounded-top-corners.height-300px {
    min-height: 200px;
    max-height: 200px;
  }

  .image-13 {
    max-width: 100%;
  }

  .blue-filled-button {
    align-items: center;
    display: flex;
  }

  .outlined-white-box-modern.div-block---full-20px-margin.full-width {
    margin-right: 0;
  }

  .outlined-white-box-modern.os-features-section {
    margin-left: 40px;
    margin-right: 40px;
  }

  .hero-paragraph-text {
    max-width: 400px;
    font-size: 20px;
  }

  .features-heading {
    align-self: center;
  }

  .features-heading.left-justified.bottom-margin.centre-justified {
    text-align: center;
  }

  .body-light-grey-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 0;
  }

  .column-6, .div-block-3-right-justified.outline-shadow.bottom-margin {
    margin-bottom: 20px;
  }

  .blue-outlined-button.no-margin.shrink {
    font-size: 12px;
  }

  .div-block---white-hexagon-background {
    padding-top: 10px;
    padding-right: 0;
  }

  .body-white-smoke-background {
    padding-left: 0;
    padding-right: 0;
  }

  .columns---4.new-section-padding {
    padding-bottom: 0;
  }

  .columns---2-centralised.bottom-padding {
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragraph-16px-grey.left-padding.bottom-padding.left-justified {
    text-align: left;
  }

  .columns-11 {
    flex-direction: column;
  }

  .product-image-and-cta-section {
    padding-bottom: 40px;
  }

  .column-19 {
    padding-right: 0;
  }

  .floating-flag-icon {
    right: -100px;
  }

  .offices-section, .contact-form-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .light-blue-outlined-button-copy {
    margin-left: 10px;
  }

  .column-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .two-half-boxes {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-copy.navigation-button {
    margin-left: 0%;
  }

  .button-copy.navigation-button.mobile {
    justify-content: center;
  }

  .image-23 {
    max-width: 70%;
  }

  .div-block-40 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .white-on-grey-block.white-on-grey-block--left {
    border-right-style: none;
    padding-right: 0;
  }

  .white-on-grey-block.white-on-grey-block--right {
    padding-left: 0;
  }

  .white-on-grey-block.white-on-grey-block--single {
    border-right-style: none;
    padding-right: 0;
  }

  .paragraph-16px-white {
    font-size: 14px;
  }

  .image-26 {
    margin-bottom: 20px;
  }

  .wrapper-copy {
    width: 90%;
    padding-bottom: 20px;
  }

  .wrapper-copy.features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-copy._1920px {
    padding-bottom: 20px;
  }

  .wrapper-copy._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .wrapper-copy.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper-copy.about-hero-up {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .wrapper-copy.about-images-wrapper {
    grid-template-columns: 1fr;
  }

  .wrapper-copy.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-copy.changelog-wrapper {
    text-align: center;
  }

  .wrapper-copy.instructions-hero-wrapper {
    padding-top: 100px;
  }

  .wrapper-copy.download-cards-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .wrapper-copy.support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-copy.cs {
    padding-bottom: 0;
  }

  .wrapper-copy.checkout {
    width: 90%;
  }

  .home-page-cta-box.full-padding {
    max-width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-page-cta-box.os-features-section {
    margin-left: 40px;
    margin-right: 40px;
  }

  .column-22 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .column-24.bottom-padding, .column-25.bottom-padding, .column-26, .column-27 {
    margin-bottom: 10px;
  }

  .etcher-flashing-gif {
    width: 75%;
  }

  .div-block-46 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quotes-white-box.os-features-section {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-33 {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-block-53-horizontal {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .home-page-cta-box-copy.full-padding {
    max-width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-page-cta-box-copy.os-features-section {
    margin-left: 40px;
    margin-right: 40px;
  }

  .blue-div-wrapper {
    width: 90%;
    padding-bottom: 40px;
  }

  .blue-div-wrapper.features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blue-div-wrapper._1920px {
    padding-bottom: 20px;
  }

  .blue-div-wrapper._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .blue-div-wrapper.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blue-div-wrapper.about-hero-up {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .blue-div-wrapper.about-images-wrapper {
    grid-template-columns: 1fr;
  }

  .blue-div-wrapper.about-story-up-wrapper {
    padding-bottom: 40px;
  }

  .blue-div-wrapper.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blue-div-wrapper.changelog-wrapper {
    text-align: center;
  }

  .blue-div-wrapper.instructions-hero-wrapper {
    padding-top: 100px;
  }

  .blue-div-wrapper.instructions-hero-wrapper.top-margin {
    margin-top: 40px;
  }

  .blue-div-wrapper.download-cards-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .blue-div-wrapper.support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blue-div-wrapper.cs {
    padding-bottom: 0;
  }

  .blue-div-wrapper.checkout {
    width: 90%;
  }

  .blue-div-wrapper.navigation-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  .blue-div-wrapper.hero {
    padding-top: 40px;
  }

  .blue-div-wrapper.os-download-div {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .partners-logo-wrapper {
    width: 90%;
    padding-bottom: 40px;
  }

  .partners-logo-wrapper.features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .partners-logo-wrapper._1920px {
    padding-bottom: 20px;
  }

  .partners-logo-wrapper._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .partners-logo-wrapper.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .partners-logo-wrapper.about-hero-up {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .partners-logo-wrapper.about-images-wrapper {
    grid-template-columns: 1fr;
  }

  .partners-logo-wrapper.about-story-up-wrapper {
    padding-bottom: 40px;
  }

  .partners-logo-wrapper.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .partners-logo-wrapper.changelog-wrapper {
    text-align: center;
  }

  .partners-logo-wrapper.instructions-hero-wrapper {
    padding-top: 100px;
  }

  .partners-logo-wrapper.instructions-hero-wrapper.top-margin {
    margin-top: 40px;
  }

  .partners-logo-wrapper.download-cards-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .partners-logo-wrapper.support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .partners-logo-wrapper.cs {
    padding-bottom: 0;
  }

  .partners-logo-wrapper.checkout {
    width: 90%;
  }

  .partners-logo-wrapper.navigation-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  .partners-logo-wrapper.hero {
    padding-top: 40px;
  }

  .partners-logo-wrapper.os-download-div {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .partner-logo-link-div {
    width: 100px;
    height: 75px;
  }

  .etcher-outlined-button.left-aligned {
    align-self: center;
  }

  .etcher-filled-button {
    align-items: center;
    display: flex;
  }

  .etcher-hero-section {
    margin-top: 100px;
    padding-top: 0;
  }

  .resource-links-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .devices-card.div-block---full-20px-margin.full-width {
    margin-right: 0;
  }

  .devices-card.os-features-section {
    margin-left: 40px;
    margin-right: 40px;
  }

  .devices-list-wrapper {
    width: 90%;
    padding-bottom: 40px;
  }

  .devices-list-wrapper.features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .devices-list-wrapper._1920px {
    padding-bottom: 20px;
  }

  .devices-list-wrapper._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .devices-list-wrapper.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .devices-list-wrapper.about-hero-up {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .devices-list-wrapper.about-images-wrapper {
    grid-template-columns: 1fr;
  }

  .devices-list-wrapper.about-story-up-wrapper {
    padding-bottom: 40px;
  }

  .devices-list-wrapper.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .devices-list-wrapper.changelog-wrapper {
    text-align: center;
  }

  .devices-list-wrapper.instructions-hero-wrapper {
    padding-top: 100px;
  }

  .devices-list-wrapper.instructions-hero-wrapper.top-margin {
    margin-top: 40px;
  }

  .devices-list-wrapper.download-cards-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .devices-list-wrapper.support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .devices-list-wrapper.cs {
    padding-bottom: 0;
  }

  .devices-list-wrapper.checkout {
    width: 90%;
  }

  .devices-list-wrapper.navigation-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  .devices-list-wrapper.hero {
    padding-top: 40px;
  }

  .devices-list-wrapper.os-download-div {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .devices-cta-wrapper {
    width: 90%;
    padding-bottom: 40px;
  }

  .devices-cta-wrapper.features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .devices-cta-wrapper._1920px {
    padding-bottom: 20px;
  }

  .devices-cta-wrapper._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .devices-cta-wrapper.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .devices-cta-wrapper.about-hero-up {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .devices-cta-wrapper.about-images-wrapper {
    grid-template-columns: 1fr;
  }

  .devices-cta-wrapper.about-story-up-wrapper {
    padding-bottom: 40px;
  }

  .devices-cta-wrapper.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .devices-cta-wrapper.changelog-wrapper {
    text-align: center;
  }

  .devices-cta-wrapper.instructions-hero-wrapper {
    padding-top: 100px;
  }

  .devices-cta-wrapper.instructions-hero-wrapper.top-margin {
    margin-top: 40px;
  }

  .devices-cta-wrapper.download-cards-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .devices-cta-wrapper.support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .devices-cta-wrapper.cs {
    padding-bottom: 0;
  }

  .devices-cta-wrapper.checkout {
    width: 90%;
  }

  .devices-cta-wrapper.navigation-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  .devices-cta-wrapper.hero {
    padding-top: 40px;
  }

  .devices-cta-wrapper.os-download-div {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-team-page {
    margin-top: 100px;
    padding-top: 0;
  }

  .wrapper-2 {
    width: 90%;
    padding-bottom: 40px;
  }

  .wrapper-2.features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-2._1920px {
    padding-bottom: 20px;
  }

  .wrapper-2._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .wrapper-2.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper-2.about-hero-up {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .wrapper-2.about-images-wrapper {
    grid-template-columns: 1fr;
  }

  .wrapper-2.about-story-up-wrapper {
    padding-bottom: 40px;
  }

  .wrapper-2.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-2.changelog-wrapper {
    text-align: center;
  }

  .wrapper-2.instructions-hero-wrapper {
    padding-top: 100px;
  }

  .wrapper-2.instructions-hero-wrapper.top-margin {
    margin-top: 40px;
  }

  .wrapper-2.download-cards-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .wrapper-2.support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-2.cs {
    padding-bottom: 0;
  }

  .wrapper-2.checkout {
    width: 90%;
  }

  .wrapper-2.navigation-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  .wrapper-2.hero {
    padding-top: 40px;
  }

  .wrapper-2.os-download-div {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .investors-section, .advisors-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .header-page-scroll-link.white.testimonial {
    margin-top: 140px;
  }

  .case-study-slider-wrapper {
    width: 90%;
    padding-bottom: 40px;
  }

  .case-study-slider-wrapper.features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .case-study-slider-wrapper._1920px {
    padding-bottom: 20px;
  }

  .case-study-slider-wrapper._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .case-study-slider-wrapper.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .case-study-slider-wrapper.about-hero-up {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .case-study-slider-wrapper.about-images-wrapper {
    grid-template-columns: 1fr;
  }

  .case-study-slider-wrapper.about-story-up-wrapper {
    padding-bottom: 40px;
  }

  .case-study-slider-wrapper.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .case-study-slider-wrapper.changelog-wrapper {
    text-align: center;
  }

  .case-study-slider-wrapper.instructions-hero-wrapper {
    padding-top: 100px;
  }

  .case-study-slider-wrapper.instructions-hero-wrapper.top-margin {
    margin-top: 40px;
  }

  .case-study-slider-wrapper.download-cards-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .case-study-slider-wrapper.support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .case-study-slider-wrapper.cs {
    padding-bottom: 0;
  }

  .case-study-slider-wrapper.checkout {
    width: 90%;
  }

  .case-study-slider-wrapper.navigation-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  .case-study-slider-wrapper.hero {
    padding-top: 40px;
  }

  .case-study-slider-wrapper.os-download-div {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .case-study-read-more-link.white.testimonial {
    margin-top: 140px;
  }

  .image-40 {
    height: auto;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .logo-block {
    padding: 24px;
  }

  .h2-heading-2 {
    font-size: 46px;
    line-height: 54px;
  }

  .logo-wrapper {
    padding: 24px;
  }

  .h2-heading-3 {
    font-size: 40px;
  }

  .logos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-grid {
    grid-template-columns: 1fr;
  }

  .hardware.background-gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2-heading-4 {
    font-size: 40px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .text-block-42.block-header-copy {
    font-size: 36px;
  }

  .blog-post-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .h1-heading {
    font-size: 48px;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero-feature-grid--item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-item-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-feature-grid--icon {
    width: 60px;
  }

  .grid-18 {
    width: 100%;
  }

  .cra-header-section {
    width: 90%;
    padding-bottom: 40px;
  }

  .cra-header-section.features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cra-header-section._1920px {
    padding-bottom: 20px;
  }

  .cra-header-section._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .cra-header-section.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cra-header-section.about-hero-up {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .cra-header-section.about-images-wrapper {
    grid-template-columns: 1fr;
  }

  .cra-header-section.about-story-up-wrapper {
    padding-bottom: 40px;
  }

  .cra-header-section.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cra-header-section.changelog-wrapper {
    text-align: center;
  }

  .cra-header-section.instructions-hero-wrapper {
    padding-top: 100px;
  }

  .cra-header-section.instructions-hero-wrapper.top-margin {
    margin-top: 40px;
  }

  .cra-header-section.download-cards-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cra-header-section.support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cra-header-section.cs {
    padding-bottom: 0;
  }

  .cra-header-section.checkout {
    width: 90%;
  }

  .cra-header-section.navigation-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  .cra-header-section.hero {
    padding-top: 100px;
  }

  .cra-header-section.os-download-div {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cra-header-section.security-wrapper {
    padding-bottom: 40px;
  }

  .cra-features {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .cra-features--item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cra-features--title {
    line-height: 130%;
  }

  .cra-features--content {
    flex-flow: column;
  }

  .cra-wrapper {
    width: 90%;
    padding-bottom: 40px;
  }

  .cra-wrapper.features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cra-wrapper._1920px {
    padding-bottom: 20px;
  }

  .cra-wrapper._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .cra-wrapper.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cra-wrapper.about-hero-up {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .cra-wrapper.about-images-wrapper {
    grid-template-columns: 1fr;
  }

  .cra-wrapper.about-story-up-wrapper {
    padding-bottom: 40px;
  }

  .cra-wrapper.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cra-wrapper.changelog-wrapper {
    text-align: center;
  }

  .cra-wrapper.instructions-hero-wrapper {
    padding-top: 100px;
  }

  .cra-wrapper.instructions-hero-wrapper.top-margin {
    margin-top: 40px;
  }

  .cra-wrapper.download-cards-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cra-wrapper.support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cra-wrapper.cs {
    padding-bottom: 0;
  }

  .cra-wrapper.checkout {
    width: 90%;
  }

  .cra-wrapper.navigation-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  .cra-wrapper.hero {
    padding-top: 100px;
  }

  .cra-wrapper.os-download-div {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cra-wrapper.security-wrapper {
    padding-bottom: 40px;
  }

  .flex-block-9 {
    flex-flow: row;
  }

  .image-50 {
    max-width: 150px;
  }

  .paragraph-42 {
    font-size: 18px;
  }

  .etcher-filled-button-lg {
    align-items: center;
    display: flex;
  }
}

@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;
  }

  .display-heading.home-hero-heading.white.left-justify {
    text-align: center;
    font-size: 30px;
  }

  .wrapper {
    padding-top: 40px;
  }

  .wrapper.home-feature-1-wrapper {
    padding-bottom: 0;
  }

  .wrapper.features-2-wrapper {
    padding-top: 120px;
  }

  .wrapper.features-2-wrapper.homepage-2 {
    padding-top: 60px;
  }

  .wrapper._1920px {
    object-fit: contain;
    padding-bottom: 20px;
  }

  .wrapper._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .wrapper.features-vertical-tabs-text-left.home-2 {
    clear: none;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.about-grid {
    padding-bottom: 40px;
  }

  .wrapper.home-blog-wrapper.vertical-blog {
    padding-top: 100px;
  }

  .wrapper.visual-features-wrapper, .wrapper.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper.pricing-table-wrapper {
    width: 90%;
  }

  .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: 450px;
  }

  .wrapper.sign-up-wrapper {
    width: 90%;
  }

  .wrapper.instructions-hero-wrapper {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .wrapper.instructions-hero-wrapper.top-margin {
    margin-top: 60px;
  }

  .wrapper.download-cards-wrapper {
    padding-bottom: 0;
  }

  .wrapper.two-cards {
    padding-top: 0;
  }

  .wrapper.integrations-icons-wrapper {
    padding-top: 100px;
  }

  .wrapper.cs {
    padding-top: 40px;
  }

  .wrapper.navigation-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .wrapper.os-download-div {
    padding-top: 120px;
  }

  .wrapper.os-download-div.homepage-2 {
    padding-top: 60px;
  }

  .wrapper.no-padding {
    overflow: visible;
  }

  .wrapper.security-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .para-large.home-hero-para, .para-large.home-hero-para.homepage-3, .para-large.home-hero-para.white-center {
    font-size: 18px;
  }

  .para-large.home-hero-para.white {
    text-align: center;
    font-size: 16px;
  }

  .para-large.overview {
    font-size: 18px;
  }

  .button {
    align-self: center;
    margin-top: 0;
  }

  .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 {
    margin-top: 20px;
  }

  .button.boxout {
    align-self: flex-start;
  }

  .home-hero-pointers {
    grid-template-columns: 1fr;
    max-width: 300px;
  }

  .image.contain {
    min-width: 100px;
    padding-top: 10px;
  }

  .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;
  }

  .subheading {
    text-align: left;
  }

  .subheading.light-blue.bottom-padding {
    text-align: center;
    font-size: 14px;
  }

  .subheading.left-aligned.no-margin.mobile-centred, .subheading.green {
    text-align: center;
  }

  .home-stats-grid.review-page {
    padding-bottom: 48px;
  }

  .home-stats-grid-item {
    padding-top: 20px;
  }

  .product-featured-image-right {
    align-self: center;
  }

  .home-features-1-main-image {
    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;
  }

  .product-features-text-left.padding-right {
    object-fit: fill;
    flex-wrap: nowrap;
    order: 0;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    position: static;
    overflow: scroll;
  }

  .home-features-pointers-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .home-features-pointer-item.white {
    flex-direction: row;
  }

  .home-features-pointer-item.white.margin-left-24px {
    margin-top: 20px;
    margin-left: 0;
  }

  .home-features-pointer-item.centred {
    justify-content: flex-start;
  }

  .etcher-pro-featured-pointer-icon {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 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%;
  }

  .product-features-section.features {
    margin-bottom: 100px;
  }

  .product-features-section.download-feature-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .product-features-section.homepage-3 {
    margin-bottom: 100px;
  }

  .product-feature-grid {
    grid-template-columns: 1fr;
  }

  .product-feature-grid._2-rows {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .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: flex-start;
  }

  .cta-pointer-item.first {
    margin-bottom: 8px;
  }

  .hero-section-main {
    padding-top: 0;
  }

  .hero-about-text {
    font-size: 18px;
  }

  .hero-about-text.white.centre-justify {
    padding-right: 0;
    font-size: 14px;
  }

  .about-image {
    height: 300px;
  }

  .about-story-text {
    font-size: 18px;
  }

  .stats-number-text-2 {
    font-size: 40px;
  }

  .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 {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .menu-dropdown-item.navbar {
    padding: 20px;
  }

  .menu-dropdown-item.navbar.horizontal {
    flex-direction: column;
  }

  .visual-features-item-image.pages {
    align-self: center;
    width: auto;
    height: auto;
  }

  .features-floating {
    left: -2%;
  }

  .features-floating.homepage-3 {
    top: 50%;
  }

  .features-5-items-container, .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-tables-section.top-margin {
    margin-top: 40px;
  }

  .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-tables-container.yearly {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .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;
  }

  .devices-autopopulated-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;
    flex-direction: column;
    display: flex;
  }

  .footer-logo-and-subscribe {
    margin-bottom: 0;
  }

  .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;
  }

  .footer-down {
    flex-wrap: wrap;
    display: block;
  }

  .footer-social-icons-container {
    justify-content: center;
  }

  .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 {
    width: auto;
    height: auto;
  }

  .navigation-left {
    width: 40%;
  }

  .navigation-right {
    width: 50%;
  }

  .navigation-right.left-margin {
    display: none;
  }

  .navigation-menu {
    margin-top: 0;
  }

  .nav-link.login {
    display: none;
  }

  .nav-link.paragraph---16px-dark-blue {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.paragraph---16px-dark-blue.left-margin {
    display: block;
  }

  .dropdown-list-full-wrapper {
    max-height: 1466.98vh;
    overflow: scroll;
  }

  .main-navigations-container {
    height: auto;
  }

  .menu-button-mob {
    flex: none;
    order: 0;
    align-self: flex-end;
    width: 40px;
    height: 51px;
    margin-left: 0;
    padding: 11px 0 0;
  }

  .homepage-secondary-nav {
    flex-direction: column;
    display: none;
  }

  ._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%;
  }

  .faq-s-text-wrapper {
    margin-bottom: 0;
  }

  .h2-heading {
    font-size: 35px;
    line-height: 120%;
  }

  .faq-content {
    font-size: 16px;
  }

  .wrapper-1200px-left {
    width: 90%;
  }

  .wrapper-1200px-left.faqs-mobile-optimise {
    margin-top: 20px;
    padding-top: 20px;
  }

  .review-hero-paragraph {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .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%;
  }

  .features-top-wrapper {
    align-self: stretch;
  }

  .features-left-contain {
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .features-slide {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .slider-left, .slider-right {
    bottom: -50px;
  }

  .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%;
  }

  .cta-and-text {
    flex-direction: column;
    display: flex;
  }

  .left-half-cta {
    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-points-contain.bottom-margin {
    align-items: center;
  }

  .hero-points-contain.bottom-margin.top-margin {
    width: 100%;
  }

  .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-rows-contain {
    width: 100%;
    padding-left: 0;
  }

  .integration-icon-top-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .integration-icon-wrap {
    margin-right: 0;
  }

  .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;
  }

  .demo-hero-section {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .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;
  }

  .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;
  }

  .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;
  }

  .integrations-logos {
    max-width: 40px;
  }

  .background-colour-div {
    height: 800px;
  }

  .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;
  }

  .sticky-nav-div {
    height: auto;
  }

  .columns {
    flex-direction: column;
  }

  .text-block-3 {
    padding-bottom: 20px;
  }

  .section-header {
    margin-bottom: 0;
  }

  .main-header {
    margin-top: 0;
  }

  .main-header.left-justified {
    width: 100%;
    display: flex;
  }

  .main-header.new-section-padding {
    object-fit: fill;
  }

  .main-header.white.centre-justified {
    font-size: 28px;
  }

  .main-header.bottom-padding.white {
    font-size: 22px;
  }

  .main-header.bottom-padding.centre-justified {
    font-size: 28px;
  }

  .main-header.alignleft.bold.white.centre-align {
    font-size: 30px;
  }

  .blog-post__read-more {
    text-align: center;
    align-self: flex-start;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
  }

  .blog-post__read-more.top-padding {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 130%;
  }

  .blog-post__read-more.left-padding.bottom-padding.left-justified.right-padding {
    margin-left: 0;
  }

  .blog-post__read-more.full-20px-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-post__read-more.left-justified {
    text-align: left;
    margin-left: 0;
  }

  .blog-post__read-more.left-justified.centre-justify, .blog-post__read-more.bottom-margin.centre-justify, .blog-post__read-more.padding {
    text-align: center;
  }

  .legal-copy-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-11 {
    margin-left: -9px;
  }

  .paragraph-8 {
    margin-left: -10px;
  }

  .columns-4-rows {
    margin-left: 0;
    margin-right: 0;
  }

  .columns-4-rows.new-section-padding {
    margin-bottom: 20px;
  }

  .meet-the-team-section.new-section-padding {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-text-block.paragraph---18px-slate-grey.top-padding.left-padding.bottom-padding {
    font-size: 12px;
  }

  .image-text-block.paragraph---18px-slate-grey.top-padding.bottom-padding.left-padding {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
  }

  .image-rounded-top-corners.height-300px {
    min-height: 150px;
    max-height: 150px;
  }

  .grid {
    grid-column-gap: 3px;
    margin-top: 20px;
  }

  .contact-us-form {
    margin-left: 20px;
    margin-right: 20px;
  }

  .looking-for-support-section {
    margin-top: 40px;
  }

  .submit-button {
    align-self: center;
  }

  .recaptcha {
    clear: none;
    align-self: center;
    position: relative;
  }

  .grid-2 {
    align-content: center;
    display: block;
  }

  .paragraph---25px-dark-slate {
    margin-bottom: 10px;
  }

  .blue-filled-button {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .blue-filled-button.top-margin.bottom-margin {
    padding-left: 15px;
    padding-right: 15px;
  }

  .outlined-white-box-modern.os-features-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-3 {
    object-fit: contain;
    flex-direction: column;
    display: flex;
  }

  .hero-paragraph-text {
    font-size: 18px;
  }

  .features-heading {
    font-size: 30px;
  }

  .features-heading.left-justified {
    text-align: left;
    margin-bottom: 0;
    font-size: 30px;
  }

  .features-heading.left-justified.bottom-margin {
    margin-bottom: 10px;
  }

  .features-heading.left-justified.less-padding.shrink {
    justify-content: center;
    display: block;
  }

  .features-heading.left-justified.less-padding.shrink.centred {
    text-align: center;
  }

  .balenacloud-button {
    max-width: 100%;
  }

  .balenacloud-button.reverse-colours {
    margin-right: 0;
  }

  .body-light-grey-background {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-5 {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-11 {
    align-self: flex-start;
    margin-left: 20px;
  }

  .div-block-3-right-justified.outline-shadow {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 100%;
    display: flex;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .columns-6 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .blue-outlined-button {
    text-align: center;
  }

  .div-block-no-format.right-padding {
    padding-right: 10px;
  }

  .div-block---white-hexagon-background {
    margin-right: 10px;
    padding-bottom: 40px;
  }

  .div-full-20px-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .body-white-smoke-background {
    object-fit: fill;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .columns---2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .semi-bold-paragraph-18px-slate-grey.top-padding {
    font-size: 14px;
  }

  ._3-even-columns {
    margin-left: auto;
    margin-right: auto;
  }

  .columns---4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .columns---4.new-section-padding {
    padding-bottom: 0;
  }

  .columns---2-centralised {
    margin-left: 10px;
    margin-right: 10px;
  }

  .columns---2-centralised.new-section-padding {
    padding-bottom: 40px;
  }

  .columns---2-centralised.bottom-padding {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .right-features-image {
    padding-left: 0;
  }

  .section-9.grey-background {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-9.container-large {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-copy.contain {
    padding-top: 10px;
  }

  .semi-bold-paragraph---16px-slate-grey.left-padding.left-justified.centre-justified {
    text-align: center;
  }

  .paragraph-16px-grey {
    text-align: center;
    padding-top: 0;
  }

  .paragraph-16px-grey.top-padding {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 130%;
  }

  .paragraph-16px-grey.left-padding.bottom-padding, .paragraph-16px-grey.left-padding.bottom-padding.left-justified.centre-justified, .paragraph-16px-grey.left-justified, .paragraph-16px-grey.left-justified.centred, .paragraph-16px-grey.left-justified.mobile-centred {
    text-align: center;
  }

  .paragraph-16px-grey.left-justified.mobile-bottom-margin {
    margin-bottom: 20px;
  }

  .customer-logo-floating {
    flex-direction: row;
    align-self: flex-end;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 0;
    margin-left: 40px;
    top: -20%;
    left: 10%;
    right: -20px;
  }

  .customer-logo-floating.homepage-3 {
    top: 50%;
  }

  .customer-testimonial-box-right.feature-3 {
    flex-direction: column-reverse;
    align-self: auto;
    align-items: flex-end;
  }

  .card-title {
    align-items: center;
    display: flex;
  }

  .hub-featured-card---app-owner.white.margin-left-24px, .home-features-card---app-title.white.margin-left-24px {
    margin-top: 20px;
    margin-left: 0;
  }

  .app-owner-image.contain, .floating-logo.contain {
    padding-top: 10px;
  }

  .contact-page-form {
    background-color: var(--white-smoke);
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .floating-flag-icon {
    left: auto;
    right: -30px;
  }

  .floating-flag-icon.homepage-3 {
    top: 50%;
  }

  .offices-section.new-section-padding {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact-form-section {
    border: 1px none var(--light-grey);
    background-color: var(--white-smoke);
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .contact-form-section.new-section-padding {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .light-blue-outlined-button-copy {
    text-align: center;
    justify-content: center;
    margin-top: 10px;
    margin-left: 0;
    display: flex;
  }

  .div-block-37 {
    object-fit: contain;
    flex-direction: column;
    margin-right: 0;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .div-block-38 {
    justify-content: center;
    padding-bottom: 10px;
    display: flex;
  }

  .blue-filled-button-copy {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .two-half-boxes.bottom-margin {
    display: block;
  }

  .contact-box {
    background-color: var(--white);
    padding-top: 0;
    padding-left: 0;
  }

  .nav-bar-logo.contain {
    box-sizing: content-box;
    aspect-ratio: auto;
    object-fit: contain;
    width: 120px;
    height: 34px;
    margin-bottom: 0;
    padding-top: 0;
    position: static;
  }

  .button-copy {
    align-self: center;
    margin-top: 0;
  }

  .button-copy.navigation-button {
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
  }

  .button-copy.navigation-button.mobile {
    text-align: left;
    justify-content: center;
    font-size: 16px;
  }

  .button-copy.trial, .button-copy.trial.white {
    margin-top: 20px;
  }

  .button-copy.boxout {
    align-self: flex-start;
  }

  .nav-bar-button {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .nav-bar-dropdown-header.etcher-clickable, .nav-bar-dropdown-header.engine-clickable, .nav-bar-dropdown-header.os-clickable, .nav-bar-dropdown-header.hub-clickable, .nav-bar-dropdown-header.balenacloud {
    text-align: center;
  }

  .nav-bar-icon {
    width: 32px;
    min-width: 32px;
  }

  .nav-bar-icon.contain {
    padding-top: 10px;
  }

  .tickboxes.contain {
    padding-top: 0;
  }

  .hero-two-columns {
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .column-21 {
    align-items: center;
  }

  .home-features-2-main-image-copy, .home-features-3-main-image {
    width: 100%;
  }

  .newsletter-subscribe-wrapper {
    display: flex;
  }

  .email-subscribe-button {
    text-align: center;
  }

  .form {
    display: flex;
  }

  .form-block {
    flex: 0 auto;
    width: 100%;
    display: block;
  }

  .support-header {
    margin-top: 160px;
  }

  .div-block-40 {
    flex-direction: column;
  }

  .div-block-40.bottom-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .white-on-grey-block {
    position: relative;
    overflow: auto;
  }

  .white-on-grey-block.security-acknowledgements-table {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-42 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-44 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .wrapper-copy {
    padding-top: 40px;
  }

  .wrapper-copy.home-feature-1-wrapper {
    padding-bottom: 0;
  }

  .wrapper-copy.features-2-wrapper {
    padding-top: 120px;
  }

  .wrapper-copy._1920px {
    object-fit: contain;
    padding-bottom: 20px;
  }

  .wrapper-copy._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .wrapper-copy.about-grid {
    padding-bottom: 100px;
  }

  .wrapper-copy.home-blog-wrapper.vertical-blog {
    padding-top: 100px;
  }

  .wrapper-copy.visual-features-wrapper, .wrapper-copy.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-copy.blog-featured-wrapper {
    padding-bottom: 0;
  }

  .wrapper-copy.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    padding: 60px 15px;
  }

  .wrapper-copy.blog-post-image-wrapper {
    height: 450px;
  }

  .wrapper-copy.sign-up-wrapper {
    width: 90%;
  }

  .wrapper-copy.instructions-hero-wrapper {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .wrapper-copy.download-cards-wrapper {
    padding-bottom: 0;
  }

  .wrapper-copy.two-cards {
    padding-top: 0;
  }

  .wrapper-copy.integrations-icons-wrapper {
    padding-top: 100px;
  }

  .wrapper-copy.cs {
    padding-top: 40px;
  }

  .home-page-cta-box.full-padding {
    max-width: 100%;
  }

  .home-page-cta-box.os-features-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-11 {
    justify-items: stretch;
    width: 38%;
  }

  .product-hero-section.dark {
    background-color: var(--dark-slate-blue);
  }

  .code-example {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-32 {
    white-space: pre-wrap;
    font-size: 12px;
    position: static;
  }

  .resource-links-section.top-margin {
    margin-top: 0;
  }

  .resources-grid {
    grid-template-rows: max-content auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .resources-grid._3up {
    grid-template-rows: max-content auto auto;
    grid-template-columns: 1fr;
  }

  .resources-grid._4-up {
    grid-template-rows: max-content auto auto auto;
    grid-template-columns: 1fr;
  }

  .resources-grid._5-up {
    grid-template-rows: max-content auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .quotes-white-box {
    padding: 20px;
  }

  .quotes-white-box.os-features-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .column-30 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .grid-12 {
    min-width: 500px;
  }

  .section-11 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .columns-6-copy {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .table-text-2 {
    text-align: left;
    padding-top: 0;
  }

  .table-text-2.top-padding {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 130%;
  }

  .table-text-2.left-padding.bottom-padding {
    text-align: center;
  }

  .body-7 {
    overflow: visible;
  }

  .div-block-56 {
    display: none;
  }

  .div-block-58 {
    max-height: 98vh;
    overflow: scroll;
  }

  .div-block-53-horizontal {
    flex-direction: column;
  }

  .columns-15 {
    flex-direction: column;
    display: flex;
  }

  .balenacloud-featured-image {
    padding-left: 0;
  }

  .grid-14 {
    grid-template-columns: 1.5fr;
    align-self: center;
  }

  .grid-image-block.centred {
    justify-content: center;
    display: flex;
  }

  .home-page-cta-box-copy.full-padding {
    max-width: 100%;
  }

  .home-page-cta-box-copy.os-features-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .fin-features-pointer.white {
    flex-direction: row;
  }

  .fin-features-pointer.white.margin-left-24px {
    margin-top: 20px;
    margin-left: 0;
  }

  .fin-features-pointer.centred {
    justify-content: flex-start;
  }

  .fin-features-pointer-icon {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-section-cta-copy.dark {
    background-color: #0000;
    margin-bottom: 40px;
  }

  .partners-hero-columns {
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .blue-div-wrapper {
    padding-top: 40px;
  }

  .blue-div-wrapper.home-feature-1-wrapper {
    padding-bottom: 0;
  }

  .blue-div-wrapper.features-2-wrapper {
    padding-top: 120px;
  }

  .blue-div-wrapper.features-2-wrapper.homepage-2 {
    padding-top: 60px;
  }

  .blue-div-wrapper._1920px {
    object-fit: contain;
    padding-bottom: 20px;
  }

  .blue-div-wrapper._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .blue-div-wrapper.features-vertical-tabs-text-left.home-2 {
    clear: none;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .blue-div-wrapper.about-story-up-wrapper {
    padding-top: 0;
  }

  .blue-div-wrapper.about-grid {
    padding-bottom: 40px;
  }

  .blue-div-wrapper.home-blog-wrapper.vertical-blog {
    padding-top: 100px;
  }

  .blue-div-wrapper.visual-features-wrapper, .blue-div-wrapper.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blue-div-wrapper.blog-featured-wrapper {
    padding-bottom: 0;
  }

  .blue-div-wrapper.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    padding: 60px 15px;
  }

  .blue-div-wrapper.blog-post-image-wrapper {
    height: 450px;
  }

  .blue-div-wrapper.sign-up-wrapper {
    width: 90%;
  }

  .blue-div-wrapper.instructions-hero-wrapper {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .blue-div-wrapper.instructions-hero-wrapper.top-margin {
    margin-top: 60px;
  }

  .blue-div-wrapper.download-cards-wrapper {
    padding-bottom: 0;
  }

  .blue-div-wrapper.two-cards {
    padding-top: 0;
  }

  .blue-div-wrapper.integrations-icons-wrapper {
    padding-top: 100px;
  }

  .blue-div-wrapper.cs {
    padding-top: 40px;
  }

  .blue-div-wrapper.navigation-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .blue-div-wrapper.os-download-div {
    padding-top: 120px;
  }

  .blue-div-wrapper.os-download-div.homepage-2 {
    padding-top: 60px;
  }

  .partners-logo-wrapper {
    padding-top: 40px;
  }

  .partners-logo-wrapper.home-feature-1-wrapper {
    padding-bottom: 0;
  }

  .partners-logo-wrapper.features-2-wrapper {
    padding-top: 120px;
  }

  .partners-logo-wrapper.features-2-wrapper.homepage-2 {
    padding-top: 60px;
  }

  .partners-logo-wrapper._1920px {
    object-fit: contain;
    padding-bottom: 20px;
  }

  .partners-logo-wrapper._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .partners-logo-wrapper.features-vertical-tabs-text-left.home-2 {
    clear: none;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .partners-logo-wrapper.about-story-up-wrapper {
    padding-top: 0;
  }

  .partners-logo-wrapper.about-grid {
    padding-bottom: 40px;
  }

  .partners-logo-wrapper.home-blog-wrapper.vertical-blog {
    padding-top: 100px;
  }

  .partners-logo-wrapper.visual-features-wrapper, .partners-logo-wrapper.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .partners-logo-wrapper.blog-featured-wrapper {
    padding-bottom: 0;
  }

  .partners-logo-wrapper.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    padding: 60px 15px;
  }

  .partners-logo-wrapper.blog-post-image-wrapper {
    height: 450px;
  }

  .partners-logo-wrapper.sign-up-wrapper {
    width: 90%;
  }

  .partners-logo-wrapper.instructions-hero-wrapper {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .partners-logo-wrapper.instructions-hero-wrapper.top-margin {
    margin-top: 60px;
  }

  .partners-logo-wrapper.download-cards-wrapper {
    padding-bottom: 0;
  }

  .partners-logo-wrapper.two-cards {
    padding-top: 0;
  }

  .partners-logo-wrapper.integrations-icons-wrapper {
    padding-top: 100px;
  }

  .partners-logo-wrapper.cs {
    padding-top: 40px;
  }

  .partners-logo-wrapper.navigation-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .partners-logo-wrapper.os-download-div {
    padding-top: 120px;
  }

  .partners-logo-wrapper.os-download-div.homepage-2 {
    padding-top: 60px;
  }

  .partners-logo {
    object-fit: contain;
    max-width: 250px;
  }

  .grid-15 {
    flex-direction: column;
    display: flex;
  }

  .partner-logo-link-div {
    margin-right: 0;
  }

  .etcher-outlined-button.top-margin-20px {
    display: inline-block;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .features-grid._2-rows {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .features-grid-icon {
    width: auto;
  }

  .etcher-filled-button {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .etcher-filled-button.top-margin.bottom-margin {
    padding-left: 15px;
    padding-right: 15px;
  }

  .etcher-hero-section {
    padding-top: 0;
  }

  .resource-links-grid {
    grid-template-rows: max-content auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .resource-links-grid._3up {
    grid-template-rows: max-content auto auto;
    grid-template-columns: 1fr;
  }

  .resource-links-grid._4-up {
    grid-template-rows: max-content auto auto auto;
    grid-template-columns: 1fr;
  }

  .resource-links-grid._5-up {
    grid-template-rows: max-content auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .body-9 {
    overflow: hidden;
  }

  .etcher-community-grid {
    grid-template-columns: 1fr;
  }

  .community-card-header {
    font-size: 18px;
    line-height: 140%;
  }

  .community-card-headline {
    text-align: center;
  }

  .div-button-aligner {
    justify-content: flex-start;
  }

  .partner-card-headline {
    text-align: center;
  }

  .partner-featured-pointer-item.white {
    flex-direction: row;
  }

  .partner-featured-pointer-item.white.margin-left-24px {
    margin-top: 20px;
    margin-left: 0;
  }

  .partner-featured-pointer-item.centred {
    justify-content: flex-start;
  }

  .partner-featured-pointer-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .partner-featured-pointer-icon {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
  }

  .balenamachine-featured-image {
    padding-left: 0;
  }

  .product-bullet-point-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .product-bullet-point-item.white {
    flex-direction: row;
  }

  .product-bullet-point-item.white.margin-left-24px {
    margin-top: 20px;
    margin-left: 0;
  }

  .product-bullet-point-item.centred {
    justify-content: flex-start;
  }

  .product-bullet-point-icon {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
  }

  .balenahub-featured-section.features {
    margin-bottom: 100px;
  }

  .balenahub-featured-section.download-feature-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .balenahub-featured-section.homepage-3 {
    margin-bottom: 100px;
  }

  .devices-card.os-features-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .devices-list-wrapper {
    padding-top: 40px;
  }

  .devices-list-wrapper.home-feature-1-wrapper {
    padding-bottom: 0;
  }

  .devices-list-wrapper.features-2-wrapper {
    padding-top: 120px;
  }

  .devices-list-wrapper.features-2-wrapper.homepage-2 {
    padding-top: 60px;
  }

  .devices-list-wrapper._1920px {
    object-fit: contain;
    padding-bottom: 20px;
  }

  .devices-list-wrapper._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .devices-list-wrapper.features-vertical-tabs-text-left.home-2 {
    clear: none;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .devices-list-wrapper.about-story-up-wrapper {
    padding-top: 0;
  }

  .devices-list-wrapper.about-grid {
    padding-bottom: 40px;
  }

  .devices-list-wrapper.home-blog-wrapper.vertical-blog {
    padding-top: 100px;
  }

  .devices-list-wrapper.visual-features-wrapper, .devices-list-wrapper.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .devices-list-wrapper.blog-featured-wrapper {
    padding-bottom: 0;
  }

  .devices-list-wrapper.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    padding: 60px 15px;
  }

  .devices-list-wrapper.blog-post-image-wrapper {
    height: 450px;
  }

  .devices-list-wrapper.sign-up-wrapper {
    width: 90%;
  }

  .devices-list-wrapper.instructions-hero-wrapper {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .devices-list-wrapper.instructions-hero-wrapper.top-margin {
    margin-top: 60px;
  }

  .devices-list-wrapper.download-cards-wrapper {
    padding-bottom: 0;
  }

  .devices-list-wrapper.two-cards {
    padding-top: 0;
  }

  .devices-list-wrapper.integrations-icons-wrapper {
    padding-top: 100px;
  }

  .devices-list-wrapper.cs {
    padding-top: 40px;
  }

  .devices-list-wrapper.navigation-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .devices-list-wrapper.os-download-div {
    padding-top: 120px;
  }

  .devices-list-wrapper.os-download-div.homepage-2 {
    padding-top: 60px;
  }

  .devices-list-wrapper.no-padding {
    overflow: visible;
  }

  .devices-cta-wrapper {
    padding-top: 40px;
  }

  .devices-cta-wrapper.home-feature-1-wrapper {
    padding-bottom: 0;
  }

  .devices-cta-wrapper.features-2-wrapper {
    padding-top: 120px;
  }

  .devices-cta-wrapper.features-2-wrapper.homepage-2 {
    padding-top: 60px;
  }

  .devices-cta-wrapper._1920px {
    object-fit: contain;
    padding-bottom: 20px;
  }

  .devices-cta-wrapper._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .devices-cta-wrapper.features-vertical-tabs-text-left.home-2 {
    clear: none;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .devices-cta-wrapper.about-story-up-wrapper {
    padding-top: 0;
  }

  .devices-cta-wrapper.about-grid {
    padding-bottom: 40px;
  }

  .devices-cta-wrapper.home-blog-wrapper.vertical-blog {
    padding-top: 100px;
  }

  .devices-cta-wrapper.visual-features-wrapper, .devices-cta-wrapper.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .devices-cta-wrapper.blog-featured-wrapper {
    padding-bottom: 0;
  }

  .devices-cta-wrapper.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    padding: 60px 15px;
  }

  .devices-cta-wrapper.blog-post-image-wrapper {
    height: 450px;
  }

  .devices-cta-wrapper.sign-up-wrapper {
    width: 90%;
  }

  .devices-cta-wrapper.instructions-hero-wrapper {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .devices-cta-wrapper.instructions-hero-wrapper.top-margin {
    margin-top: 60px;
  }

  .devices-cta-wrapper.download-cards-wrapper {
    padding-bottom: 0;
  }

  .devices-cta-wrapper.two-cards {
    padding-top: 0;
  }

  .devices-cta-wrapper.integrations-icons-wrapper {
    padding-top: 100px;
  }

  .devices-cta-wrapper.cs {
    padding-top: 40px;
  }

  .devices-cta-wrapper.navigation-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .devices-cta-wrapper.os-download-div {
    padding-top: 120px;
  }

  .devices-cta-wrapper.os-download-div.homepage-2 {
    padding-top: 60px;
  }

  .devices-cta-wrapper.no-padding {
    overflow: visible;
  }

  .etcher-pro-features-pointer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .etcher-pro-featured-pointer-item.white {
    flex-direction: row;
  }

  .etcher-pro-featured-pointer-item.white.margin-left-24px {
    margin-top: 20px;
    margin-left: 0;
  }

  .etcher-pro-featured-pointer-item.centred {
    justify-content: flex-start;
  }

  .values-title {
    font-size: 18px;
    line-height: 140%;
  }

  .values-expanded-text {
    font-size: 16px;
  }

  .hero-team-page {
    padding-top: 0;
  }

  .wrapper-2 {
    padding-top: 40px;
  }

  .wrapper-2.home-feature-1-wrapper {
    padding-bottom: 0;
  }

  .wrapper-2.features-2-wrapper {
    padding-top: 120px;
  }

  .wrapper-2.features-2-wrapper.homepage-2 {
    padding-top: 60px;
  }

  .wrapper-2._1920px {
    object-fit: contain;
    padding-bottom: 20px;
  }

  .wrapper-2._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .wrapper-2.features-vertical-tabs-text-left.home-2 {
    clear: none;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-2.about-story-up-wrapper {
    padding-top: 0;
  }

  .wrapper-2.about-grid {
    padding-bottom: 40px;
  }

  .wrapper-2.home-blog-wrapper.vertical-blog {
    padding-top: 100px;
  }

  .wrapper-2.visual-features-wrapper, .wrapper-2.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-2.blog-featured-wrapper {
    padding-bottom: 0;
  }

  .wrapper-2.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    padding: 60px 15px;
  }

  .wrapper-2.blog-post-image-wrapper {
    height: 450px;
  }

  .wrapper-2.sign-up-wrapper {
    width: 90%;
  }

  .wrapper-2.instructions-hero-wrapper {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .wrapper-2.instructions-hero-wrapper.top-margin {
    margin-top: 60px;
  }

  .wrapper-2.download-cards-wrapper {
    padding-bottom: 0;
  }

  .wrapper-2.two-cards {
    padding-top: 0;
  }

  .wrapper-2.integrations-icons-wrapper {
    padding-top: 100px;
  }

  .wrapper-2.cs {
    padding-top: 40px;
  }

  .wrapper-2.navigation-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .wrapper-2.os-download-div {
    padding-top: 120px;
  }

  .wrapper-2.os-download-div.homepage-2 {
    padding-top: 60px;
  }

  .wrapper-2.no-padding {
    overflow: visible;
  }

  .investors-section.new-section-padding, .advisors-section.new-section-padding {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .header-page-scroll-link.white.right-side {
    margin-right: auto;
  }

  .header-page-scroll-link.white.testimonial {
    margin-top: 200px;
  }

  .case-study-slider-wrapper {
    padding-top: 40px;
  }

  .case-study-slider-wrapper.home-feature-1-wrapper {
    padding-bottom: 0;
  }

  .case-study-slider-wrapper.features-2-wrapper {
    padding-top: 120px;
  }

  .case-study-slider-wrapper.features-2-wrapper.homepage-2 {
    padding-top: 60px;
  }

  .case-study-slider-wrapper._1920px {
    object-fit: contain;
    padding-bottom: 20px;
  }

  .case-study-slider-wrapper._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .case-study-slider-wrapper.features-vertical-tabs-text-left.home-2 {
    clear: none;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-slider-wrapper.about-story-up-wrapper {
    padding-top: 0;
  }

  .case-study-slider-wrapper.about-grid {
    padding-bottom: 40px;
  }

  .case-study-slider-wrapper.home-blog-wrapper.vertical-blog {
    padding-top: 100px;
  }

  .case-study-slider-wrapper.visual-features-wrapper, .case-study-slider-wrapper.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .case-study-slider-wrapper.blog-featured-wrapper {
    padding-bottom: 0;
  }

  .case-study-slider-wrapper.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    padding: 60px 15px;
  }

  .case-study-slider-wrapper.blog-post-image-wrapper {
    height: 450px;
  }

  .case-study-slider-wrapper.sign-up-wrapper {
    width: 90%;
  }

  .case-study-slider-wrapper.instructions-hero-wrapper {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .case-study-slider-wrapper.instructions-hero-wrapper.top-margin {
    margin-top: 60px;
  }

  .case-study-slider-wrapper.download-cards-wrapper {
    padding-bottom: 0;
  }

  .case-study-slider-wrapper.two-cards {
    padding-top: 0;
  }

  .case-study-slider-wrapper.integrations-icons-wrapper {
    padding-top: 100px;
  }

  .case-study-slider-wrapper.cs {
    padding-top: 40px;
  }

  .case-study-slider-wrapper.navigation-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .case-study-slider-wrapper.os-download-div {
    padding-top: 120px;
  }

  .case-study-slider-wrapper.os-download-div.homepage-2 {
    padding-top: 60px;
  }

  .case-study-slider-wrapper.no-padding {
    overflow: visible;
  }

  .case-study-read-more-link.white.right-side {
    margin-right: auto;
  }

  .case-study-read-more-link.white.testimonial {
    margin-top: 200px;
  }

  .customer-hero-section.dark {
    background-color: #0000;
    margin-bottom: 40px;
  }

  .div-block-84 {
    height: 75px;
  }

  .paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

  .logo-buttons {
    flex-flow: column;
  }

  .logo-block-grid {
    grid-template-columns: 1fr;
  }

  .h2-heading-3 {
    font-size: 32px;
  }

  .logos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-card {
    width: 100%;
    height: 110px;
    padding: 15px;
  }

  .iso-badge {
    margin-bottom: 50px;
  }

  .text-block-42 {
    font-size: 30px;
  }

  .text-block-42.block-header {
    padding-left: 0;
    padding-right: 0;
    line-height: 110%;
  }

  .text-block-42.block-header-copy {
    line-height: 110%;
  }

  .text-block-43 {
    max-width: 100%;
  }

  .grid-18 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cra-header-section {
    width: 100%;
    max-width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cra-header-section.home-feature-1-wrapper {
    padding-bottom: 0;
  }

  .cra-header-section.features-2-wrapper {
    padding-top: 120px;
  }

  .cra-header-section.features-2-wrapper.homepage-2 {
    padding-top: 60px;
  }

  .cra-header-section._1920px {
    object-fit: contain;
    padding-bottom: 20px;
  }

  .cra-header-section._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .cra-header-section.features-vertical-tabs-text-left.home-2 {
    clear: none;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .cra-header-section.about-grid {
    padding-bottom: 40px;
  }

  .cra-header-section.home-blog-wrapper.vertical-blog {
    padding-top: 100px;
  }

  .cra-header-section.visual-features-wrapper, .cra-header-section.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cra-header-section.pricing-table-wrapper {
    width: 90%;
  }

  .cra-header-section.blog-featured-wrapper {
    padding-bottom: 0;
  }

  .cra-header-section.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    padding: 60px 15px;
  }

  .cra-header-section.blog-post-image-wrapper {
    height: 450px;
  }

  .cra-header-section.sign-up-wrapper {
    width: 90%;
  }

  .cra-header-section.instructions-hero-wrapper {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .cra-header-section.instructions-hero-wrapper.top-margin {
    margin-top: 60px;
  }

  .cra-header-section.download-cards-wrapper {
    padding-bottom: 0;
  }

  .cra-header-section.two-cards {
    padding-top: 0;
  }

  .cra-header-section.integrations-icons-wrapper {
    padding-top: 100px;
  }

  .cra-header-section.cs {
    padding-top: 40px;
  }

  .cra-header-section.navigation-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .cra-header-section.os-download-div {
    padding-top: 120px;
  }

  .cra-header-section.os-download-div.homepage-2 {
    padding-top: 60px;
  }

  .cra-header-section.no-padding {
    overflow: visible;
  }

  .cra-header-section.security-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-42-copy {
    font-size: 30px;
  }

  .text-block-42-copy.block-header {
    line-height: 110%;
  }

  .cra-wrapper {
    padding-top: 40px;
  }

  .cra-wrapper.home-feature-1-wrapper {
    padding-bottom: 0;
  }

  .cra-wrapper.features-2-wrapper {
    padding-top: 120px;
  }

  .cra-wrapper.features-2-wrapper.homepage-2 {
    padding-top: 60px;
  }

  .cra-wrapper._1920px {
    object-fit: contain;
    padding-bottom: 20px;
  }

  .cra-wrapper._1920px.features-2-vertical {
    padding-bottom: 0;
  }

  .cra-wrapper.features-vertical-tabs-text-left.home-2 {
    clear: none;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .cra-wrapper.about-grid {
    padding-bottom: 40px;
  }

  .cra-wrapper.home-blog-wrapper.vertical-blog {
    padding-top: 100px;
  }

  .cra-wrapper.visual-features-wrapper, .cra-wrapper.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cra-wrapper.pricing-table-wrapper {
    width: 90%;
  }

  .cra-wrapper.blog-featured-wrapper {
    padding-bottom: 0;
  }

  .cra-wrapper.blog-subscribe-wrapper {
    border-radius: 0;
    width: 100%;
    padding: 60px 15px;
  }

  .cra-wrapper.blog-post-image-wrapper {
    height: 450px;
  }

  .cra-wrapper.sign-up-wrapper {
    width: 90%;
  }

  .cra-wrapper.instructions-hero-wrapper {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .cra-wrapper.instructions-hero-wrapper.top-margin {
    margin-top: 60px;
  }

  .cra-wrapper.download-cards-wrapper {
    padding-bottom: 0;
  }

  .cra-wrapper.two-cards {
    padding-top: 0;
  }

  .cra-wrapper.integrations-icons-wrapper {
    padding-top: 100px;
  }

  .cra-wrapper.cs {
    padding-top: 40px;
  }

  .cra-wrapper.navigation-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .cra-wrapper.os-download-div {
    padding-top: 120px;
  }

  .cra-wrapper.os-download-div.homepage-2 {
    padding-top: 60px;
  }

  .cra-wrapper.no-padding {
    overflow: visible;
  }

  .cra-wrapper.security-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-50 {
    display: none;
  }

  .text-block-58 {
    font-size: 24px;
  }

  .paragraph-42 {
    font-size: 18px;
  }

  .etcher-filled-button-lg {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .etcher-filled-button-lg.top-margin.bottom-margin {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#w-node-_818066d0-d621-53f2-ff4d-c07dba1057e3-2762ff86, #w-node-_02254d49-ca64-3835-232d-c6ebb05533e5-a41db6d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a949ddf5-44ce-f49d-4d17-ba205014b151-5014b0fc, #w-node-a949ddf5-44ce-f49d-4d17-ba205014b153-5014b0fc, #w-node-a949ddf5-44ce-f49d-4d17-ba205014b155-5014b0fc {
  justify-self: center;
}

#w-node-_23a60e60-dd54-e1cc-fe8a-5532f6775617-46355082 {
  justify-self: start;
}

#w-node-dd8d52e3-f697-cff8-cbd0-437b34cb6aff-46355082, #w-node-fc38606b-5dee-fbbc-56a5-fa4d8f9a98d4-46355082 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc971f93-0531-329b-3484-25b87ac229c2-46355082, #w-node-dfb8cd04-f644-4b00-3672-ecb8118783f9-fc62ffdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffd3f67a-4c42-29b5-974d-0ec8e33d27f8-d162ffe2 {
  justify-self: center;
}

#w-node-ffd3f67a-4c42-29b5-974d-0ec8e33d27fe-d162ffe2 {
  place-self: center end;
}

#w-node-ffd3f67a-4c42-29b5-974d-0ec8e33d2800-d162ffe2 {
  place-self: center start;
}

#w-node-_759920bf-be5b-4854-d727-c05b892189fe-d162ffe2 {
  justify-self: center;
}

#w-node-_759920bf-be5b-4854-d727-c05b89218a05-d162ffe2, #w-node-_759920bf-be5b-4854-d727-c05b89218a06-d162ffe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803cce0b-abff-2a17-f12a-a25ec46563bd-1262ffe3 {
  justify-self: center;
}

#w-node-_4db65c8c-94ed-b8da-bb2e-94454ec4a306-1262ffe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_32ecba76-32e7-4b92-99ad-25fea74a95bb-1262ffe3, #w-node-_28de8936-8ec8-8ca5-74f8-80f4c755b18b-1262ffe3, #w-node-f5ee947c-4fa2-bc72-0b7a-70ba4ccf147c-1262ffe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_25a00773-77dc-cd13-70b6-d1f92af32fdb-7662ffe7 {
  justify-self: center;
}

#w-node-b01d9033-0aff-50f3-da6e-286c0660cd75-7662ffe7 {
  place-self: center end;
}

#w-node-_2cf739e4-b756-5a91-86df-ffce40bb1e73-7662ffe7 {
  place-self: center start;
}

#w-node-c82b246c-613f-7da0-743f-1a5b74135fd1-05630036, #w-node-c82b246c-613f-7da0-743f-1a5b74135fd5-05630036, #w-node-_0e40b138-7a7a-5347-fcc7-0246a28f50f9-26630037, #w-node-_9e5b3933-a6ac-dc04-bbd0-b3bf7ed95aab-26630037, #w-node-aefae755-e2dc-bfc9-ce4a-e9bf3f9c8190-26630037, #w-node-_0e40b138-7a7a-5347-fcc7-0246a28f50f7-26630037 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e65e70c9-aa5a-5370-5160-7b8e08a8304d-26630037 {
  justify-self: center;
}

#w-node-e65e70c9-aa5a-5370-5160-7b8e08a83056-26630037, #w-node-e65e70c9-aa5a-5370-5160-7b8e08a83057-26630037, #w-node-aca42b49-e2dd-e168-5ffd-c2ab70b3db17-26630037, #w-node-f5440a13-47bb-5e33-26cd-d6380c74bcad-26630037, #w-node-e51a34d5-f42c-ae17-808b-08c569d7b6fb-26630037 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dd78a7c-10eb-4fcf-6784-4624d1b1fcb8-cd630038 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3dd78a7c-10eb-4fcf-6784-4624d1b1fcb9-cd630038 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a84eb82c-1738-f6c4-3f1d-6d71721ccfb5-cd630038, #w-node-a84eb82c-1738-f6c4-3f1d-6d71721ccfb7-cd630038, #w-node-a84eb82c-1738-f6c4-3f1d-6d71721ccfb9-cd630038 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce44711a-27e3-3775-b6b2-3e8983a9b85e-c963004f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ce44711a-27e3-3775-b6b2-3e8983a9b85f-c963004f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_15f80473-9642-5c21-e859-ebd780e89a4b-c963004f, #w-node-be3f2996-80d8-c581-93cf-9e124ea54c46-c963004f, #w-node-_15f80473-9642-5c21-e859-ebd780e89a4d-c963004f, #w-node-_15f80473-9642-5c21-e859-ebd780e89a4f-c963004f, #w-node-c463dbd6-7ca0-8a80-507c-780cc916a7f3-c963004f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5680660e-bdd9-09f7-0ad7-f4c878f2bbec-5f63007c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_461c934f-917d-99e9-220b-7e7a4b2e0911-30630081, #w-node-_461c934f-917d-99e9-220b-7e7a4b2e0913-30630081, #w-node-_461c934f-917d-99e9-220b-7e7a4b2e0915-30630081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af40a106-f0d1-9973-8db1-2f65ace61a57-30630081 {
  justify-self: center;
}

#w-node-bdc901de-4f90-2009-b836-0de06addb7b6-30630081, #w-node-_70a00d1c-396d-25b0-358b-ab4d4f607c25-30630081, #w-node-eed61388-7e2e-3085-b9e2-310a8f200f4e-c0630083, #w-node-ac480a9b-cff9-ae94-dc1e-850e709d7cf0-c0630083, #w-node-_33fbc17b-a71e-dc2a-069e-482f310789cb-c0630083, #w-node-_386b6e68-9234-ef15-bfd4-1edc193e6d2d-c0630083, #w-node-fc1c7cc8-cf11-9554-b74b-4bebea603e01-c0630083, #w-node-_8f2f5f20-cb22-682d-2957-d74c03b37815-e9630085, #w-node-_106606a9-bcd9-d1eb-c27a-fd2ee3e14c2b-e9630085, #w-node-_0b795754-3e32-e78b-bdaa-4d0109b0e019-e9630085, #w-node-_1e63de41-dd09-8adf-2640-18584d127afc-e9630085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb49f2d-8e38-2081-96b4-3de44ecf859a-e9630085 {
  justify-self: center;
}

#w-node-_8e4874ee-1220-607b-32b0-231feee2894c-616300d5 {
  place-self: center end;
}

#w-node-_95bdc943-a5b8-607f-4034-e2e55b4a8f02-616300d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd052e64-5c09-360c-88cf-276acbb53b4e-616300d5, #w-node-d164d85a-6066-4ac9-0d16-5ec17f7cfec4-616300d5 {
  place-self: center;
}

#w-node-_773f5deb-b1b4-4d17-4da1-39342ecdf5f9-616300d5, #w-node-_6c50cd68-a7df-9163-7146-c18a0506417d-616300d5, #w-node-_1f02269f-cfda-88c7-ec9b-87cb6b7d4f19-616300d5, #w-node-_6754892f-fe7e-f3df-eb0a-bdfb72d2806e-616300d5, #w-node-_41329fda-22e5-0143-3571-f930e59f9b76-616300d5, #w-node-_7227e9d7-6b96-abba-d990-be9cf4a3efd0-616300d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1f1ed97b-a79a-bdac-1b33-d05ab521787b-616300d5, #w-node-af8b548f-f9e7-0a84-0b34-898bb019ee60-616300d5, #w-node-_91dbbfbf-858d-d4db-068a-142697e588f8-616300d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2401d97c-1707-9ab9-11ae-70eaf61013c2-616300d5 {
  place-self: center end;
}

#w-node-_95bdc943-a5b8-607f-4034-e2e55b4a8f02-d263010e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd052e64-5c09-360c-88cf-276acbb53b4e-d263010e, #w-node-d164d85a-6066-4ac9-0d16-5ec17f7cfec4-d263010e {
  place-self: center;
}

#w-node-_773f5deb-b1b4-4d17-4da1-39342ecdf5f9-d263010e, #w-node-_6c50cd68-a7df-9163-7146-c18a0506417d-d263010e, #w-node-_1f02269f-cfda-88c7-ec9b-87cb6b7d4f19-d263010e, #w-node-_6754892f-fe7e-f3df-eb0a-bdfb72d2806e-d263010e, #w-node-_41329fda-22e5-0143-3571-f930e59f9b76-d263010e, #w-node-_7227e9d7-6b96-abba-d990-be9cf4a3efd0-d263010e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1f1ed97b-a79a-bdac-1b33-d05ab521787b-d263010e, #w-node-af8b548f-f9e7-0a84-0b34-898bb019ee60-d263010e, #w-node-_91dbbfbf-858d-d4db-068a-142697e588f8-d263010e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94f50e06-964a-c451-77dd-30f33edfc87a-52630171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f4fcbc98-64b8-20d3-200a-99e626674c7f-52630171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83fce424-d26b-e899-b2d9-5f62972f6d0a-38630174 {
  align-self: auto;
}

#w-node-_69d7f028-6aec-0dfb-cb47-dacc6f1688cf-38630174 {
  justify-self: center;
}

#w-node-_6f06a7af-5abc-5d51-d6ad-6ee7d0c4bc39-0b630176, #w-node-a3e117f1-f5a9-c497-8a4e-94d43371c167-0b630176 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_718a4b3e-e259-05e6-9147-9aed9709a166-0b630176 {
  grid-area: Area;
}

#w-node-_1def167e-8a5d-14c0-c226-75fd813f2006-0b630176, #w-node-_9047dd47-a725-84a9-df72-12befc857ce2-0b630176, #w-node-_6d33aa0d-f32a-aa9f-df03-c7b3e7272c15-0b630176 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34599a9a-e59a-78f2-cada-fb1377d9604f-0b630176 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_34599a9a-e59a-78f2-cada-fb1377d96051-0b630176, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4ae-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4b1-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4b4-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4b6-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4bc-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4be-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4c4-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4c6-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4cc-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4ce-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4d0-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4d2-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4d4-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4d6-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4d8-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4da-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4dc-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4de-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4e4-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4e6-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4e8-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4ea-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4ec-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4ee-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4f0-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4f2-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4f8-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4fa-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4fc-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4fe-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a500-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a502-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a504-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a506-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a508-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a50a-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a50c-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a50e-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a510-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a512-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a514-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a516-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a518-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a51a-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a51c-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a51e-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a520-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a522-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a524-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a526-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a528-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a52a-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a52c-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a52e-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a530-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a532-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a534-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a536-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a538-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a53a-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a53c-155ae8e2, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a53e-155ae8e2, #w-node-_8b939406-0bca-a7fe-b867-8f379c64b948-155ae8e2, #w-node-b2e49ceb-6c0b-e7cf-e68e-55c8f4aba27d-155ae8e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d6f3d17-fa53-203f-fc2e-260c02c26e51-8d810be8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7d6f3d17-fa53-203f-fc2e-260c02c26e53-8d810be8 {
  grid-area: Area;
}

#w-node-_7d6f3d17-fa53-203f-fc2e-260c02c26e54-8d810be8, #w-node-cf75239b-5f23-aded-15b7-5861e0e9d425-8d810be8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3cc0860-ac55-abb0-d689-3e9a7eed5c5c-8d810be8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e3cc0860-ac55-abb0-d689-3e9a7eed5c5d-8d810be8 {
  grid-area: Area;
}

#w-node-e3cc0860-ac55-abb0-d689-3e9a7eed5c5e-8d810be8, #w-node-e3cc0860-ac55-abb0-d689-3e9a7eed5c63-8d810be8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e4874ee-1220-607b-32b0-231feee2894c-7c0110fb {
  place-self: center end;
}

#w-node-_95bdc943-a5b8-607f-4034-e2e55b4a8f02-7c0110fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd052e64-5c09-360c-88cf-276acbb53b4e-7c0110fb, #w-node-d164d85a-6066-4ac9-0d16-5ec17f7cfec4-7c0110fb {
  place-self: center;
}

#w-node-_773f5deb-b1b4-4d17-4da1-39342ecdf5f9-7c0110fb, #w-node-_6c50cd68-a7df-9163-7146-c18a0506417d-7c0110fb, #w-node-_1f02269f-cfda-88c7-ec9b-87cb6b7d4f19-7c0110fb, #w-node-_6754892f-fe7e-f3df-eb0a-bdfb72d2806e-7c0110fb, #w-node-_41329fda-22e5-0143-3571-f930e59f9b76-7c0110fb, #w-node-_7227e9d7-6b96-abba-d990-be9cf4a3efd0-7c0110fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1f1ed97b-a79a-bdac-1b33-d05ab521787b-7c0110fb, #w-node-af8b548f-f9e7-0a84-0b34-898bb019ee60-7c0110fb, #w-node-_91dbbfbf-858d-d4db-068a-142697e588f8-7c0110fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2401d97c-1707-9ab9-11ae-70eaf61013c2-7c0110fb {
  place-self: center end;
}

#w-node-_86f0b773-a8be-00d3-e4b1-50707b562b3a-7b562b33 {
  place-self: center;
}

#w-node-_94f50e06-964a-c451-77dd-30f33edfc87a-061996b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f4fcbc98-64b8-20d3-200a-99e626674c7f-061996b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94f50e06-964a-c451-77dd-30f33edfc87a-0953e10f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f4fcbc98-64b8-20d3-200a-99e626674c7f-0953e10f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94f50e06-964a-c451-77dd-30f33edfc87a-7219bc57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f4fcbc98-64b8-20d3-200a-99e626674c7f-7219bc57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94f50e06-964a-c451-77dd-30f33edfc87a-288e09cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f4fcbc98-64b8-20d3-200a-99e626674c7f-288e09cd, #w-node-edae0918-5196-4c53-d05a-7b377e8d44a6-de26a05c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2401d97c-1707-9ab9-11ae-70eaf61013c2-de26a05c, #w-node-_17a49f8b-b33a-8c77-95ad-e0262a779fec-de26a05c {
  place-self: center end;
}

#w-node-_9e440aab-922d-5c8e-a6ab-2fd6c524be87-b177f3db, #w-node-c208f65c-51bb-6253-cbad-5da75c30f9eb-b177f3db, #w-node-d5f654bd-9486-d8bc-e2c4-8e4bbb19fe27-b177f3db, #w-node-_6a9339f9-4aa8-e48a-0188-1c293ca40cea-b177f3db, #w-node-_59f54ed5-b8a5-f228-0859-21e7fd35f49f-b177f3db, #w-node-_6f06a7af-5abc-5d51-d6ad-6ee7d0c4bc39-b177f3db, #w-node-a3e117f1-f5a9-c497-8a4e-94d43371c167-b177f3db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_718a4b3e-e259-05e6-9147-9aed9709a166-b177f3db {
  grid-area: Area;
}

#w-node-_1def167e-8a5d-14c0-c226-75fd813f2006-b177f3db, #w-node-_9047dd47-a725-84a9-df72-12befc857ce2-b177f3db, #w-node-_6d33aa0d-f32a-aa9f-df03-c7b3e7272c15-b177f3db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25a00773-77dc-cd13-70b6-d1f92af32fdb-8442c3e4 {
  justify-self: center;
}

#w-node-b01d9033-0aff-50f3-da6e-286c0660cd75-8442c3e4 {
  place-self: center end;
}

#w-node-_2cf739e4-b756-5a91-86df-ffce40bb1e73-8442c3e4 {
  place-self: center start;
}

#w-node-c3c002c2-4807-5f71-9e33-60380c52c70c-5ff33d1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db2b94fe-cfe5-6515-a08e-b8c4d1e0c2e8-5ff33d1e, #w-node-b257c8ba-56df-b8e2-a238-f507dab88396-5ff33d1e {
  place-self: center;
}

#w-node-_8e4874ee-1220-607b-32b0-231feee2894c-8afb249b {
  place-self: center end;
}

#w-node-_95bdc943-a5b8-607f-4034-e2e55b4a8f02-8afb249b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd052e64-5c09-360c-88cf-276acbb53b4e-8afb249b, #w-node-d164d85a-6066-4ac9-0d16-5ec17f7cfec4-8afb249b {
  place-self: center;
}

#w-node-_773f5deb-b1b4-4d17-4da1-39342ecdf5f9-8afb249b, #w-node-_6c50cd68-a7df-9163-7146-c18a0506417d-8afb249b, #w-node-_1f02269f-cfda-88c7-ec9b-87cb6b7d4f19-8afb249b, #w-node-_6754892f-fe7e-f3df-eb0a-bdfb72d2806e-8afb249b, #w-node-_41329fda-22e5-0143-3571-f930e59f9b76-8afb249b, #w-node-_7227e9d7-6b96-abba-d990-be9cf4a3efd0-8afb249b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1f1ed97b-a79a-bdac-1b33-d05ab521787b-8afb249b, #w-node-af8b548f-f9e7-0a84-0b34-898bb019ee60-8afb249b, #w-node-_91dbbfbf-858d-d4db-068a-142697e588f8-8afb249b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2401d97c-1707-9ab9-11ae-70eaf61013c2-8afb249b {
  place-self: center end;
}

#w-node-_94f50e06-964a-c451-77dd-30f33edfc87a-86cf7e1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f4fcbc98-64b8-20d3-200a-99e626674c7f-86cf7e1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e4874ee-1220-607b-32b0-231feee2894c-f266ff79 {
  place-self: center end;
}

#w-node-dd052e64-5c09-360c-88cf-276acbb53b4e-f266ff79, #w-node-d164d85a-6066-4ac9-0d16-5ec17f7cfec4-f266ff79 {
  place-self: center;
}

#w-node-_1f02269f-cfda-88c7-ec9b-87cb6b7d4f19-f266ff79, #w-node-_6754892f-fe7e-f3df-eb0a-bdfb72d2806e-f266ff79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-af8b548f-f9e7-0a84-0b34-898bb019ee60-f266ff79, #w-node-_91dbbfbf-858d-d4db-068a-142697e588f8-f266ff79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2401d97c-1707-9ab9-11ae-70eaf61013c2-f266ff79 {
  place-self: center end;
}

#w-node-_94f50e06-964a-c451-77dd-30f33edfc87a-4324dae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f4fcbc98-64b8-20d3-200a-99e626674c7f-4324dae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_608d5324-8c40-4412-368f-6acdf65d31d8-8c0a8bbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_608d5324-8c40-4412-368f-6acdf65d31d9-8c0a8bbc {
  grid-area: Area-3;
}

#w-node-e7ebdbd0-a99a-a51d-d888-3f5207711fd3-8c0a8bbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_725ab321-f2c0-488b-62a0-948211966763-8c0a8bbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_725ab321-f2c0-488b-62a0-948211966764-8c0a8bbc {
  grid-area: Area-3;
}

#w-node-_7ef923e4-338f-0645-f4e0-af17766897fc-8c0a8bbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc45da05-7740-1eb9-bd1c-2fddbd0a072c-8c0a8bbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fc45da05-7740-1eb9-bd1c-2fddbd0a072d-8c0a8bbc {
  grid-area: Area-3;
}

#w-node-cdcdc6e3-25af-b197-fb2c-c6179c3cb477-8c0a8bbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cdcdc6e3-25af-b197-fb2c-c6179c3cb478-8c0a8bbc {
  grid-area: Area-3;
}

#w-node-cdcdc6e3-25af-b197-fb2c-c6179c3cb479-8c0a8bbc, #w-node-cdcdc6e3-25af-b197-fb2c-c6179c3cb47c-8c0a8bbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94f50e06-964a-c451-77dd-30f33edfc87a-1327537b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f4fcbc98-64b8-20d3-200a-99e626674c7f-1327537b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94f50e06-964a-c451-77dd-30f33edfc87a-4d4d1928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f4fcbc98-64b8-20d3-200a-99e626674c7f-4d4d1928 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94f50e06-964a-c451-77dd-30f33edfc87a-c4167b5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f4fcbc98-64b8-20d3-200a-99e626674c7f-c4167b5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94f50e06-964a-c451-77dd-30f33edfc87a-ae5dc2ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f4fcbc98-64b8-20d3-200a-99e626674c7f-ae5dc2ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94f50e06-964a-c451-77dd-30f33edfc87a-bc59f683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f4fcbc98-64b8-20d3-200a-99e626674c7f-bc59f683, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4ae-94a00896, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4b1-94a00896, #w-node-_4b27d5e8-52b0-3f29-ceb4-b389f336c64a-94a00896, #w-node-_201c53cf-daeb-5223-7273-eed76bedc654-94a00896, #w-node-_6c413d1e-16b6-30e6-1656-d20832e96d24-94a00896, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4b4-94a00896, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4b6-94a00896, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4bc-94a00896, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4be-94a00896, #w-node-_4c5aab5c-3d04-6277-f088-e14f1d91a4c4-94a00896, #w-node-_5e415798-04b2-a77e-33d9-bb430a41cd45-94a00896, #w-node-bded46fe-6e0c-dc74-a551-498cea8c5794-94a00896, #w-node-_6ab3272a-39f4-6316-71cd-975072242781-94a00896, #w-node-d7cab8d4-2e26-21a5-4287-47b2352093e1-94a00896, #w-node-e0062975-2a6b-e990-fe81-0883818f3be9-94a00896, #w-node-_16fff07d-7c82-dcc9-1988-901963856e82-66973e2a, #w-node-_16fff07d-7c82-dcc9-1988-901963856e84-66973e2a, #w-node-_16fff07d-7c82-dcc9-1988-901963856e86-66973e2a, #w-node-_16fff07d-7c82-dcc9-1988-901963856e88-66973e2a, #w-node-_16fff07d-7c82-dcc9-1988-901963856e8a-66973e2a, #w-node-_16fff07d-7c82-dcc9-1988-901963856e8c-66973e2a, #w-node-_16fff07d-7c82-dcc9-1988-901963856e8e-66973e2a, #w-node-_16fff07d-7c82-dcc9-1988-901963856e90-66973e2a, #w-node-_16fff07d-7c82-dcc9-1988-901963856e92-66973e2a, #w-node-_16fff07d-7c82-dcc9-1988-901963856e94-66973e2a, #w-node-_16fff07d-7c82-dcc9-1988-901963856e96-66973e2a, #w-node-_16fff07d-7c82-dcc9-1988-901963856e98-66973e2a, #w-node-_16fff07d-7c82-dcc9-1988-901963856e9a-66973e2a, #w-node-_16fff07d-7c82-dcc9-1988-901963856e9c-66973e2a, #w-node-_16fff07d-7c82-dcc9-1988-901963856e9e-66973e2a, #w-node-_61602828-68bc-49ca-2dc0-17db53f00d64-66973e2a, #w-node-ca862fc9-e3f5-8383-3b7b-77264338dde7-66973e2a, #w-node-d487cdae-324d-a68d-9cc8-034741fdb810-66973e2a, #w-node-_9cbb4d44-f0e8-e384-fe92-c95a3591e5e3-66973e2a, #w-node-b6799ea7-d952-60e8-803f-37d17adac43a-66973e2a, #w-node-_009eae53-9221-481a-b04c-a4910aa7105c-66973e2a, #w-node-_2d762257-7766-b231-a25a-6b7b978598a2-66973e2a, #w-node-_6ae85c37-e574-4bd6-a5b9-09dac9c4d430-66973e2a, #w-node-_133793b5-f9cb-46ff-7d66-0f7fa4dc4959-66973e2a, #w-node-db0871c7-4d3a-8e18-87ea-57ac4d9aacee-66973e2a, #w-node-_6d46cd68-e548-acf6-55e1-e5f0bd42bdd2-66973e2a, #w-node-_5d13356b-a292-47cf-78bc-28c2d3038839-66973e2a, #w-node-_3bd4cd50-ce72-2797-b756-c479f3ce988e-66973e2a, #w-node-_347b919a-2c99-dbef-f86f-573350915939-66973e2a, #w-node-c0ef9087-607f-0788-64b8-bda8080b8077-66973e2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3077bc0f-27b4-c696-9ac8-103e084faadd-66973e2a {
  justify-self: center;
}

#w-node-db7b52f0-25af-9804-b2ca-d8a5b05e7c0a-b05e7c0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3077bc0f-27b4-c696-9ac8-103e084faadd-8add6e88 {
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_7d6f3d17-fa53-203f-fc2e-260c02c26e51-8d810be8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_7d6f3d17-fa53-203f-fc2e-260c02c26e53-8d810be8 {
    place-self: center;
  }

  #w-node-cf75239b-5f23-aded-15b7-5861e0e9d425-8d810be8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3cc0860-ac55-abb0-d689-3e9a7eed5c5c-8d810be8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-e3cc0860-ac55-abb0-d689-3e9a7eed5c5d-8d810be8 {
    place-self: center;
  }

  #w-node-e3cc0860-ac55-abb0-d689-3e9a7eed5c63-8d810be8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_608d5324-8c40-4412-368f-6acdf65d31d8-8c0a8bbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_608d5324-8c40-4412-368f-6acdf65d31d9-8c0a8bbc {
    place-self: center;
  }

  #w-node-_725ab321-f2c0-488b-62a0-948211966763-8c0a8bbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_725ab321-f2c0-488b-62a0-948211966764-8c0a8bbc {
    place-self: center;
  }

  #w-node-fc45da05-7740-1eb9-bd1c-2fddbd0a072c-8c0a8bbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-fc45da05-7740-1eb9-bd1c-2fddbd0a072d-8c0a8bbc {
    place-self: center;
  }

  #w-node-cdcdc6e3-25af-b197-fb2c-c6179c3cb477-8c0a8bbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-cdcdc6e3-25af-b197-fb2c-c6179c3cb478-8c0a8bbc {
    place-self: center;
  }

  #w-node-cdcdc6e3-25af-b197-fb2c-c6179c3cb47c-8c0a8bbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_608d5324-8c40-4412-368f-6acdf65d31d8-8c0a8bbc, #w-node-_725ab321-f2c0-488b-62a0-948211966763-8c0a8bbc, #w-node-fc45da05-7740-1eb9-bd1c-2fddbd0a072c-8c0a8bbc, #w-node-cdcdc6e3-25af-b197-fb2c-c6179c3cb477-8c0a8bbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-a949ddf5-44ce-f49d-4d17-ba205014b153-5014b0fc, #w-node-a949ddf5-44ce-f49d-4d17-ba205014b155-5014b0fc {
    justify-self: center;
  }

  #w-node-_0e40b138-7a7a-5347-fcc7-0246a28f50f7-26630037 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_132fb877-feaf-2ffa-1670-affea41db6d4-a41db6d1, #w-node-ba24982b-8ca2-2870-ea7f-e2597971cf9b-a41db6d1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af9229555584-9d63002d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af9229555589-9d63002d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af922955558e-9d63002d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af9229555598-9d63002d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af922955559b-9d63002d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af922955559e-9d63002d {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555a6-9d63002d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555a9-9d63002d {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555ac-9d63002d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555b4-9d63002d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555b6-9d63002d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555b8-9d63002d {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555bf-9d63002d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555c1-9d63002d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555c3-9d63002d {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555ca-9d63002d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555cc-9d63002d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555ce-9d63002d {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555d5-9d63002d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555d7-9d63002d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555d9-9d63002d {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555e0-9d63002d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555e2-9d63002d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555e4-9d63002d {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555eb-9d63002d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555ed-9d63002d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555ef-9d63002d {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555f6-9d63002d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555f8-9d63002d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af92295555fa-9d63002d {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af9229555601-9d63002d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af9229555603-9d63002d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af9229555605-9d63002d {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af922955560c-9d63002d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af922955560e-9d63002d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af9229555610-9d63002d {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af9229555617-9d63002d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af9229555619-9d63002d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ec96865-07bb-77fc-4fcd-af922955561b-9d63002d {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_98a4349f-8421-ebc8-7c9c-efcdf84febe6-d16300e8 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_4aa6d78b-e40e-ea68-85ce-27f7216549cc-d16300e8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f2faa30d-64d7-7140-b581-00ad54ebb1cf-d16300e8 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_4c1113ed-9f79-408e-ca82-6a1961547fb8-d16300e8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_820ca006-5fe1-6cfc-c419-fff3f36593ff-d16300e8 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_57be9a2e-f545-1686-1437-df2c244d6841-d16300e8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_57be9a2e-f545-1686-1437-df2c244d6846-d16300e8 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_57be9a2e-f545-1686-1437-df2c244d684b-d16300e8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_57be9a2e-f545-1686-1437-df2c244d6850-d16300e8 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-cfed8045-d735-cec5-11fc-f98e4b0265eb-d16300e8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-cfed8045-d735-cec5-11fc-f98e4b0265ee-d16300e8 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-cfed8045-d735-cec5-11fc-f98e4b0265f1-d16300e8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-cfed8045-d735-cec5-11fc-f98e4b0265f4-d16300e8 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-a9eaa540-1af5-620e-b785-027fe3db2a3d-d16300e8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a9eaa540-1af5-620e-b785-027fe3db2a40-d16300e8 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-a9eaa540-1af5-620e-b785-027fe3db2a43-d16300e8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a9eaa540-1af5-620e-b785-027fe3db2a46-d16300e8 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_558085e1-337c-27a9-208b-8f0a5b23cbcf-d16300e8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_558085e1-337c-27a9-208b-8f0a5b23cbd1-d16300e8 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_558085e1-337c-27a9-208b-8f0a5b23cbd3-d16300e8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_558085e1-337c-27a9-208b-8f0a5b23cbd5-d16300e8 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_8b86bb92-57bd-c173-d80c-6719cc86f137-d16300e8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8b86bb92-57bd-c173-d80c-6719cc86f139-d16300e8 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_8b86bb92-57bd-c173-d80c-6719cc86f13b-d16300e8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_8b86bb92-57bd-c173-d80c-6719cc86f13d-d16300e8 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-d9bc814e-c0aa-a5f5-7c26-bdd005032e25-d16300e8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d9bc814e-c0aa-a5f5-7c26-bdd005032e27-d16300e8 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-d9bc814e-c0aa-a5f5-7c26-bdd005032e29-d16300e8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d9bc814e-c0aa-a5f5-7c26-bdd005032e2b-d16300e8 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_4bc18879-97d7-f2a4-11d4-473ef2a232ff-d16300e8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4bc18879-97d7-f2a4-11d4-473ef2a23301-d16300e8 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_4bc18879-97d7-f2a4-11d4-473ef2a23303-d16300e8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4bc18879-97d7-f2a4-11d4-473ef2a23305-d16300e8 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-a71b6606-dd91-8b59-adcd-246b905226f8-d16300e8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a71b6606-dd91-8b59-adcd-246b905226fa-d16300e8 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-a71b6606-dd91-8b59-adcd-246b905226fc-d16300e8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a71b6606-dd91-8b59-adcd-246b905226fe-d16300e8 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_4c180c4c-6c23-68d4-3791-d61952dfd294-d16300e8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4c180c4c-6c23-68d4-3791-d61952dfd296-d16300e8 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_4c180c4c-6c23-68d4-3791-d61952dfd298-d16300e8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4c180c4c-6c23-68d4-3791-d61952dfd29a-d16300e8 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-e72ad457-d2eb-d41a-fb95-b15ff8b11e2f-d16300e8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e72ad457-d2eb-d41a-fb95-b15ff8b11e31-d16300e8 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-e72ad457-d2eb-d41a-fb95-b15ff8b11e33-d16300e8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-e72ad457-d2eb-d41a-fb95-b15ff8b11e35-d16300e8 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_105e5456-05c4-794c-9c32-5bb73fa58def-d16300e8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_105e5456-05c4-794c-9c32-5bb73fa58df1-d16300e8 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_105e5456-05c4-794c-9c32-5bb73fa58df3-d16300e8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_105e5456-05c4-794c-9c32-5bb73fa58df5-d16300e8 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_6d65cbdb-c1ad-9632-da89-e78aa1f32938-d16300e8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6d65cbdb-c1ad-9632-da89-e78aa1f3293a-d16300e8 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_6d65cbdb-c1ad-9632-da89-e78aa1f3293c-d16300e8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_6d65cbdb-c1ad-9632-da89-e78aa1f3293e-d16300e8 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_98ae8370-010a-0ec3-be57-17e3b251d88b-ca630121 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc6dc0db-3447-a108-90aa-4442be79d547-ca630121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_96875320-1285-7892-c6d3-b739a1bd9255-ca630121 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7043fff-90e4-7e68-9886-77d1910cd7b7-ca630121 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9b3b8260-1b95-6a5e-cb60-77837fd4c925-ca630121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_47192a5c-a81f-61b1-e507-623bc18c5e2f-ca630121 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_074f2f00-1159-bbd0-530a-0cd710a2a2a0-ca630121 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_074f2f00-1159-bbd0-530a-0cd710a2a2a3-ca630121 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_074f2f00-1159-bbd0-530a-0cd710a2a2a6-ca630121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b490ea90-7275-332d-2dff-2284f700e72e-ca630121 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b490ea90-7275-332d-2dff-2284f700e731-ca630121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c1211154-3443-7ff4-0a2a-ece67d83407e-ca630121 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-c41ff74a-4028-9708-8837-2aa635a9ad40-ca630121 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c41ff74a-4028-9708-8837-2aa635a9ad42-ca630121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c41ff74a-4028-9708-8837-2aa635a9ad44-ca630121 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3ac-ca630121 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3ae-ca630121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3b0-ca630121 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_50a72116-255d-227d-5289-b03e75562bb7-ca630121 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_50a72116-255d-227d-5289-b03e75562bb9-ca630121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_50a72116-255d-227d-5289-b03e75562bbb-ca630121 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_0e309604-7f79-8f20-3939-3e0cd7e8d846-ca630121 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0e309604-7f79-8f20-3939-3e0cd7e8d848-ca630121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0e309604-7f79-8f20-3939-3e0cd7e8d84a-ca630121 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-d2fc4b42-4e59-29d4-f539-3e2e0979264b-ca630121 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d2fc4b42-4e59-29d4-f539-3e2e0979264d-ca630121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d2fc4b42-4e59-29d4-f539-3e2e0979264f-ca630121 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_1ac4a86d-5c92-cb8f-a3cf-465f6835759b-ca630121 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1ac4a86d-5c92-cb8f-a3cf-465f6835759d-ca630121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1ac4a86d-5c92-cb8f-a3cf-465f6835759f-ca630121 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41ef7-ca630121 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41ef9-ca630121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41efb-ca630121 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404724-ca630121 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404726-ca630121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404728-ca630121 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-c06ae1ed-a991-1dd8-6d56-2d7da15e1e1b-ca630121 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c06ae1ed-a991-1dd8-6d56-2d7da15e1e1d-ca630121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c06ae1ed-a991-1dd8-6d56-2d7da15e1e1f-ca630121 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_98ae8370-010a-0ec3-be57-17e3b251d88b-fa630134 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc6dc0db-3447-a108-90aa-4442be79d547-fa630134 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_96875320-1285-7892-c6d3-b739a1bd9255-fa630134 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7043fff-90e4-7e68-9886-77d1910cd7b7-fa630134 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9b3b8260-1b95-6a5e-cb60-77837fd4c925-fa630134 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_47192a5c-a81f-61b1-e507-623bc18c5e2f-fa630134 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_074f2f00-1159-bbd0-530a-0cd710a2a2a0-fa630134 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_074f2f00-1159-bbd0-530a-0cd710a2a2a3-fa630134 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_074f2f00-1159-bbd0-530a-0cd710a2a2a6-fa630134 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b490ea90-7275-332d-2dff-2284f700e72e-fa630134 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b490ea90-7275-332d-2dff-2284f700e731-fa630134 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c1211154-3443-7ff4-0a2a-ece67d83407e-fa630134 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-c41ff74a-4028-9708-8837-2aa635a9ad40-fa630134 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c41ff74a-4028-9708-8837-2aa635a9ad42-fa630134 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c41ff74a-4028-9708-8837-2aa635a9ad44-fa630134 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3ac-fa630134 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3ae-fa630134 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1d89dd42-7a5f-c795-f1bf-6ced8e6cc3b0-fa630134 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_50a72116-255d-227d-5289-b03e75562bb7-fa630134 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_50a72116-255d-227d-5289-b03e75562bb9-fa630134 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_50a72116-255d-227d-5289-b03e75562bbb-fa630134 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_0e309604-7f79-8f20-3939-3e0cd7e8d846-fa630134 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0e309604-7f79-8f20-3939-3e0cd7e8d848-fa630134 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0e309604-7f79-8f20-3939-3e0cd7e8d84a-fa630134 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-d2fc4b42-4e59-29d4-f539-3e2e0979264b-fa630134 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d2fc4b42-4e59-29d4-f539-3e2e0979264d-fa630134 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d2fc4b42-4e59-29d4-f539-3e2e0979264f-fa630134 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_1ac4a86d-5c92-cb8f-a3cf-465f6835759b-fa630134 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1ac4a86d-5c92-cb8f-a3cf-465f6835759d-fa630134 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1ac4a86d-5c92-cb8f-a3cf-465f6835759f-fa630134 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41ef7-fa630134 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41ef9-fa630134 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ee56854f-a9c2-e294-61e6-857d19b41efb-fa630134 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404724-fa630134 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404726-fa630134 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cb751bd5-c9de-b82b-1762-251aa3404728-fa630134 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-c06ae1ed-a991-1dd8-6d56-2d7da15e1e1b-fa630134 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c06ae1ed-a991-1dd8-6d56-2d7da15e1e1d-fa630134 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c06ae1ed-a991-1dd8-6d56-2d7da15e1e1f-fa630134 {
    grid-area: 1 / 3 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a949ddf5-44ce-f49d-4d17-ba205014b11b-5014b0fc, #w-node-_11221fe7-951a-11db-12c9-adeef127dbd4-26630037 {
    justify-self: auto;
  }

  #w-node-_5680660e-bdd9-09f7-0ad7-f4c878f2bbec-5f63007c {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_02254d49-ca64-3835-232d-c6ebb05533e5-a41db6d1 {
    justify-self: stretch;
  }

  #w-node-_26331317-194e-c3a3-3ca4-d4f34d92549d-26630037 {
    justify-self: center;
  }

  #w-node-b4e1323f-ef5b-4bed-c672-7e886a0537a8-30630081, #w-node-b4e1323f-ef5b-4bed-c672-7e886a0537c5-30630081 {
    justify-self: start;
  }

  #w-node-cf75239b-5f23-aded-15b7-5861e0e9d425-8d810be8, #w-node-e3cc0860-ac55-abb0-d689-3e9a7eed5c63-8d810be8, #w-node-_01d1facb-2460-7c6e-0266-8e6c06cb25af-94e438e4, #w-node-cdcdc6e3-25af-b197-fb2c-c6179c3cb47c-8c0a8bbc {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Font awesome 6 free 400';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}