@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.woff2') format("woff2"), url('../fonts/Satoshi-BoldItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-BoldItalic.woff') format("woff"), url('../fonts/Satoshi-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.woff2') format("woff2"), url('../fonts/Satoshi-MediumItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-MediumItalic.woff') format("woff"), url('../fonts/Satoshi-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff2') format("woff2"), url('../fonts/Satoshi-Regular.eot') format("embedded-opentype"), url('../fonts/Satoshi-Regular.woff') format("woff"), url('../fonts/Satoshi-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2"), url('../fonts/Satoshi-Medium.eot') format("embedded-opentype"), url('../fonts/Satoshi-Medium.woff') format("woff"), url('../fonts/Satoshi-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-VariableItalic.woff2') format("woff2"), url('../fonts/Satoshi-Italic.woff2') format("woff2"), url('../fonts/Satoshi-VariableItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-Italic.eot') format("embedded-opentype"), url('../fonts/Satoshi-Italic.woff') format("woff"), url('../fonts/Satoshi-VariableItalic.woff') format("woff"), url('../fonts/Satoshi-Italic.ttf') format("truetype"), url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.woff2') format("woff2"), url('../fonts/Satoshi-LightItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-LightItalic.woff') format("woff"), url('../fonts/Satoshi-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.woff2') format("woff2"), url('../fonts/Satoshi-Bold.eot') format("embedded-opentype"), url('../fonts/Satoshi-Bold.woff') format("woff"), url('../fonts/Satoshi-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.woff2') format("woff2"), url('../fonts/Satoshi-Variable.eot') format("embedded-opentype"), url('../fonts/Satoshi-Variable.woff') format("woff"), url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.woff2') format("woff2"), url('../fonts/Satoshi-Light.eot') format("embedded-opentype"), url('../fonts/Satoshi-Light.woff') format("woff"), url('../fonts/Satoshi-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.woff2') format("woff2"), url('../fonts/Satoshi-BlackItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-BlackItalic.woff') format("woff"), url('../fonts/Satoshi-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.woff2') format("woff2"), url('../fonts/Satoshi-Black.eot') format("embedded-opentype"), url('../fonts/Satoshi-Black.woff') format("woff"), url('../fonts/Satoshi-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-green: #042f3a;
  --green: #196061;
  --grey: #666d80;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

.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-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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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;
  }

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

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

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

body {
  color: var(--dark-green);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

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

img {
  object-fit: cover;
  width: 50%;
  max-width: 100%;
  height: 50%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
}

.text-box {
  max-width: 27rem;
}

.text-box.large {
  max-width: 60rem;
}

.hero-style-guide-content {
  grid-row-gap: 1.5rem;
  color: var(--dark-green);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-style-guide-wrapper {
  background-image: radial-gradient(circle, #fff 53%, #12121230), url('../images/Hero-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 1rem;
  width: 100%;
  margin-top: 1rem;
  padding: 13rem 2rem 2rem;
  overflow: hidden;
}

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

.container.small {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 5rem;
  padding-right: 5rem;
}

.heading-2 {
  font-size: 5.5rem;
  line-height: 1.15;
}

.text-size-regular {
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-regular.max-width-30ch {
  max-width: 22ch;
}

.text-size-regular.text-weight-medium.text-color-dark-green {
  color: var(--green);
}

.text-size-regular.text-color-grey {
  text-align: left;
}

.padding-global {
  margin-top: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.large {
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global.small {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-global.xsmall {
  padding-left: .5rem;
  padding-right: .5rem;
}

.style-guide-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
}

.text-size-xlarge {
  margin-top: 22px;
  font-size: 1.5rem;
  line-height: 1.25;
  text-decoration: none;
}

.style-guide-menu-links {
  grid-row-gap: 1.5rem;
  opacity: .5;
  color: #121212;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.style-guide-menu-links:hover, .style-guide-menu-links.w--current {
  opacity: 1;
}

.style-tag {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1e1d30;
  border: 1px #0000001f;
  border-radius: 10rem;
  padding: .625rem 1.5rem;
  font-weight: 700;
}

.typography-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.style-guide-button-text {
  flex-direction: column;
  display: flex;
  position: relative;
}

.heading-1 {
  font-size: 7rem;
  line-height: 1.1;
}

.text-size-xsmall {
  font-size: .75rem;
}

.text-size-xsmall.text-style-caps {
  text-transform: uppercase;
}

.style-gudie-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-gudie-content.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 2rem;
  display: grid;
}

.text-weight-light {
  font-weight: 300;
}

.style-guide-menu {
  grid-row-gap: 1.5rem;
  color: #121212;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  font-size: 3rem;
  line-height: 1.18;
}

.text-size-medium {
  text-align: right;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium.text-color-grey {
  text-align: left;
}

.text-size-medium.text-weight-medium.new {
  text-align: center;
  padding-top: 66px;
}

.sytleguide-button {
  grid-row-gap: .25rem;
  color: #3f3f3f;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.rich-text {
  margin-top: 2rem;
  margin-bottom: 0;
}

.rich-text h1 {
  margin-bottom: 1rem;
}

.rich-text p {
  margin-bottom: 1.5rem;
}

.rich-text h3, .rich-text h4, .rich-text h5 {
  margin-bottom: 1rem;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.rich-text h2 {
  margin-bottom: 1rem;
}

.rich-text ul {
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
}

.rich-text blockquote {
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 1.5;
}

.sticky-menu {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 4rem;
}

.style-guide-menu-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

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

.color-palette-card {
  grid-row-gap: 2rem;
  border: 1px solid #dfddda;
  border-radius: 1rem;
  flex-direction: column;
  padding: .5rem .5rem 2rem;
  display: flex;
}

.heading-3 {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.15;
}

.style-guide-button-line {
  background-color: #3f3f3f;
  width: 100%;
  height: 1px;
}

.button-text-absolute {
  position: absolute;
  bottom: -2rem;
}

.color-palette-text {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.style-guide-content {
  margin-bottom: 10rem;
}

.style-guide-component {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-bottom: 10rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.style-guide-component.margin-top-3rem {
  margin-top: 3rem;
}

.color-palette {
  border-radius: 1rem;
  width: 100%;
  height: 10rem;
}

.color-palette.black {
  background-color: #121212;
}

.color-palette.white {
  background-color: #fff;
  border: 1px solid #bbb;
}

.color-palette.green {
  background-color: var(--green);
}

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

.color-palette.grey {
  background-color: var(--grey);
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  line-height: 1.5;
}

.class-name-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 6rem;
  display: flex;
}

.class-name-wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.divider-line {
  background-color: #dfddda;
  width: 100%;
  height: 1px;
}

.divider-line.max-width {
  width: 100%;
}

.divider-line.margin-bottom {
  margin-bottom: 3.5rem;
}

.typography-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-small.text-weight-regular {
  font-weight: 400;
}

.caps {
  text-transform: uppercase;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.text-size-regular.text-color-dark-green {
  color: var(--dark-green);
}

.text-weight-medium.text-size-regular.text-color-mobile {
  color: var(--white);
}

.heading-4 {
  font-size: 4rem;
  line-height: 1.2;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 1.5;
}

.section-style-guide {
  margin-top: 5.75rem;
}

.dropdown-link {
  transition: all .2s;
}

.dropdown-link:hover {
  color: #1e1d30cc;
  background-color: #f8f9fa;
}

.dropdown-link.w--current {
  color: #808187;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  position: absolute;
  inset: 1rem 0% auto;
}

.dropdown-list {
  background-color: #1e1d30;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #e4e6f9;
  border-radius: 10px;
  overflow: hidden;
}

.brand {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.dropdown-icon {
  color: #808187;
}

.dropdown {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #042f3a;
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.dropdown.new-last {
  padding-right: 2rem;
}

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

.heading-images {
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 7rem;
  display: flex;
}

.heading-images.top-margin {
  margin-top: 0;
}

.faq-action-wrapper {
  z-index: 25;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.faq-action {
  background-color: #e4e6f9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq-top {
  z-index: 1;
  cursor: pointer;
  padding: 0;
  position: relative;
}

.faq-title-wrapper {
  z-index: 10;
  height: 100%;
  padding: 1.9rem 5rem 1.9rem 0;
  position: relative;
}

.faq-component {
  grid-column-gap: 0px;
  grid-row-gap: 4.8125rem;
  flex-direction: column;
  margin-top: 8rem;
  margin-bottom: 9rem;
  display: flex;
}

.faq-list {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.faq-bottom {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.opacity-80 {
  opacity: .8;
}

.opacity-80.max-width-50 {
  width: 50%;
  margin-top: -43px;
  padding-top: 0;
}

.opacity-80.max-width-90 {
  width: 90%;
}

.opacity-80.max-width-60 {
  width: 60%;
}

.opacity-80.gap-1 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-item {
  border-bottom: 1px solid #b0b1be33;
}

.faq-lottie {
  filter: invert();
  justify-content: center;
  align-items: center;
  width: .875rem;
  display: flex;
}

.faq-bottom-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.text-color-green {
  color: #196061;
}

.newsletter-heading {
  color: var(--dark-green);
  text-align: center;
  max-width: 80ch;
  font-weight: 400;
}

.newsletter {
  color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button {
  letter-spacing: .5px;
  background-color: #196061;
  border-radius: .5rem;
  padding: .9rem 4rem .8rem;
  font-weight: 500;
  transition: background-color .2s;
  position: absolute;
  right: 0;
}

.submit-button:hover {
  background-color: #4b4a63;
}

.home-hero-left {
  grid-row-gap: 3rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field {
  border: 1px solid #d4d4d8;
  border-radius: .5rem;
  height: 100%;
  margin-bottom: 0;
  padding: 1.4rem 6rem 1.4rem 1rem;
  transition: background-color .2s;
}

.text-field:hover {
  background-color: #fbfbfb;
}

.text-field::placeholder {
  color: #1e1d30;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-field.rounded {
  letter-spacing: .5px;
  border-radius: .3rem;
  width: 100%;
  padding: 1rem 1rem 1rem 2rem;
}

.text-field.rounded::placeholder {
  font-size: 1rem;
  font-weight: 500;
}

.form-horizontal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form-horizontal.hero {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.form-horizontal.hero.horizontal {
  width: 60ch;
  position: relative;
}

.newsletter-wrapper {
  background-image: url('../images/Newsletter-BG.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.service-card {
  grid-row-gap: 1.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.services-content {
  grid-row-gap: .8rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: .5rem;
  display: flex;
}

.services-content.text-color-white {
  color: #fff;
}

.mask-frame {
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  object-fit: contain;
  background-color: #121212;
  border-radius: 0;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.mask-frame.button-mask {
  background-color: var(--dark-green);
  opacity: 1;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.services-component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  max-width: 110rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.services.dark {
  background-color: #253130;
}

.service-image {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  min-height: 31rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-wrapper {
  grid-row-gap: 4rem;
  flex-direction: column;
  margin-top: 6rem;
  display: flex;
}

.services-heading-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.services-heading-wrapper.text-color-white {
  color: #fff;
}

.services-heading-wrapper.text-color-white.left-padding {
  padding-left: 4rem;
}

.services-heading-wrapper.contact {
  width: 90ch;
}

.footer-link-wrap {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link-wrap.text-color-dark-green {
  color: #042f3a;
}

.footer-grid {
  grid-column-gap: 4vw;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr;
}

.credits-wrapper {
  color: #71717a;
  text-decoration: none;
}

.opacity-50 {
  opacity: .5;
}

.footer {
  margin-bottom: 1rem;
}

.footer-component {
  padding-top: 0;
  padding-bottom: 2rem;
}

.footer-bottom-wrapper {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.footer-bottom {
  margin-top: auto;
}

.footer-link {
  color: #042f3a;
  text-decoration: none;
  transition: opacity .2s, transform .2s;
}

.footer-link:hover {
  opacity: .74;
  transform: translate(0, -1px);
}

.footer-about {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 36ch;
  display: flex;
}

.footer-social-link {
  color: var(--dark-green);
  border: 1px solid #d4d4d8;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 2.5rem;
  max-width: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
  transition: transform .3s, border .2s, background-color .2s;
  display: flex;
}

.footer-social-link:hover {
  color: var(--white);
  background-color: #196061;
  border-width: 0;
  border-color: #ffffff2e;
  transform: translate(0, -2px);
}

.footer-title {
  margin-bottom: 1.5rem;
}

.footer-social-media {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  display: none;
  overflow: visible;
}

.footer-line {
  opacity: .2;
  background-color: #e2e8f0;
  width: 100%;
  height: 1px;
}

.error-message {
  border-radius: .5rem;
  margin-top: 1rem;
  padding: 1.1rem;
}

.contact-links {
  grid-column-gap: 1rem;
  grid-row-gap: .5625rem;
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

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

.button-contact {
  color: #f4f4f4;
  mix-blend-mode: normal;
  border: 1px solid #fff;
  border-radius: 8rem;
  flex-direction: column;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.button-contact:hover {
  grid-row-gap: .25rem;
}

.button-contact.border-color-green {
  border-color: #196061;
}

.button-contact.white {
  transition: background-color .2s, color .2s;
}

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

.success-message {
  background-color: #fff;
  border-radius: .5rem;
}

.contact-hero-wrap {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 8rem;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.message-field {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: .3rem;
  min-height: 8rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.message-field:hover, .message-field:focus {
  border-color: #0865f1;
}

.form-wrapper {
  width: 100%;
}

.contact-list-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-list-wrap.grid {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: .5rem 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-list-wrap.max-width-40ch {
  max-width: 40ch;
}

.contact-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  background-color: #f0f4f8;
  border-radius: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: start center;
  width: 100%;
  height: auto;
  padding: 3.5rem 4rem;
  display: grid;
}

.contact-elipse {
  background-color: #fff;
  border-radius: 50%;
  width: .5rem;
  min-width: .5rem;
  height: .5rem;
  min-height: .5rem;
}

.contact-elipse.elipse-grey {
  background-color: #333;
}

.text-field-form {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: .3rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: border-color .3s;
}

.text-field-form:hover, .text-field-form:focus {
  border-color: #fff;
}

.contact-wrapper {
  grid-row-gap: 4.5rem;
  flex-direction: column;
  margin-bottom: 4rem;
  display: flex;
}

.contact-wrapper.top-margin {
  margin-top: 4rem;
}

.contact-heading-wrapper {
  padding-left: 3rem;
}

.contact-us-background {
  background-image: url('../images/Hero.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #eceff3;
  border-radius: .75rem;
  width: 100%;
  height: auto;
}

.list {
  margin-bottom: 2rem;
  padding-left: 2.5rem;
}

.contact-us-text-wrapper {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 90ch;
  display: flex;
}

.max-width-50ch {
  max-width: 50ch;
}

.button-green-icon {
  align-items: center;
  padding-top: .1rem;
  display: flex;
}

.button-green-icon.text-color-dark-green {
  color: #042f3a;
}

.button-wrapper {
  z-index: 3;
  color: var(--dark-green);
  border-radius: 5rem;
  text-decoration: none;
  transition: all .3s;
  position: relative;
}

.button-wrapper:hover {
  background-color: var(--dark-green);
  color: var(--white);
}

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

.button-content-wrapper {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
}

.button-content-wrapper.hero-button-padding {
  color: var(--dark-green);
  padding: 1rem 2rem;
}

.button-content-wrapper.hero-button-padding:hover {
  color: var(--white);
}

.hero-component {
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  padding-top: .5rem;
  padding-bottom: 1rem;
  display: flex;
}

.hero-content-wrapper {
  background-color: #f0f4f8;
  background-image: url('../images/Hero-Background.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #eceff3;
  border-radius: .75rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.hero-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

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

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

.icon-wrapper {
  grid-column-gap: .9rem;
  width: auto;
  height: auto;
  display: flex;
}

.icon-wrapper.lottie {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
}

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

.image-background.border-image-testimonial {
  border-radius: .5rem;
}

.image-background.cards {
  border-radius: 1rem;
  overflow: hidden;
}

.features-heading {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.features {
  grid-column-gap: 9rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.features.vertical-flex {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.features.invert {
  flex-direction: row-reverse;
  position: relative;
}

.features-component {
  grid-row-gap: 11rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 11rem;
  margin-bottom: 9rem;
  display: flex;
}

.features-heading-3 {
  grid-row-gap: .625rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 52ch;
  display: flex;
}

.features-content.align-middle {
  justify-content: center;
  align-items: center;
  width: 50vw;
  max-width: none;
  padding-left: 4rem;
  padding-right: 6rem;
}

.section {
  margin-top: auto;
  margin-bottom: -63px;
  display: block;
}

.section.dark {
  background-color: #253130;
}

.features-heading-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.features-image {
  color: #1e1d30;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50vw;
  min-width: 40vw;
  max-width: 50vw;
  height: 50vh;
  min-height: 60vh;
  max-height: 60vh;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-green {
  grid-column-gap: .8rem;
  background-color: var(--green);
  color: var(--white);
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: .7rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-green.circle-button {
  grid-column-gap: 0rem;
  border-radius: 100%;
  padding: .5rem;
}

.button-green.text-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.button-green.v2 {
  background-color: var(--white);
  color: var(--black);
  border: 1px dashed #000;
  display: none;
}

.text-wrapper {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.navbar-button-wrapper {
  grid-column-gap: 1rem;
  display: flex;
}

.table-component {
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.table-component.max-width-100 {
  width: 100%;
}

.table-component.max-width-100.docs-padding {
  margin-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.row-line {
  background-color: #dfe4f8;
  width: 100%;
  height: 1px;
  margin-top: 3.5rem;
}

.row {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  color: var(--dark-green);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  transition: padding .3s;
  display: flex;
}

.row:hover {
  padding-bottom: 2rem;
}

.row.docs-grid {
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: center;
  align-items: flex-start;
}

.features-heading-4 {
  grid-row-gap: .625rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-wrapper {
  text-decoration: none;
  display: block;
}

.max-width-30ch {
  max-width: 30ch;
}

.contact-us-wrapper {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact-wrap-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2.375rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.5fr 1.5fr 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding-left: 5rem;
  padding-right: 5rem;
  display: grid;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 10rem;
  flex-direction: column;
  padding: 1rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  transition: padding .6s;
  display: flex;
  overflow: hidden;
}

.button:hover {
  grid-row-gap: .25rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.padding-vertical {
  padding-top: 8.9rem;
  padding-bottom: 8.9rem;
}

.hero-2-content-wrapper {
  color: #fff;
  background-image: url('../images/Hero-2.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #eceff3;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 98vh;
  display: flex;
}

.home-hero-2-grid {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 9vh;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: grid;
}

.features-heading-5 {
  grid-row-gap: .625rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-width-60ch {
  color: var(--dark-green);
  max-width: 60ch;
  text-decoration: none;
}

.features-vertical-component {
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 80%;
  padding-right: 1rem;
  display: flex;
}

.features-vertical-component.align-margin-right {
  align-self: flex-end;
}

.about-image {
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 40vw;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-about-content {
  flex-direction: column;
  width: 50vw;
  padding-left: .5rem;
  display: flex;
}

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

.align-wrapper-right {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  width: 50vw;
  display: flex;
}

.features-about-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.about-text-wrapper {
  grid-row-gap: 3.75rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.max-width-80 {
  width: 80%;
}

.about-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 6rem;
  margin-left: 2.5625rem;
  margin-right: 2.5rem;
  display: flex;
}

.about-wrapper.top-margin {
  margin-top: 12rem;
}

.marquee-wrapper {
  background-color: #f0f4f8;
  border: 1px solid #eceff3;
  border-radius: .75rem;
  align-items: center;
  margin-top: .6875rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.ticker {
  grid-column-gap: 8rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 8rem;
  display: flex;
}

.ticker.vertical-margin {
  margin-top: 0;
}

.logos-wrapper {
  grid-column-gap: 8rem;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.logos-image {
  opacity: .3;
  width: 7.5rem;
  max-width: none;
  transition: opacity .3s;
}

.logos-image:hover {
  opacity: 1;
}

.benefits-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem;
  display: flex;
}

.benefits-icon {
  background-color: #fff;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
}

.benefits-card {
  grid-row-gap: 4rem;
  text-align: left;
  background-color: #f0f4f8;
  border: 1px solid #eceff3;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 20rem;
  padding: 3.4rem 3rem;
  display: flex;
}

.icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.button-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  white-space: nowrap;
  background-color: #1e1d30;
  border-radius: 10rem;
  justify-content: space-between;
  align-items: center;
  padding: .4rem .4rem .4rem 1.5rem;
  transition: all .2s;
  display: flex;
}

.button-2:hover {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
}

.benefits-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.benefits-content-wrapper {
  grid-row-gap: .6rem;
  flex-direction: column;
  display: flex;
}

.integrations-card {
  background-color: #f0f4f8;
  border: 1px solid #eceff3;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: space-between;
  height: 29rem;
  display: flex;
  overflow: hidden;
}

.integrations-card-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(10rem, .75fr) 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 5.375rem;
  display: grid;
}

.integrations-ticker {
  grid-column-gap: .5rem;
  flex: none;
  align-items: stretch;
  display: flex;
}

.integrations-ticker.bottom {
  justify-content: flex-end;
  align-self: flex-end;
  margin-right: -20px;
}

.ticker-image {
  flex: none;
  width: 8rem;
}

.integrations-images {
  z-index: 1;
  grid-row-gap: 2rem;
  mix-blend-mode: lighten;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-left: -24px;
  display: flex;
}

.integrations-heading {
  text-align: center;
  max-width: 80ch;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.overlay {
  z-index: 5;
  background-image: radial-gradient(circle, #93c1ce00 70%, #93c1ce);
  width: 100%;
  height: 100%;
  position: absolute;
}

.blog-post-component {
  flex-direction: column;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 10rem;
  display: flex;
}

.heading-component {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 90ch;
  font-weight: 400;
  display: flex;
}

.blog-list-wrap {
  width: 100%;
}

.blog-pots-component {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 13vh;
  margin-bottom: 10rem;
  display: flex;
}

.blog-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-arrow {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  margin-left: -12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-arrow.pricing-arrow {
  background-color: #f0f4f8;
  width: 6rem;
  height: 6rem;
}

.button-arrow.pricing-arrow.green-pricing-button, .button-arrow.green {
  background-color: var(--green);
}

.button-secondary {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #1e1d30;
  background-color: #fff;
  border-radius: 10rem;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: .3rem .3rem .3rem 1.2rem;
  display: flex;
  overflow: hidden;
}

.blog-card {
  border: 1px solid #8081873b;
  border-radius: 1rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.arrow {
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: auto;
  display: flex;
}

.arrow.width-arrow {
  width: 2rem;
  height: 2rem;
}

.testimonials-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  margin-top: 15vh;
  margin-bottom: 3rem;
  display: flex;
}

.blur {
  filter: blur(8px);
}

.hero-avatar-wrapper {
  display: flex;
}

.hero-avatar-wrapper.align-right {
  padding-right: 1rem;
}

.hero-avatar-wrapper.align-right.avatar-padding-top {
  padding-top: 1.5rem;
}

.hero-social-proof {
  grid-column-gap: 3rem;
  align-items: center;
  margin-top: 3.5rem;
  display: flex;
}

.hero-social-proof.testimonial-margin {
  margin-top: 0;
}

.hero-avatar {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  margin-right: -1rem;
  overflow: hidden;
}

.hero-avatar.relative {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-wrap {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-avatar-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.5rem;
  display: flex;
}

.hero-avatar-content.margin-top-0 {
  max-width: 22ch;
  margin-top: 0;
}

.testimonials-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1.9375rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero-left-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote {
  filter: invert();
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonial-client {
  grid-column-gap: 1.125rem;
  align-items: center;
  display: flex;
}

.testimonial-card {
  grid-row-gap: 1.5rem;
  background-color: #f0f4f8;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 60ch;
  height: 100%;
  padding: 1.5rem 1.5rem 2.5rem;
  display: flex;
}

.testimonial-top {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.testimonial-image {
  border-radius: 50%;
  width: 3.75rem;
  min-width: 3.75rem;
  height: 3.75rem;
  min-height: 3.75rem;
  overflow: hidden;
}

.social-wrapper {
  grid-column-gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.social-wrapper.margin-top-1 {
  margin-top: 1rem;
}

.pricing-button {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 10rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  transition: all .2s;
  display: flex;
}

.pricing-button:hover {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.team-member-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.social-links {
  transition: transform .2s, opacity .2s;
}

.social-links:hover {
  opacity: .6;
  transform: translate(0, -3px);
}

.team-card {
  color: #1e1d30;
  border: 1px solid #bab9c9;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 40vh;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-grid {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-component {
  flex-direction: column;
  margin-top: 15vh;
  margin-bottom: 6rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.testimonal-content-wrap {
  grid-row-gap: 1.8125rem;
  flex-direction: column;
  display: flex;
}

.blog-heading-wrap {
  grid-row-gap: 1.6rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.docs-component {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  max-width: 100ch;
  margin: 9.5rem auto 10rem;
  display: flex;
}

.last-update {
  grid-column-gap: .25rem;
  align-items: center;
  display: flex;
}

.help-center-component {
  margin-top: 15vh;
  margin-bottom: 6rem;
}

.margin-top-wrapper {
  margin-top: 6rem;
}

.docs-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  max-width: 60ch;
  display: flex;
}

.cards-component {
  grid-column-gap: 1.5rem;
  justify-content: center;
  margin-bottom: 9rem;
  display: flex;
}

.card-content {
  z-index: 2;
  grid-row-gap: .75rem;
  color: var(--dark-green);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: .5rem;
  margin-left: .3rem;
  text-decoration: none;
  display: flex;
}

.card {
  grid-row-gap: 1.75rem;
  color: var(--dark-green);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.publish-wrapper {
  grid-column-gap: 1rem;
  color: #042f3a;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vertical-line {
  background-color: var(--dark-green);
  opacity: .31;
  width: 1px;
  height: 70%;
}

.max-width-90 {
  width: 90%;
}

.title-wrapper {
  color: var(--dark-green);
  max-width: 50ch;
  text-decoration: none;
}

.price-item {
  grid-column-gap: .5rem;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.price-features {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.price-features-wrap {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.price-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1rem;
  display: flex;
}

.price-list.no-margin {
  padding-left: 0;
}

.margin-bottom-05 {
  margin-bottom: .4rem;
}

.price {
  grid-column-gap: .3rem;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.price-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: 4rem;
}

.price-card {
  color: var(--dark-green);
  background-color: #f0f4f8;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 26rem;
  padding-top: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
  display: flex;
}

.price-card.green-card {
  color: #fff;
  background-image: url('../images/Price-Card-Green-BG.jpg');
  background-size: cover;
}

.pricing-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  width: 100%;
  margin-bottom: 8rem;
}

.pricing-grid.display-horizontal {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  display: flex;
}

.price-icon {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-icon-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  display: flex;
}

.price-content {
  grid-row-gap: 1.8rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.heading-card-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-heading {
  grid-row-gap: .5rem;
  flex-direction: column;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
}

.price-wrap {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.max-width-40ch {
  max-width: 40ch;
}

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

.blog-posts:nth-child(2n) {
  height: 87%;
}

.blog-posts:first-child {
  min-height: 100%;
}

.home-hero-subitle {
  z-index: 3;
  opacity: .8;
  color: var(--dark-green);
  text-align: center;
  position: absolute;
  inset: auto auto 2.6rem;
}

.hero-bottom {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.hero-heading-wrapper {
  white-space: nowrap;
  margin-right: auto;
}

.hero-heading-wrapper.bottom {
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
}

.hero-heading-wrapper.relative {
  position: relative;
  overflow: hidden;
}

.heading-hero {
  font-size: 7vw;
  line-height: 1;
}

.heading-hero.text-left-align {
  text-align: left;
  font-size: 6vw;
}

.hero-heading {
  z-index: 3;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70%;
  margin-bottom: 3vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.features-image-wrapper {
  border-radius: .75rem;
  width: 40%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.features-image-wrapper.max-width {
  width: 100%;
}

.hero-lottie {
  justify-content: center;
  align-items: center;
  min-width: 3.4rem;
  min-height: 3.4rem;
  margin-top: .8rem;
  display: block;
}

.hero-background-grid {
  z-index: 2;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.hero-background-overlay {
  z-index: 1;
  background-image: radial-gradient(circle farthest-side, #fff 50%, #fff0);
  position: absolute;
  inset: 0%;
}

.intro-text {
  flex-direction: column;
  font-size: 3.5rem;
  line-height: 1.2;
}

.span {
  text-align: left;
  white-space: nowrap;
  object-fit: cover;
  background-image: url('../images/Placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid #0000;
  border-radius: 11px;
  width: 6.5rem;
  height: 4rem;
  font-size: .875rem;
  line-height: 7.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
  bottom: -.875rem;
}

.span.one {
  white-space: nowrap;
  background-image: url('../images/image.jpg');
  background-size: cover;
}

.span.two {
  background-image: url('../images/Frame-43982.jpg');
  background-size: cover;
}

.span.three {
  background-image: url('../images/Frame-43983.jpg');
  background-size: cover;
}

.contact-us-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-transparent {
  grid-column-gap: .8rem;
  color: var(--green);
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: .2rem;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.banner-contact-heading {
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  align-items: center;
  max-width: 80ch;
  display: flex;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.button-white {
  grid-column-gap: .75rem;
  background-color: var(--white);
  color: var(--dark-green);
  border: 1px solid #dfe1e7;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  padding: .3rem 1.25rem;
  text-decoration: none;
  display: flex;
}

.button-white.button-transparent {
  background-color: #0000;
}

.button-white.button-transparent.checkout {
  padding: .7rem 1.5rem;
}

.max-width-70ch {
  max-width: 70ch;
}

.features-marquee-text-wrap {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50ch;
  display: flex;
}

.marquee-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50ch;
  margin-left: 4rem;
  margin-right: 2rem;
  display: flex;
}

.integrations-marquee-wrapper {
  z-index: 1;
  background-color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  width: 65%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.opacity-60 {
  opacity: .6;
}

.team-member-image {
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 43rem;
  display: flex;
  overflow: hidden;
}

.grid-contact {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  display: grid;
}

.home-images-horizontal {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 19% 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 11rem;
  display: grid;
}

.home-card-component {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-direction: column;
  display: flex;
}

.card-image-wrapper {
  border-radius: .75rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-big-text {
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-top: 6rem;
  display: flex;
}

.home-big-text.margin-top {
  margin-top: 11rem;
}

.home-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  margin-top: 12rem;
  margin-bottom: 10rem;
  padding-left: 9rem;
  display: grid;
}

.home-grid.margin-top {
  margin-top: 7.1rem;
  padding-left: 16%;
}

.card-image {
  border-radius: .75rem;
  width: 100%;
  height: 31.625rem;
  position: relative;
  overflow: hidden;
}

.table-component-wrapper {
  grid-row-gap: 11rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 9rem;
  padding-right: 2.5rem;
  display: flex;
}

.table-wrapper {
  grid-row-gap: 6.5rem;
  flex-direction: column;
  display: flex;
}

.table-heading-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 90%;
  max-width: 95ch;
  display: flex;
}

.faq-heading-wrapper {
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-heading-features {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12rem;
  display: flex;
}

.home-marquee-logos {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-wrapper-white {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  color: var(--white);
  flex-direction: column;
  align-items: flex-end;
  margin-top: 6rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.about-table-component {
  flex-flow: column;
  align-items: stretch;
  margin-top: 6rem;
  margin-bottom: 8rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.about-table-component.top-margin {
  margin-top: 12rem;
}

.home-big-text-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 90%;
  max-width: 95ch;
  padding-left: 2.5rem;
  display: flex;
}

.home-big-text-wrapper.max-w {
  max-width: 116ch;
}

.floating-card-wrapper {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #042f3a1a;
  border-radius: 1rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: auto -15% -15% auto;
}

.floating-card-component {
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  width: 100%;
  padding: 1.25rem;
  display: block;
  box-shadow: 0 16px 32px -8px #042f3a33, 1px 2px 8px 2px #042f3a14;
}

.floating-card-content {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.floating-card-top-text {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.floating-card-percentage {
  color: var(--white);
  background-color: #042f3a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding: .125rem .5rem;
  display: flex;
}

.floating-card-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.floating-card-text-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 100%;
  padding-right: 1rem;
  display: flex;
}

.floating-card-graph-wrapper {
  grid-column-gap: 1rem;
  align-items: flex-end;
  display: flex;
}

.graph-1 {
  background-color: #67cbcd;
  border-radius: .25rem;
  width: 2.5rem;
  height: 3rem;
}

.graph-2 {
  background-color: var(--green);
  border-radius: .25rem;
  width: 2.5rem;
  height: 4rem;
}

.graph-3 {
  background-color: #67cbcd;
  border-radius: .25rem;
  width: 2.5rem;
  height: 2rem;
}

.graph-4 {
  background-color: var(--green);
  border-radius: .25rem;
  width: 2.5rem;
  height: 2.5rem;
}

.floating-card-icon {
  background-color: #f7f4be;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .6rem .6875rem;
  display: flex;
}

.card-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.card-icon.hero-icon {
  width: 3.2rem;
  height: 2.2rem;
}

.card-wrapper {
  width: 40%;
  display: flex;
  position: relative;
}

.home-benefits-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.features-integrations-marquee {
  background-color: #f0f4f8;
  border: 1px solid #eceff3;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: space-between;
  height: 29rem;
  margin-top: 7.7rem;
  margin-bottom: 5.375rem;
  display: flex;
  overflow: hidden;
}

.features-banner {
  z-index: 2;
  grid-column-gap: 9rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 3.8rem;
  margin-bottom: 2.9rem;
  padding-left: 6.1rem;
  padding-right: 6.1rem;
  display: flex;
  position: relative;
}

.features-banner.top-margin {
  margin-top: 12rem;
}

.features-banner-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 60ch;
  padding-left: 2.5625rem;
  display: flex;
}

.features-banner-heading-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.banner-card-wrapper {
  width: 40%;
  display: flex;
  position: relative;
}

.floating-card-left {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #042f3a1a;
  border-radius: 1rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: auto auto -8% -9%;
}

.features-banner-image {
  border-radius: .75rem;
  width: 40%;
  height: 50vh;
  overflow: hidden;
}

.features-banner-image.max-width {
  width: 100%;
  max-height: 37rem;
}

.icon-white-wrapper {
  background-color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  padding: .8rem;
  display: flex;
  overflow: hidden;
}

.max-width-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.features-banner-wrapper {
  background-color: #f0f4f8;
  border: 1px solid #eceff3;
  border-radius: .75rem;
  padding-bottom: 1rem;
  padding-right: 2.5rem;
}

.features-banner-font {
  font-size: 4.5rem;
  line-height: 1.15;
}

.heading-pricing {
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10rem;
  margin-bottom: 4.5rem;
  display: flex;
}

.blog-tags-content {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  align-items: center;
  display: none;
}

.blog-tags {
  grid-column-gap: .6rem;
  opacity: .8;
  color: var(--dark-green);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-tags:lang(en) {
  opacity: 1;
}

.elipse {
  background-color: var(--dark-green);
  border-radius: 50%;
  width: .5rem;
  min-width: .5rem;
  height: .5rem;
  min-height: .5rem;
  display: flex;
  overflow: hidden;
}

.elipse.green {
  background-color: #5ddb23;
  justify-content: center;
  align-items: center;
}

.blog-heading-wrapper {
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-content-wrapper {
  grid-row-gap: 2.75rem;
  flex-direction: column;
  display: flex;
}

.button-icon {
  z-index: 3;
}

.numbers-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 0;
  display: grid;
}

.numbers-content-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number {
  color: var(--green);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.features-table-wrapper {
  grid-row-gap: 6.5rem;
  flex-direction: column;
  margin-top: 7.5rem;
  display: flex;
}

.contact-1-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 8rem 3rem 4rem;
  display: grid;
}

.contact-image-wrapper {
  border: 1px solid #eceff3;
  border-radius: .7rem;
  width: 100%;
  overflow: hidden;
}

.contact-image-wrapper.relative-image {
  z-index: 1;
  height: 100%;
  position: relative;
}

.contact-content-wrapper {
  grid-row-gap: 1.5rem;
  background-color: #f0f4f8;
  border: 1px solid #eceff3;
  border-radius: .75rem;
  flex-direction: column;
  padding: 2.75rem;
  display: flex;
  overflow: hidden;
}

.elipse-wrapper {
  grid-column-gap: .75rem;
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.content-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.contact-form-wrapper {
  grid-row-gap: 2.5rem;
  background-color: #f0f4f8;
  border: 1px solid #eceff3;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 4.5rem 5rem;
  display: flex;
}

.form-heading-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.form-name-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.form-name {
  flex: 1;
}

.contact-2-wrapper {
  grid-column-gap: 8.6rem;
  grid-row-gap: 8.6rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-top: 9.5rem;
  margin-bottom: 5rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  display: grid;
}

.contact-heading {
  grid-row-gap: .8rem;
  flex-direction: column;
  display: flex;
}

.contact-content-wrapper-copy {
  grid-row-gap: 4rem;
  flex-direction: column;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  display: flex;
  overflow: hidden;
}

.contact-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-xxlarge {
  font-size: 1.9rem;
  line-height: 1.25;
  text-decoration: none;
}

.text-size-xxlarge.text-weight-medium.text-color-green {
  font-size: 1.9rem;
}

.contact-content {
  grid-row-gap: 1.3rem;
  flex-direction: column;
  display: flex;
}

.rich-text-paddig {
  grid-row-gap: 4.5rem;
  flex-direction: column;
  padding-left: 1.25rem;
  display: flex;
}

.cards-wrapper {
  grid-row-gap: 2.25rem;
  flex-direction: column;
  display: flex;
}

.blog-image-wrapper {
  border-radius: .5rem;
  overflow: hidden;
}

.blog-component {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  max-width: 100ch;
  margin-top: 9.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-last-update {
  grid-column-gap: 1.1875rem;
  align-items: center;
  height: 1.8rem;
  display: flex;
}

.team-member-heading {
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-top: 12rem;
  margin-bottom: 6.5rem;
  display: flex;
}

.team-member-heading-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 90%;
  max-width: 95ch;
  padding-left: 2.5rem;
  display: flex;
}

.team-member-wrapper {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2.8125rem;
}

.team-member-content-wrap {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  color: var(--dark-green);
  flex-flow: column;
  height: auto;
  text-decoration: none;
  display: flex;
}

.team-member-image-wrap {
  object-fit: cover;
  border-radius: .75rem;
  height: 50vh;
  overflow: hidden;
}

.team-member-content-wrapper {
  grid-row-gap: .375rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: .5rem;
  display: flex;
}

.team-member-padding {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button-white-contact {
  grid-column-gap: 3rem;
  background-color: var(--white);
  color: var(--dark-green);
  border: 1px solid #dfe1e7;
  border-radius: 8rem;
  justify-content: space-between;
  align-items: center;
  padding: .3rem .4375rem .3rem 1.25rem;
  text-decoration: none;
  display: flex;
}

.button-white-contact.absolute {
  z-index: 5;
  position: static;
  bottom: 1.25rem;
  left: 1.25rem;
}

.hero-3-heading-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 60ch;
  padding-left: 2.5625rem;
  display: flex;
}

.hero-3-heading-wrapper.left-padding-0 {
  padding-left: 0;
}

.hero-image-wrapper {
  display: flex;
  position: relative;
}

.hero-button-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.heading-wrap {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-tag-wrapper {
  background-color: #d3e1e5;
  border-radius: .25rem;
  width: auto;
  padding: .5rem .875rem;
  display: flex;
  overflow: hidden;
}

.button-text-wrapper {
  z-index: 5;
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-3-content-wrapper {
  background-color: #f0f4f8;
  border: 1px solid #eceff3;
  border-radius: .75rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.row-line-home {
  background-color: #dfe4f8;
  width: 100%;
  height: 1px;
  margin-top: 1.8rem;
}

.banner-contact-links {
  grid-column-gap: 1rem;
  grid-row-gap: .5625rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.price-content-wrapper {
  grid-row-gap: 1.625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.border-elipse {
  z-index: 3;
  border: 1.5px solid #5ddb23;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.elipse-relative {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
  position: relative;
}

.text-field-form-contact {
  background-color: #f0f4f8;
  border: 1px solid #f0f4f8;
  border-radius: .3rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.message-field-contact {
  background-color: #f0f4f8;
  border: 1px solid #f0f4f8;
  border-radius: .3rem;
  min-height: 8rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.message-field-contact:hover, .message-field-contact:focus {
  border-color: #0865f1;
}

.docs-heading-horizontal {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

.view-all-tag {
  grid-column-gap: .6rem;
  color: var(--dark-green);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.blog-tags-list {
  grid-column-gap: 3.125rem;
  align-items: center;
  display: flex;
}

.nav-menu-white {
  color: var(--white);
  align-items: center;
  display: flex;
}

.dropdown-white {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.button-navbar-white {
  grid-column-gap: .8rem;
  background-color: var(--white);
  color: var(--dark-green);
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-tag-link {
  color: #042f3a;
  text-decoration: none;
}

.blog-tag-link.w--current {
  color: #042f3a;
}

.hero-floating-cards {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #042f3a1a;
  border-radius: 1rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: auto auto 3rem -6rem;
}

.hero-floating-cards.left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.floating-card-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-floating-card-text {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.hero-floating-card-icon {
  background-color: #f7f4be;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.card-text {
  color: var(--green);
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
}

.card-text.new {
  padding-left: 10px;
}

.hero-left-floating-card {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #042f3a1a;
  border-radius: 1rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 8rem auto auto;
}

.hero-middle-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-3-image-wrapper {
  border-radius: 1.5rem;
  width: 28vw;
  max-width: 35rem;
  height: 76vh;
  max-height: 90rem;
  position: relative;
  overflow: hidden;
}

.hero-right-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-bottom-floating-cards {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #042f3a1a;
  border-radius: 1rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  top: -.8rem;
  left: 0;
}

.hero-bottom-floating-cards.left-align {
  top: -2.4rem;
  left: 5.2rem;
}

.floating-bottom-card {
  text-align: center;
  max-width: 20ch;
}

.hero-floating-bottom-card-icon {
  background-color: #d3e1e5;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: .8rem;
  display: flex;
  position: absolute;
  bottom: 4rem;
  left: -1.5rem;
  box-shadow: 2px 3px 8px #042f3a36;
}

.team-member-job {
  grid-column-gap: 1.1875rem;
  grid-row-gap: 1.1875rem;
  flex-flow: row;
  display: flex;
}

.home-images-wrapper {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 3rem;
  margin-bottom: -3.5rem;
  display: grid;
}

.home-image-1 {
  border-radius: .75rem;
  margin-top: 3.8125rem;
  margin-bottom: 7.5rem;
  overflow: hidden;
}

.home-image-3 {
  border-radius: .75rem;
  margin-top: 1.25rem;
  margin-bottom: 10rem;
  overflow: hidden;
}

.home-image-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: .75rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.home-image-wrapper-top, .home-image-wrapper-bottom {
  border-radius: .75rem;
  overflow: hidden;
}

.home-image-5 {
  border-radius: .75rem;
  margin-top: 4.0625rem;
  margin-bottom: 10rem;
  overflow: hidden;
}

.home-image-2 {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  flex-flow: column;
  margin-top: 4.75rem;
  display: flex;
}

.image-wrapper {
  border-radius: .75rem;
  overflow: hidden;
}

.home-card {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #042f3a1a;
  border-radius: 1rem;
  padding: .5rem;
  display: flex;
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
}

.home-card-wrapper {
  position: relative;
}

.hero-heading-right {
  max-width: 49ch;
  margin-bottom: 1rem;
}

.hero-section-component {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15vh;
  padding-bottom: 3rem;
  display: flex;
}

.hero-heading-left {
  flex-direction: column;
  align-items: flex-start;
  width: 60ch;
  display: flex;
}

.margin-top-2rem {
  margin-top: 1.5rem;
  display: flex;
}

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

.arrow-wrapper.absolute {
  position: absolute;
  left: -2rem;
}

.arrow-wrapper.invert {
  filter: invert();
}

.button-green-contact {
  grid-column-gap: 1.3rem;
  background-color: var(--green);
  color: var(--white);
  border: 1px solid #dfe1e7;
  border-radius: 8rem;
  justify-content: space-between;
  align-items: center;
  padding: .4rem .4375rem .4rem 1.25rem;
  text-decoration: none;
  display: flex;
}

.button-green-contact.new {
  background-color: var(--dark-green);
  background-image: linear-gradient(#fff0, #fff0);
  margin-left: 0;
  padding-right: 2rem;
}

.home-hero-heading {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-top: 5vh;
  display: flex;
}

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

.arrow-3 {
  grid-column-gap: 1px;
  grid-row-gap: 1.5px;
  flex-flow: row;
  width: 1.6rem;
  height: auto;
  display: flex;
}

.arrow-4 {
  width: 1.6rem;
  height: auto;
}

.heading-component-2 {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.figma {
  background-color: #f9f9fb;
  border: 1px solid #ebebeb;
  border-radius: 1.5rem;
  justify-content: space-between;
  margin-top: 1rem;
  display: flex;
  overflow: hidden;
}

.home-tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.new-features-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.figma-logo {
  width: 2.125rem;
  height: auto;
}

.template-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 10rem;
  display: flex;
}

.home-card-content {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  text-decoration: none;
  display: flex;
}

.figma-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 5rem;
  margin-bottom: 6rem;
  margin-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.home-card-image-wrap {
  aspect-ratio: 1.82;
  border-radius: .2rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-card-image-wrap.ratio-auto {
  aspect-ratio: auto;
}

.home-card-image-wrap.ratio {
  aspect-ratio: auto;
  height: 23rem;
}

.home-template-wrap {
  width: 100%;
  margin-top: 6rem;
}

.figma-image {
  object-fit: cover;
  object-position: 0% 50%;
  height: 100%;
}

.blog-tag {
  color: #042f3a;
  letter-spacing: .2px;
  background-color: #d3e1e5;
  border-radius: 7px;
  padding: .375rem .9rem;
  transition: background-color .3s;
}

.home-card-wrap {
  grid-row-gap: 1rem;
  color: var(--green);
  background-color: #f0f4f8;
  border: 1px solid #0000;
  border-radius: 1rem;
  flex-direction: column;
  padding: .8rem .8rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: border .3s, background-color .2s;
  display: flex;
  overflow: hidden;
}

.home-card-wrap:hover {
  background-color: #eeeff7;
  border: 1px solid #19606140;
}

.figma-image-wrap {
  background-color: #d3e1e5;
  width: 60%;
  height: 30rem;
}

.heading-component-3 {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.heading-button {
  grid-column-gap: 2.5rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 1rem;
  display: flex;
}

.home-page-cards-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 6rem;
}

.home-page-cards-grid.margin-top-home {
  margin-top: 3rem;
}

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

.home-card-features-content {
  grid-row-gap: .8125rem;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 2.7rem 1rem 2.4rem;
  text-decoration: none;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.heading-component-4 {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.password-image {
  opacity: .49;
  align-self: center;
  width: 10rem;
}

._404-button {
  align-self: center;
  margin-top: 2rem;
}

.symbol {
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-3-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10rem;
  display: grid;
  position: relative;
}

.hero-3-grid.margin {
  margin-top: 8.8rem;
}

.floating-bottom-card-component {
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  width: 100%;
  padding: 1.25rem;
  display: flex;
  box-shadow: 0 16px 32px -8px #042f3a33, 1px 2px 8px 2px #042f3a14;
}

.features-3-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10rem;
  display: grid;
  position: relative;
}

.hero-overlay {
  background-image: radial-gradient(circle at 100% 100%, #d5e7e8, #f0f4f800 32%);
  position: absolute;
  inset: 0%;
}

.hero-heading-text-wrapper {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 70vw;
  margin-bottom: 3vh;
  display: flex;
}

.license-content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.license-image-link {
  width: 100%;
  height: 10rem;
}

.license-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin: 6.2rem 1rem 7.7rem;
}

.button-text {
  z-index: 1;
  flex-direction: column;
  display: flex;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

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

.style-guide-button {
  grid-row-gap: .25rem;
  background-color: var(--green);
  color: #f4f4f4;
  border-radius: .5rem;
  flex-direction: column;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.license-images-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.jobs-heading {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 50ch;
  margin-top: 8.125rem;
  font-weight: 400;
  display: flex;
}

.job-heading-wrapper {
  grid-row-gap: 3.125rem;
  flex-flow: column;
  padding-bottom: 8.125rem;
  display: flex;
}

.job-card-wrapper {
  color: var(--dark-green);
  background-color: #f0f4f8;
  border: 1px solid #f0f4f8;
  border-radius: .5rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 1.5rem 4.4rem 1.5rem 2.5rem;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
  overflow: hidden;
}

.job-card-wrapper:hover {
  border: 1px solid #19606170;
  border-radius: .5rem;
}

.job-title {
  width: 45%;
}

.job-text-wrap {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  opacity: .5;
  text-align: right;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.job-card {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.background-video {
  z-index: 1;
  border-radius: .5rem;
  width: 101%;
  height: 100%;
  position: absolute;
}

.spacer-6rem {
  height: 6rem;
}

.home-3-hero {
  z-index: 2;
  grid-column-gap: 6rem;
  grid-row-gap: 6px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 8rem;
  margin-bottom: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
  position: relative;
}

.floating-card-home {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #042f3a1a;
  border-radius: 1rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: auto auto -8% -9%;
}

.blog-tag-numbers {
  color: #042f3a;
  background-color: #d3e1e5;
  border-radius: 20px;
  padding: .375rem .9rem;
  transition: background-color .3s;
}

.max-width-94ch {
  max-width: 94ch;
}

.last {
  margin-right: 2rem;
  display: none;
}

.team-image {
  object-position: 50% 50%;
}

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

.grid.new {
  grid-template-columns: 1fr 2.25fr 1fr;
  margin-top: 40px;
  padding-top: 0;
}

.team-member-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-3-hero-image-wrapper {
  border-radius: 1.5rem;
  width: 45vw;
  max-width: 40rem;
  height: 70vh;
  max-height: 90rem;
  position: relative;
  overflow: hidden;
}

.more-images-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.main-image {
  border-radius: 1.5rem;
  width: 100%;
  height: 40rem;
  overflow: hidden;
}

.main-image.small {
  height: 33rem;
  position: relative;
}

.products-template-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15vh;
  margin-bottom: 10rem;
  display: grid;
}

.product-description {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.horizontal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.default-state {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.heading-component-5 {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 80ch;
  display: flex;
}

.more-products-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.more-products-list.filter {
  grid-template-columns: 1fr 1fr 1fr;
}

.more-products-component {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 10rem;
  display: flex;
}

.more-products-link {
  grid-row-gap: 2rem;
  color: #1e1d30;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.more-products-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--green);
  text-align: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-component-6 {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 80ch;
  display: flex;
}

.categories-component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 15vh;
  margin-bottom: 10rem;
  display: flex;
}

.order-items, .customer-info {
  overflow: hidden;
}

.text-link {
  grid-column-gap: 1rem;
  color: #1e1d30;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity .3s, transform .2s;
  display: flex;
}

.text-link:hover {
  opacity: .7;
  transform: translate(0, -2px);
}

.heading-component-7 {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 80ch;
  display: flex;
}

.payment-info {
  overflow: hidden;
}

.billing-address {
  border-radius: 1rem;
  overflow: hidden;
}

.web-payments {
  border-radius: .5rem;
  margin-bottom: 0;
  overflow: hidden;
}

.web-payments:hover {
  opacity: .8;
}

.order-summary {
  overflow: hidden;
}

.shipping-address {
  border-radius: 1rem;
  overflow: hidden;
}

.checkout-component {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 10rem;
  display: flex;
}

.block-header {
  padding-top: 8px;
  padding-bottom: 8px;
}

.checkout-form {
  background-color: #0000;
}

.shipping-method {
  border-radius: 1rem;
}

.heading-component-8 {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 80ch;
  display: flex;
}

.text-size-large-2 {
  font-size: 1.25rem;
}

.paypal-checkout-form {
  background-color: #0000;
}

.order-confirmation {
  background-color: #0000;
  padding-top: 12rem;
}

.cart-container {
  background-color: var(--white);
  box-shadow: 0 5px 25px #00000040;
}

.cart-button {
  z-index: 999;
  color: #121212;
  background-color: #e5e5e5;
  border-radius: 50%;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: .8rem 1rem;
  transition: all .3s;
  position: fixed;
  inset: auto 2rem 2rem auto;
}

.cart-button:hover {
  opacity: .81;
  transform: scale(.9);
}

.cart-footer {
  border-top-color: #666d8038;
}

.cart-quantity {
  border-color: var(--green);
}

.cart-icon {
  color: var(--green);
  width: 100%;
  height: 60%;
  margin-right: 0;
}

.checkout-button {
  background-color: var(--green);
  color: var(--white);
  border-radius: 6px;
}

.apple-pay {
  border-radius: 6px;
}

.remove-button {
  color: #e5e5e580;
}

.cart-header {
  border-bottom-color: #666d8038;
}

.button-wrapper-banner {
  z-index: 3;
  color: var(--dark-green);
  border-radius: 5rem;
  text-decoration: none;
  transition: all .3s;
  position: relative;
}

.button-wrapper-banner.gap {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  flex-direction: column;
  display: flex;
}

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

.checkout-image {
  border-radius: .5rem;
}

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

.close-button {
  cursor: pointer;
}

.close-button:hover {
  opacity: .5;
}

.home-hero {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-team-member {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 19% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2 {
  width: 250px;
  height: 50px;
}

.background-video-2 {
  object-fit: cover;
  width: auto;
  height: 70vh;
}

.background-video-3 {
  width: 100%;
  height: 100%;
}

.link-block {
  font-size: 1%;
  position: static;
}

.image-3 {
  text-align: left;
  object-fit: fill;
  width: 180px;
  max-width: none;
  height: 80px;
}

.link-block-2 {
  margin-left: auto;
}

.div-block-2 {
  width: 75px;
  height: 75px;
}

.image-4 {
  width: 50px;
  height: 50px;
}

.div-block-3 {
  width: 64px;
  height: 64px;
}

.section-2 {
  font-style: normal;
}

.dropdown-2 {
  display: none;
  overflow: visible;
}

.dropdown-3, .dropdown-4 {
  display: none;
  overflow: hidden;
}

.image-5 {
  border-radius: 15px;
  width: 100%;
  height: 60%;
}

.section-3 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 5rem;
}

.lottie-animation {
  height: 300px;
}

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

.lottie-animation-2 {
  width: 150px;
  height: 150px;
}

.lottie-animation-2.new {
  transform-style: preserve-3d;
  transform: rotateX(-166deg)rotateY(0)rotateZ(0);
}

.lottie-animation-3 {
  width: 150px;
  height: 150px;
  transform: rotate(180deg);
}

.lottie-animation-3.new {
  transform: rotate(0);
}

.div-block-4 {
  width: 99.9997%;
  height: 100px;
}

.image-6, .image-7, .image-8, .image-9, .image-10 {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.lottie-animation-4 {
  width: 0%;
  height: 100%;
}

.lottie-animation-5 {
  display: none;
  transform: rotate(180deg);
}

.image-11 {
  width: 300px;
  height: 500px;
}

.image-12 {
  flex: 0 auto;
  width: 75%;
  height: 50%;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 121px;
  display: flex;
}

.lottie-animation-6 {
  flex: 0 auto;
  margin-left: auto;
}

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

.lottie-animation-7 {
  position: static;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.image-13 {
  width: 35%;
  height: 15%;
  margin-top: 20px;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-left: 0;
  display: flex;
}

.lottie-animation-8 {
  width: 12%;
  margin-top: 27px;
  margin-left: -8px;
  padding-left: 0;
  position: absolute;
}

.lottie-animation-9 {
  display: none;
}

.section-5 {
  height: 100vh;
}

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

.section-6 {
  height: 100vh;
}

.case-studies {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.div-block-7 {
  color: var(--dark-green);
  border-bottom: 2px #8db0b8;
  height: 450px;
  text-decoration: none;
}

.div-block-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 350px;
  padding-right: 16px;
}

.heading-7 {
  text-align: center;
  padding-top: 16px;
  padding-left: 0;
  font-size: 20px;
  line-height: 30px;
}

.collection-item-2 {
  margin-bottom: 26px;
  padding-right: 20px;
}

.heading-8 {
  text-align: center;
  padding-bottom: 42px;
}

.section-7 {
  height: auto;
  max-height: none;
  margin: 140px auto auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.heading-9 {
  color: var(--green);
  text-align: left;
  text-transform: capitalize;
  word-break: normal;
  overflow-wrap: normal;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 43px;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  height: 100vh;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.div-block-11 {
  text-align: left;
  width: 75%;
  height: auto;
}

.div-block-12 {
  width: 25%;
  height: 100vh;
}

.image-14 {
  object-fit: fill;
  border-radius: 17px;
  width: 70%;
  max-width: 85%;
  height: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-13 {
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 44px;
  display: block;
}

.image-15 {
  width: 100%;
}

.body {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.rich-text-block {
  text-align: left;
  max-height: none;
  margin-top: auto;
  padding-left: 0;
  padding-right: 40px;
  display: block;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #8db0b830;
  border-radius: 18px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  padding-left: 0;
  display: block;
  position: sticky;
  top: 5rem;
}

.info-case-study-text {
  text-align: left;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.info-case-study-title {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 30px;
  font-weight: 700;
}

.heading-12 {
  padding-left: 20px;
  padding-right: 20px;
}

.image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39, .image-40, .image-41, .image-42, .image-43, .image-44, .image-45, .image-46, .image-47, .image-48, .image-49, .image-50, .image-51, .image-52, .image-53, .image-54, .image-55, .image-56, .image-57, .image-58, .image-59, .image-60, .image-61, .image-62, .image-63, .image-64, .image-65, .image-66, .image-67, .image-68 {
  width: 100%;
  height: 100%;
}

.container-3 {
  max-width: none;
}

.container-4 {
  max-width: 85%;
}

.quick-stack {
  width: 70%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-2 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.case-text-summary {
  text-align: justify;
  font-size: 19.3px;
}

.cell {
  padding-right: 20px;
}

.div-block-15 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.case-text-body {
  text-align: left;
  padding-top: 0;
}

.heading-13 {
  color: var(--green);
}

.case-study-title {
  padding-top: 40px;
  padding-bottom: 40px;
  font-style: italic;
}

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

.cover-image.utility-aspect-1x1 {
  border-radius: 20px;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.section-8 {
  color: #191d19;
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.subheading {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
  margin-bottom: 2rem;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.h1-heading {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 5.65rem;
  font-weight: 400;
  line-height: 1.04em;
}

.container-5 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #03854c;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-3:hover {
  color: #fff;
  background-color: #04c16e;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-3:active {
  background-color: #03854c;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-3:focus {
  outline-offset: 2px;
  outline: 2px solid #03854c;
}

.button-3.secondary-button {
  box-shadow: none;
  color: #191d19;
  background-color: #03854c33;
  background-image: none;
  border-color: #0000;
}

.button-3.secondary-button:hover {
  box-shadow: none;
  background-color: #03854c1a;
  border-color: #0000;
}

.button-3.secondary-button:active {
  box-shadow: none;
  background-color: #03854c33;
}

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

.cover-image-2.utility-aspect-2x3 {
  border-radius: 14px;
}

.paragraph-sm {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.grid-layout-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout-2.desktop-6-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-layout-2.desktop-6-column.mobile-portrait-1-column.grid-gap-md {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto auto;
}

.utility-padding-all-2rem {
  padding: 2rem;
}

.section-9 {
  color: #191d19;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.container-6 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-6.utility-margin-top-3rem {
  margin-top: 3.5rem;
}

.container-6.small-container {
  width: 75%;
  max-width: 1000px;
}

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

.card-2 {
  box-shadow: none;
  color: #191d19;
  background-color: #f7f7f7;
  background-image: none;
  border: 0 solid #191d1933;
  border-radius: 1rem;
  flex-flow: column;
  list-style-type: none;
  overflow: hidden;
}

.h4-heading {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.41rem;
  font-weight: 400;
  line-height: 1.3em;
}

.heading-14 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.flex-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex-vertical.flex-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.paragraph-sm-2 {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.paragraph-sm-2.utility-margin-bottom-0 {
  min-height: 0;
}

.grid-layout-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.section-10 {
  color: #191d19;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.h1-heading-2 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 5.65rem;
  font-weight: 400;
  line-height: 1.04em;
}

.h1-heading-2.utility-margin-bottom-0 {
  padding-right: 5px;
  font-size: 3.5rem;
}

.flex-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-horizontal.flex-gap-xxs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.container-7 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-group-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.icon-small {
  color: #03854c;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-4 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #03854c;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-4:hover {
  color: #fff;
  background-color: #04c16e;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-4:active {
  background-color: #03854c;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-4:focus {
  outline-offset: 2px;
  outline: 2px solid #03854c;
}

.button-4.secondary-button {
  box-shadow: none;
  color: #191d19;
  background-color: #03854c33;
  background-image: none;
  border-color: #0000;
}

.button-4.secondary-button:hover {
  box-shadow: none;
  background-color: #03854c1a;
  border-color: #0000;
}

.button-4.secondary-button:active {
  box-shadow: none;
  background-color: #03854c33;
}

.divider {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 60%, transparent);
  align-self: stretch;
}

.flex-vertical-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex-vertical-2.x-center {
  justify-content: flex-start;
  align-items: center;
}

.logo {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: inherit;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.footer-2 {
  color: #191d19;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container-8 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.footer-link-2 {
  color: color-mix(in srgb, currentColor 60%, transparent);
  padding-top: .35em;
  padding-bottom: .35em;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-2:hover {
  opacity: 1;
  color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration: underline;
}

.button-group-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-group-3.align-center {
  justify-content: center;
}

.nav-logo-icon {
  aspect-ratio: 1;
  flex: none;
  height: 100%;
}

.paragraph-xl {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.5rem;
  line-height: 1.6em;
}

.utility-text-secondary {
  color: color-mix(in srgb, currentColor 60%, transparent);
}

.cloneable {
  aspect-ratio: auto;
  padding-top: 134px;
  padding-bottom: 134px;
  padding: var(--section-padding) var(--container-padding);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: static;
}

.nav-wrap {
  z-index: 100;
  pointer-events: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: var(--footer-height);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
}

.nav-list {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-item {
  justify-content: center;
  align-items: center;
  width: 5em;
  transition: width .5s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  position: relative;
}

.nav-item__link {
  z-index: 1;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
  position: relative;
}

.image-69 {
  object-fit: contain;
  width: 100%;
}

.nav-item__tooltip {
  z-index: 0;
  opacity: 0;
  white-space: nowrap;
  background-color: #fff;
  border-radius: .25em;
  padding: .4em .5em;
  font-size: 1em;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), opacity .5s cubic-bezier(.16, 1, .3, 1);
  position: absolute;
  top: 0;
  transform: translate(0, -80%);
}

.code-embed-css, .code-embed-js {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.nav-row__right {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  pointer-events: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.website-link {
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

.website-link.is--alt {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: flex-start;
  align-items: center;
  height: 1.5em;
  display: flex;
}

.cloneable-title__gradient {
  background-image: linear-gradient(270deg, #efeeec, #0000);
  width: 1em;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.cloneable-title__h1 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.website-link__arrow {
  position: relative;
  overflow: hidden;
}

.container-9 {
  z-index: 1;
  max-width: var(--size-container);
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-9.is--full {
  max-width: 100%;
}

.header {
  padding-top: var(--gap);
  position: relative;
}

.osmo-ui {
  z-index: 100;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: 0;
}

.website-link__arrow-svg {
  width: 1em;
  margin-top: .2em;
}

.website-link__arrow-svg.is--duplicate {
  position: absolute;
  right: 100%;
}

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

.webflow-logo-svg {
  flex-shrink: 0;
  width: 1.5em;
}

.nav-logo-row {
  pointer-events: auto;
  justify-content: space-between;
  align-items: center;
  width: 13em;
  display: flex;
}

.footer-3 {
  padding-bottom: var(--gap);
  position: relative;
}

.clone-in-webflow__p {
  margin-bottom: 0;
  font-size: 1em;
}

.nav-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.clone-in-webflow {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  pointer-events: auto;
  background-color: #efeeec;
  border-radius: .25em;
  justify-content: space-between;
  align-items: center;
  width: 21.25em;
  height: 2.875em;
  margin-bottom: -1em;
  margin-right: -1em;
  padding-left: 1em;
  padding-right: .75em;
  text-decoration: none;
  display: flex;
}

.nav-logo__icon {
  width: 1.5em;
  height: 1.5em;
}

.cloneable-title__nr {
  opacity: .5;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
}

.osmo-ui__bg {
  height: calc(100% + 1px + (var(--gap) * .5));
  background-color: #e3e1de;
  border-top: 1px solid #cbc8c5;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0;
}

.osmo-ui__bg.is--header {
  height: calc(100% + 1px + var(--gap));
  border-top-style: none;
  border-bottom: 1px solid #cbc8c5;
  top: 0;
  bottom: auto;
}

.inline-link__p {
  margin-bottom: 0;
}

.nav-logo__wordmark {
  width: 4em;
}

.cloneable-title {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  pointer-events: auto;
  display: flex;
  position: relative;
}

.code-embed-osmo {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.logo-grid_wrapper {
  background-color: #f4f4f4;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  padding: 2rem 1rem;
  display: flex;
}

.logo-grid_logo {
  height: 3rem;
  max-height: 3rem;
}

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

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

.logo-grid_track {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-grid_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.section_logo-grid {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
}

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

.logo-grid_mask {
  max-height: 3rem;
  overflow: hidden;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.text-muted-eyebrow {
  color: #0009;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
}

.utility-aspect-2x3.cover-image-2 {
  max-width: 100%;
}

.section-11 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.background-video-4 {
  border-radius: 20px;
}

.section-12 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media screen and (min-width: 1440px) {
  .social-links:hover {
    opacity: .6;
    transform: translate(0, -3px);
  }
}

@media screen and (max-width: 991px) {
  .container.small {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .heading-2 {
    font-size: 4rem;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-1 {
    font-size: 3.8rem;
    line-height: 1.15;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
  }

  .heading-5 {
    font-size: 3rem;
  }

  .style-guide-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-6 {
    font-size: 2rem;
  }

  .text-weight-medium.text-size-regular.text-color-mobile {
    color: var(--dark-green);
  }

  .section-style-guide {
    margin-top: 4rem;
  }

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

  .menu-button {
    border-radius: 4px;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .dropdown-list {
    color: var(--dark-green);
    text-align: center;
  }

  .dropdown-list.w--open {
    border-radius: 0;
  }

  .nav-menu {
    grid-row-gap: 5rem;
    background-color: #f0f4f8;
    justify-content: center;
  }

  .dropdown-icon {
    display: none;
  }

  .menu-icon {
    color: var(--dark-green);
  }

  .menu-icon.invert {
    filter: invert() contrast(200%);
  }

  .dropdown {
    text-align: center;
  }

  .heading-images {
    text-align: left;
    align-items: center;
    margin-top: 15vh;
  }

  .heading-images.top-margin {
    margin-top: 6rem;
  }

  .faq-action-wrapper {
    right: 0;
  }

  .faq-action {
    width: 3rem;
    height: 3rem;
  }

  .faq-title-wrapper {
    padding-top: 4rem;
    padding-bottom: 2rem;
    padding-right: 3rem;
  }

  .faq-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 6rem;
    margin-bottom: 4rem;
  }

  .faq-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .opacity-80.max-width-50 {
    width: 100%;
  }

  .faq-lottie {
    width: .75rem;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr .25fr;
    padding-bottom: 3rem;
  }

  .submit-button {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-field.rounded {
    width: 30vw;
    padding-right: 0;
  }

  .form-horizontal {
    flex-direction: column;
    width: 100%;
  }

  .form-horizontal.hero.horizontal {
    flex-direction: row;
  }

  .newsletter-wrapper {
    background-position: 0%;
  }

  .services-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .services-heading-wrapper {
    width: 100%;
  }

  .services-heading-wrapper.text-color-white.left-padding {
    padding-left: 0;
  }

  .services-heading-wrapper.contact {
    width: 100%;
  }

  .footer-component {
    padding-top: 4rem;
  }

  .contact-hero-wrap {
    margin-top: 3rem;
    top: 2rem;
  }

  .form-wrapper.margin-bottom-2rem {
    margin-bottom: 2rem;
  }

  .contact-list-wrap.grid {
    display: none;
  }

  .contact-list-wrap.max-width-40ch {
    margin-bottom: 1.5rem;
  }

  .contact-wrap {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1.5fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: grid;
  }

  .contact-heading-wrapper {
    margin-top: 2rem;
    padding-left: 0;
  }

  .features {
    grid-column-gap: 0vw;
    grid-row-gap: 3rem;
    flex-direction: column;
    width: 100%;
  }

  .features.invert {
    flex-direction: column;
  }

  .features-component {
    grid-row-gap: 6rem;
    margin-top: 4rem;
    margin-bottom: 5rem;
  }

  .features-heading-3 {
    text-align: left;
    align-items: flex-start;
  }

  .features-content {
    width: 100%;
  }

  .features-content.align-middle {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .features-heading-wrapper {
    max-width: none;
  }

  .features-image {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-button-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .table-component {
    margin-bottom: 5rem;
  }

  .table-component.max-width-100.docs-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .row {
    flex-flow: row;
    grid-template-columns: .25fr;
    align-items: flex-start;
    padding-right: 0;
    transition: none;
    display: flex;
  }

  .row:hover {
    padding-bottom: 0;
  }

  .row.docs-grid {
    flex-direction: row;
  }

  .features-heading-4 {
    text-align: left;
    align-items: flex-start;
  }

  .row-wrapper {
    width: 100%;
  }

  .max-width-30ch.align-right {
    text-align: center;
    margin-bottom: 3rem;
  }

  .contact-wrap-grid {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1.5fr;
    display: grid;
  }

  .home-hero-2-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .features-heading-5 {
    text-align: left;
    align-items: flex-start;
  }

  .features-vertical-component {
    grid-row-gap: .5rem;
    width: 100%;
    padding-right: 0;
  }

  .features-vertical-component.align-margin-right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-image {
    width: 100%;
  }

  .features-about-content {
    width: auto;
    padding-left: 0;
  }

  .features-about-content.text-color-white {
    width: 100%;
    padding-left: 0;
  }

  .align-wrapper-right {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .features-about-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .max-width-80 {
    width: 100%;
  }

  .about-wrapper.top-margin {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
    margin-left: 0;
    margin-right: 0;
  }

  .ticker {
    margin-top: 0;
    margin-bottom: 0;
  }

  .benefits-card {
    padding: 2rem 1rem;
  }

  .benefits-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .integrations-card {
    flex-direction: column;
    height: auto;
  }

  .integrations-card-wrapper {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .integrations-ticker.bottom._2, .integrations-ticker._1 {
    display: none;
  }

  .blog-post-component, .blog-pots-component {
    margin-bottom: 4rem;
  }

  .blog-list {
    grid-template-columns: 1fr 1fr;
  }

  .hero-avatar-content {
    margin-top: 0;
  }

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

  .testimonial-card {
    width: 100%;
    max-width: none;
  }

  .team-member-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team-member-component {
    grid-row-gap: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .docs-component {
    margin-bottom: 6rem;
  }

  .help-center-component {
    margin-top: 4rem;
  }

  .cards-component {
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-bottom: 5rem;
  }

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

  .price-list {
    padding-left: 0;
  }

  .pricing-grid {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 6rem;
    display: flex;
  }

  .heading-hero {
    font-size: 5.2rem;
  }

  .heading-hero.text-left-align {
    font-size: 5.1rem;
  }

  .hero-heading {
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .features-image-wrapper {
    width: 100%;
  }

  .intro-text {
    text-align: center;
    font-size: 2.5rem;
  }

  .span {
    border-radius: .35rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
  }

  .max-width-70ch.center-align {
    text-align: center;
  }

  .marquee-content {
    width: 100%;
    max-width: 60ch;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .integrations-marquee-wrapper {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .team-member-image {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .grid-contact {
    flex-direction: column;
    display: flex;
  }

  .home-images-horizontal {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-top: 3.8rem;
    padding-left: 0;
  }

  .home-card-component {
    width: 100%;
  }

  .card-image-wrapper {
    width: 100%;
    height: 55vh;
  }

  .home-big-text.margin-top {
    margin-top: 6rem;
  }

  .home-grid {
    padding-left: 0;
  }

  .home-grid.margin-top {
    padding-left: 0%;
  }

  .card-image {
    height: 55vh;
  }

  .table-component-wrapper {
    grid-row-gap: 6rem;
    margin-bottom: 5rem;
  }

  .table-wrapper.left-padding {
    padding-left: 0;
  }

  .table-heading-wrapper {
    width: 100%;
  }

  .faq-heading-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .hero-heading-features {
    text-align: left;
    align-items: center;
    margin-top: 15vh;
  }

  .home-marquee-logos {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-wrapper-white {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-table-component {
    padding-left: 0;
    padding-right: 0;
  }

  .home-big-text-wrapper {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }

  .floating-card-wrapper {
    right: -5%;
  }

  .card-icon.hero-icon {
    width: 2.5rem;
  }

  .card-wrapper {
    width: 100%;
    margin-bottom: 3rem;
  }

  .home-benefits-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .features-integrations-marquee {
    flex-direction: column;
    height: auto;
    margin-top: 1rem;
  }

  .features-banner {
    grid-column-gap: 0vw;
    grid-row-gap: 3rem;
    flex-direction: column;
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .features-banner.top-margin {
    margin-top: 6rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .features-banner-content {
    width: 100%;
    padding-left: 0;
  }

  .features-banner-content.left-padding-0 {
    padding-left: 0;
  }

  .features-banner-heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .banner-card-wrapper {
    width: 100%;
  }

  .floating-card-left {
    left: 5%;
  }

  .features-banner-image {
    width: 100%;
  }

  .features-banner-wrapper {
    padding-right: 0;
  }

  .heading-pricing {
    text-align: left;
    align-items: center;
    margin-top: 4.4rem;
  }

  .heading-pricing.margin-top-wrapper, .heading-pricing.margin-top-pricing {
    margin-top: 15vh;
  }

  .features-table-wrapper {
    padding-left: 0;
  }

  .contact-1-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .contact-2-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 15vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-content-wrapper-copy {
    flex-direction: column;
  }

  .team-member-heading {
    margin-top: 15vh;
  }

  .team-member-heading-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .team-member-padding {
    padding-left: 0;
  }

  .button-white-contact.absolute {
    justify-content: center;
    align-items: center;
    margin-bottom: 1.25rem;
    inset: auto auto 0%;
  }

  .hero-3-heading-wrapper {
    width: 100%;
  }

  .hero-3-heading-wrapper.left-padding-0 {
    max-width: none;
    padding-left: 0;
  }

  .hero-image-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .hero-tag-wrapper {
    display: none;
  }

  .hero-button-padding {
    padding-right: 20rem;
  }

  .nav-menu-white {
    grid-row-gap: 5rem;
    background-color: #f0f4f8;
    justify-content: center;
  }

  .dropdown-white {
    color: var(--dark-green);
    text-align: center;
  }

  .hero-floating-cards {
    left: 5%;
  }

  .hero-floating-cards.left-align {
    width: 80%;
    margin-bottom: 1.3rem;
    position: static;
  }

  .hero-left-floating-card {
    width: 80%;
    position: static;
  }

  .hero-3-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .hero-right-text-wrapper {
    margin-bottom: 1.3rem;
  }

  .hero-bottom-floating-cards {
    left: 5%;
  }

  .hero-bottom-floating-cards.left-align {
    margin-top: 3.3rem;
    margin-bottom: 1.5rem;
    display: none;
    position: static;
  }

  .home-images-wrapper {
    width: 100vw;
    display: flex;
    overflow: hidden;
  }

  .home-image-3, .home-image-5 {
    display: none;
  }

  .home-card {
    left: 5%;
  }

  .hero-heading-right {
    grid-column-gap: 2.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .hero-section-component {
    grid-row-gap: 3rem;
    margin-top: 15vh;
    padding-bottom: 0;
  }

  .hero-heading-left {
    width: 100%;
  }

  .home-hero-heading {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    min-height: auto;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .figma {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
  }

  .new-features-grid {
    grid-template-columns: 1fr;
  }

  .figma-content {
    width: 100%;
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
    margin-left: 0;
    padding-left: 3.1rem;
    padding-right: 3.1rem;
  }

  .home-card-image-wrap.ratio {
    height: auto;
  }

  .figma-image {
    height: 100%;
  }

  .figma-image-wrap {
    width: 100%;
  }

  .home-page-cards-grid {
    grid-template-columns: 1fr;
  }

  .hero-3-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .hero-left-heading-wrapper {
    margin-top: 1.5625rem;
  }

  .features-3-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 15vh;
    margin-bottom: 3rem;
  }

  .hero-heading-text-wrapper {
    max-width: none;
  }

  .hero-heading-text-wrapper.bottom-margin {
    margin-bottom: 1rem;
  }

  .license-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 5.3rem;
    margin-bottom: 6rem;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .job-card-wrapper {
    flex-flow: row;
  }

  .job-title {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .spacer-6rem {
    height: 0;
  }

  .home-3-hero {
    grid-column-gap: 0vw;
    grid-row-gap: 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .floating-card-home {
    left: auto;
    right: 5%;
  }

  .last {
    margin-right: 0;
  }

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

  .grid-none {
    display: none;
  }

  .home-3-hero-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .products-template-component, .more-products-list, .categories-component {
    grid-template-columns: 1fr;
  }

  .home-hero {
    grid-row-gap: 3rem;
    margin-top: 6rem;
    padding-bottom: 0;
  }

  .grid-team-member, .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .section-8 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .subheading {
    font-size: 1.13rem;
  }

  .h1-heading {
    font-size: 4.52rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .section-9 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .container-6.small-container {
    width: 90%;
  }

  .h4-heading {
    font-size: 1.27rem;
  }

  .paragraph-sm-2 {
    font-size: .88rem;
  }

  .grid-layout-3.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .section-10 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .h1-heading-2 {
    font-size: 4.52rem;
  }

  .flex-horizontal {
    flex-flow: wrap;
  }

  .footer-2 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .paragraph-xl {
    font-size: 1.4rem;
  }

  .nav-list {
    font-size: 1.5vw;
  }

  .clone-in-webflow {
    margin-right: -.5em;
  }

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

@media screen and (max-width: 767px) {
  .hero-style-guide-wrapper {
    padding-top: 8rem;
  }

  .heading-2 {
    font-size: 3rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .style-guide-header {
    font-size: .875rem;
  }

  .text-size-xlarge {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-1 {
    font-size: 3rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .style-guide-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-5 {
    font-size: 2.5rem;
    line-height: 1.15;
  }

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

  .text-size-large.job {
    font-size: 1.6rem;
  }

  .style-guide-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .heading-6 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .dropdown-list {
    color: var(--dark-green);
  }

  .menu-icon.invert {
    filter: contrast(200%) invert();
  }

  .heading-images {
    grid-row-gap: 2rem;
  }

  .faq-title-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .faq-component {
    margin-top: 3rem;
  }

  .opacity-80.max-width-50 {
    width: 80%;
  }

  .opacity-80.max-width-60 {
    width: 100%;
  }

  .newsletter-heading {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-block, .text-field.rounded {
    width: 100%;
  }

  .form-horizontal.hero.horizontal {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: stretch;
    width: 35ch;
  }

  .services-heading-wrapper {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1.75fr 1fr 1fr;
  }

  .footer-bottom {
    margin-top: 3rem;
  }

  .form {
    align-items: stretch;
  }

  .contact-hero-wrap {
    margin-top: 3rem;
    top: 0;
  }

  .contact-list-wrap {
    margin-bottom: 2rem;
  }

  .contact-list-wrap.max-width-30ch, .contact-list-wrap.max-width-40ch {
    margin-bottom: 1rem;
  }

  .contact-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contact-wrapper {
    margin-top: 3rem;
  }

  .contact-heading-wrapper {
    padding-left: 0;
  }

  .features-component {
    grid-row-gap: 6rem;
    margin-top: 4rem;
  }

  .features-content.align-middle {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .button-green {
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .row {
    flex-flow: column;
  }

  .contact-wrap-grid {
    flex-direction: column;
    display: block;
  }

  .about-image, .features-about-content, .align-wrapper-right {
    width: 100%;
  }

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

  .benefits-card {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .benefits-grid {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .integrations-card {
    flex-direction: column;
  }

  .integrations-card-wrapper {
    margin-bottom: 1rem;
  }

  .blog-list {
    grid-template-columns: 1fr;
  }

  .team-member-component {
    grid-row-gap: 3rem;
  }

  .docs-component {
    margin-bottom: 4rem;
  }

  .price-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing-grid {
    margin-bottom: 6rem;
  }

  .heading-hero {
    white-space: normal;
    font-size: 3.9rem;
  }

  .intro-text {
    font-size: 2rem;
  }

  .span {
    background-size: 2.5rem 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -2rem;
    bottom: -1.25rem;
  }

  .banner-contact-heading {
    margin-bottom: 1rem;
  }

  .button-white.button-transparent.checkout {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .max-width-70ch.center-align {
    max-width: none;
  }

  .features-marquee-text-wrap {
    justify-content: flex-start;
    align-items: stretch;
  }

  .marquee-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 2rem;
  }

  .integrations-marquee-wrapper {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .team-member-image {
    height: 30vh;
  }

  .grid-contact {
    flex-direction: column;
    display: flex;
  }

  .home-images-horizontal {
    grid-template-columns: 1fr;
    margin-bottom: 6rem;
  }

  .card-image-wrapper {
    height: 28rem;
  }

  .home-big-text.margin-top {
    margin-top: 4.8rem;
  }

  .home-grid {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .home-grid.margin-top {
    margin-top: 3.3rem;
  }

  .table-component-wrapper {
    grid-row-gap: 6rem;
  }

  .table-wrapper.left-padding {
    grid-row-gap: 4rem;
    padding-left: 0;
  }

  .table-heading-wrapper {
    max-width: none;
  }

  .faq-heading-wrapper {
    grid-row-gap: 2rem;
    align-items: flex-start;
  }

  .hero-heading-features {
    grid-row-gap: 2rem;
  }

  .home-marquee-logos {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-table-component.top-margin {
    margin-top: 6rem;
  }

  .home-big-text-wrapper {
    padding-left: 0;
  }

  .floating-card-wrapper {
    right: -10%;
  }

  .card-wrapper {
    width: 100%;
  }

  .home-benefits-grid {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .features-integrations-marquee {
    flex-direction: column;
  }

  .features-banner {
    padding-left: 0;
    padding-right: 0;
  }

  .features-banner-content {
    padding-left: 0;
  }

  .features-banner-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .features-banner-font {
    font-size: 3.2rem;
  }

  .heading-pricing {
    grid-row-gap: 2rem;
    margin-top: 4.7rem;
    margin-bottom: 4.5rem;
  }

  .blog-tags-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .numbers-content-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-1-wrapper {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-2-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-grid {
    flex-flow: column;
    display: flex;
  }

  .rich-text-paddig {
    padding-left: 0;
  }

  .team-member-heading-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .hero-3-heading-wrapper {
    padding-left: 0;
  }

  .hero-image-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-button-padding {
    padding-right: 10rem;
  }

  .view-all-tag {
    white-space: nowrap;
  }

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

  .hero-3-image-wrapper {
    height: 50vh;
  }

  .home-images-wrapper {
    width: auto;
  }

  .home-image-1 {
    display: none;
  }

  .hero-3-grid.margin {
    margin-top: 2.1rem;
  }

  .license-content {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .license-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 4.2rem;
    margin-bottom: 5.7rem;
  }

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

  .license-images-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .job-card-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
  }

  .job-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: auto;
  }

  .home-3-hero {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .floating-card-home {
    flex-flow: row;
    order: 1;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: absolute;
    bottom: -8%;
    right: 2%;
  }

  .home-3-hero-image-wrapper {
    flex-flow: row;
    width: 100%;
    max-width: none;
    height: 50vh;
  }

  .main-image {
    height: 50vh;
  }

  .checkout-form, .paypal-checkout-form {
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrapper-banner.gap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: flex-start;
  }

  .section-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .subheading {
    font-size: 1.1rem;
  }

  .h1-heading {
    font-size: 3.62rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .utility-padding-all-2rem {
    padding: 1rem;
  }

  .section-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .h4-heading {
    font-size: 1.15rem;
  }

  .paragraph-sm-2 {
    font-size: .88rem;
  }

  .section-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .h1-heading-2 {
    font-size: 3.62rem;
  }

  .paragraph-xl {
    font-size: 1.3rem;
  }

  .nav-row__right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .cloneable-title__gradient {
    display: block;
  }

  .cloneable-title__h1 {
    font-size: .875em;
  }

  .osmo-ui {
    position: fixed;
  }

  .nav-logo-row {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    width: auto;
  }

  .clone-in-webflow__p {
    display: none;
  }

  .clone-in-webflow {
    justify-content: flex-end;
    width: 100%;
    margin-right: 0;
    padding-left: .75em;
  }

  .cloneable-title__nr {
    font-size: .875em;
  }

  .osmo-ui__bg {
    display: block;
  }

  .cloneable-title {
    pointer-events: none;
    width: calc(100% - 5.25em);
    padding-left: 1em;
    position: absolute;
    overflow: hidden;
  }

  .logo-grid_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-grid_logo {
    max-height: 3rem;
  }

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

  .logo-grid_list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  img {
    object-position: 50% 50%;
  }

  .text-box.large {
    max-width: 18rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container {
    width: auto;
  }

  .container.small {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 2.4rem;
    line-height: 1.1;
  }

  .heading-2.text-weight-regular {
    text-align: center;
  }

  .padding-global {
    width: 100%;
    margin-top: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-xlarge {
    padding-bottom: 31px;
    font-size: 1.5rem;
  }

  .heading-1 {
    font-size: 2.9rem;
  }

  .style-guide-menu {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .heading-5 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .text-size-medium {
    text-align: center;
    display: flex;
  }

  .text-size-medium.text-color-grey {
    text-align: left;
  }

  .rich-text {
    margin-bottom: 1rem;
  }

  .sticky-menu, .style-guide-menu-wrapper {
    width: 100%;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .style-guide-content {
    margin-bottom: 6rem;
  }

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

  .style-guide-component.margin-top-3rem {
    flex-flow: column;
    padding-left: .5rem;
    display: flex;
  }

  .heading-6 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .divider-line {
    width: 100%;
  }

  .heading-4 {
    font-size: 2rem;
    line-height: 1.5;
  }

  .nav-menu {
    flex: 1;
  }

  .navbar-component {
    width: 100%;
  }

  .dropdown {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dropdown.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown.new-last {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-images {
    grid-row-gap: 1.5rem;
    align-items: center;
    margin-top: 15vh;
  }

  .faq-title-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3.5rem;
  }

  .opacity-80.max-width-50 {
    width: 100%;
  }

  .faq-bottom-content {
    display: flex;
  }

  .newsletter-heading {
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .form-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 21px;
  }

  .submit-button {
    margin-left: 12px;
    padding-left: .5rem;
    padding-right: 8.8rem;
    position: absolute;
    inset: auto 0% 0%;
  }

  .home-hero-left {
    grid-row-gap: 1rem;
    width: 100%;
  }

  .text-field.rounded {
    text-align: center;
    border-radius: 10rem;
    align-self: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
  }

  .form-horizontal.hero.horizontal {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .newsletter-wrapper {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: .7rem;
    padding-right: 12rem;
  }

  .services-wrapper {
    margin-top: 2rem;
  }

  .services-heading-wrapper {
    grid-row-gap: 1rem;
  }

  .services-heading-wrapper.text-color-white.left-padding {
    padding-left: 0;
  }

  .footer-grid {
    grid-template-columns: 1.75fr;
  }

  .footer {
    margin-top: -113px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-top: 2rem;
  }

  .contact-links {
    flex-direction: row;
  }

  .contact-hero-wrap {
    margin-top: 0;
  }

  .contact-list-wrap.max-width-30ch {
    margin-bottom: 2rem;
  }

  .contact-wrap {
    flex-direction: column;
    grid-template-columns: 1.5fr;
    align-items: center;
    padding: 2rem;
    display: flex;
  }

  .contact-wrapper {
    margin-bottom: 0;
  }

  .contact-wrapper.top-margin {
    grid-row-gap: 2rem;
  }

  .contact-heading-wrapper {
    margin-top: 6rem;
    padding-left: 0;
  }

  .contact-us-text-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-bottom-wrapper {
    flex-direction: column;
  }

  .align-left, .align-right {
    text-align: center;
  }

  .image-background.cards {
    height: 18rem;
  }

  .features {
    grid-row-gap: 1rem;
  }

  .features-component {
    grid-row-gap: 6rem;
    margin-top: 6rem;
    margin-bottom: 3rem;
  }

  .features-content {
    justify-content: flex-start;
    align-items: stretch;
  }

  .features-content.align-middle {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .features-heading-wrapper {
    justify-content: flex-start;
    align-items: stretch;
  }

  .button-green {
    text-align: center;
    justify-content: center;
  }

  .navbar-button-wrapper {
    justify-content: space-around;
    align-items: flex-start;
  }

  .table-component.max-width-100 {
    margin-bottom: 0;
  }

  .table-component.max-width-100.docs-padding {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .row-line {
    margin-top: 2rem;
  }

  .row.docs-grid {
    flex-flow: row;
    padding-right: 0;
  }

  .max-width-30ch.align-left {
    text-align: left;
    max-width: 100%;
  }

  .contact-wrap-grid {
    grid-template-columns: 1.5fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-hero-2-grid {
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .features-vertical-component {
    width: 100%;
  }

  .features-about-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .max-width-80 {
    width: 100%;
  }

  .about-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .about-wrapper.top-margin {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .benefits-card {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .benefits-grid {
    grid-row-gap: 1rem;
  }

  .integrations-card-wrapper {
    margin-bottom: 1rem;
  }

  .blog-pots-component {
    margin-top: 15vh;
  }

  .hero-social-proof {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
  }

  .hero-avatar-content.margin-top-0 {
    max-width: none;
  }

  .docs-component {
    margin-bottom: 3rem;
  }

  .cards-component {
    margin-bottom: 0;
  }

  .card-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .card {
    grid-row-gap: 1rem;
    padding-bottom: 3rem;
  }

  .price-button {
    align-items: center;
  }

  .price-card {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    min-height: auto;
  }

  .pricing-grid {
    margin-bottom: 3rem;
  }

  .card-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    display: flex;
  }

  .home-hero-subitle {
    padding-left: .5rem;
    padding-right: .5rem;
    bottom: 1rem;
  }

  .hero-bottom {
    flex-flow: row;
  }

  .hero-bottom.mobile {
    display: none;
  }

  .hero-heading-wrapper.relative {
    overflow: visible;
  }

  .heading-hero {
    text-align: center;
    font-size: 3rem;
  }

  .heading-hero.text-left-align {
    font-size: 3.2rem;
  }

  .hero-heading {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-us-content {
    width: 100%;
  }

  .banner-contact-heading {
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .button-white.button-transparent.checkout {
    justify-content: center;
    align-items: center;
  }

  .marquee-content {
    margin-top: auto;
  }

  .grid-contact {
    flex-direction: column;
    display: flex;
  }

  .home-images-horizontal {
    margin-bottom: 6rem;
  }

  .home-card-component {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .card-image-wrapper {
    max-height: 25vh;
  }

  .home-big-text.margin-top {
    margin-top: 3.2rem;
  }

  .home-grid {
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
  }

  .home-grid.margin-top {
    margin-top: 3.5rem;
  }

  .card-image {
    width: 100%;
    height: 25vh;
  }

  .table-component-wrapper {
    grid-row-gap: 6rem;
    margin-bottom: 3rem;
    padding-right: 0;
  }

  .table-wrapper.left-padding {
    grid-row-gap: 3rem;
  }

  .table-heading-wrapper {
    padding-left: .5rem;
  }

  .faq-heading-wrapper {
    align-items: flex-start;
  }

  .hero-heading-features {
    align-items: center;
  }

  .about-wrapper-white {
    padding-left: 0;
    padding-right: 0;
  }

  .about-table-component {
    margin-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .home-big-text-wrapper {
    width: 100%;
  }

  .floating-card-wrapper {
    right: 4%;
  }

  .card-icon.hero-icon {
    width: 3.2rem;
  }

  .card-wrapper {
    margin-bottom: 6rem;
  }

  .home-benefits-grid {
    grid-row-gap: 1rem;
  }

  .features-integrations-marquee {
    margin-top: 6.2rem;
  }

  .features-banner.top-margin {
    padding-left: 0;
    padding-right: 0;
  }

  .features-banner-content {
    padding-left: 0;
  }

  .features-banner-font {
    text-align: center;
    font-size: 2.9rem;
  }

  .heading-pricing {
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 2.9rem;
  }

  .blog-tags-content {
    flex-flow: wrap;
  }

  .numbers-content-grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .features-table-wrapper {
    margin-top: 4rem;
  }

  .contact-1-wrapper {
    margin-top: 15vh;
  }

  .contact-content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contact-form-wrapper {
    padding: 1.9rem 1.5rem 1.7rem;
  }

  .form-name-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .contact-2-wrapper {
    margin-bottom: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-content-wrapper-copy {
    grid-row-gap: 2rem;
  }

  .contact-grid {
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .text-size-xxlarge {
    font-size: 1.5rem;
  }

  .rich-text-paddig {
    padding-left: 0;
  }

  .team-member-heading-wrapper {
    padding-left: .5rem;
  }

  .team-member-wrapper {
    margin-right: 0;
  }

  .team-member-padding {
    padding-left: 0;
  }

  .button-white-contact.absolute {
    display: none;
  }

  .hero-3-heading-wrapper {
    padding-left: 0;
  }

  .hero-3-heading-wrapper.left-padding-0 {
    flex-flow: column;
  }

  .hero-button-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    width: 100%;
  }

  .hero-button-padding {
    padding-right: 0;
  }

  .row-line-home {
    margin-top: 2rem;
  }

  .banner-contact-links {
    flex-direction: column;
  }

  .price-content-wrapper {
    grid-row-gap: 1.2rem;
  }

  .docs-heading-horizontal {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    flex-flow: column;
    padding-right: 9px;
  }

  .view-all-tag {
    justify-content: center;
    align-items: center;
  }

  .blog-tags-list {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .button-navbar-white {
    justify-content: center;
  }

  .hero-floating-cards.left-align {
    flex-flow: row;
    width: 100%;
  }

  .hero-left-floating-card {
    width: 100%;
  }

  .hero-3-image-wrapper {
    width: 90%;
    height: 50vh;
  }

  .home-images-wrapper {
    margin-top: .25rem;
    margin-bottom: 0;
  }

  .home-image-4 {
    display: none;
  }

  .home-image-2 {
    width: 100%;
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-heading-right {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-section-component {
    margin-top: 0;
  }

  .home-hero-heading {
    grid-row-gap: 1rem;
    margin-top: 15vh;
  }

  .template-component {
    padding-bottom: 0;
  }

  .figma-content {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .figma-image {
    object-position: 0% 50%;
  }

  .heading-button {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .home-page-cards-grid {
    margin-bottom: 3rem;
  }

  .hero-3-grid.margin {
    margin-top: auto;
  }

  .hero-heading-text-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
  }

  .license-content {
    display: flex;
  }

  .license-component {
    grid-row-gap: 1.75rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    margin-left: 0;
  }

  .text-size-medium-3 {
    display: flex;
  }

  .style-guide-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .job-card-wrapper, .job-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .home-3-hero {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .floating-card-home {
    position: absolute;
    left: auto;
  }

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

  .team-member-flex {
    flex-flow: column;
    display: flex;
  }

  .home-3-hero-image-wrapper {
    width: 100%;
    height: 50vh;
  }

  .main-image, .main-image.small {
    height: 20rem;
  }

  .products-template-component {
    margin-bottom: 4rem;
  }

  .product-description {
    grid-row-gap: 1rem;
    align-items: stretch;
    padding: 0;
  }

  .horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .more-products-component {
    grid-row-gap: 1rem;
    margin-bottom: 4rem;
  }

  .text-link {
    justify-content: flex-start;
  }

  .home-hero {
    margin-top: 0;
  }

  .grid-team-member {
    flex-flow: column;
    display: flex;
  }

  .background-video-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .lottie-animation-2 {
    display: none;
  }

  .lottie-animation-3 {
    width: 75px;
    height: 75px;
  }

  .image-13 {
    width: 65%;
    height: 65%;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .lottie-animation-8 {
    width: 21vw;
    margin-left: auto;
  }

  .section-4 {
    margin-top: 104px;
  }

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

  .section-7 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9 {
    width: auto;
  }

  .image-14 {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .quick-stack {
    width: 100%;
  }

  .case-text-summary {
    text-align: justify;
    width: 100%;
  }

  .div-block-15 {
    width: 100%;
  }

  .section-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .subheading {
    font-size: 1.1rem;
  }

  .h1-heading {
    font-size: 2.89rem;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button-3 {
    white-space: nowrap;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .section-9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .h4-heading {
    font-size: 1.03rem;
  }

  .paragraph-sm-2 {
    font-size: .88rem;
  }

  .section-10 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .h1-heading-2 {
    font-size: 2.89rem;
  }

  .h1-heading-2.utility-margin-bottom-0 {
    padding-bottom: 2rem;
    font-size: 2rem;
  }

  .button-group-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button-4 {
    white-space: nowrap;
  }

  .logo {
    color: inherit;
  }

  .button-group-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .paragraph-xl {
    font-size: 1.2rem;
  }

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

  .utility-aspect-2x3.cover-image-2 {
    display: none;
  }

  .section-11 {
    padding-bottom: 2rem;
  }

  .background-video-4 {
    margin-top: 2rem;
    padding-top: 0;
  }

  .section-12 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

#w-node-fdbfec3a-4aa0-8acc-77ec-0e7b3128b715-5ccd3086, #w-node-d2c0a5df-1165-ee13-90df-87208f58e277-5ccd3086, #w-node-_663308e0-b70e-a0ca-013c-35fc7efac849-5ccd3086, #w-node-_795121b7-59dd-47fa-7bcb-4ba734ec4c8e-5ccd3086, #w-node-_0deb945b-320a-9d73-1384-550451713078-5ccd3086, #w-node-_0deb945b-320a-9d73-1384-550451713087-5ccd3086, #w-node-_0deb945b-320a-9d73-1384-550451713096-5ccd3086, #w-node-_4238499e-8697-9237-8d03-bab429d3e278-5ccd308a, #w-node-_4238499e-8697-9237-8d03-bab429d3e288-5ccd308a, #w-node-_4238499e-8697-9237-8d03-bab429d3e28a-5ccd308a, #w-node-_4238499e-8697-9237-8d03-bab429d3e28f-5ccd308a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c736156-cd00-5516-94fe-c20996a352e8-5ccd308a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1c736156-cd00-5516-94fe-c20996a352eb-5ccd308a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c736156-cd00-5516-94fe-c20996a352ef-5ccd308a, #w-node-_1c736156-cd00-5516-94fe-c20996a352f5-5ccd308a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1c736156-cd00-5516-94fe-c20996a352f8-5ccd308a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c736156-cd00-5516-94fe-c20996a352fc-5ccd308a, #w-node-_1c736156-cd00-5516-94fe-c20996a35302-5ccd308a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1c736156-cd00-5516-94fe-c20996a35305-5ccd308a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c736156-cd00-5516-94fe-c20996a35309-5ccd308a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ef2a1b62-ca92-2ae5-a14d-0227789fea6b-3b98e388, #w-node-b43d12d5-d154-ef65-e52c-01bdde06b33e-3b98e388, #w-node-_30e7fb0a-d0e3-c99d-c4bc-9b92e4ebd9ed-3b98e388, #w-node-_8ca47dd3-5bfd-7546-2a22-b673bc4e86a5-3b98e388 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8450da3-a651-8cb9-34d9-fe8cc6615a59-c6615a4b, #w-node-a8450da3-a651-8cb9-34d9-fe8cc6615a63-c6615a4b, #w-node-a8450da3-a651-8cb9-34d9-fe8cc6615a6d-c6615a4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fb8213a8-b71d-18bb-b77b-c617a5b05643-5ccd3091 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_74b63f2e-07d1-0966-e286-74c3e288bf57-5ccd3092 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_437b828e-b47d-6e11-6f95-a2e9627daf73-5ccd3092 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf7ccd21-4f87-1b85-d2f9-75af2fb5b630-5ccd3093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-bf7ccd21-4f87-1b85-d2f9-75af2fb5b631-5ccd3093, #w-node-bf7ccd21-4f87-1b85-d2f9-75af2fb5b63c-5ccd3093, #w-node-bf7ccd21-4f87-1b85-d2f9-75af2fb5b647-5ccd3093, #w-node-_6dfcd3aa-fd1d-cba8-2a4e-15f51e5500c6-5ccd3093, #w-node-bf7ccd21-4f87-1b85-d2f9-75af2fb5b652-5ccd3093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac1266f4-c0c7-0262-934c-aa637f46afd2-5ccd3097, #w-node-_9d178808-386b-6a03-9a65-1d555e85eb3c-5ccd3097 {
  place-self: center;
}

#w-node-fd1519b7-c92e-db89-c2b0-32d8fea34096-5ccd3097 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e036e1b6-ad1a-5202-a77f-83b4c7ad99b5-5ccd3097 {
  place-self: center;
}

#w-node-_5bbe5e31-6702-a6e8-25b8-45e6b7b5f07a-5ccd3097 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c82f210-70cc-c9b2-fcbf-d3bf800a27d0-5ccd3098 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7c82f210-70cc-c9b2-fcbf-d3bf800a27dc-5ccd3098, #w-node-ae0d8bf0-05c7-4330-688f-e2c3e18f6af5-5ccd309a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07f6f4d9-888b-671a-2300-31b1fb0b9454-fb0b944c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_07f6f4d9-888b-671a-2300-31b1fb0b9463-fb0b944c {
  grid-area: 3 / 2 / 4 / 2;
}

#w-node-_07f6f4d9-888b-671a-2300-31b1fb0b945a-fb0b944c {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_07f6f4d9-888b-671a-2300-31b1fb0b9466-fb0b944c {
  grid-area: 2 / 4 / 4 / 6;
  align-self: end;
}

#w-node-a157b7d6-0756-cfed-018f-b96d14c103fa-5ccd309e, #w-node-a157b7d6-0756-cfed-018f-b96d14c1040a-5ccd309e, #w-node-a157b7d6-0756-cfed-018f-b96d14c1040c-5ccd309e, #w-node-a157b7d6-0756-cfed-018f-b96d14c10411-5ccd309e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1408b75-3b29-ac06-2886-ac78e7789c3a-5ccd309e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e1408b75-3b29-ac06-2886-ac78e7789c3e-5ccd309e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1408b75-3b29-ac06-2886-ac78e7789c41-5ccd309e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-b481f43b-cd24-a12d-1f33-57547d596aa0-5ccd309e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1d518123-bc42-b866-b025-84f74886d647-5ccd309f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_1d518123-bc42-b866-b025-84f74886d64a-5ccd309f, #w-node-_1b9ba519-e95c-bde2-4d96-7de649d2eea1-5ccd309f, #w-node-_758f103d-52a0-d485-19ee-80dd14d64d17-5ccd309f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a22bd030-f64e-e1aa-979b-affd2619af85-5ccd30a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a3d60c45-f010-c6b3-d002-68595ffdfe1d-5ccd30a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3d60c45-f010-c6b3-d002-68595ffdfe21-5ccd30a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_84c2475b-c056-33d5-cf54-3d534041736e-5ccd30a4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_84c2475b-c056-33d5-cf54-3d5340417374-5ccd30a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84c2475b-c056-33d5-cf54-3d5340417375-5ccd30a4 {
  place-self: center;
}

#w-node-_2664f03a-a54c-d41c-e044-34c783234a05-5ccd30a4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_84c2475b-c056-33d5-cf54-3d534041737d-5ccd30a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de4a0c5-fdf1-b5b7-7f00-704bf9d5a481-5ccd30a4 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: start;
}

#w-node-_490f455b-a075-45ef-45db-2e864474948e-5ccd30a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_490f455b-a075-45ef-45db-2e8644749491-5ccd30a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_490f455b-a075-45ef-45db-2e8644749495-5ccd30a4, #w-node-_490f455b-a075-45ef-45db-2e864474949b-5ccd30a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_490f455b-a075-45ef-45db-2e864474949e-5ccd30a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_490f455b-a075-45ef-45db-2e86447494a2-5ccd30a4, #w-node-_490f455b-a075-45ef-45db-2e86447494a8-5ccd30a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_490f455b-a075-45ef-45db-2e86447494ab-5ccd30a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b83e276-79ed-401b-e5b5-b4bac0e27362-5ccd30a4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1b83e276-79ed-401b-e5b5-b4bac0e27368-5ccd30a4 {
  grid-area: 3 / 2 / 4 / 2;
}

#w-node-_1b83e276-79ed-401b-e5b5-b4bac0e2736b-5ccd30a4 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_1b83e276-79ed-401b-e5b5-b4bac0e27376-5ccd30a4 {
  grid-area: 2 / 4 / 4 / 6;
  align-self: end;
}

#w-node-_37e6bcbd-f302-8ef4-2215-8319e7947347-5ccd30a4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_460818ff-f459-7e8c-6973-14f72a48e6da-5ccd30a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbaa9b12-558b-2916-82cb-5409156d38e7-156d38d9, #w-node-fbaa9b12-558b-2916-82cb-5409156d38f1-156d38d9, #w-node-fbaa9b12-558b-2916-82cb-5409156d38fb-156d38d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c5eb47cf-0e17-3b8f-0e65-a6f5541db960-5ccd30a5, #w-node-c5eb47cf-0e17-3b8f-0e65-a6f5541db968-5ccd30a5, #w-node-c5eb47cf-0e17-3b8f-0e65-a6f5541db970-5ccd30a5, #w-node-c5eb47cf-0e17-3b8f-0e65-a6f5541db978-5ccd30a5, #w-node-c5eb47cf-0e17-3b8f-0e65-a6f5541db980-5ccd30a5, #w-node-c5eb47cf-0e17-3b8f-0e65-a6f5541db988-5ccd30a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1006eea4-ef12-3e61-a7c4-6f09ef887d1b-5ccd30a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a917-5ccd30a5 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center end;
}

#w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a91a-5ccd30a5 {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: start;
}

#w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a91d-5ccd30a5 {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: end;
}

#w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a92c-5ccd30a5 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a944-5ccd30a5 {
  grid-area: 4 / 3 / 5 / 4;
  place-self: start;
}

#w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a94d-5ccd30a5 {
  grid-area: 2 / 2 / 5 / 3;
}

#w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a955-5ccd30a5 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_240221c4-da79-3a70-0468-4bb1df58024f-5ccd30a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_240221c4-da79-3a70-0468-4bb1df580252-5ccd30a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_240221c4-da79-3a70-0468-4bb1df580256-5ccd30a5, #w-node-_240221c4-da79-3a70-0468-4bb1df58025c-5ccd30a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_240221c4-da79-3a70-0468-4bb1df58025f-5ccd30a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_240221c4-da79-3a70-0468-4bb1df580263-5ccd30a5, #w-node-_240221c4-da79-3a70-0468-4bb1df580269-5ccd30a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_240221c4-da79-3a70-0468-4bb1df58026c-5ccd30a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_240221c4-da79-3a70-0468-4bb1df580270-5ccd30a5, #w-node-_0ccbf0ac-8aa4-ce8f-f108-06b43c5229be-5ccd30a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0ccbf0ac-8aa4-ce8f-f108-06b43c5229c1-5ccd30a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ccbf0ac-8aa4-ce8f-f108-06b43c5229c5-5ccd30a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_59929d29-a476-bd2b-878c-7c0a794491ae-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491df-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491e1-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491e2-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491e3-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491e4-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491e5-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491e6-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491e7-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491e8-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491e9-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491ea-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491eb-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491ec-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491ed-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491ee-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491ef-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f0-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f1-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f2-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f3-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f4-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f5-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f6-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f7-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f8-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f9-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491fa-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491fb-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491fc-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491fd-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491fe-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a794491ff-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a79449200-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a79449201-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a79449202-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a79449203-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a79449204-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a79449205-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a79449206-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a79449207-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a79449208-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a79449209-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a7944920a-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a7944920b-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a7944920c-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a7944920d-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a7944920e-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a7944920f-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a79449210-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a79449211-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a79449212-5ccd30a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47d6c60a-9582-c42b-89ae-190847a3f7c9-5ccd30df {
  justify-self: end;
}

#w-node-_47d6c60a-9582-c42b-89ae-190847a3f807-5ccd30df {
  justify-self: start;
}

#w-node-fed160f8-e219-d30f-c76a-430df1582398-5ccd30e1, #w-node-fed160f8-e219-d30f-c76a-430df15823ac-5ccd30e1, #w-node-fed160f8-e219-d30f-c76a-430df15823b1-5ccd30e1, #w-node-fed160f8-e219-d30f-c76a-430df15823c8-5ccd30e1, #w-node-fed160f8-e219-d30f-c76a-430df15823f2-5ccd30e1, #w-node-fed160f8-e219-d30f-c76a-430df1582422-5ccd30e1, #w-node-fed160f8-e219-d30f-c76a-430df1582440-5ccd30e1, #w-node-fed160f8-e219-d30f-c76a-430df1582442-5ccd30e1, #w-node-fed160f8-e219-d30f-c76a-430df1582447-5ccd30e1, #w-node-fed160f8-e219-d30f-c76a-430df158244c-5ccd30e1, #w-node-fed160f8-e219-d30f-c76a-430df1582451-5ccd30e1, #w-node-fd4d8d1f-095f-99e5-943c-05aac00e9a4d-5ccd30e1, #w-node-fed160f8-e219-d30f-c76a-430df158245f-5ccd30e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c7b5acd-0252-0b89-8958-7e65d15e0bd9-85736fd0 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
}

#w-node-ed0df957-42e7-0df3-e577-352399b48f14-99b48f11.w-node-_2a8ec844-3ce9-b82c-28ff-090d9118efa4-f6f71e23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b1bdb23-f3db-a252-d241-9a9094fee0ff-f6f71e23 {
  align-self: center;
}

#w-node-b0eacd5b-4be0-7f88-e26f-5aafc5d9bc99-c5d9bc94.w-node-_01c6bc85-b21b-426b-a46b-ca9d35d8fdea-f6f71e23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_266f98fc-d09e-e7c3-fc74-1001614ba02c-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e268868-f6f71e23 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-aab57a28-7fe0-1189-4652-599873f22546-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e26886e-f6f71e23 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da6a-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e268870-f6f71e23 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da70-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e268876-f6f71e23 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da76-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e26887c-f6f71e23 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da7c-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e268882-f6f71e23 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da82-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e268888-f6f71e23 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da88-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e26888e-f6f71e23 {
  grid-area: 3 / 5 / 4 / 7;
}

#w-node-_386261ec-3bb4-d85c-8863-f9eacb8aa35e-f6f71e23 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_37ddc901-2ed9-bf20-062a-0d9a60265940-f6f71e23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_323a8504-bf0c-67b2-1244-5b2a1b2bfa8e-5ccd3091 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-_20f27028-3281-b941-079b-857702b32f27-5ccd30a4 {
    align-self: start;
  }

  #w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a917-5ccd30a5 {
    grid-row: 2 / 3;
    justify-self: center;
  }

  #w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a91a-5ccd30a5 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a91d-5ccd30a5 {
    justify-self: center;
  }

  #w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a92c-5ccd30a5 {
    grid-row: 1 / 2;
    justify-self: center;
  }

  #w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a944-5ccd30a5 {
    grid-area: 6 / 1 / 7 / 2;
    place-self: center;
  }

  #w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a94d-5ccd30a5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_266f98fc-d09e-e7c3-fc74-1001614ba02c-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e268868-f6f71e23 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da6a-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e268870-f6f71e23 {
    grid-row: 2 / 3;
    grid-column-end: 4;
  }

  #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da70-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e268876-f6f71e23 {
    grid-column: 4 / 7;
  }

  #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da76-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e26887c-f6f71e23 {
    grid-column-end: 4;
  }

  #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da7c-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e268882-f6f71e23 {
    grid-row: 3 / 4;
    grid-column-start: 4;
  }

  #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da82-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e268888-f6f71e23 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da88-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e26888e-f6f71e23 {
    grid-row: 4 / 5;
    grid-column-start: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_00d8d8df-6462-f83e-544a-ffcad2c444f3-5ccd3091 {
    order: 9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fb8213a8-b71d-18bb-b77b-c617a5b05643-5ccd3091 {
    order: 9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_323a8504-bf0c-67b2-1244-5b2a1b2bfa8e-5ccd3091 {
    order: 1;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_59929d29-a476-bd2b-878c-7c0a79449207-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a79449209-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a7944920b-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a7944920d-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a7944920f-5ccd30a6, #w-node-_59929d29-a476-bd2b-878c-7c0a79449211-5ccd30a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0c7b5acd-0252-0b89-8958-7e65d15e0bd9-85736fd0 {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr;
  }

  #w-node-_0c7b5acd-0252-0b89-8958-7e65d15e0bda-85736fd0 {
    order: 0;
  }

  #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da6a-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e268870-f6f71e23, #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da70-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e268876-f6f71e23, #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da76-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e26887c-f6f71e23, #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da7c-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e268882-f6f71e23, #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da82-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e268888-f6f71e23, #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da88-af82da61.w-node-_150ed7b9-eb49-6ebc-78d6-b7f10e26888e-f6f71e23 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'), url('../fonts/Satoshi-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BoldItalic.woff') format('woff'), url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'), url('../fonts/Satoshi-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-MediumItalic.woff') format('woff'), url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('../fonts/Satoshi-Regular.eot') format('embedded-opentype'), url('../fonts/Satoshi-Regular.woff') format('woff'), url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('../fonts/Satoshi-Medium.eot') format('embedded-opentype'), url('../fonts/Satoshi-Medium.woff') format('woff'), url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'), url('../fonts/Satoshi-Italic.woff2') format('woff2'), url('../fonts/Satoshi-VariableItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-Italic.eot') format('embedded-opentype'), url('../fonts/Satoshi-Italic.woff') format('woff'), url('../fonts/Satoshi-VariableItalic.woff') format('woff'), url('../fonts/Satoshi-Italic.ttf') format('truetype'), url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'), url('../fonts/Satoshi-LightItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-LightItalic.woff') format('woff'), url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'), url('../fonts/Satoshi-Bold.eot') format('embedded-opentype'), url('../fonts/Satoshi-Bold.woff') format('woff'), url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'), url('../fonts/Satoshi-Variable.eot') format('embedded-opentype'), url('../fonts/Satoshi-Variable.woff') format('woff'), url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'), url('../fonts/Satoshi-Light.eot') format('embedded-opentype'), url('../fonts/Satoshi-Light.woff') format('woff'), url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'), url('../fonts/Satoshi-BlackItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BlackItalic.woff') format('woff'), url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'), url('../fonts/Satoshi-Black.eot') format('embedded-opentype'), url('../fonts/Satoshi-Black.woff') format('woff'), url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}