@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #101010;
  --white-smoke: #f3f3f3;
  --forrest: #002b2c;
  --lime: #a7e000;
  --white: white;
  --light-yellow: #f4f2e4;
  --alice-blue: #e0f0fd;
}

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.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-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@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-commercecheckoutdiscountsinput {
    font-size: 16px;
  }
}

body {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.hide-mobile-portrait {
  position: static;
}

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.page-wrapper {
  font-family: Satoshi, sans-serif;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  text-align: center;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper.hero-section-padding {
  margin-top: -5.1rem;
  padding-top: 0;
}

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

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium.negative {
  margin-top: -2rem;
}

.margin-top.margin-medium.negative-5 {
  margin-top: -5rem;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.hide {
  display: none;
}

.margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall.align-center {
  justify-content: center;
  display: flex;
}

.margin-bottom.margin-small {
  margin: 0 0 1rem;
}

.margin-bottom.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-bottom.margin-small.align-center {
  flex-direction: column;
  align-items: center;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.vertical-align {
  flex-direction: column;
}

.margin-bottom.margin-small.footer-signup {
  flex-flow: column;
  display: flex;
}

.margin-bottom.margin-small {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.margin-bottom.margin-small.text-align-center {
  align-items: center;
}

.margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  flex-direction: row;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-xsmall {
  margin: 0;
}

.margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xhuge.botom-3 {
  padding-bottom: 3rem;
}

.padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge.reduced-margin-bottom {
  padding-bottom: 2rem;
}

.padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small, .padding-vertical.padding-xhuge, .padding-vertical.padding-xhuge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge.top-3 {
  padding-top: 0;
}

.padding-vertical.padding-xhuge.top-3.faq {
  padding-top: 4rem;
}

.padding-vertical.padding-xhuge.bottom-0 {
  padding-top: 4rem;
  padding-bottom: 0;
}

.padding-vertical.padding-xhuge.custom-top {
  padding-top: 3rem;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  letter-spacing: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-size-medium.opacity-80 {
  color: #232426cc;
}

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

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  letter-spacing: 0;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2.text-weight-medium {
  font-weight: 500;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

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

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

.heading-style-h6 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-style-h6.custom {
  font-size: 1.3rem;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-style-h5.reduced {
  font-size: 1.35rem;
  font-weight: 400;
}

.heading-style-h5.reduced.tiny {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: .6rem;
  font-weight: 300;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  letter-spacing: 0;
  font-family: Satoshi, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h1.text-color-white {
  font-size: 2.7rem;
}

.heading-style-h1.custom {
  margin-bottom: 1rem;
  font-size: 2.8rem;
  line-height: 1.1;
}

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
}

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

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px solid var(--lime);
  background-color: var(--lime);
  color: var(--forrest);
  text-align: center;
  border-radius: 100px;
  max-width: 400px;
  padding: 1.5rem 5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.button.is-link {
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  padding: .25rem 0;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.button.is-link:hover {
  font-weight: 700;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-weight: 500;
}

.button.is-link.is-icon.text-color-white {
  border-bottom-color: var(--white);
  color: var(--white);
}

.button.is-link.is-icon.blog-link {
  border: .8px solid #000;
  border-radius: 20px;
  padding: .5rem 1rem;
  font-size: 1.1rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-secondary {
  border-color: var(--forrest);
  background-color: var(--forrest);
  color: var(--white);
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.is-secondary.is-small.is-icon, .button.is-secondary.is-icon {
  text-decoration: none;
}

.button.is-secondary.max-width-full.pricing.lime {
  border-color: var(--lime);
  padding: .5rem;
}

.button.is-secondary.max-width-full.lime {
  border-color: var(--lime);
  background-color: var(--lime);
  color: var(--forrest);
  -webkit-text-stroke-color: var(--lime);
  padding: .25rem;
}

.button.is-secondary.extended {
  max-width: 4500px;
  padding: 1rem 2rem;
}

.button.is-small {
  border-radius: 10px;
  max-width: 200px;
  padding: 10px 20px;
  font-size: 1rem;
}

.button.is-small.is-icon {
  text-decoration: none;
}

.button.is-small.hide {
  text-align: center;
  border-radius: 10px;
  flex-flow: row;
  flex: 0 auto;
  align-self: auto;
  width: 200px;
  padding: 10px;
  display: block;
}

.button.is-alternate {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
  font-weight: 500;
}

.button.max-width-full {
  border-width: 2px;
}

.button.max-width-full:hover {
  color: #000;
  background-color: #0000;
  border-width: 2px;
  font-weight: 500;
}

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form-radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.text-size-regular {
  color: #5e5e5e;
  letter-spacing: 0;
  font-size: 1.125rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  color: var(--black);
  letter-spacing: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-input {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

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

.rl-styleguide_color.is-gray {
  background-color: var(--white-smoke);
}

.rl-styleguide_color.is-white {
  background-color: var(--white);
}

.rl-styleguide_color.is-light-yellow {
  background-color: var(--light-yellow);
}

.rl-styleguide_color.is-lime {
  background-color: var(--lime);
}

.rl-styleguide_color.is-forrest {
  background-color: var(--forrest);
}

.rl-styleguide_color.is-light-blue {
  background-color: var(--alice-blue);
}

.button-group {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  justify-content: center;
}

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

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

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

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

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 10rem;
  height: auto;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

.form.contact {
  grid-template-columns: minmax(100%, 1fr);
  max-width: 1440px;
  margin-top: 5.7em;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-size-small {
  letter-spacing: 0;
  font-size: .875rem;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text {
  font-size: 1.25rem;
  display: none;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3rem;
}

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

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.7rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: 400;
}

.text-size-large.opacity-80 {
  color: #232426cc;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-small.custom-top {
  padding-top: 7rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  padding-left: 3vw;
  padding-right: 3vw;
  overflow: visible;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.minimum-bottom {
  padding-bottom: 1rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.no-top-padding {
  padding-top: 0;
}

.padding-section-large.xl-top {
  padding-top: 7rem;
}

.padding-section-large.bottom-0 {
  padding-bottom: 0;
}

.heading {
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.body {
  font-family: Satoshi, sans-serif;
}

.paragraph {
  letter-spacing: 0;
  font-weight: 400;
}

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

.background-color-light-blue {
  background-color: var(--alice-blue);
}

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

.text-block {
  text-decoration: none;
}

.navbar11_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px none var(--black);
  background-color: var(--white);
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 5.1rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar11_component.transparent-bg {
  background-color: #fff0;
}

.navbar11_container {
  justify-content: flex-start;
  align-items: center;
  width: 86vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar11_logo-link {
  flex: 1;
  padding-left: 0;
}

.navbar11_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar11_link {
  color: #232426bf;
  padding: .5rem 1rem;
  font-size: 1.12rem;
  font-weight: 500;
}

.navbar11_link:hover {
  color: #232426;
}

.navbar11_link:focus {
  font-weight: 700;
}

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

.navbar11_link.dropdown {
  padding-right: 0;
}

.navbar11_dropdown-toggle {
  color: #232426bf;
  padding: .5rem 2.5rem .5rem 1rem;
  font-weight: 500;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar11_dropdown-list.w--open {
  border: 2px solid var(--white-smoke);
  background-color: var(--white);
  border-radius: 16px;
  width: 20rem;
  padding: 1.5rem;
}

.navbar11_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar11_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
  display: grid;
}

.navbar11_dropdown-link.hide {
  display: none;
}

.navbar11_icon-wrapper {
  flex: none;
}

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

.navbar11_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar11_menu-button {
  padding: 0;
}

.section_header36.background-color-light-yellow {
  background-color: var(--light-yellow);
}

.section_header36.background-color-light-yellow.hero-top-margin {
  margin-top: -5.1rem;
  padding-top: 5.1rem;
  position: static;
  top: 0;
}

.header36_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header36_content {
  max-width: 100%;
  margin-left: 3vw;
  margin-right: 2rem;
}

.header36_image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.section_logo3 {
  border-top: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  overflow: hidden;
}

.section_logo3.hide {
  display: block;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

.logo3_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo3_logo {
  max-height: 3.5rem;
  position: static;
}

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

.rl-navbar_loop-copy {
  background-color: #edeadd;
  border-radius: .5rem;
  flex: 1;
  align-items: center;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.layout65_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout223_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout223_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

.icon-eyebrow {
  align-items: center;
  display: flex;
}

.eyebrow-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.section-home-benefits {
  background-color: var(--light-yellow);
}

.section-home-benefits.hide {
  display: block;
}

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

.benefits_section-item {
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.plan_features-icon {
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.plan_features-icon.white {
  background-color: #a7e000;
}

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

.layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout1_image {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.home-services-about {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.heading-h5.text-uppercase {
  letter-spacing: 1px;
}

.text-meta {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.padding-section-xs {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.padding-section-xs.last {
  padding-bottom: 6rem;
}

.section_testimonial17.background-color-tan {
  background-color: var(--light-yellow);
  background-color: #f4f2e4;
}

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

.testimonial17_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.testimonial17_content {
  border: 1px none var(--black);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial17_content.background-color-tan {
  background-color: var(--light-yellow);
}

.testimonial17_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial17_rating-icon {
  color: var(--lime);
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial17_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.blog41_component {
  flex-direction: column;
  align-items: center;
}

.blog41_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.blog41_heading {
  flex: 1;
}

.blog41_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.blog41_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog41_image-wrapper {
  border-radius: 16px;
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog41_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog41_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.section_cta51 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

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

.cta51_card {
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.cta51_card.background-color-yellow {
  border-style: none;
  border-radius: 24px;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.cta51_card.background-color-forrest {
  color: #fff;
  background-color: #002b2c;
  border-style: none;
  border-radius: 24px;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: start;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.footer1_logo-link {
  padding-left: 0;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer1_link {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  text-decoration: none;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

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

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

.line-divider.light {
  background-color: #c9cdd682;
}

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

.footer1_credit-text {
  color: #002b2cc2;
  font-size: .875rem;
}

.footer1_credit-text.dark-version {
  color: #ffffffc2;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer1_legal-link.light {
  color: #fffc;
}

.home-services-grid-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-services-grid-left-inner {
  padding-bottom: 7rem;
  position: sticky;
  top: 8rem;
}

.clip {
  overflow: hidden;
}

.libraries-header_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.libraries-header_image-wrapper {
  background-color: var(--light-yellow);
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 18.75rem;
  background-attachment: fixed;
  border-radius: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.libraries-header_image-inner-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.libraries-featured_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #e9d7fe;
  background-image: url('../images/untitled-bg2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 0 0 0 3.5rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.libraries-featured_component.black {
  background-color: var(--black);
  background-image: url('../images/black.svg');
  background-repeat: no-repeat;
  background-size: auto;
}

.libraries-featured_component.blue {
  background-color: var(--lime);
  background-image: none;
}

.libraries-featured_component.green {
  background-color: var(--forrest);
  background-image: none;
}

.libraries-featured_component.tan {
  background-color: var(--light-yellow);
  background-image: url('../images/tan.svg');
}

.libraries-featured_text-wrapper {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.libraries-featured_text-wrapper.text-color-white {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.libraries-featured_image {
  margin-top: 3.5rem;
}

.layout296_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  height: 750px;
  display: grid;
  overflow: visible;
}

.layout296_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.layout296_item.up, .layout296_item.down {
  margin-top: 0;
}

.layout178_image-wrapper {
  width: 100%;
  position: relative;
}

.layout296_image {
  width: 300px;
  height: 100%;
}

.section_header78.bg-color {
  background-color: #f2ffdd;
}

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

.section_layout350.background-color-tan {
  background-color: var(--light-yellow);
}

.layout350_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

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

.layout350_tabs-menu {
  z-index: 1;
  grid-column-gap: .25rem;
  border: 1px solid var(--black);
  background-color: var(--white);
  align-items: center;
  padding: .25rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

.layout350_tabs-menu.background-color-black {
  background-color: var(--black);
  border-radius: 8px;
}

.layout350_tab-link {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1.25rem;
  text-decoration: none;
}

.layout350_tab-link.w--current {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
}

.layout350_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.layout350_content.last {
  height: 60vh;
}

.text-size-medium-9 {
  letter-spacing: -.3px;
  font-family: Satoshi, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.layout350_mobile-image-wrapper {
  display: none;
}

.layout350_mobile-image {
  width: 100%;
  position: absolute;
}

.layout350_desktop-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.layout350_image {
  width: 100%;
  position: absolute;
}

.layout350_image.is-image1, .layout350_image.is-image2 {
  z-index: 0;
  background-color: var(--light-yellow);
  background-image: none;
  background-size: auto;
}

.layout350_image.is-image3 {
  z-index: 0;
  background-color: var(--light-yellow);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.layout350_image.is-image4 {
  background-color: var(--light-yellow);
  background-image: none;
  background-size: auto;
  display: inline-flex;
}

.section_project.background-color-light-yellow {
  background-color: var(--light-yellow);
}

.section_project.background-color-light-blue.hero-section-padding {
  margin-top: -5.1rem;
  padding-top: 5.1rem;
}

.section_project.background-color-black.vecna_black {
  background-color: #231f20;
}

.project-component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.project-content {
  max-width: 100%;
  margin-left: 5vw;
  margin-right: 2rem;
}

.project-image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.blog8_item-link {
  width: 100%;
  text-decoration: none;
}

.blog8_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog8_category {
  background-color: var(--light-yellow);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog8_title-wrapper {
  margin-bottom: .5rem;
}

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

.blog8_category-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog8_category-menu.no-scrollbar {
  text-decoration: none;
}

.blog8_menu-link {
  white-space: nowrap;
  border: 1px #0000;
  flex: none;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}

.blog8_menu-link.w--current {
  border: 1px none var(--black);
  background-color: var(--light-yellow);
}

.blog8_menu-link.faded {
  color: #232426a3;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
}

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

.blog8_item {
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  overflow: hidden;
}

.blog8_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog8_image-wrapper.max-height-full {
  border-radius: 16px;
  padding-top: 85%;
}

.blog8_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog8_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.section_header1.background-color-tan {
  background-color: var(--light-yellow);
  margin-top: -5.1rem;
  padding-top: 3rem;
  display: none;
}

.header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header1_image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.heading-style-h1-2 {
  letter-spacing: -3px;
  font-family: Satoshi, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.page-padding-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(3.5rem, 1fr) minmax(auto, 96rem) minmax(3.5rem, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0;
  padding-right: 0;
  display: grid;
}

.support-hero-component {
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
}

.hero-image-half {
  width: 35vw;
  height: 100vh;
  margin-right: 3rem;
  padding: 4rem 1rem 1rem;
  position: sticky;
  top: 0;
}

.support-hero-background {
  z-index: 10;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-full {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.support-left-side {
  flex-direction: column;
  flex: 1;
  max-width: 45rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 5rem;
  padding-left: 0;
  display: flex;
}

.text-field {
  color: #0d1014;
  background-color: #fff0;
  border: 1px solid #e4eff3;
  border-radius: .5rem;
  height: auto;
  min-height: 4rem;
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.75rem;
  font-size: 1rem;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: #3f8ef1;
}

.text-field::placeholder {
  color: #62717a;
}

.text-field.large-text-field {
  min-height: 8rem;
}

.button-submit {
  background-color: #0d1014;
  border-radius: 100px;
  margin-bottom: 1rem;
  margin-left: auto;
  padding: 1.25rem 1.75rem;
  font-size: 1rem;
  line-height: 1;
}

.form-message-success {
  background-color: #eff6f8;
  border-radius: .5rem;
  padding: 1.25rem;
}

.form-message {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 25rem;
  display: flex;
}

.error-message-form {
  text-align: center;
  background-color: #f1b9b9;
  border-radius: .5rem;
  padding: .875rem 1rem;
}

.contacts-list {
  border-bottom: 1px solid #e4eff3;
}

.contacts-text-wrapper {
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.contacts-item {
  border-top: 1px solid #e4eff3;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 0;
  display: flex;
}

.page-padding {
  width: 100%;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.intro-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-large {
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.35;
}

.tab-item {
  border-top: 1px #e3eef3;
  border-bottom: 1px solid #e3eef3;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-item-padding {
  cursor: pointer;
  padding: 3rem 0;
}

.tab-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px #f0f4f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: center stretch;
  padding: 0 2rem;
  display: grid;
}

.tab-title {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.heading-small {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.tab-icon {
  border: 1px solid #e3eef3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  display: flex;
}

.tab-icon-image {
  width: 1.5rem;
}

.tab-bottom-wrapper {
  overflow: hidden;
}

.pagintation-next {
  border-width: 1px;
  border-color: var(--black);
  background-color: var(--white);
  border-radius: 60px;
  font-size: 16px;
  font-weight: 500;
}

.scroll-link {
  z-index: 10;
  border: 1px solid #e4eff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  margin-top: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-post-body {
  border-bottom: 1px solid #e4eff3;
}

.home-cohort-grid {
  grid-column-gap: 9rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.post-author-box {
  flex-direction: column;
  align-items: flex-start;
  max-width: 20rem;
  display: flex;
  position: sticky;
  top: 9rem;
}

.card-collection-intro {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 25rem;
  min-height: 25rem;
  margin-left: 1rem;
  display: flex;
}

.button-text {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
  font-weight: 400;
  line-height: 1.7;
}

.scroll-link-icons {
  z-index: 20;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: .875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-description {
  max-width: 26rem;
}

.overlay {
  z-index: 2;
  background-color: #0f131666;
  position: absolute;
  inset: 0%;
}

.overlay.light-overlay {
  background-color: #0000;
}

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

.post-body-component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr .65fr;
  grid-auto-columns: 1fr;
  padding-right: 5rem;
  display: grid;
}

.button-background {
  background-color: var(--lime);
  border-radius: 100%;
  width: 100%;
  min-width: 4.5rem;
  height: 175%;
  display: none;
  position: absolute;
  inset: auto;
}

.icon-small {
  justify-content: center;
  align-items: center;
  height: .875rem;
}

.underline-link {
  color: #fff;
  align-items: center;
  height: 1.85rem;
  text-decoration: none;
  display: flex;
}

.underline-link.dark {
  color: #000;
}

.post-hero-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 60rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 4rem;
  padding-left: 6rem;
  display: flex;
  position: sticky;
  top: 0;
}

.post-hero-content.blog {
  justify-content: flex-start;
  align-items: center;
}

.post-hero-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50vw 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  min-height: 36vw;
  padding-top: 0;
  display: grid;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  height: 1.5rem;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-post-hero.tablet-bg {
  background-color: var(--white);
}

.post-hero-image {
  max-height: 47vh;
  margin-left: 1rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  position: sticky;
  top: 0;
}

.product-hero-background {
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #000;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.button-2 {
  z-index: 10;
  color: #000;
  text-align: center;
  background-color: #e2ebf0;
  border: 1px #d1dfe4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  padding: .875rem 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-cohort-item:nth-child(odd) {
  margin-top: -29rem;
  margin-bottom: 29rem;
}

.arrow-icon {
  opacity: 1;
  filter: none;
  width: .875rem;
  margin-top: 3px;
}

.footer-link {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: .4rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.card-collection-list {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -28rem;
  display: grid;
}

.arrow-icon-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: .875rem;
  margin-left: .875rem;
  padding-top: 2px;
  display: flex;
  overflow: hidden;
}

.resource-image-wrapper {
  z-index: 10;
  border-radius: .5rem;
  height: 25vw;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}

.card-arrow-trigger {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
}

.tag-featured {
  z-index: 50;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .875rem;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.viewport-mouse-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.link-arrow-hover {
  z-index: 10;
  background-color: #3f8ef1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: -3rem;
  margin-left: -2rem;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-arrow-icon {
  z-index: 10;
  height: 1rem;
  position: relative;
}

.featured-card-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: .875rem;
  padding-right: .875rem;
  text-decoration: none;
  display: flex;
}

.blog-post-date {
  background-color: #0000;
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.resource-list-wrapper {
  text-decoration: none;
}

.category-list-menu {
  text-decoration: none;
  display: flex;
}

.link-block {
  text-decoration: none;
}

.fs_checkbox-5_button {
  border-radius: 999rem;
  width: 85%;
  height: 85%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: auto;
}

.fs_checkbox-5_button:focus-visible, .fs_checkbox-5_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #7782d4;
}

.fs_checkbox-3_button {
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs_checkbox-3_button:focus-visible, .fs_checkbox-3_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #7782d4;
}

.f-radio-butn-field-2 {
  grid-column-gap: 9px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 4px 23px;
  line-height: 1.1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-page-wrapper {
  margin-top: -5.1rem;
}

.f-success-text {
  font-size: 16px;
}

.f-form-button {
  color: #fff;
  background-color: #020518;
  border-radius: 100vw;
  padding: 10px 20px;
}

.f-form-button.is---1 {
  border-radius: 0;
  padding: 12px 18px;
  font-weight: 600;
}

.f-form-section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.f-steps-wrap {
  padding: 56px 32px;
}

.f-steps-wrap.is--7 {
  grid-row-gap: 40px;
  background-color: var(--light-yellow);
  grid-row-gap: 40px;
  background-color: #f4f2e4;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-form-back-button {
  background-color: #0000;
  border-radius: 100vw;
}

.f-form-back-button.is---2 {
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  padding: 11px 17px;
  font-weight: 700;
}

.f-error-message {
  color: #fff;
  background-color: #ff5858ed;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.f-container.is--form-7 {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  max-width: none;
  padding: 0;
  display: flex;
}

.f-form {
  background-color: #ededed00;
}

.f-form.is--form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.f-form-step-img {
  object-fit: cover;
  background-color: #e0e0e0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.f-input-field {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding: 14px 16px;
}

.f-success-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.f-heading-wrapper {
  z-index: 1;
  color: #fff;
  max-width: 60ch;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.f-progress-wrapper-copy-element {
  height: 4px;
  display: flex;
  overflow: hidden;
}

.f-success-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.f-success-message {
  z-index: 1;
  color: #fff;
  background-color: #020518;
  height: 100%;
  position: relative;
}

.f-form-progress-wrapper {
  z-index: 10;
  width: 50%;
  position: fixed;
  inset: auto auto 2%;
}

.f-form-radio-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.f-form-radio-wrapper.is---3 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.f-press-enter-text {
  font-size: 14px;
}

.f-style_block-item {
  padding: 10px 20px;
}

.f-style_block-item.is--progress {
  width: 100%;
}

.f-radio-butn-2 {
  border-style: solid;
  border-color: #020518;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.f-radio-butn-2:hover {
  background-color: #0205180d;
}

.f-radio-butn-2.w--redirected-checked {
  border: 2px solid #020518;
  border-radius: 0%;
  width: 100%;
  height: 100%;
}

.f-input-wrapper {
  width: 100%;
}

.f-radio-butn-label-3 {
  z-index: 2;
  max-width: 20ch;
  position: relative;
}

.f-form-img-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  width: 50%;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-form-img-wrap.background-color-blue {
  background-color: #1c1a1a;
}

.f-form-parent {
  margin-bottom: 0;
}

.f-form-parent.is--form-img-right {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.f-txt-field-label {
  font-size: 1.125rem;
}

.f-haeding {
  color: #fff;
  font-size: 40px;
}

.f-steps-input {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.f-steps-input.hide {
  display: none;
}

.f-progress-indicator {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  font-size: .9rem;
  transition: all .6s;
  display: flex;
}

.f-progress-indicator.current {
  color: #fff;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 19%;
  display: flex;
}

.f-success-video {
  object-fit: cover;
  background-image: linear-gradient(#000000bd, #000000bd);
  width: 100%;
  height: 100%;
}

.f-form-steps-wrap.is---2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  position: relative;
}

.f-form-button-wrapper.is---3 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.f-form-steps-item.is---7 {
  border-radius: 8px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

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

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

.header2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.padding-global-8 {
  padding-left: 3vw;
  padding-right: 3vw;
}

.padding-global-8.hero-slim {
  margin-bottom: 0;
}

.text-block-4 {
  font-size: 1.25rem;
  font-weight: 500;
}

.category-filter-link {
  color: #232426a6;
  -webkit-text-stroke-width: 0px;
  font-weight: 500;
  text-decoration: none;
}

.category-filter-link:hover, .category-filter-link:focus {
  color: #232426;
}

.text-block-5 {
  font-weight: 500;
}

.next {
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--black);
  background-color: #0000;
  border-radius: 0;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 3rem;
}

.footer1_top-wrapper-dark {
  grid-column-gap: 10vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  align-items: start;
}

.footer1_left-wrapper-dark {
  flex-direction: column;
  display: flex;
}

.footer1_menu-wrapper-dark {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer1_logo-link-dark {
  padding-left: 0;
}

.footer1_link-list-dark {
  color: #ffffff8f;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer1_link-list-dark.hide {
  display: none;
}

.footer1_bottom-wrapper-dark {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer1_link-dark {
  border-bottom: 1px solid var(--forrest);
  color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  text-decoration: none;
}

.footer1_link-dark:hover, .footer1_link-dark.w--current:hover {
  color: var(--lime);
}

.process_item-container {
  z-index: 5;
  background-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.process_item-container.background-color-black {
  background-color: var(--black);
  background-image: none;
}

.process_item-container.background-color-blue {
  background-color: #0000;
}

.process_item-container.background-color-yellow {
  background-color: var(--forrest);
}

.process_item-container.background-color-blue {
  background-color: #0000;
  overflow: visible;
}

.process_item-container.background-color-yellow {
  background-color: #ffcc5e;
  align-items: flex-end;
  overflow: visible;
}

.process_item-image_container {
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.process_item-image_container.step-3 {
  width: 80%;
  height: auto;
}

.process_item-image {
  width: 100%;
  height: auto;
}

.process_item-image.step-2 {
  display: block;
}

.process_item-image.step-2-arrow {
  max-width: 40%;
  display: none;
}

.process_item-image.step-3-1 {
  transform: translate(0, 10%)scale(.8);
}

.process_item-image.step-3-2 {
  top: 5%;
  transform: translate(0)scale(.8);
}

.process_item-image.step-3-3 {
  top: 10%;
  transform: translate(0, -10%)scale(.8);
}

.process_item-image.step-1 {
  display: none;
  inset: 0%;
  transform: scale(1)translate(0, -3rem)rotate(-15deg);
}

.layout414_image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layout414_content-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

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

.layout414_image-wrapper {
  width: 30vw;
  padding-top: 75%;
  position: relative;
}

.icon-1x1-small-3 {
  width: 2rem;
  height: 2rem;
}

.background-color-tan {
  background-color: var(--light-yellow);
}

.pricing22_top-row-price {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.main-hero-animated-image {
  object-fit: contain;
  width: 636.5px;
  height: 485.203px;
  position: relative;
  bottom: -53px;
  left: 13px;
}

.lintext {
  margin-left: 4px;
}

.pricing22_bottom-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.faq-image {
  background-color: #a7e003;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.heading-8 {
  font-family: Satoshi, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
}

.other-animated-image {
  max-width: 28%;
  position: absolute;
}

.other-animated-image._2 {
  max-width: 30%;
  top: 374.5px;
  left: auto;
  right: 441.141px;
}

.other-animated-image._1 {
  max-width: 30%;
  top: 146.5px;
  left: auto;
  right: 372.141px;
}

.other-animated-image._3 {
  max-width: 36%;
  bottom: 102.5px;
  left: 327.25px;
}

.layout353_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-size-large-4 {
  letter-spacing: -.4px;
  font-size: 1.5rem;
  font-weight: 400;
}

.layout353_content-left {
  padding-top: 5rem;
  position: sticky;
  top: 10%;
}

.layout353_content-left.security {
  padding-top: 0;
  position: static;
}

.button-9 {
  color: #002b2c;
  text-align: center;
  background-color: #a7e000;
  border: 1px solid #a7e000;
  border-radius: 100px;
  padding: .75rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.heading-style-h6-2 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.col-item {
  background-color: #f7fbff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2rem;
}

.col-item.center {
  text-align: left;
  background-color: #0000;
  border: 2px solid #f1f5f9;
  height: 100%;
}

.col-item.center.bg-white {
  background-color: #fff;
}

.faq-list-2 {
  border-top: 1px solid #e4eff3;
}

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

.pricing22_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: stretch;
}

.image-wrapper_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.text-color-forrest-green {
  color: #002b2c;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 3.25rem;
  font-weight: 500;
}

.text-color-forrest-green._90-day {
  font-size: 2.8rem;
}

.text-color-forrest-green.shopify-page {
  margin-top: 0;
}

.layout41_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.hero-section {
  box-sizing: border-box;
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: none;
  background-color: #f4f2e4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 550px;
  display: block;
  position: static;
  overflow: visible;
}

.image-6 {
  width: 430px;
  max-width: 70%;
  position: absolute;
  top: 168.703px;
  left: 71px;
}

._2-col-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

._2-col-grid.contact {
  grid-template-columns: repeat(auto-fit, 50%) 50%;
  overflow: visible;
}

.wrapper {
  width: 998px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper.mini-wrapper {
  color: #002b2c;
  padding-left: 100px;
}

.wrapper.mini-wrapper.text-color-white {
  color: #fff;
  width: 1000px;
  max-width: 80%;
  padding-left: 0;
  padding-right: 0;
}

.col {
  width: 100%;
  height: 100%;
  position: relative;
}

.col.right {
  background-color: #f4f2e4;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
}

.col.left {
  grid-row-gap: 30px;
  color: #fff;
  background-color: #002b2c;
  flex-direction: column;
  justify-content: center;
  padding: 120px;
  display: flex;
  position: relative;
}

.col.left.wp-care {
  padding-top: 40px;
}

.image-wrapper-1-1 {
  width: 100%;
  height: 380px;
  padding-top: 100%;
  position: relative;
}

.image-wrapper-1-1.margin-bottom.margin-large {
  background-image: url('../images/Frame-27.svg'), linear-gradient(#a7e0004f, #a7e0004f);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border-radius: 16px;
  height: 230px;
  padding-top: 60%;
}

.image-wrapper-1-1.margin-bottom.margin-large.smll-business {
  background-image: url('../images/isometric-online-shopping.png'), linear-gradient(to bottom, var(--lime), var(--lime));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 1rem;
  overflow: hidden;
}

.image-wrapper-1-1.margin-bottom.margin-large.enterprise-business {
  background-image: url('../images/isometric-marketing-pr-advertising-and-entrepreneurship.png'), linear-gradient(to bottom, var(--forrest), var(--forrest));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  border-radius: 1rem;
  overflow: hidden;
}

.image-wrapper-1-1.margin-bottom.margin-large.custom-plan {
  background-image: url('../images/isometric-business-intelligence-and-business-reporting-1.png'), linear-gradient(to bottom, var(--lime), var(--lime));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-radius: 1rem;
  overflow: hidden;
}

.image-wrapper-1-1.margin-bottom.margin-large.deeper-dive {
  background-image: url('../images/isometric-machine-learning-for-artificial-intelligence-1-ezgif.com-optimize.gif'), linear-gradient(to bottom, var(--forrest), var(--forrest));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-radius: 16px;
  overflow: hidden;
}

.image-wrapper-1-1.margin-bottom.margin-large.a-b {
  background-image: url('../images/isometric-cloud-computing-and-virtualization-technology1-ezgif.com-optimize.gif'), linear-gradient(to bottom, var(--forrest), var(--forrest));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-radius: 16px;
  overflow: hidden;
}

.image-wrapper-1-1.margin-bottom.margin-large.a-b.lime {
  background-image: url('../images/isometric-cloud-computing-and-virtualization-technology1-ezgif.com-optimize.gif'), linear-gradient(to bottom, var(--lime), var(--lime));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.image-wrapper-1-1.margin-bottom.margin-large.uncover {
  background-image: url('../images/isometric-business-intelligence-and-business-reporting-1.png'), linear-gradient(to bottom, var(--forrest), var(--forrest));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 16px;
  overflow: hidden;
}

.image-wrapper-1-1.margin-bottom.margin-large.list-1 {
  background-image: url('../images/1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.pricing22_component {
  width: 100%;
}

.pricing22_top-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.icon-large {
  height: 5rem;
}

.icon-large.custom {
  height: 7rem;
}

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

.container-large-18.top-padding-large {
  margin-top: 0;
  padding-top: 2rem;
}

.text-size-medium-19 {
  letter-spacing: -.3px;
  font-family: Satoshi, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.hr {
  background-color: #f1f5f9;
  width: 100%;
  height: 2px;
}

.heading-style-h1-6 {
  text-align: left;
  letter-spacing: -4px;
  font-family: Satoshi, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h1-6.margin-bottom.margin-small {
  letter-spacing: -1px;
  font-size: 4.2rem;
}

.faq-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  grid-auto-columns: 1fr;
  display: grid;
}

.hide-desktop {
  display: none;
}

.paragraph-2 {
  max-width: 50ch;
  margin-bottom: 40px;
}

.paragraph-2.big {
  font-size: 22px;
}

.pricing22_feature {
  padding: 1rem 1.5rem;
}

.story-content {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.image-5 {
  max-width: 60%;
  position: relative;
  top: 228px;
  left: 200px;
}

.text-size-medium-20 {
  letter-spacing: -.3px;
  font-family: Satoshi, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.heading-small-2 {
  color: #002b2c;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.heading-small-2.faq {
  font-size: 1.3rem;
}

.image-background-sticky {
  flex-direction: column;
  max-height: 100vh;
  margin-top: -4rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.layout353_content-item {
  background-color: #fff;
  border: 1px #000;
  margin-bottom: 8rem;
  padding: 0;
  position: sticky;
}

.layout353_content-item.content-item-3 {
  background-color: #fff;
  border-radius: 1rem;
  top: 10%;
  overflow: hidden;
}

.layout353_content-item.content-item-2 {
  border-radius: 1rem;
  margin-bottom: 10rem;
  top: 10%;
  overflow: hidden;
}

.layout353_content-item.content-item-1 {
  border-radius: 16px;
  margin-bottom: 10rem;
  top: 10%;
  overflow: hidden;
}

.layout353_content-item.content-item-4 {
  background-color: #fff;
  border-radius: 1rem;
  top: 10%;
  overflow: hidden;
}

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

.hero-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  place-content: stretch center;
  place-items: center;
  height: 100%;
}

.tab-bottom-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f4f2e4;
  border-radius: 9px 9px 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 3rem 2.25rem;
  display: grid;
}

.tab-bottom-2.tab-bottom-full-width {
  background-color: #f3f3f3;
  justify-content: flex-start;
  display: flex;
}

.header {
  color: #002b2c;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.header.section-1 {
  z-index: 1;
  padding-top: 120px;
  position: relative;
}

.header.section-1.new-hero {
  background-color: var(--light-yellow);
  padding-bottom: 110px;
}

.header.section-1.alt {
  border-bottom: 1px solid #0000001a;
  padding-bottom: 140px;
}

.header.with-hr {
  border-bottom: 1px solid #0000001a;
  padding-top: 113px;
  padding-bottom: 87px;
}

.header.bg-lime {
  background-color: #f2ffdd;
}

.pricing22_top-row-price-month {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.pricing22_bottom-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  padding-top: 2rem;
}

.button-10 {
  color: #002b2c;
  text-align: center;
  background-color: #a7e000;
  border: 1px solid #a7e000;
  border-radius: 100px;
  max-width: 400px;
  padding: .75rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.button-10.is-secondary {
  color: #232426;
  background-color: #0000;
  border-color: #002b2c;
}

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

.pricing22_top-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
}

.pricing22_heading-row {
  margin-top: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pricing22_row-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.image-background {
  z-index: 10;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.text-size-medium-21 {
  letter-spacing: -.3px;
  font-family: Satoshi, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.button-group-3 {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-3.is-center {
  justify-content: center;
}

.image-4 {
  width: 1300px;
  max-width: none;
  position: absolute;
  left: -52px;
}

.heading-style-h1-7 {
  text-align: left;
  letter-spacing: -4px;
  font-family: Satoshi, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h1-7.margin-bottom.margin-small {
  letter-spacing: -1px;
  font-size: 4.2rem;
}

.heading-style-h1-7.margin-bottom.margin-small.dark {
  color: var(--black);
}

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

.button-11 {
  color: #002b2c;
  text-align: center;
  background-color: #a7e000;
  border: 1px solid #a7e000;
  border-radius: 100px;
  padding: .75rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.text-size-large-6 {
  letter-spacing: -.4px;
  font-size: 1.5rem;
  font-weight: 400;
}

.text-size-large-6.opacity-80 {
  color: #002b2c;
}

.text-size-large-6.opacity-80.text-color-white {
  color: #ffffffcf;
}

.heading-style-h2-2 {
  letter-spacing: -2px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.pagination1_page-button-wrapper {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.text-size-medium-22 {
  letter-spacing: -.3px;
  font-family: Satoshi, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.text-size-medium-22.text-align-center {
  align-items: center;
}

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

.testimonial17_content-2 {
  border: 1px #232426;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.button-12 {
  color: #002b2c;
  text-align: center;
  background-color: #a7e000;
  border: 1px solid #a7e000;
  border-radius: 100px;
  padding: .75rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.button-12.is-link {
  color: #232426;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #232426;
  border-radius: 0;
  padding: .25rem 0;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.button-12.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-weight: 500;
}

.button-12.is-link.is-icon.text-color-blue {
  color: #005bf6;
}

.button-12.is-link.is-icon.text-color-blue.text-weight-bold {
  color: #232426;
  border-bottom-style: none;
  text-decoration: none;
  display: flex;
}

.services_page_item {
  border: 2px solid #000;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 8%;
  box-shadow: 4px 4px #000;
}

.services_page_item.background-color-white {
  box-shadow: none;
  border-width: 1px;
  border-color: #ddd;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.pagination1_component {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pagination1_component.margin-top.margin-large.hide {
  display: none;
}

.padding-global-2 {
  object-fit: fill;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  overflow: visible;
}

.blue-hero-button-section {
  justify-content: center;
  padding-top: 7rem;
  padding-bottom: 3rem;
  display: flex;
}

.blog4_menu-link {
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  font-weight: 500;
  text-decoration: none;
}

.blog4_menu-link.w--current {
  border: 1px solid #1b1a27;
  border-radius: 60px;
}

.blog4_menu-link.last-link {
  font-weight: 500;
}

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

.text-size-medium-23 {
  letter-spacing: -.3px;
  font-family: Satoshi, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.pagination1_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border: 1px solid #1b1a27;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  min-height: 2.5rem;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.pagination1_button.is-next {
  border-width: 2px;
  border-radius: 40px;
  justify-content: flex-end;
  margin-left: auto;
}

.pagination1_button.is-previous {
  border-width: 2px;
  border-radius: 40px;
  justify-content: flex-start;
  margin-right: auto;
}

.pagination1_page-button {
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  display: flex;
}

.pagination1_page-button.w--current {
  border-color: #1b1a27;
}

.blog4_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog4_category-menu.no-scrollbar {
  text-decoration: none;
}

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

.section_header_blue_slim.background-color-tan {
  background-color: #f4f2e4;
}

.testimonial17_rating-icon-2 {
  color: #a7e000;
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

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

.button-row-2 {
  display: flex;
  position: relative;
  top: 23px;
}

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

.heading-style-h5-2 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4;
}

.features-grid {
  grid-column-gap: 1px;
  grid-row-gap: 39px;
  max-width: 597px;
  margin-top: 40px;
}

.list-bullow {
  border-bottom: 1px solid #0000001a;
  align-items: flex-start;
  max-width: 720px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.list-bullow.ls {
  border: 1px #000;
}

.heading-style-h2-3 {
  letter-spacing: -2px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.section-2 {
  padding-left: 40px;
  padding-right: 40px;
}

.feature-item {
  align-items: center;
  font-size: 16px;
  display: flex;
}

.lb-icon {
  margin-top: 4px;
  margin-right: 20px;
}

.image-11 {
  z-index: 1;
  border-radius: 2rem;
  max-width: 1080px;
  margin-top: -141px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  box-shadow: 0 43px 73px #00295421;
}

.feature-icon {
  margin-right: 12px;
}

.heading-style-h4-2 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.paragraph-3 {
  max-width: 50ch;
  margin-bottom: 40px;
}

.paragraph-3.big {
  font-size: 22px;
}

.paragraph-3.big.dark {
  color: var(--black);
}

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

.paragraph-4 {
  max-width: 42ch;
  margin-bottom: 40px;
}

.paragraph-4.big {
  max-width: 37ch;
  font-size: 22px;
}

.button-14 {
  color: #002b2c;
  text-align: center;
  background-color: #a7e000;
  border: 1px solid #a7e000;
  border-radius: 100px;
  padding: .75rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.feature-text {
  line-height: 100%;
}

.header-split {
  justify-content: space-between;
  display: flex;
}

.layout223_item-2 {
  display: flex;
}

.text-size-medium-26 {
  letter-spacing: -.3px;
  font-family: Satoshi, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.text-size-medium-26.text-color-white-secondary {
  color: #fff;
}

.text-size-medium-26.text-color-white-secondary.title {
  font-weight: 500;
}

.tools_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-auto-rows: 1fr;
  grid-auto-columns: minmax(20rem, 1fr);
  grid-auto-flow: row;
  display: grid;
}

.section-home-tools {
  z-index: 0;
  background-color: #002b2c;
  background-image: radial-gradient(circle at 100% 100%, #a7e00000, #002b2c);
  position: relative;
  overflow: visible;
}

.tools_tab {
  grid-row-gap: 1rem;
  background-color: #0000;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.tools_tab.w--current {
  background-color: #0000;
  flex: 1;
}

.tools_tab-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.tools_tab-content {
  color: #ffffffb3;
  font-size: 1.125rem;
}

.tools_container {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.tools_bg {
  z-index: -2;
  position: absolute;
  inset: 0%;
}

.tools-line-container {
  background-color: #ffffff29;
  align-self: stretch;
  width: 100%;
  height: .125rem;
  display: flex;
  overflow: hidden;
}

.tools-item-4 {
  grid-row-gap: 2rem;
  color: #fff;
  background-color: #00191a;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.tools-bg-blur {
  opacity: .19;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.tools_menu {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 25%;
  margin-right: 4rem;
  display: flex;
}

.tools-item-icon {
  background-color: #002b2c;
  border: 1px solid #ffffff29;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.tools-item-text {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.tools-item-2 {
  grid-row-gap: 2rem;
  color: #fff;
  background-color: #00191a;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.text_eyebrow {
  color: #a7e000;
  -webkit-text-stroke-color: #a7e000;
  text-transform: uppercase;
  font-weight: 500;
}

.tools_tab-header {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tools-bg-grid {
  position: absolute;
  inset: 0% 0% auto auto;
}

.tools-item-3, .tools-item-1 {
  grid-row-gap: 2rem;
  color: #fff;
  background-color: #00191a;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.tools_pane {
  flex: 1;
  overflow: visible;
}

.tools-line {
  background-color: #a7e000;
  flex: 1;
  height: 100%;
}

.icon-1x1-small-4 {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
}

.heading-style-h4-3 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-size-medium-27 {
  letter-spacing: -.3px;
  font-family: Satoshi, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.padding-global-11 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.split-image-component {
  grid-column-gap: 1.75rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout192_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.padding-full-width {
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.portfolio_image-small {
  width: 100%;
  height: 100%;
}

.portfolio-header3_image-wrapper {
  flex: 1;
  width: 100%;
}

.button-group-4 {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.portfolio_image-wrapper-small {
  border-radius: 1rem;
  overflow: hidden;
}

.portfolio-header3_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.portfolio-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

.mobile-screen-gallery {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  min-width: 110%;
  display: grid;
  position: static;
  overflow: visible;
}

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

.clip-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip-2.portfolio {
  color: #1c1a1a;
}

.button-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-icon.button-icon-top {
  position: absolute;
  top: -100%;
  left: -100%;
}

.button-icon.button-icon-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.content23_metatag-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.portfolio-header_image {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.screen-column-container {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.content23_image-wrapper {
  flex: 1;
  width: 100%;
}

.content23_metatag-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.padding-section-large-2 {
  align-self: flex-end;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-section-large-2.no-top-margin {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-large-2.no-bottom-margin.mobile-slim {
  padding-bottom: 4rem;
}

.icon-1x1-tiny {
  width: .575rem;
  height: .575rem;
}

.text-size-tiny-2 {
  font-family: Satoshi, sans-serif;
  font-size: .75rem;
}

.text-size-tiny-2.text-style-allcaps {
  font-weight: 500;
}

.content23_image {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.content23_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mobile-image-gallery-wrapper {
  object-fit: cover;
  border-radius: 1rem;
  max-height: 49%;
  overflow: hidden;
}

.portfolio-live-link {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.layout3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-medium-28 {
  font-family: Satoshi, sans-serif;
  font-size: 1.25rem;
}

.button-15 {
  color: #1c1a1a;
  text-align: center;
  letter-spacing: .2rem;
  text-transform: uppercase;
  background-color: #dcfd35;
  border: 2px solid #dcfd35;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: all .2s;
}

.button-15.w--current {
  border: 2px solid #dcfd35;
}

.button-15.is-circle {
  background-color: #0000;
  border-radius: 130px;
  align-self: flex-end;
  width: 2.65rem;
  max-height: 2.65em;
  margin-right: -1px;
  padding: .75rem 0;
}

.button-15.is-circle.portfolio {
  border-color: #1c1a1a;
}

.button-15.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-15.is-icon.rounded {
  border-radius: 80px;
}

.button-15.is-icon.rounded.portfolio {
  -webkit-text-stroke-color: #1c1a1a;
  border-color: #1c1a1a;
}

.previous {
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--black);
  background-color: #0000;
  border-radius: 0;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 3rem;
}

.pagintation-previous {
  border-width: 1px;
  border-color: var(--black);
  background-color: var(--white);
  border-radius: 60px;
  font-size: 16px;
  font-weight: 500;
}

.pagintation-previous.margin-top.margin-large {
  justify-content: flex-start;
}

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

.section_event12 {
  margin-bottom: 2rem;
}

.button-16 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-16.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-16.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-16.is-secondary {
  color: var(--black);
  background-color: #0000;
}

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

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.event12_title {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.event12_date-wrapper {
  background-color: var(--white);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 7rem;
  padding: .75rem .25rem;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.event12_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h5-3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.event12_item-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
}

.event12_item-content.lime {
  object-fit: cover;
  background-color: #a8e000;
  padding-left: 3rem;
  padding-right: 3rem;
}

.event12_item-content.green {
  object-fit: cover;
  padding-left: 3rem;
  padding-right: 3rem;
}

.text-size-regular-2 {
  font-size: 1rem;
}

.text-size-small-2 {
  font-size: .875rem;
}

.event12_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  display: flex;
}

.event12_category {
  background-color: var(--light-yellow);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.event12_category.w--current {
  border-bottom: 2px solid #000;
}

.event12_image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.button-group-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-5.is-center {
  justify-content: center;
}

.padding-global-12 {
  padding-left: 5%;
  padding-right: 5%;
}

.event12_item-link {
  border: 1px none var(--black);
  text-decoration: none;
}

.event12_component {
  flex-direction: column;
  align-items: center;
}

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

.heading-style-h4-4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

.event12_item.lime {
  background-color: #a9e000;
}

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

.text-weight-semibold {
  font-weight: 600;
}

.libraries-featured_text-wrapper_2_col {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.libraries-featured_text-wrapper_2_col.text-color-white {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.opacity-0 {
  opacity: 0;
}

.section-3 {
  padding: 80px 20px;
  position: relative;
}

.section-3.mod--stories {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 220px;
  display: flex;
  overflow: hidden;
}

.stories__slide-content {
  background-image: linear-gradient(to bottom, var(--lime), var(--lime));
  height: 100%;
  padding: 32px;
}

.stories__slider-overwhite {
  z-index: 1;
  background-color: #fff;
  width: 100vw;
  position: absolute;
  inset: 0% -100vw 0% auto;
}

.stories__slide-p {
  color: #060602b3;
  margin-top: -5px;
  font-size: 14px;
}

.stories__slide-p.mod--marg-30 {
  margin-bottom: 40px;
}

.swiper__pagination {
  z-index: 2;
  width: auto;
  font-size: 17px;
  font-weight: 500;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.swiper__pagination.swiper-pagination-fraction {
  width: auto;
  inset: auto 24px 24px auto;
}

.link-more {
  color: #060602;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  box-shadow: inset 0 -8px #bfff39;
}

.link-more:hover {
  box-shadow: inset 0 -21px #bfff39;
}

.stories__slide-amount {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
}

.stories__txt-wrap {
  width: 100%;
  max-width: 370px;
  padding-left: 56px;
  position: relative;
}

.heading__span {
  display: inline-block;
}

.heading__span.mod--stories {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}

.stories__slide-amount-wrap {
  max-width: 160px;
}

.stories__line {
  background-color: #060602;
  width: 24px;
  height: 2px;
  transition: all .5s;
  position: absolute;
  top: 12px;
  left: 0;
}

.swiper__nav {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  margin-top: 44px;
  display: flex;
  position: absolute;
  bottom: -62px;
  right: 10px;
}

.heading__line {
  background-color: #060602;
  width: 40px;
  height: 2px;
  margin-right: 16px;
  display: inline-block;
  position: relative;
  top: 26px;
}

.stories__col {
  flex: 1;
  max-width: 50%;
  position: relative;
}

.stories__col.mod--2 {
  z-index: 1;
  padding-left: 160px;
}

.stories__col.mod--1 {
  z-index: 0;
  justify-content: flex-end;
  display: flex;
}

.stories__desc {
  margin-bottom: 20px;
}

.stories__slider2 {
  z-index: 0;
  margin-right: auto;
  position: relative;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
}

.swiper-slide.slide--stories {
  overflow: hidden;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.stories__slide-title {
  text-transform: uppercase;
  margin-bottom: 65px;
}

.stories__columns {
  justify-content: space-between;
  margin-top: 70px;
  display: flex;
}

.swiper__nav-arrow {
  cursor: pointer;
  background-image: url('../images/ico_arrow-down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000;
  width: 64px;
  height: 64px;
  transition: all .2s;
}

.swiper__nav-arrow:hover {
  border-color: #000;
}

.swiper__nav-arrow.mod--right {
  transform: rotate(-90deg);
}

.swiper__nav-arrow.mod--left {
  margin-right: 10px;
  transform: rotate(90deg);
}

.swiper-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper.swiper--stories2 {
  z-index: 0;
  width: 260px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  overflow: visible;
}

.swiper.swiper--stories {
  z-index: 0;
  flex: none;
  width: 340px;
  margin-left: 24px;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.heading-9 {
  margin-top: 2.5rem;
}

.m40 {
  margin-top: 40px;
  display: inline-block;
}

.nav-link-2 {
  color: #fff9;
  text-align: center;
  padding: 32px 16px;
  font-size: 15px;
  line-height: 24px;
  transition: all .3s;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #a7e000;
}

.nav-link-2.d-none, .nav-link-2.hide {
  display: none;
}

.brand {
  width: 100%;
  max-width: 212px;
  padding-left: 0;
}

.brand.w--current {
  width: 100%;
  max-width: 212px;
}

.secondary {
  z-index: 1;
  color: #121217;
  text-align: center;
  letter-spacing: -.18px;
  background-color: #a7e000;
  background-image: url('../images/Right-Arrow.svg');
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 40px;
  padding: 16px 68px 16px 48px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  transition: all .3s;
  position: relative;
}

.secondary:hover {
  background-color: #a8e000;
  background-position: 88%;
  display: block;
  transform: translate(-.5rem, -.5rem);
}

.secondary.p12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #121217;
  background-color: #a8e000;
  background-image: url('../images/White-Arrow.svg');
  background-position: 88%;
  justify-content: space-between;
  padding: 12px 48px 12px 24px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.secondary.p12:hover {
  background-image: url('../images/White-Arrow.svg');
  background-repeat: no-repeat;
  background-size: auto;
  transform: translate(-.35rem, -.35rem);
}

.secondary.p12.white {
  background-color: #fff;
  border-style: none;
}

.secondary.p12.orange {
  background-color: #ff571f;
}

.container {
  width: 100%;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container.reduced-width {
  max-width: 474px;
}

.container.w1232 {
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.primary {
  color: #121217;
  text-align: center;
  letter-spacing: -.15px;
  background-color: #a7e000;
  background-image: url('../images/Right-Arrow.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 40px;
  padding: 8px 38px 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
}

.primary:hover {
  background-position: 90%;
}

.primary.d-none, .brand-small {
  display: none;
}

.hero-paragraph {
  color: #fff9;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.nav-link-wrapper {
  display: flex;
}

.button-wrapper {
  background-color: #a8e00082;
  border-radius: 40px;
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.button-wrapper.purple {
  z-index: -1;
  background-color: #a9e0008a;
  padding-bottom: 8px;
  inset: 0%;
  transform: none;
}

.button-wrapper.orange {
  background-color: #ffcdbe;
  transition: all .3s;
}

.button-wrapper.pink {
  background-color: #a8e00087;
}

.heading-4 {
  color: #f7f7f8;
}

.nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.hero-image {
  z-index: 0;
  object-fit: cover;
  position: absolute;
  bottom: -2px;
  left: auto;
  right: -41%;
}

.hero-image.mobile-graphic.hide-on-desktop {
  display: none;
}

.hero-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 64px;
  transition: all .3s;
  display: flex;
}

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

.nav-button-wrapper.d-none {
  display: none;
}

.hero-left {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.hero {
  background-color: #002b2c;
  overflow: hidden;
}

.navbar {
  z-index: 3;
  background-color: #002b2c;
  margin-right: auto;
  transition: all .3s;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-outer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.button-block {
  color: #a7e000;
  position: relative;
}

.button-block.mt32 {
  margin-top: 32px;
}

.button-block.mt48 {
  margin-top: 48px;
}

.button-block.mt48.d-none, .navbar-wrapper {
  display: none;
}

.hero-outer-block {
  padding-top: 240px;
  overflow: hidden;
}

.hero-section-v2 {
  position: relative;
}

.logo-section {
  background-color: #002324;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.logo-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-left {
  width: 100%;
  max-width: 386px;
}

.logo-heading {
  color: #fff9;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.logo-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: 80%;
  display: flex;
}

.lottie-wrap {
  opacity: .07;
  transform-style: preserve-3d;
  width: 120vw;
  height: 110vh;
  margin-top: -20vh;
  margin-bottom: -14vh;
  margin-left: -10vw;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, -1000px);
}

.lottie-wrap.mid {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate(0);
}

.lottie-wrap.near {
  filter: blur(2px);
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 350px);
}

.link {
  color: #d4f6f9;
}

.inline-link {
  color: #d4f6f9;
  border-bottom: 1px solid #d4f6f900;
  text-decoration: none;
  transition: border-color .2s, letter-spacing .2s, text-shadow .2s;
}

.inline-link:hover {
  border-bottom-color: #d4f6f9;
}

.last-letter {
  letter-spacing: 0;
}

.button-17 {
  opacity: .7;
  color: #d4f6f9;
  letter-spacing: 4px;
  text-indent: 4px;
  text-transform: uppercase;
  text-shadow: 0 0 4px #d4f6f978;
  background-color: #0000;
  border: 1px solid #d4f6f9;
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 10px 42px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  transition: opacity .5s, transform .5s, box-shadow .5s;
  box-shadow: 0 0 6px #d4f6f945, inset 0 0 7px #d4f6f9e0;
}

.button-17:hover {
  opacity: .88;
  transform: scale(1.08);
  box-shadow: 0 0 10px #d4f6f93d, inset 0 0 17px #d4f6f9e3;
}

.footer-para {
  opacity: .28;
  color: #d4f6f9;
  text-align: center;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 14px;
  position: absolute;
  inset: auto 0% 0%;
}

.description-text {
  opacity: .64;
  color: #d4f6f9;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  transform-style: preserve-3d;
  margin-top: 60px;
  margin-bottom: 90px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transform: translate3d(0, 0, -100px);
}

.section-4 {
  padding: 50px;
}

.section-4.full-height {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-4.full-height.dark {
  z-index: 100;
  perspective: 1200px;
  color: #fff;
  background-image: linear-gradient(#002b2c, #002b2c);
  align-items: center;
  min-height: 90vh;
  padding-top: 60px;
  padding-bottom: 0;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.hero-text-back {
  opacity: .2;
  filter: blur(1px);
  text-transform: uppercase;
  transform-style: preserve-3d;
  font-family: Montserrat, sans-serif;
  font-size: 10vw;
  font-weight: 500;
  line-height: 1.2em;
  position: absolute;
  transform: translate3d(0, 0, -200px);
}

.sub-head {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  display: block;
}

.sub-head.byline {
  font-size: 13px;
}

.divider-line {
  background-color: #d4f6f9;
  width: 100px;
  height: 1px;
  margin: 20px auto;
}

.hero-text-main {
  opacity: .85;
  filter: blur(.5px);
  color: #a8e000;
  text-transform: uppercase;
  text-shadow: 0 0 19px #89ce1d6b, 0 0 7px #a8e000d6;
  font-family: Montserrat, sans-serif;
  font-size: 10vw;
  font-weight: 500;
  line-height: 1.2em;
  transition: text-shadow .2s;
  position: absolute;
}

.hero-text-main:hover {
  text-shadow: 0 0 19px #218199e3, 0 0 8px #d4f6f9;
}

.text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
  position: relative;
}

.hero-text-mid {
  opacity: .5;
  filter: blur(.5px);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  transform-style: preserve-3d;
  background-image: url('../images/Air-force-final-fast_1Air-force-final-fast.gif');
  background-position: 50%;
  background-size: 23px;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 10vw;
  font-weight: 500;
  line-height: 1.2em;
  position: absolute;
  transform: translate3d(0, 0, -100px);
}

.lottie {
  width: 100%;
  height: 100%;
}

.control-3d {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 12vh;
  display: flex;
  position: relative;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.cursor {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-size: 12px;
  transition: font-size .2s, opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor_dot {
  background-color: #000;
  border-radius: 100vw;
  width: 1em;
  height: 1em;
}

.field_line {
  opacity: .1;
  object-fit: fill;
  margin-bottom: -3.7%;
  transition: opacity .3s;
  position: absolute;
  inset: auto 0% 0%;
}

.heading_contain {
  perspective: 1000px;
  text-align: center;
}

.link_text {
  color: #232426;
  font-size: 1.3em;
  font-weight: 400;
}

.link_text.is--2 {
  width: 100%;
  position: absolute;
}

.field {
  color: #000;
  border: 0 solid #000;
  border-radius: 0;
  height: 3em;
  margin-bottom: 0;
  padding: 0;
  font-size: .7em;
  font-weight: 300;
  transition: color .2s;
}

.field::placeholder {
  color: #ccc;
}

.field.your-name {
  width: 100%;
}

.field.your-email, .field.your-name, .field.your-number {
  font-size: .7em;
}

.field.your-title {
  height: 2.6em;
  font-size: .7em;
}

.field.your-company {
  font-size: .7em;
}

.field.your-company.opacity-0 {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

.field.your-website {
  font-size: .7em;
}

.field.opacity-0 {
  font-size: 0;
  line-height: 0;
}

.link_circle {
  z-index: 1;
  background-color: var(--lime);
  border-radius: 50%;
  width: 100%;
  min-height: 6em;
  margin-bottom: 5.9em;
  padding-top: 100%;
  transition: margin .4s, border-radius .25s;
  position: absolute;
  inset: auto 0% 0%;
}

.field_parent {
  object-fit: contain;
  width: 100%;
  margin-bottom: 1em;
  font-size: 2.6em;
  position: relative;
}

.link_wrap {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.form-2 {
  margin-bottom: 0;
  padding-top: 5.7em;
}

.section-5 {
  background-color: #fff;
}

.hand {
  background-image: url('../images/emoji.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.form_contain {
  width: 100%;
  display: block;
}

.submit_line {
  background-color: #000;
  width: 100%;
  height: 2px;
  display: none;
}

.link_move {
  position: relative;
}

.label {
  display: none;
}

.container-contact {
  margin-left: auto;
  margin-right: auto;
  padding: 6em 10em 13em;
  max-width: 100% !important;
}

.container-contact.dual-grid {
  padding: 2em 0;
}

.container-contact.full-height {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.submit {
  color: #000;
  letter-spacing: -.01em;
  background-color: #0000;
  margin-bottom: .2em;
  padding: 0;
  font-size: 2em;
  font-weight: 600;
}

.shapes {
  margin-left: -.8em;
  padding-bottom: 2em;
  display: block;
}

.shapes.submit-contain {
  padding-top: 4em;
  padding-bottom: 0;
  display: block;
}

.group {
  padding-top: 1.5em;
}

.heading-10 {
  transform: rotate(0);
}

.heading-10.is--1 {
  text-align: left;
  text-wrap: wrap !important;
}

.link_container {
  padding: .8em;
  display: inline-block;
}

.link_container.is--submit.disable {
  opacity: .26;
  transition: opacity .3s;
}

.radio-button {
  z-index: 30;
  opacity: 0;
  border-width: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.contact-link-button {
  background-color: var(--forrest);
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 100vw;
  margin-left: 153px;
  padding: 1.4em 2.6em;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.contact-link-button.is--submit {
  border-width: 0;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: visible;
}

.form-3 {
  margin-bottom: 0;
  padding-top: 5.7em;
}

.section-6 {
  background-color: #fff;
}

.link-3 {
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 100vw;
  padding: 1.4em 2.6em;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.link-3.is--submit {
  border-width: 0;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: visible;
}

.home-benefits-title {
  z-index: 10;
  max-width: 40rem;
  position: relative;
}

.home-beneifits-top {
  justify-content: center;
  display: flex;
}

.home-benefits-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #002b2c;
  border-top: 1px solid #002b2c;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 0;
}

.home-benefits-description {
  width: 100%;
  max-width: 45rem;
  padding-bottom: 1.25rem;
}

.noise {
  opacity: .06;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.home-benefit-intro {
  background-color: #fff;
  position: relative;
}

.home-benefits-grid {
  z-index: 20;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: end;
  display: grid;
  position: relative;
}

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

.text-size-regular-3 {
  font-size: 1.35rem;
  line-height: 1.55;
}

.text-size-regular-3.dual-paragraph {
  column-count: 1;
  column-gap: 3rem;
}

.padding-horizontal-2 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-style-h1-8 {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 400;
  line-height: .8;
}

.heading-style-h1-8.text-color-black {
  color: #002b2c;
  font-size: 5.4rem;
  line-height: 1;
}

.heading-style-h1-8.text-align-center {
  line-height: .8;
}

.heading-style-h1-8.text-align-center.text-color-black {
  font-size: 5rem;
}

.home-skill-content {
  grid-column-gap: 0rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: start;
  height: 100%;
  display: grid;
}

.home-skill-item {
  border-right: 1px solid #f3f0dc80;
  flex: none;
  width: 100%;
  min-height: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-weight: 400;
  display: flex;
}

.heading-style-h3-2 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 2.9rem;
  font-weight: 200;
  line-height: 1;
}

.skill-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 16rem;
  display: flex;
}

.home-skill-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.home-benefits {
  background-color: #fff;
  position: relative;
}

.home-skill-block {
  background-color: #002b2c;
  border-radius: .625rem;
  justify-content: flex-start;
  width: 100%;
  padding: 2.4rem 0;
  display: flex;
  overflow: hidden;
}

.home-skill-strip {
  justify-content: flex-start;
  width: 100%;
  display: flex;
  overflow: visible;
}

.heading-style-h2-4 {
  font-variation-settings: "wght" 400;
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: 7rem;
  line-height: 1;
}

.heading-style-h2-4.lime {
  color: #a7e000;
}

.home-skill-sticky {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: sticky;
  top: 0;
}

.text-size-small-3 {
  font-size: 1.2rem;
  line-height: 1.55;
}

.home-skills-list {
  z-index: 20;
  justify-content: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

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

.heading-style-h2-4-copy {
  font-variation-settings: "wght" 400;
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: 7rem;
  line-height: 1;
}

.heading-style-h2-4-copy.lime {
  color: #a7e000;
}

.heading-style-h2-4-copy.lime.mini-header {
  font-size: 2.4rem;
}

.link-4 {
  text-decoration: none;
}

.home-portfolio-item {
  background-color: #002b2c;
  border-radius: .625rem;
}

.content-block {
  position: relative;
}

.text-size-tiny-3 {
  font-size: .8rem;
}

.text-size-tiny-3.text-style-allcaps {
  font-weight: 500;
}

.home-portfolio-grid {
  grid-column-gap: 4px;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.home-portfolio-image {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.vericles-detail-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.home-hero-description {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 23rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.noise-2 {
  opacity: .06;
  background-image: url('../images/Light-noise.webp');
  background-position: 0 0;
  background-size: 15rem 15rem;
  position: absolute;
  inset: 0%;
}

.verticles-projects-image {
  height: 100%;
  max-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: sticky;
  top: 0;
}

.icon-1x1-large-2 {
  width: 3rem;
  height: 3rem;
}

.verticals-portfolio {
  background-color: #fff;
  position: relative;
}

.image-fill {
  z-index: 1;
  object-fit: cover;
  object-position: 5% 50%;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 2px 50px 20px #0000001a;
}

.button-18 {
  color: #002b2c;
  text-align: center;
  background-color: #a7e000;
  border: 1px solid #a7e000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  min-height: 2.1rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-18.is-icon {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  text-align: left;
  background-color: #a7e00000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.padding-vertical-2 {
  padding-left: 0;
  padding-right: 0;
}

.image-overlay {
  z-index: 10;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #791a1b00;
  border-radius: .625rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-portfolio-title {
  z-index: 20;
  color: #002b2c;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.verticles-projects {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 6rem;
  padding-left: 2.4rem;
  display: flex;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.home-portfolio-content {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 2rem;
  color: #002b2c;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1.9rem;
  text-decoration: none;
  display: grid;
  position: absolute;
  inset: 0%;
}

.home-portfolio-height {
  padding-top: 90%;
  position: relative;
}

.portfolio-meta {
  z-index: 20;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #a7e000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.medium-logo {
  object-fit: scale-down;
  object-position: 0% 50%;
  width: 12rem;
  height: 4rem;
}

.portfolio-imag-thumbnail {
  border-radius: 8px;
  overflow: hidden;
}

.home-service-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 27.5rem;
  display: flex;
}

.clip-3 {
  color: #a7e000;
  position: relative;
  overflow: hidden;
}

.home-faq-block {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: space-between;
  min-height: 35rem;
  display: flex;
}

.home-service-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-top: 4rem;
  padding-bottom: 8rem;
  display: grid;
}

.home-service-top {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 8rem;
  display: flex;
}

.home-faq-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e7eeee;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem 2rem;
  display: flex;
  overflow: hidden;
}

.text-size-small-4 {
  font-size: .975rem;
  line-height: 1.35;
}

.curve-block-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  align-items: flex-end;
  height: 0;
  display: flex;
  position: absolute;
  inset: .5px 0% auto;
}

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

.text-size-xsmall.dark {
  color: #002b2c;
}

.home-banner_credit {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: center;
  display: flex;
}

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

.home-service_image.hide {
  display: none;
}

.row-title-text {
  letter-spacing: -.35vw;
  text-transform: uppercase;
  margin-bottom: -3.5vw;
  font-size: 13.5vw;
  font-weight: 400;
  line-height: .89;
}

.row-title-text.text-align-center {
  color: #004955;
  margin-bottom: 0;
}

.icon-2 {
  color: #002b2c;
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: .7rem;
  display: flex;
  overflow: hidden;
}

.home-faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ddd0;
  border-top: 1px solid #e7eeee;
  border-bottom: 1px #e7eeee;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch stretch;
  width: 100%;
  padding: 0;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.home-faq-item.w--current {
  background-color: #ddd0;
  overflow: hidden;
}

.home-faq-item.no-border {
  border-top-style: none;
  position: relative;
}

.slider-arrow {
  grid-column-gap: .35rem;
  grid-row-gap: .25rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.slider-arrow.swiper-prev {
  border-right: 1px solid #e7eeee;
}

.home-banner_content {
  z-index: 3;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-radius: .625rem;
  flex-direction: column;
  width: 100%;
  max-width: 35rem;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.letter-1 {
  z-index: 1;
  font-size: 22vw;
  display: inline-block;
  position: relative;
}

.letter-1.since {
  font-size: 10vw;
}

.hover-text {
  color: #a7e000;
}

.hover-text.bottom-hover-text {
  position: absolute;
  inset: auto 0% -100%;
}

.home-faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #e7eeee;
  border-left: 1px #e7eeee;
  border-right: 1px #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: grid;
}

.hover-arrow.left {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.hover-arrow.right {
  position: absolute;
  inset: 0% -100% 0% auto;
}

.hover-arrow.top {
  position: absolute;
  inset: -100% 0% auto;
}

.home-service-block {
  background-color: #fff0;
  border-radius: 1rem;
  position: relative;
}

.icon-1x1-small-5 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.home-service_card {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  border-right: 1px dashed #002b2c;
  flex-direction: column;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.home-service_card.end {
  border-right-style: none;
  border-right-color: #002b2c;
}

.home-banner_slide {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.5rem;
  display: flex;
}

.row-title-clip {
  overflow: hidden;
}

.home-banner_slider {
  cursor: grab;
  display: flex;
}

.icon-1x1-tiny-2 {
  justify-content: center;
  align-items: center;
  width: .9rem;
  height: .9rem;
  display: flex;
  overflow: hidden;
}

.padding-top-2 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-size-large-7 {
  font-family: Satoshi, sans-serif;
  font-size: 1.4rem;
  line-height: 1.45;
}

.letter-4 {
  z-index: 1;
  display: inline-block;
  position: relative;
}

.home-banner_bkg {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-service_intro {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-service_top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 20rem;
  display: flex;
}

.home-faq-text {
  max-width: 30rem;
}

.curve-arrow {
  border: 1px solid #002b2c;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  position: absolute;
  top: .5rem;
}

.home-about {
  z-index: 25;
  position: relative;
  writing-mode: horizontal-tb !important;
}

.home-about .heading-style-h2,
.home-about h2,
.home-about {
  writing-mode: horizontal-tb !important;
}

.home-about h2,
.home-about .heading-style-h2,
.home-about *,
.section_header64 h2,
.section_header64 .heading-style-h2,
.home-about .section_header64 *,
h2.heading-style-h2,
.home-about h2.heading-style-h2,
.home-about .section_header64 h2.heading-style-h2,
.home-about .section_header64 .container-small h2.heading-style-h2,
.home-about .section_header64 .container-small .heading-style-h2,
.home-about .margin-bottom.margin-small h2,
.home-about .margin-bottom.margin-small .heading-style-h2 {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  letter-spacing: normal !important;
  display: block !important;
  text-align: left !important;
  direction: ltr !important;
  rotate: 0deg !important;
  position: static !important;
  width: 100% !important;
  height: auto !important;
  white-space: normal !important;
  vertical-align: baseline !important;
  word-break: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0 !important;
  text-shadow: none !important;
  text-rendering: auto !important;
  font-feature-settings: normal !important;
  font-variant: normal !important;
  font-stretch: normal !important;
  font-optical-sizing: auto !important;
  font-kerning: auto !important;
  font-synthesis: weight style !important;
  font-size-adjust: none !important;
  font-language-override: normal !important;
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
  backface-visibility: visible !important;
  perspective: none !important;
  perspective-origin: 50% 50% !important;
  transform-style: flat !important;
  transform-box: view-box !important;
  transform-origin: 50% 50% 0 !important;
  transition: none !important;
  animation: none !important;
}

/* Dodatkowe style dla sekcji header */
.section_header64 {
  writing-mode: horizontal-tb !important;
  transform: none !important;
}

/* Bezpośrednie celowanie w element h2 w sekcji home-about */
.home-about .section_header64 h2.heading-style-h2 {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  letter-spacing: normal !important;
  display: block !important;
  text-align: left !important;
  direction: ltr !important;
  rotate: 0deg !important;
  position: static !important;
}

.home-service_height {
  background-color: #b9c7b9;
  border-radius: .625rem;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.home-faq-content {
  background-color: #002b2c;
  border: 1px #e7eeee;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 2.5rem;
  padding: 4rem 2rem 4rem 6rem;
  display: flex;
  overflow: hidden;
}

.home-faq-content.radius-regular {
  background-color: #004955;
}

.grid-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(2rem, 1fr) minmax(auto, 96rem) minmax(2rem, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.line-fill.light-line-fill {
  background-color: #e7eeee;
}

.home-faq-icon {
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.button-19 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #a7e000;
  border-radius: 100rem;
  padding: .75rem 1.05rem .75rem 1.15rem;
  font-family: Satoshi, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.button-19.is-light {
  color: #000;
  border-color: #a7e000;
}

.letter-9 {
  display: inline-block;
}

.home-banner_avatar {
  border-radius: .4rem;
  width: 3rem;
  height: 3rem;
  position: relative;
  overflow: hidden;
}

.letter-7 {
  z-index: 1;
  display: inline-block;
  position: relative;
}

.home-service_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  display: flex;
}

.letter-animation {
  justify-content: center;
  align-items: center;
  display: flex;
}

.curve-link {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -1px;
  padding: 0;
  display: flex;
  position: relative;
}

.padding-bottom-2 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.letter-6 {
  z-index: 1;
  display: inline-block;
  position: relative;
}

.heading-style-h4-5 {
  text-transform: none;
  font-family: Satoshi, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-regular-4 {
  font-size: 1.2rem;
  line-height: 1.4;
}

.overlay-2 {
  background-color: #0b0c0f26;
  position: absolute;
  inset: 0%;
}

.overlay-2.light-overlay {
  background-color: #0b0c0f1a;
}

.line {
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.home-faq-number {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.home-service_base {
  border-top: 1px #e7eeee;
}

.home-banner_nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e7eeee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.process_item-image_container-2 {
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.slider-arrow_text {
  padding-bottom: .25rem;
}

.home-service {
  overflow: hidden;
}

.hame-faq-bottom {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.row-title {
  width: 100%;
}

.image-fill-2 {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-banner_com {
  border-radius: .625rem;
  justify-content: center;
  align-items: flex-end;
  min-height: 80vh;
  padding-top: 16rem;
  padding-bottom: 16rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-bottom-small {
  margin-bottom: 2rem;
}

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

.split-input {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.field-2 {
  color: #667479;
  background-color: #fff0;
  border-color: #e4e9ec;
  border-radius: 2px;
  height: 52px;
  margin-bottom: 24px;
  padding: 14px 20px;
  font-size: 15px;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.field-2:focus, .field-2.-wfp-focus {
  border-color: #99a7ac;
}

.field-2.short-margin {
  margin-bottom: 12px;
}

.field-2.no-margin, .checkbox-label {
  margin-bottom: 0;
}

.option-list {
  color: #667479;
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
}

.page-content {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

.page-wrapper-2 {
  color: #080808;
  background-color: #fff;
  font-weight: 400;
}

.order-item-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  min-height: 100%;
}

.checkout-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.shipping-title {
  margin-left: 0;
  margin-right: 0;
}

.shipping-text {
  font-size: 15px;
  font-weight: 500;
}

.order-details {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-left: 24px;
  margin-right: 0;
  display: flex;
}

.block-header {
  background-color: #fff0;
  border-style: none;
  padding: 0 0 36px;
}

.checkout-component {
  background-color: #fff;
  border: 1px solid #e4e9ec00;
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 48px 40px;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.checkout-component:hover {
  border: 1px solid #e4e9ec;
}

.web-payments {
  margin-bottom: -8px;
}

.block-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
}

.quantity-number {
  margin-left: 2px;
}

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

.sticky-checkout-sidebar {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 450px;
  display: grid;
  position: sticky;
  top: 60px;
}

.discounts {
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.order-summary {
  margin-bottom: 0;
}

.special-pay-button {
  border-radius: 100px;
}

.special-pay-button.large {
  height: 48px;
}

.summary-text {
  color: #667479;
  font-size: 15px;
  font-weight: 400;
}

.summary-text.dark {
  color: #080808;
}

.summary-text.dark-bold {
  color: #080808;
  font-weight: 500;
}

.column {
  padding-left: 3px;
  padding-right: 3px;
}

.field-label-2 {
  color: #667479;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-family: Satoshi, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.6em;
}

.field-label-2.red {
  color: #ac4b4b;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0 0 0 12px;
  font-size: 9px;
  line-height: 1.3em;
}

.billing-address-toggle {
  color: #667479;
  align-items: center;
  line-height: 1.3em;
}

.cart-item-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.cart-item-top {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 36px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cart-item-top.small {
  margin-bottom: 12px;
}

.summary-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cart-item-title {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.order-quantity {
  color: #667479;
  font-size: 12px;
}

.row {
  margin-left: -3px;
  margin-right: -3px;
}

.shipping-method-list {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  border-left-style: none;
  border-right-style: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  border: 1px solid #e4e9ec;
  border-radius: 2px;
}

.checkout-left {
  grid-column-gap: 48px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 160px;
  display: grid;
}

.shipping-method {
  border: 1px solid #e4e9ec;
  border-radius: 2px;
  padding: 18px;
}

.price {
  color: #667479;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}

.customer-wrapper, .order-items {
  margin-bottom: 0;
}

.checkout-right {
  background-color: #fff;
  min-width: 500px;
  padding: 80px 5vw 160px 80px;
  position: relative;
  top: 0;
}

.cart-title {
  letter-spacing: .02em;
  text-transform: none;
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 500;
}

.cart-title.small {
  margin-bottom: 4px;
}

.order-item-list {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-height: 425px;
  margin-bottom: 0;
  display: grid;
  overflow: auto;
}

.body-display {
  color: #667479;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display.small {
  font-size: 15px;
}

.submit-button {
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #080808;
  border-radius: 100px;
  justify-content: center;
  height: 52px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  display: flex;
}

.checkbox {
  background-color: #fff;
  border: 1px solid #e4e9ec;
  border-radius: 2px;
  margin-top: 0;
  margin-right: 3px;
}

.grid-wrapper {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.radio-button-2 {
  background-color: #080808;
  border: 1px solid #e4e9ec;
  margin-right: 18px;
}

.discount-code {
  color: #667479;
  background-color: #0000;
  border-style: solid none solid solid;
  border-color: #e4e9ec;
  border-radius: 100px 0 0 100px;
  height: 52px;
  padding-left: 30px;
}

.discount-code:focus {
  border-style: solid none solid solid;
  border-color: #e4e9ec;
}

.order-item {
  border-top: 1px #e4e9ec;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 0;
}

.order-item:nth-child(odd) {
  border-radius: 4px;
}

.discount-button-wrapper {
  color: #080808;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #e4e9ec;
  border-left-style: none;
  border-radius: 0 100px 100px 0;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  padding: 6px;
  font-size: 11px;
  display: flex;
}

.order-image {
  border-radius: 2px;
  min-height: 100%;
  overflow: hidden;
}

.apply-button {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #e4e9ec00;
  border-radius: 100px;
  height: auto;
  padding: 0 20px 0 24px;
  font-size: 11px;
  line-height: 1.3em;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.apply-button:hover {
  background-color: #e4e9ec;
}

.checkout-page {
  background-color: #f7f7f7;
}

.section-7 {
  z-index: 10;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.section-7.no-padding {
  padding: 0;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background {
  background-image: url('../images/Image001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.checkout-background {
  background-image: linear-gradient(#002b2c, #002b2c);
}

.overlay-3 {
  background-color: #0808084d;
  position: absolute;
  inset: 0%;
}

.checkout-banner {
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  min-height: 100px;
  padding-top: 160px;
  padding-bottom: 60px;
  display: grid;
}

.checkout-nav {
  z-index: 25;
  background-color: #fff0;
  position: absolute;
  inset: 0% 0% auto;
}

.checkout-nav-base {
  justify-content: flex-start;
  height: 80px;
  display: flex;
}

.wa-logo {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.checkout-heading {
  z-index: 10;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.checkout-heading.no-padding {
  padding: 0;
}

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

.padding-global-13 {
  border-top: 1px #0000;
  padding-left: 2%;
  padding-right: 2%;
}

.navbar-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.link-5 {
  font-weight: 600;
}

.dropdown-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar-dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.footer-social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.navbar-component {
  background-color: #fff;
  border-bottom: 1px #081d5e;
  align-items: center;
  width: 100vw;
  min-height: 4.5rem;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: sticky;
  top: 0;
}

.max-width-large-2 {
  text-align: left;
  width: 100%;
  max-width: 48rem;
  display: block;
  position: static;
}

.footer-social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.container-large-30 {
  text-align: left;
  width: 100%;
  max-width: 100rem;
  margin-left: 2%;
  margin-right: 2%;
}

.navbar-container {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-color-blue {
  color: #081d5e;
}

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

.navbar-dropdown-content {
  width: 100%;
  display: flex;
}

.navbar-dropdown-content-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.navbar-menu-dropdown {
  position: static;
}

.footer-credit-text {
  font-size: .875rem;
}

.text-weight-semibold-2 {
  font-weight: 500;
}

.text-weight-semibold-2:hover {
  color: #081d5e;
}

.navbar-bottom-bar-content {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 1rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.social-icon {
  color: #081d5e;
  width: 1.5rem;
  height: 1.5rem;
}

.social-icon:hover {
  color: #f8db88;
}

.navbar-dropdown-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 47px auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.navbar-bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  position: relative;
}

.footer-link-2 {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.heading-style-h1-9 {
  letter-spacing: -4px;
  font-size: 5.3rem;
  font-weight: 500;
  line-height: 1;
}

.footer-legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.margin-bottom-3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-3.margin-xs {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.margin-bottom-3.margin-xxl {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-3.margin-large.title-card {
  justify-content: center;
  display: flex;
}

.footer-bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  color: #838eaf;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.image-overlay-layer {
  z-index: 1;
  background-color: var(--forrest);
  position: absolute;
  inset: 0%;
}

.navbar-link {
  color: #081d5e;
  padding: 1.5rem 1rem;
  font-weight: 500;
}

.navbar-link.w--current {
  color: #081d5e;
}

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

.text-size-small-5 {
  color: #838eaf;
  letter-spacing: -.5px;
  font-size: .875rem;
}

.header-legal-background {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.padding-bottom-3, .padding-bottom-3.padding-xxl, .padding-bottom-3.padding-large {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top-3, .padding-top-3.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.nav-item-text {
  font-weight: 500;
}

.navbar-dropdown-toggle {
  color: #081d5e;
  padding: 1.5rem 2.5rem 1.5rem 1rem;
}

.footer-link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.navbar-menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.banner-v2 {
  color: #081d5e;
  background-color: #f8db88;
  border-bottom-style: none;
}

.section-header-legal {
  position: relative;
}

.footer-logo-link {
  padding-left: 0;
}

.navbar-icon-wrapper {
  flex: none;
}

.banner {
  color: #fff;
  background-color: #081d5e;
  border-bottom: 1px solid #000;
  position: relative;
}

.padding-vertical-3, .padding-vertical-3.padding-xxl, .padding-vertical-3.padding-huge, .padding-vertical-3.padding-xhuge {
  padding-left: 0;
  padding-right: 0;
}

.button-20 {
  color: #fff;
  text-align: center;
  background-color: #081d5e;
  border: 2px solid #081d5e;
  border-radius: 7px;
  padding: .75rem 1.5rem;
}

.button-20:hover {
  color: #081d5e;
  background-color: #0000;
  border-width: 2px;
}

.button-20.secondary {
  color: #081d5e;
  background-color: #0000;
  border-color: #c3c8cc;
}

.button-20.secondary:hover {
  color: #081d5e;
  background-color: #fff;
  border-color: #081d5e;
}

.button-20.secondary.small.white {
  background-color: #fff;
  border-style: none;
}

.button-20.small {
  padding: .5rem 1.25rem;
}

.footer-component.background-color-tan {
  background-color: #f6f3e4;
}

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

.padding-section-large-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-section-large-4.padding-top.padding-custom1 {
  padding-bottom: 0;
}

.legal-content {
  margin-bottom: 4rem;
}

.icon-height-medium-2 {
  height: 3rem;
}

.text-style-link-2 {
  font-weight: 500;
  text-decoration: underline;
}

.navbar-bottom-bar-background-layer {
  background-color: #f8db88;
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.footer-toop-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.banner-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.navbar-dropdown-list.w--open {
  background-color: #f8f8f8;
  border-bottom: 1px #081d5e;
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.banner-close-button {
  margin-left: 1rem;
}

.navbar-menu-button {
  padding: 0;
}

.team-member-image {
  object-fit: cover;
  border-radius: 100%;
  width: 8rem;
  min-width: 8rem;
  height: 8rem;
  min-height: 8rem;
}

.text-size-large-8 {
  letter-spacing: 0;
  font-size: 1.1rem;
  font-weight: 300;
}

.text-size-large-8.text-weight-semibold {
  font-weight: 600;
}

.text-size-large-8.text-weight-semibold.text-color-white:hover {
  color: #fff;
}

.cart-container {
  border-radius: 10px;
  margin: 1rem;
}

.text-size-regular-5 {
  letter-spacing: 0;
  font-size: 1rem;
}

.about-values-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-team-member {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.error-message {
  border-radius: 8px;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.about-growth-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-header-image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: grid;
}

.about1-growth_image-wrapper {
  border-radius: 16px;
  max-height: 600px;
  overflow: hidden;
}

.collection-item-3 {
  padding-right: 32px;
}

.footer-extended-credit-text {
  font-size: .875rem;
}

.heading-style-h6-3 {
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

.image-option-2 {
  object-fit: fill;
  overflow: hidden;
}

.footer-top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.navbar-logo {
  padding-left: 0;
}

.text-size-tiny-4 {
  color: #fff;
  letter-spacing: 0;
  font-size: .75rem;
}

.cart-quantity {
  color: #fff;
  background-color: #000;
}

.footer-column-heading {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
}

.footer-legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  color: #f5f5f570;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

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

.about-values-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.footer-v2 {
  background-color: #000;
}

.container-large-31 {
  text-align: left;
  width: 100%;
  min-width: 100%;
  max-width: 100rem;
  margin-left: 0%;
  margin-right: 0%;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.badge-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.navbar-link-2 {
  color: #000;
  padding: 1.5rem 1.2rem;
  font-weight: 500;
}

.navbar-link-2.w--current {
  color: #000;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large-5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.social-icon-2 {
  color: #000;
  width: 1.5rem;
  height: 1.5rem;
}

.social-icon-2:hover {
  color: #fdc826;
}

.social-icon-2.text-color-white {
  color: #f7f5eb;
}

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

.hero-subheading {
  grid-column-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
}

.success-message {
  background-color: #fdc826;
  border-radius: 8px;
  padding: 1.5rem;
}

.main-footer-link {
  color: #fff9;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.main-footer-link:hover {
  color: #ffb533;
}

.padding-section-xl {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.heading-style-h3-3 {
  letter-spacing: 0;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
  display: block;
}

.heading-style-h3-3.text-align-center {
  font-weight: 400;
}

.heading-style-h2-5 {
  letter-spacing: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 115%;
}

.heading-style-h2-5.text-align-center {
  font-weight: 400;
}

.blog-feature-component {
  flex-direction: column;
  align-items: center;
}

.about-header-image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.padding-global-14 {
  object-fit: cover;
  border: 1px #000;
  padding-left: 5%;
  padding-right: 5%;
  overflow: visible;
}

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

.guarantee-right-content {
  font-size: 1.2rem;
}

.about-header-images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.global-styles-2 {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.about-header-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-team-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.footer-form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.cart-icon {
  color: #000;
}

.section-image-divider {
  min-height: auto;
}

.footer-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.vertical-footer-link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.about-team-social-grid {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

.button-21 {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-21:hover {
  color: #000;
  background-color: #0000;
  border-width: 2px;
}

.button-21.alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button-21.alternate:hover {
  background-color: #f7f5eb;
  border-color: #fdc826;
}

.button-21.secondary {
  color: #000;
  background-color: #0000;
  border-color: #000;
}

.button-21.secondary:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.button-21.secondary.w--current:hover {
  color: #fff;
  background-color: #000;
}

.button-21.secondary {
  color: #000;
  background-color: #0000;
}

.button-21.secondary:hover {
  color: #fff;
  background-color: #000;
}

.navbar-component-2 {
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px #a9aeb2;
  align-items: center;
  width: 100vw;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.button-link {
  color: #1b1b1b;
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.with-icon {
  grid-column-gap: .5rem;
}

.max-width-large-3 {
  text-align: left;
  width: 100%;
  max-width: 48rem;
  display: block;
  position: static;
}

.max-width-large-3.align-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-weight-semibold-3 {
  font-weight: 600;
}

.text-weight-semibold-3:hover {
  color: #000;
}

.line-divider-dark {
  color: #838eaf;
  background-color: #c3c8cc;
  width: 100%;
  height: 1px;
}

.about-values-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: #0000;
}

.main-footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-wrapper-3 {
  border-top: 3px #000;
}

.about-header-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-1x1-medium-2 {
  width: 3rem;
  height: 3rem;
}

.product-header-text-divider {
  background-color: #1b1b1b4d;
  align-self: center;
  width: 1px;
  height: 19px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.text-size-medium-30 {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  align-self: center;
  font-size: 1.25rem;
}

.text-size-medium-30.text-align-center {
  font-size: 1.125rem;
}

.text-size-medium-30.align-center.text-center {
  text-align: center;
}

.form-input-footer {
  color: #040319;
  background-color: #ffffff26;
  border: 1px solid #040319;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-footer:focus {
  border-color: #000;
}

.form-input-footer::placeholder {
  color: #fff9;
}

.product-details-column-container {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.about-header-image-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: -62.7%;
  display: grid;
}

.about-growth-item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.heading-style-h4-6 {
  text-align: left;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.heading-style-h4-6.text-weight-normal {
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.3;
}

.heading-style-h4-6.text-align-center {
  text-align: center;
}

.banner-2 {
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #000;
  position: relative;
}

.about-header-image-wrapper {
  width: 26rem;
  padding-top: 75%;
  position: relative;
}

.footer-newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
}

.heading-style-h5-4 {
  letter-spacing: 0;
  white-space: normal;
  object-fit: fill;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  overflow: visible;
}

.divider-image-container {
  background-image: url('../images/daniel-corneschi-GsAJ4-Tsz_c-unsplash_1daniel-corneschi-GsAJ4-Tsz_c-unsplash.webp');
  background-position: 50% 100%;
  background-size: cover;
  min-height: 45vh;
}

.divider-image-container.index-1 {
  background-image: none;
  min-height: auto;
}

.button-group-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-6.center {
  justify-content: center;
}

.about-header-content-bottom {
  justify-content: flex-start;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.text-size-small-6 {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  align-self: center;
  font-size: .875rem;
}

.center-header-image-wrapper {
  border-radius: 50px;
  width: 90vw;
  min-height: 600px;
  overflow: hidden;
}

.center-header-image-wrapper.container-large {
  max-height: 400px;
}

.padding-global-15 {
  padding-left: 3%;
  padding-right: 3%;
}

.heading-style-h1-10 {
  letter-spacing: -4px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.max-width-large-4 {
  width: 100%;
  max-width: 48rem;
}

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

.center-header-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-weight-semibold-4 {
  font-size: 1.125rem;
  font-weight: 600;
}

.text-weight-semibold-4.text-color-gray {
  font-weight: 500;
}

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

.padding-section-large-6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large-6.reduced-bottom-padding {
  padding-bottom: 5rem;
}

.center-header-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.tiemline-content-right {
  padding-top: 3rem;
  padding-bottom: 2rem;
  padding-right: 5rem;
}

.padding-global-16 {
  padding-left: 3%;
  padding-right: 3%;
}

.icon-1x1-large-3 {
  width: 5rem;
  height: 5rem;
}

.progress-bar {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.timeline-component-left {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 5rem;
}

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

.timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.max-width-large-5 {
  width: 100%;
  max-width: 48rem;
}

.timeline-wrapper {
  position: relative;
}

.timeline-image {
  object-fit: fill;
  object-position: 0% 100%;
}

.timeline-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  border-radius: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.timeline-component.background-color-gray {
  grid-column-gap: 0rem;
  grid-template-columns: 9.25fr 1fr;
}

.heading-style-h4-7 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-size-regular-6 {
  color: #5e5e5e;
  font-size: 1.125rem;
}

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

.timeline-icon-wrapper {
  z-index: 1;
  background-color: #f4f4f4;
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.button-group-7 {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.progress-bar-wrapper {
  background-color: #00000026;
  width: 2px;
  height: 75%;
  position: absolute;
  top: 10%;
  left: 3.5rem;
  right: auto;
}

.button-22 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.button-22:hover {
  color: #000;
  background-color: #fff;
  border-width: 2px;
}

.button-22.secondary {
  color: #000;
  background-color: #0000;
  border-width: 2px;
  font-size: 1.125rem;
}

.button-22.secondary:hover {
  color: #fff;
  background-color: #000;
}

.container-full {
  min-width: 100%;
}

.embed-max-width {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.section_typeform-embed.background-color-tan {
  background-color: var(--light-yellow);
  background-color: #f4f2e4;
}

.button-group-8 {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-medium-2 {
  margin: 2rem;
}

.button-23 {
  color: #1c1a1a;
  text-align: center;
  letter-spacing: .2rem;
  text-transform: uppercase;
  background-color: #dcfd35;
  border: 2px solid #dcfd35;
  padding: .75rem 1.5rem;
  font-family: Satoshi, sans-serif;
  font-weight: 900;
  transition: all .2s;
}

.button-23.w--current {
  border: 2px solid #dcfd35;
}

.button-23.is-secondary {
  color: #1c1a1a;
  background-color: #fffbf0;
  border: 2px solid #000;
}

.f-haeding-2 {
  color: #fff;
  font-size: 40px;
}

.f-radio-butn-2-2 {
  border-style: solid;
  border-color: #020518;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.f-radio-butn-2-2:hover {
  background-color: #0205181a;
}

.f-radio-butn-2-2.w--redirected-checked {
  background-color: #0205181a;
  border: 2px solid #020518;
  border-radius: 0%;
  width: 100%;
  height: 100%;
}

.f-form-step-img-2 {
  object-fit: cover;
  background-color: #e0e0e0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.f-success-message-2 {
  z-index: 1;
  color: #fff;
  background-color: #020518;
  height: 100%;
  position: relative;
}

.f-heading-wrapper-2 {
  z-index: 1;
  color: #fff;
  max-width: 60ch;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.f-input-field-2 {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  height: 0%;
  margin-bottom: 0;
  padding: 14px 16px;
}

.section-contact {
  background-color: #fff;
}

.form_contain-2 {
  width: 83%;
}

.html-embed {
  width: 100vw;
  height: 100vw;
}

.image-wrapper-1-1-item2 {
  width: 100%;
  height: 380px;
  padding-top: 100%;
  position: relative;
}

.image-wrapper-1-1-item2.margin-bottom.margin-large {
  background-image: url('../images/Frame-25.svg'), linear-gradient(to bottom, var(--lime), var(--lime));
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  height: 230px;
  padding-top: 60%;
}

.image-wrapper-1-1-3 {
  width: 100%;
  height: 380px;
  padding-top: 100%;
  position: relative;
}

.image-wrapper-1-1-3.margin-bottom.margin-large {
  background-image: url('../images/Frame-26.svg'), linear-gradient(#a7e0004f, #a7e0004f);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  height: 230px;
  padding-top: 60%;
}

.pricing22_top-row-4top {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
}

.pricing26_row-content {
  border-left: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.pricing26_row-content.is-first {
  border-left-style: none;
}

.pricing26_row-content.is-first.b2b {
  padding-left: .5rem;
}

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

.pricing26_tab-link {
  border: 1px none var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-radius: 999px;
  padding: .5rem 1.5rem;
}

.pricing26_tab-link.w--current {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-image: linear-gradient(to bottom, var(--forrest), var(--forrest));
  color: var(--white);
  border-radius: 999px;
}

.pricing26_top-row-content {
  border-left: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 1;
  display: flex;
}

.pricing26_heading-row {
  border-bottom: 1px solid #dfdfdf;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.padding-section-large-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.pricing26_tabs-content {
  width: 100%;
  overflow: visible;
}

.pricing26_top-row-price-wrapper {
  display: block;
}

.pricing26_top-row-price {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.pricing26_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-image: linear-gradient(#fff, #fff);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: sticky;
  top: 70px;
}

.pricing26_top-row._3-column {
  border-bottom-color: #dfdfdf;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing26_top-row._2-col-mobile {
  border: 1px #dfdfdf;
  border-bottom-style: solid;
}

.pricing26_top-row._2-col-mobile.wp-care {
  padding-bottom: 2rem;
}

.heading-style-h6-4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.pricing26_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
}

.pricing26_plans {
  width: 100%;
}

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

.pricing26_feature {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
}

.pricing26_empty-space {
  line-height: 1.5;
}

.padding-global-17 {
  padding-left: 5%;
  padding-right: 5%;
}

.pricing26_tabs-menu {
  border: 1px solid #000;
  border-radius: 999px;
  align-self: center;
  margin-bottom: 5rem;
  padding: 4px;
  display: flex;
  overflow: hidden;
}

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

.button-24 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.padding-global-pricing {
  padding-left: 5%;
  padding-right: 5%;
}

.pricing26_row-content-2 {
  border-left: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.padding-section-large-8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large-8.top-0 {
  padding-top: 0;
}

.padding-section-large-8.top-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.pricing26_top-row-price-2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.pricing26_top-row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  position: sticky;
  top: 0;
}

.heading-style-h6-5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.pricing26_row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: stretch;
}

.text-size-medium-32 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.pricing26_feature-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
}

.padding-global-18 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.button-25 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-mobile {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #a7e000;
  border-radius: 100rem;
  padding: .75rem 1.05rem .75rem 1.15rem;
  font-family: Satoshi, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.button-mobile.is-light {
  color: #000;
  border-color: #a7e000;
}

.list {
  font-size: 1.1rem;
}

.heading-11, .heading-12, .heading-13, .heading-14, .heading-15 {
  font-weight: 500;
}

.link-6 {
  color: var(--white);
  text-decoration: none;
}

.link-7 {
  text-decoration: none;
}

.pricing26_row-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
}

.pricing-row-3 {
  border-bottom: 1px solid #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-row {
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pricing-row._3-col {
  border-bottom-color: #dfdfdf;
}

.main-container {
  width: 100%;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

.main-container.left-margin-buffer {
  margin-left: 60px;
}

.navbar-row {
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  display: flex;
}

.navbar-left-content {
  align-items: center;
  display: flex;
}

.nav-logo {
  width: 220px;
}

.nav-link-3 {
  margin-left: 14px;
  margin-right: 14px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-3.w--current {
  color: #232426;
}

.nav-link-3.nav-extra-padding {
  margin-right: 22px;
}

.dropdown-wrapper {
  display: inline-block;
}

.nav-dropdown {
  margin-left: 14px;
  margin-right: 14px;
}

.nav-dropdown-toggle {
  align-items: center;
  padding: 0;
  font-weight: 700;
  display: flex;
}

.dropdown-arrow {
  margin-left: 3px;
}

.dropdown {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 7px;
  min-width: 242px;
  padding: 7px;
}

.dropdown.w--open {
  min-width: 255px;
}

.dropdown-link {
  background-color: #d2f1e400;
  border-radius: 7px;
  justify-content: space-between;
  align-items: center;
  padding: 7px 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.dropdown-link.hide-link {
  display: none;
}

.dropdown-screen {
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.navbar-right-content {
  align-items: center;
  display: flex;
}

.button-26 {
  color: #0000;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 7px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 0 200px #0000;
}

.button-26:hover {
  box-shadow: inset 0 0 0 200px #0000001a;
}

.button-26.small.nav-button {
  padding-left: 40px;
  padding-right: 40px;
}

.button-26.small.blue-button {
  color: #0000;
  background-color: #0000;
}

.button-26.small.blue-button.padding-left-right {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
}

.button-26.adjacent-to-input {
  color: #0000;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 0 #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 15px;
  font-weight: 600;
}

.button-26.adjacent-to-input.button-yellow.desktop-borders, .button-26.adjacent-to-input.desktop-borders {
  border-style: solid solid solid none;
  border-width: 2px;
}

.text-block-47 {
  text-decoration: none;
}

/* Custom styles for Get Started button in navigation */
.navbar11_button-wrapper .button-26.small.nav-button {
  color: #000 !important;
  background-color: #000 !important;
  border: 2px solid #000 !important;
  border-radius: 7px !important;
  padding: 14px 40px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.2s ease !important;
}

.navbar11_button-wrapper .button-26.small.nav-button:hover {
  color: #fff !important;
  background-color: #000 !important;
  box-shadow: inset 0 0 0 200px rgba(0, 0, 0, 0.1) !important;
}

.navbar11_button-wrapper .button-26.small.nav-button .text-block-47 {
  color: #000 !important;
  text-decoration: none !important;
}

.navbar11_button-wrapper .button-26.small.nav-button:hover .text-block-47 {
  color: #fff !important;
}

.web-design-hero {
  background-color: #0000;
}

.grid-halves-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-8 {
  color: #002b2c;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section-8.align-content-center {
  align-items: center;
  display: flex;
}

.section-8.align-content-center.hero-section {
  background-color: #0000;
  min-height: 780px;
}

.section-8.align-content-center.hero-section.dark-blue-bg-hero {
  background-color: #0000;
}

.section-8.metrics-section {
  padding-top: 84px;
  padding-bottom: 84px;
}

.section-8.metrics-section.bg-primary-2 {
  background-color: #0000;
}

.section-8.no-bottom-padding {
  padding-bottom: 0;
}

.section-8.bg-light-mobile.desktop-no-margin-top, .section-8.reduced-top-margin {
  padding-top: 0;
}

.section-8.no-top-padding {
  padding-top: 0;
}

.section-8.bg-light {
  background-color: #0000;
}

.text-white {
  color: #0000;
}

.text-white.subheader-text {
  font-size: 16px;
  line-height: 24px;
}

.text-white.subheader-text.margin-bottom-7 {
  margin-bottom: 7px;
  font-style: normal;
}

.header-text-66 {
  font-size: 66px;
}

.extra-large-text {
  color: #0000;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.text-span-23 {
  color: #0000;
}

.container-large-36 {
  width: 100%;
  max-width: 792px;
}

.container-large-36.reduced-width {
  max-width: 680px;
}

.container-large-36.reduced-width.margin-top {
  margin-top: 40px;
}

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

.horizontal-form {
  margin-bottom: 0;
  display: flex;
}

.form-input-2 {
  border: 2px solid #0000;
  border-radius: 7px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 14px 21px;
  font-size: 16px;
  line-height: 24px;
  transition: box-shadow .2s;
  box-shadow: 1px 1px 0 2px #1110;
}

.form-input-2:focus {
  border-color: #232426;
  box-shadow: 1px 1px 0 2px #11111140;
}

.form-input-2.adjacent-to-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 60px;
}

.fine-print-text {
  font-size: 14px;
  line-height: 20px;
}

.fine-print-text.input-hint-text {
  margin-top: 7px;
}

.fine-print-text.input-hint-text.hint-text-white {
  color: #0000;
}

.form-success {
  background-color: #78d64f;
  border-radius: 7px;
  padding: 14px;
  font-size: 14px;
  line-height: 20px;
}

.form-error {
  color: #0000;
  background-color: #be4141;
  border-radius: 7px;
  margin-top: 14px;
  padding: 7px 14px;
  font-size: 14px;
  line-height: 20px;
}

.quote-with-photo {
  display: flex;
  position: relative;
}

.checklist-grid-thirds {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.checklist-item {
  align-items: center;
  display: flex;
}

.check-circle {
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  box-shadow: 1px 1px #0000;
}

.check-circle.circel-bottom-margin {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.heading-16 {
  font-weight: 600;
}

.heading-16.mobile-align-center.h2-style {
  color: #0000;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}

.small-text {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 27px;
}

.justify-content-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.eyebrow {
  color: #0000;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.large-heading {
  color: #0000;
  letter-spacing: -.01em;
  margin-bottom: 21px;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
}

.grid-halves {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border-radius: 16px;
  grid-template-rows: auto;
  place-items: center;
  padding: 3rem;
}

.grid-halves.white-bg {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.ui-snippet-box {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 580px;
  padding: 28px;
  display: flex;
}

.in-flow-icon {
  width: 30%;
  margin-bottom: 21px;
}

.in-flow-icon.round-image {
  border-radius: 8px;
  width: 100%;
}

.in-flow-icon.round-image.remove-bottom-margin {
  margin-bottom: 0;
}

.checklist {
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-size: 20px;
  font-weight: 600;
  display: grid;
}

.checklist.below-text {
  margin-top: 35px;
}

.checklist-item-text {
  color: #0000;
  margin-bottom: 0;
  margin-left: 14px;
  font-size: 20px;
  font-weight: 600;
}

.horizontal-rule {
  background-color: #0000;
  width: 100%;
  height: 1px;
  margin-bottom: 0;
}

.horizontal-rule.footer-margin-bottom {
  margin-bottom: 40px;
}

.action-row {
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

.action-row.justify-content-left.align-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.action-row.justify-content-left.align-center.margin-top-40 {
  margin-top: 60px;
}

.action-row.justify-content-left.align-center.margin-top-40.mobile-reduced-margin {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}

.arrow-link {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.arrow-link.adjacent-to-button {
  margin-left: 21px;
}

.arrow-link-top {
  align-items: center;
  display: flex;
}

.text-block-23 {
  color: #0000;
}

.arrow-link-icon {
  margin-left: 5px;
}

.arrow-link-underline-wrapper {
  height: 2px;
  position: relative;
  overflow: hidden;
}

.arrow-link-underline {
  background-color: #0000;
  width: 0%;
  height: 2px;
}

.powered-by {
  color: #232426;
  font-size: 26px;
  font-weight: 500;
}

.powered-by.color-blue {
  color: #0000;
}

.metrics-grid-thirds {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border-top: 1px solid #f1f5f9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}

.metrics-grid-thirds.success-stories {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center start;
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
}

.container-small-2 {
  width: 100%;
  max-width: 262px;
}

.metric-handwriting-2 {
  color: #0000;
  font-size: 120px;
  line-height: 120px;
}

.text-bold-2 {
  color: #111;
  font-weight: 700;
}

.feature-box-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.feature-box-grid.dual-grid {
  grid-template-columns: 1fr 1fr;
  margin-top: 75px;
}

.feature-box {
  background-color: var(--white-smoke);
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px 35px 60px;
  transition: opacity .2s;
  display: flex;
}

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

.heading-17 {
  margin-top: 2.5rem;
}

.article-action-bar {
  background-color: #0000;
  border-radius: 7px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

.article-action-bar-heading {
  margin-bottom: 0;
}

.text-block-34 {
  font-size: 14px;
  font-weight: 500;
}

.subscribe-form-section {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 474px 1fr;
  align-items: center;
}

.medium-heading {
  color: #0000;
  letter-spacing: -.01em;
  margin-bottom: 21px;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
}

.medium-heading.no-bottom-margin {
  margin-bottom: 0;
}

.medium-heading.no-bottom-margin.text-desktop-white {
  color: #0000;
}

.text-desktop-white {
  color: #0000;
  font-weight: 600;
}

.footer {
  padding-top: 84px;
  padding-bottom: 40px;
}

.footer-grid {
  grid-column-gap: 56px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 56px;
}

.footer-heading {
  margin-bottom: 14px;
}

.vertical-links {
  grid-column-gap: 16px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.footer-small-links {
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.footer-small-links.fine-print-text {
  margin-left: -7px;
  margin-right: -7px;
}

.hide-2 {
  display: none;
}

.footer-bottom-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fine-print-link {
  font-size: 14px;
  font-weight: 600;
}

.fine-print-link.footer-link {
  opacity: .5;
  margin-left: 7px;
  margin-right: 7px;
  transition: opacity .2s;
}

.fine-print-link.footer-link:hover {
  opacity: 1;
}

.form-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.seo-hero {
  background-image: linear-gradient(to bottom, var(--forrest), var(--forrest));
}

.text-color-white.margin-bottom-7 {
  margin-bottom: .5rem;
}

.text-size-medium-30-copy {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  align-self: center;
  font-size: 1.25rem;
}

.text-size-medium-30-copy.text-align-center {
  font-size: 1.125rem;
}

.text-size-medium-30-copy.align-center.text-center {
  text-align: center;
}

.text-size-medium-30-copy.text-color-white {
  color: #fff;
}

.button-yellow {
  background-color: var(--lime);
}

.button-yellow.adj {
  color: #002b2b;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 14px 40px;
}

.nav-link-4 {
  color: #0000;
  text-align: center;
  padding: 32px 16px;
  font-size: 15px;
  line-height: 24px;
  transition: all .3s;
}

.nav-link-4:hover, .nav-link-4.w--current {
  color: #a7e000;
}

.heading-18 {
  color: #f7f7f8;
}

.section-9 {
  color: var(--black);
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.p160 {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.p160.bg-color {
  background-color: #f7f7f8;
}

.p160.p80 {
  padding-bottom: 80px;
}

.sub-heading {
  color: #0000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 22px;
}

.sub-heading.red {
  color: var(--lime);
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.3em;
}

.sub-heading.green {
  background-color: var(--forrest);
  background-image: none;
}

.sub-heading.lime {
  background-image: url('../images/isometric-cloud-computing-and-virtualization-technology1-ezgif.com-optimize.gif'), linear-gradient(to bottom, var(--lime), var(--lime));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.sub-heading.orange {
  color: #eb3a00;
}

.sub-heading.grey {
  color: #6c6c89;
  letter-spacing: 0;
  text-transform: none;
  padding-top: 0;
  font-weight: 400;
}

.sub-heading.dark-pink {
  color: #db0bb9;
}

.sub-heading.bottom-padding-1rem {
  padding-bottom: 1rem;
}

.tab-outer-wrapper {
  margin-left: 100px;
}

.tabs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  width: 100%;
  max-width: 40%;
  margin-bottom: 40px;
  margin-right: 60px;
  display: flex;
}

.tab-link {
  background-color: #0000;
  padding: 0 40px;
  transition: opacity .3s;
}

.tab-link:hover {
  color: #a8e000;
  background-color: #f7f7f8;
  background-image: url('../images/Purple-Arrow.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
}

.tab-link.w--current {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 8px;
}

.tab-link.w--current:hover {
  background-color: #f7f7f8;
  background-image: none;
}

.tab-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d1d1db;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.question-block {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.question-block:hover {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

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

.number {
  color: #0000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.arrow {
  display: none;
}

.answer-block {
  margin-top: -8px;
  padding-bottom: 32px;
  display: none;
}

.answer-block.open {
  margin-top: -8px;
  padding-bottom: 32px;
  display: block;
}

.grey-text {
  color: #6c6c89;
  margin-bottom: 0;
}

.tab-image {
  background-color: #feebfc;
  padding-top: 96px;
}

.tab-image.light-green {
  background-color: #dff8ea;
}

.tab-image.purple {
  background-color: #e1dafb;
}

.tab-image.pink {
  background-color: #fdd8e0;
}

.tab-image.yellow {
  background-color: #fef3d7;
}

.tab-image.blue {
  background-color: var(--lime);
  background-image: none;
}

.answer-text {
  color: #6c6c89;
  margin-bottom: 0;
}

.tab-content {
  width: 100%;
}

.tab-pane {
  width: 100%;
  max-width: 100%;
}

.tab-pane.light-pink {
  background-color: #feebfc;
}

.full-image {
  width: 100%;
}

.full-image.tab {
  object-fit: cover;
  max-width: 720px;
}

.ecommerce-wrapper {
  grid-column-gap: 192px;
  grid-row-gap: 192px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.w488 {
  width: 100%;
  max-width: 488px;
}

.paragraph-wrapper {
  width: 100%;
  max-width: 472px;
  padding-top: 16px;
}

.bold {
  color: #0000;
  font-weight: 500;
}

.image-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.pink-background {
  background-color: #f53d6b;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.group-image {
  object-fit: cover;
  width: 150%;
  max-width: 1200px;
}

.group-image.mw-720 {
  object-position: 100% 50%;
  width: 100%;
  max-width: 720px;
}

.group-image.mw-1100 {
  max-width: 1100px;
}

.light-pink-background {
  background-color: #fbb1c4;
  width: 100%;
}

.p120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.p120.bg-color {
  background-color: #0000;
}

.card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  transition: all .3s;
  display: flex;
}

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

.card.bg:hover {
  background-color: #f7f7f8;
}

.card-heading {
  color: #0000;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 46px;
}

.card-heading.pr56 {
  padding-right: 56px;
}

.card-heading.pr80 {
  padding-right: 80px;
}

.heading-h3 {
  letter-spacing: -1.68px;
  font-size: 56px;
  line-height: 64px;
}

.text-content {
  color: #0000;
  margin-bottom: 0;
  line-height: 30px;
}

.blue-bg {
  background-color: #00acff;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.light-blue-bg {
  background-color: #ade4ff;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.green-bg {
  background-color: #2dca72;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.light-green-bg {
  background-color: #b2eecc;
  width: 100%;
}

.background-wrapper-2 {
  z-index: 0;
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.grey-font {
  color: #0000;
  margin-bottom: 0;
  line-height: 30px;
}

.developer-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.developer-wrapper.align-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.developer-left {
  background-color: #a9e000;
  width: 100%;
  padding-top: 100px;
  padding-left: 94px;
  padding-right: 94px;
  display: flex;
}

.developer-left.pl100 {
  max-width: 50%;
  padding-left: 100px;
  padding-right: 0;
}

.developer-left.light-orange {
  background-color: #ffcdbd;
  max-width: 50%;
  padding-left: 100px;
  padding-right: 0;
}

.developer-left.pl0 {
  background-color: #ff7d52;
  padding-left: 0;
  padding-right: 100px;
}

.developer-left.p0 {
  background-color: #0000;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.developer-right {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.developer-right.mr64 {
  margin-right: 64px;
}

.w320 {
  width: 100%;
  max-width: 320px;
}

.card-title-copy {
  color: #121217;
  letter-spacing: -.72px;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 36px;
  line-height: 44px;
}

.heading-h3-copy {
  letter-spacing: -1.68px;
  font-size: 56px;
  line-height: 64px;
}

.pb160 {
  padding-bottom: 160px;
}

.card-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  transition: all .3s;
  display: flex;
}

.card-block.gray {
  background-color: #f7f7f8;
  border-radius: 0;
}

.card-block.gray:hover {
  background-color: #f7f7f8;
}

.card-block.r0 {
  border-radius: 0;
}

.block-quote {
  color: #0000;
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  line-height: 32px;
}

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

.profile-image {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
}

.profile {
  border-radius: 48px;
}

.name {
  color: #0000;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.card-title {
  color: #121217;
  letter-spacing: -.72px;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 36px;
  line-height: 44px;
}

.card-title.mb-40 {
  color: #121217;
  margin-bottom: 40px;
}

.community-image {
  text-align: left;
  object-fit: cover;
  width: 100%;
}

.support-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.arrow-block {
  position: relative;
  overflow: hidden;
}

.down-arrow {
  display: none;
  position: absolute;
}

.button-text-3 {
  color: #0000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.link-list-block {
  grid-column-gap: 2.4px;
  grid-row-gap: 2.4px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.link-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-self: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-8:hover {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-image: none;
  background-size: auto;
}

.link-text {
  transition: all .3s;
}

.arrow-wrapper {
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
  transition: all .3s;
  position: relative;
}

.black-arrow {
  position: absolute;
  inset: 0%;
}

.pink-arrow {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.heading-compare.pr56 {
  font-weight: 400;
}

.seo-hero-2 {
  background-image: linear-gradient(to bottom, var(--forrest), var(--forrest));
}

.section-10 {
  color: #002b2c;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section-10.align-content-center {
  align-items: center;
  display: flex;
}

.section-10.align-content-center.hero-section {
  background-color: #0000;
  min-height: 780px;
}

.section-10.align-content-center.hero-section.dark-blue-bg-hero {
  background-color: #0000;
}

.heading-style-h1-11 {
  letter-spacing: 0;
  font-family: Satoshi, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-span-24 {
  color: #0000;
}

.container-large-37 {
  width: 100%;
  max-width: 792px;
}

.container-large-37.reduced-width {
  max-width: 680px;
}

.container-large-37.reduced-width.margin-top {
  margin-top: 40px;
}

.padding-global-19 {
  padding-left: 3vw;
  padding-right: 3vw;
  overflow: visible;
}

.padding-section-large-9 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-style-h1-12 {
  letter-spacing: 0;
  font-family: Satoshi, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-size-medium-33 {
  letter-spacing: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.button-group-9 {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-9.is-center {
  justify-content: center;
}

.button-27 {
  border: 1px solid var(--lime);
  background-color: var(--lime);
  color: var(--forrest);
  text-align: center;
  border-radius: 100px;
  max-width: 400px;
  padding: .75rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.button-27.is-secondary {
  border-color: var(--forrest);
  background-color: var(--forrest);
  color: var(--white);
}

.button-27.is-secondary:hover {
  border-color: var(--lime);
  background-color: var(--lime);
  color: var(--forrest);
}

.div-block-2, .container-main {
  width: 100%;
  height: 100%;
}

.heading-19 {
  text-align: center;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 26px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  display: block;
}

.div-block-3 {
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 0;
  grid-template-rows: 243px;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  height: 400px;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 20px;
  padding-bottom: 0;
  display: grid;
}

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

.section-1 {
  background-color: #f4f2e4;
  border-radius: 7px;
  height: auto;
}

.heading-20 {
  background-color: var(--forrest);
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2rem;
  margin-left: 20px;
  padding: 20px 6px 152px 7px;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  position: static;
}

.section-2 {
  margin-top: 25px;
}

.grid-3 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: 131px;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.heading-21 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  background-color: #002b2c;
  border-radius: 16px;
  margin-top: .5rem;
  padding: 2px 16px;
  font-family: Inconsolata, monospace;
  font-weight: 300;
}

.div-block-7 {
  background-color: var(--forrest);
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  display: flex;
}

.text-block-48 {
  color: var(--white);
  text-align: justify;
  overflow-wrap: normal;
  object-fit: fill;
  flex-flow: column;
  order: -1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
  display: flex;
  position: static;
}

.bookcallbutton {
  background-color: var(--forrest);
  text-align: center;
  vertical-align: baseline;
  border: 1px solid #0000001a;
  border-radius: 100vw;
  margin-left: 100px;
  padding: 1em 4em;
  transition: color .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.bookcallbutton.is--submit {
  border-width: 0;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: visible;
}

.div-block-8 {
  margin-top: 20px;
  padding-left: 140px;
}

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

.hero-without-image {
  outline-offset: 0px;
  background-color: #fff9;
  border: 1px #000;
  outline: 3px #232426;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  position: static;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.hero-wrapper-twoo {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: 172px;
  margin-right: auto;
  padding-left: 60px;
  display: flex;
}

.hero-wrapper-twoo.new {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin: -24px 0 8px;
  padding-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.margin-bottom-24px12 {
  margin: auto 220px 24px 280px;
  padding-left: 320px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-22 {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.margin-bottom-24px1-copy {
  margin: auto -123px 24px 151px;
  padding-left: 220px;
  padding-right: 239px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.neww {
  text-align: center;
  flex: 0 auto;
  margin-top: 20px;
  margin-left: 158px;
  margin-right: 100px;
  padding-top: 0;
  padding-bottom: 60px;
  padding-right: 10px;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.div-block-11 {
  box-sizing: border-box;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #002b2c;
  border-radius: 20px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  height: auto;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding: 40px 10px 10px;
  display: inline-grid;
}

.image-12 {
  max-width: 100%;
  margin: 20px 0 0 10px;
  padding-right: 0;
}

.heading-23 {
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-24 {
  padding-left: 0;
}

.div-block-12 {
  object-fit: contain;
  border-radius: 50px 5px 5px 50px;
  flex: 0 auto;
  margin-bottom: 40px;
  margin-right: 0;
  display: block;
}

.heading-25 {
  color: var(--white);
  font-size: 1rem;
}

.heading-26 {
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 1rem;
}

.label-text {
  color: var(--white);
  padding-top: 10px;
}

.heading-27 {
  color: var(--white);
  text-align: left;
  margin-left: 10px;
  font-size: 28px;
}

.text-block-50 {
  color: var(--forrest);
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-family: Satoshi, sans-serif;
}

.text-block-51 {
  color: var(--white);
  margin-left: 10px;
  padding-top: 20px;
  font-family: Satoshi, sans-serif;
}

.body-3 {
  box-sizing: border-box;
  object-fit: fill;
  display: block;
}

.field-label-3 {
  box-sizing: border-box;
  display: flex;
}

.hero-heading-left {
  background-color: var(--forrest);
  border-bottom: 1px solid #e4ebf3;
  border-radius: 30px;
  margin: 20px;
  padding: 20px 30px;
  position: relative;
}

.container-3 {
  color: var(--white);
  text-align: left;
  border: 0 dashed #000;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.hero-wrapper-2 {
  border: 0 #0000;
  justify-content: space-between;
  align-items: center;
  margin: auto 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: var(--black);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: Satoshi, sans-serif;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 15px;
  align-self: center;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  border-radius: 20px;
  padding-right: 30px;
  box-shadow: 0 4px 24px #96a3b514;
}

.bold-text-2 {
  color: var(--black);
  text-align: left;
  margin-left: 0;
  font-size: 28px;
}

.features-list {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 50px;
  margin-top: 0;
  padding: 0 30px;
  position: relative;
}

.features-wrapper-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #002b2c;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  padding: 20px 40px;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  color: var(--lime);
  text-align: center;
  margin-bottom: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

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

.text-block-52 {
  border: 1px solid #fff;
}

.paragraph-5, .paragraph-6, .paragraph-7 {
  color: var(--white-smoke);
}

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

.fn-link-arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-paragraph {
  color: var(--forrest);
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-features-card-column {
  background-color: var(--lime);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: block;
}

.fn-features-card-image {
  object-fit: cover;
  width: 100%;
  height: 225px;
}

.fn-features-card-with-image {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image:hover {
  color: #ecf0ef;
}

.fn-solutions-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.fn-paragraph-no-margin {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-column {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.fn-section {
  background-color: var(--white);
  opacity: NaN;
  color: #ecf0ef;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-53 {
  color: var(--forrest);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.bold-text-4, .bold-text-5 {
  color: var(--forrest);
  font-family: Satoshi, sans-serif;
  font-size: 25px;
}

.form-4 {
  margin-bottom: 0;
}

.submit-button-2 {
  text-align: right;
  font-weight: 500;
}

.fn-error-message {
  text-align: center;
  background-color: #c33939;
  border-radius: 8px;
  margin-top: 24px;
}

.fn-success-message-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.fn-success-message {
  color: #0f1213;
  background-color: #df0;
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-button-form {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  height: 42px;
  margin-left: 20px;
  padding: 12px 42px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-form:hover {
  background-color: #3e4545;
}

.fn-checkbox {
  border: 1px solid #687373;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-checkbox.w--redirected-checked {
  background-color: #df0;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-size: 8px 8px;
}

.fn-checkbox.w--redirected-focus {
  box-shadow: none;
}

.fn-checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fn-form-wrapper {
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fn-field-message {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 160px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
}

.fn-field-message:hover {
  border-color: #cdd3d2;
}

.fn-field-message:active, .fn-field-message:focus {
  border-color: #df0;
}

.fn-field-message::placeholder {
  color: #ecf0ef;
}

.fn-radio-button {
  color: var(--black);
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-radio-button.w--redirected-checked {
  background-color: #df0;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #0000;
}

.fn-radio-button.w--redirected-focus {
  box-shadow: none;
}

.fn-radio-wrapper {
  align-items: center;
  display: flex;
}

.fn-radio-buttons-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.form-label {
  color: var(--black);
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.form-label.no-margin {
  margin-bottom: 0;
}

.fn-select-field {
  color: var(--black);
  -webkit-text-stroke-width: 1px;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  line-height: 1em;
}

.fn-field {
  color: var(--black);
  text-align: left;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  transition: border-color .25s;
}

.fn-field:hover {
  border-color: #cdd3d2;
}

.fn-field:active, .fn-field:focus {
  border-color: #df0;
}

.fn-field::placeholder {
  color: #ecf0ef;
}

.fn-form-advance {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  flex: none;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between center;
  align-self: center;
  place-items: center;
  display: grid;
}

.fn-form {
  color: var(--black);
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.fn-paragraph-no-margin-2 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-paragraph-2 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-5 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-label-small {
  color: #df0;
  margin-bottom: 24px;
  line-height: 1em;
}

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

.fn-container-grid-2 {
  float: none;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: static;
}

.fn-section-2 {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #ecf0ef;
  object-fit: cover;
  background-color: #1d1f1e;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.div-block-14 {
  margin-bottom: auto;
}

.fn-paragraph-3 {
  color: #cdd3d2;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-6 {
  text-align: left;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-section-3 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #ecf0ef;
  object-fit: none;
  background-color: #1d1f1e;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  display: block;
  position: static;
  overflow: visible;
}

.fn-button-form-2 {
  background-color: var(--black);
  color: var(--lime);
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 12px 42px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-form-2:hover {
  background-color: #3e4545;
}

.fn-form-advance-2 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 40px 50px 60px 60px;
  display: grid;
}

.fn-column-3 {
  -webkit-text-stroke-color: #1d1f1e;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-container-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-4 {
  background-color: var(--black);
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  opacity: .26;
  outline-offset: 0px;
  border: 1px #000;
  border-right: 0 solid #000;
  outline: 3px #ecf0ef;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.features-metrics {
  color: var(--black);
  background-color: #1d1f1e;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.grid-5 {
  clear: both;
  text-align: right;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-29 {
  background-color: var(--forrest);
  pointer-events: auto;
  text-align: center;
  border-radius: 15px;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1;
  transition: opacity .2s cubic-bezier(.789, .948, .25, 1);
}

.button-30 {
  background-color: var(--forrest);
  border-radius: 15px;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.testimonial-column-light {
  background-color: var(--forrest);
  color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  margin-top: 10px;
  padding: 30px 10px 40px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-top: auto;
  margin-bottom: auto;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-3.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.pricing-overview-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.pricing-description-2 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-3 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text-2 {
  margin-bottom: 20px;
  position: sticky;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.list-item {
  text-align: left;
  padding-left: 0;
  font-weight: 800;
  list-style-type: none;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  text-align: left;
}

.bold-text-6 {
  text-align: left;
  font-size: 2rem;
  position: sticky;
}

.fn-faq-link {
  color: #df0;
  text-align: left;
  align-self: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: opacity .25s;
}

.fn-faq-link:hover {
  opacity: .7;
}

.form-label-no-margin {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

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

.fn-faq-arrow {
  align-items: center;
  width: 12px;
  height: 8px;
  margin-top: 2px;
  display: flex;
}

.fn-show-more {
  flex-direction: column;
  align-items: flex-start;
  height: 20px;
  font-size: 18px;
  display: flex;
  overflow: hidden;
}

.fn-faq-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #df0;
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 16px;
  text-decoration: underline;
  display: flex;
}

.fn-paragraph-no-margin-3 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-faq-line {
  background-color: #687373;
  width: 100%;
  height: 1px;
  margin-bottom: 16px;
}

.fn-heading-7 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.fn-faq-dark-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0f1213;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 547.6px;
  padding: 24px;
  display: flex;
}

.fn-paragraph-4 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-8 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-container-grid-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-5 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.heading-29 {
  align-self: center;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-3 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-3:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.bold-text-7, .bold-text-8, .bold-text-9, .heading-30, .bold-text-10, .bold-text-11 {
  position: sticky;
}

.radio-button-label, .radio-button-label-2, .radio-button-label-3 {
  color: var(--black);
  font-family: Satoshi, sans-serif;
}

.radio-button-label-4, .radio-button-label-5, .radio-button-label-6, .radio-button-label-7, .radio-button-label-8 {
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-weight: 400;
}

.container-7 {
  margin-top: 0;
  margin-bottom: 40px;
}

.text-block-54 {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Satoshi, sans-serif;
}

.text-block-55, .text-block-56, .text-block-57 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Satoshi, sans-serif;
}

.heading-31 {
  padding-top: 0;
  padding-left: 20px;
}

.checkbox-label-2 {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
}

.bold-text-12 {
  color: var(--forrest);
  font-family: Satoshi, sans-serif;
}

.heading-32 {
  position: sticky;
}

.paragraph-8 {
  text-align: center;
  margin-bottom: 10px;
}

.paragraph-9 {
  text-align: center;
  margin-top: 15px;
}

.div-block-15 {
  align-self: auto;
  font-size: 0;
  line-height: 0;
}

.div-block-16 {
  margin-top: 0;
  font-size: 0;
  line-height: 0;
}

.div-block-17 {
  font-size: 0;
  line-height: 0;
}

.bold-text-13, .bold-text-14 {
  height: 86px;
  display: inline;
}

.shopify-expeert-badge {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.expert-badge {
  width: 250px;
}

.code-embed {
  display: block;
  position: static;
}

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

.div-block-19 {
  display: flex;
}

.text-block-58 {
  color: #022a2c;
  background-color: #f2ffdd;
  border: 1px solid #d5ecb0;
  border-radius: 99px;
  padding: .5rem 1rem;
}

.section {
  perspective: 200px;
  border-bottom: 1px solid #f1f5f9;
  padding-top: 2rem;
  padding-bottom: 112px;
}

.container-small-3 {
  width: 100%;
  max-width: 262px;
}

.container-small-3.increased-width {
  max-width: 100%;
}

.metric-handwriting {
  font-size: 120px;
  line-height: 120px;
}

.metric-handwriting.text-dark {
  color: var(--forrest);
  font-size: 60px;
  font-weight: 700;
}

.metric-handwriting.text-dark.success-metric {
  font-size: 2rem;
  line-height: 70px;
}

.text-bold {
  color: #111;
  font-weight: 700;
}

.wrapper-banner {
  z-index: 10;
  grid-column-gap: 1em;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.heading-banner {
  color: #f6f4ef;
  max-width: 20ch;
  margin-bottom: -.17em;
}

.link-banner {
  background-color: #907c78;
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  min-height: 34em;
  padding: 6em 3.6em 3.6em;
  text-decoration: none;
  transition: width .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-banner:hover {
  width: 110%;
}

.link-banner.color {
  background-color: #3f6f7d;
}

.wrapper-icon-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-full {
  border-radius: .75em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: .75em;
  display: flex;
}

.wrapper-paragraph-banner {
  overflow: hidden;
}

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

.banners {
  grid-column-gap: .75em;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.paragraph-banner {
  color: #f6f4ef99;
  max-width: 35ch;
  margin-top: 1.2em;
}

.block-circle-light {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0e1a230d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.6em;
  height: 4.6em;
  display: flex;
}

.block-circle-light.filled {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #f6f4ef;
  flex: none;
}

.icon-circle {
  object-fit: contain;
  width: 1.5em;
  max-width: none;
  height: 1.5em;
}

.icon-circle.large {
  width: 2em;
  height: 2em;
}

.section-13 {
  perspective: 200px;
  padding-top: 112px;
  padding-bottom: 112px;
}

.empty-state-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #1113;
  border-radius: 7px;
  padding: 14px;
  font-size: 14px;
  line-height: 24px;
}

.small-text-2 {
  color: #5e5e5e;
  font-size: 16px;
  line-height: 24px;
}

.button-31 {
  color: #fff;
  text-align: center;
  background-color: #ef3d3d;
  border-radius: 7px;
  padding: 14px 21px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 0 200px #0000;
}

.button-31:hover {
  box-shadow: inset 0 0 0 200px #0000001a;
}

.button-31.small {
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.feature-box-2 {
  background-color: #f8f6f2;
  border-radius: 7px;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px;
  display: flex;
}

.section-14 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  perspective: 200px;
  background-color: #f2ffdd;
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.action-row-2 {
  margin-top: 28px;
}

.in-flow-icon-2 {
  margin-bottom: 21px;
}

.metric-grid-halves {
  grid-column-gap: 28px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.metric-heading {
  margin-bottom: 7px;
  font-size: 1.5rem;
  font-weight: 500;
}

.arrow-link-underline-2 {
  background-color: #111;
  width: 0%;
  height: 2px;
}

.bordered-metric {
  border-left: 1px solid #1113;
  padding-left: 28px;
}

.button-32 {
  color: #fff;
  text-align: center;
  background-color: #ef3d3d;
  border-radius: 7px;
  padding: 14px 21px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 0 200px #0000;
}

.button-32:hover {
  box-shadow: inset 0 0 0 200px #0000001a;
}

.padded-metric {
  padding-top: 14px;
  padding-bottom: 14px;
}

.section-15 {
  perspective: 200px;
  padding-top: 112px;
  padding-bottom: 112px;
}

.section-15.bg-offset {
  background-color: #f2ffdd;
}

.action-row-3 {
  margin-top: 28px;
}

.action-row-3.justify-content-left.align-center {
  align-items: center;
}

.action-row-3.justify-content-left.reduced-margin {
  margin-top: 14px;
}

.container-8 {
  width: 100%;
  max-width: 580px;
}

.container-8.reduced-width {
  max-width: 474px;
}

.large-heading-2 {
  color: #111;
  letter-spacing: -.01em;
  margin-bottom: 21px;
  font-size: 54px;
  font-weight: 500;
  line-height: 60px;
}

.section-16 {
  perspective: 200px;
  padding-top: 0;
  padding-bottom: 112px;
}

.section-title {
  margin-bottom: 56px;
}

.medium-heading-2 {
  color: #111;
  letter-spacing: -.01em;
  margin-bottom: 21px;
  font-size: 42px;
  font-weight: 700;
  line-height: 49px;
}

.medium-heading-2.no-bottom-margin {
  margin-bottom: 0;
}

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

.arrow-link-underline-3 {
  background-color: #111;
  width: 0%;
  height: 2px;
}

.team-member-heading {
  margin-bottom: 0;
  font-weight: 500;
  display: inline-block;
}

.team-member-heading.position {
  font-size: 1rem;
}

.team-member-title {
  margin-top: 21px;
  margin-bottom: 14px;
}

.team-member-title.flex {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.round-image {
  border-radius: 7px;
}

.title {
  font-size: 1rem;
  font-weight: 400;
}

.section-17 {
  perspective: 200px;
  padding-top: 112px;
  padding-bottom: 112px;
}

.small-text-3 {
  font-size: 16px;
  line-height: 24px;
}

.customer-logo-over-image {
  z-index: 1;
  background-color: #fff;
  border-radius: 7px;
  padding: 14px 21px;
  display: block;
  position: absolute;
  bottom: 21px;
  left: 21px;
}

.customer-logo-small {
  max-height: 45px;
  display: block;
}

.customer-image-wrapper {
  position: relative;
}

.quote-author-row {
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 580px;
  display: flex;
}

.heading-33 {
  font-size: 2rem;
  font-weight: 400;
}

.heading-34 {
  font-weight: 500;
}

.success-subtext {
  font-size: .85rem;
}

.navbar-2 {
  padding-top: 10px;
  display: flex;
}

.div-block-20 {
  padding: 13em 10em;
}

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

.div-block-b2b {
  padding: 0 10em 13em;
}

.heading-35 {
  color: var(--forrest);
  font-weight: 500;
}

.text-field-2 {
  border: 1px solid #fff;
  border-bottom-color: #000;
  width: 100%;
  min-width: 17em;
  height: auto;
  min-height: 60px;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.text-field-2.small {
  border-style: solid;
  border-color: var(--forrest);
  background-color: var(--forrest);
  box-shadow: none;
  color: #fff;
  padding-left: 12px;
  font-size: 16px;
}

.error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.main-paragraph {
  opacity: .8;
  font-size: 1.35em;
  font-weight: 400;
  line-height: 1.6;
}

.main-paragraph.margin-bottom-small {
  color: var(--white);
  margin-bottom: 0;
}

.main-paragraph.margin-bottom-small.text-size-small-3 {
  margin-bottom: 1rem;
  font-size: 1em;
}

.main-paragraph.margin-bottom-small.font-weight-medium {
  font-weight: 500;
}

.button-arrow {
  background-color: var(--forrest);
  background-image: url('../images/cta-arrow-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.2em;
  height: 3.2em;
  display: flex;
}

.button-arrow:hover {
  background-color: #2a2a2a;
}

.form-5 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.form-5.single {
  background-color: var(--forrest);
  border: 1px solid #cacaca3b;
  border-radius: 6px;
  align-items: center;
  padding: 6px 12px;
}

.form-wrapper {
  width: 100%;
}

.grid-wrapper-2 {
  min-height: auto;
  position: relative;
}

.grid-wrapper-2.gap-s {
  margin-top: 20px;
}

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

.success {
  color: #313d17;
  background-color: #c4f85c;
}

.logo-footer {
  max-height: 60px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1280px) {
  .container-large {
    max-width: 90rem;
  }

  .main-wrapper {
    position: static;
    inset: 0% 0% auto;
  }

  .main-wrapper.hero-section-padding {
    padding-top: 5.1rem;
  }

  .main-wrapper.b2b {
    margin-top: 80px;
  }

  .margin-bottom.margin-small {
    margin-bottom: 1rem;
  }

  .text-size-medium {
    font-size: 1.1rem;
  }

  .heading-style-h2 {
    letter-spacing: -2px;
  }

  .heading-style-h5 {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .heading-style-h1 {
    clear: none;
    font-weight: 500;
  }

  .button {
    text-align: center;
    vertical-align: baseline;
    border-width: 10px;
    border-radius: 20px;
    width: 10000px;
    display: inline-block;
  }

  .button.is-small {
    background-color: var(--lime);
    font-size: 1rem;
  }

  .heading-style-h3, .heading-style-h3.text-color-white {
    letter-spacing: 0;
  }

  .text-size-large {
    letter-spacing: -.4px;
  }

  .padding-global {
    padding-left: 3vw;
    padding-right: 3vw;
  }

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

  .navbar11_component {
    background-color: var(--white);
    position: fixed;
  }

  .navbar11_link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar11_link.w--current {
    font-weight: 700;
  }

  .navbar11_dropdown-toggle {
    padding-left: 1.5rem;
  }

  .section_header36.background-color-light-yellow.hero-top-margin {
    margin-top: -5.1rem;
    padding-top: 8rem;
  }

  .section_logo3 {
    border-top: 2px none var(--black);
    border-bottom: 1px solid #23242617;
  }

  .rl-navbar_loop-copy {
    background-color: #edeadd;
    border-radius: 1.5rem;
  }

  .container-large-3 {
    max-width: 90rem;
  }

  .padding-section-xs {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section_testimonial17.background-color-tan {
    background-color: var(--light-yellow);
    background-color: #f4f2e4;
  }

  .container-large-5 {
    max-width: 90rem;
  }

  .layout296_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    display: flex;
    transform: translate(0);
  }

  .layout178_image-wrapper {
    box-shadow: 0 4px 18px 6px #00000026;
  }

  .section_header78 {
    position: relative;
    top: 5.1rem;
  }

  .section_header78.bg-color {
    position: static;
  }

  .blog8_category-menu.no-scrollbar {
    color: #232426a6;
  }

  .blog8_menu-link {
    color: #232426a6;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .blog8_menu-link:active {
    color: var(--black);
    background-color: #0000;
    border-radius: 8px;
  }

  .blog8_menu-link:focus {
    background-color: #0000;
    border-radius: 8px;
  }

  .blog8_image-wrapper.max-height-full {
    padding-top: 88%;
  }

  .section_header1.background-color-tan {
    padding-top: 8rem;
  }

  .section-support-hero {
    margin-top: 5.1rem;
  }

  .page-padding-grid {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .hero-image-half {
    padding-top: 2rem;
  }

  .post-hero-content {
    padding-top: 10rem;
    padding-bottom: 0;
  }

  .post-hero-component {
    min-height: 40vw;
    padding-top: 2rem;
  }

  .post-hero-image {
    max-height: 80vh;
  }

  .featured-card-info {
    text-decoration: none;
  }

  .blog-post-date {
    background-color: #0000;
  }

  .resource-list-wrapper {
    align-self: auto;
    display: flex;
  }

  .category-list-menu {
    align-self: center;
    display: flex;
  }

  .link-block, .blog-category-link-block {
    text-decoration: none;
  }

  .blog-category-link-block:visited {
    font-weight: 700;
  }

  .f-page-wrapper {
    margin-top: 0;
  }

  .f-steps-wrap.is--7 {
    border-radius: 0;
    align-self: center;
  }

  .f-form-step-img {
    background-color: var(--lime);
    display: none;
  }

  .f-input-field {
    border-radius: 8px;
  }

  .section_header2.hero-padding-top {
    margin-top: 5.1rem;
  }

  .container-large-7 {
    max-width: 90rem;
  }

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

  .padding-global-8 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .text-block-5 {
    font-weight: 500;
  }

  .other-animated-image._2 {
    right: 443.141px;
  }

  .other-animated-image._1 {
    top: 152.5px;
    right: 367.141px;
  }

  .other-animated-image._3 {
    bottom: 106.5px;
    left: 338.25px;
  }

  .text-size-large-4 {
    letter-spacing: -.4px;
  }

  .container-large-17 {
    max-width: 90rem;
  }

  .hero-section {
    height: 80svh;
  }

  ._2-col-grid.contact {
    grid-row-gap: 4rem;
  }

  .wrapper.mini-wrapper.text-color-white {
    width: 100%;
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-large-18 {
    max-width: 90rem;
  }

  .heading-style-h1-6 {
    clear: none;
    font-weight: 700;
  }

  .container-large-20 {
    max-width: 90rem;
  }

  .header.section-1.new-hero {
    padding-top: 160px;
  }

  .container-large-14 {
    max-width: 90rem;
  }

  .heading-style-h1-7 {
    clear: none;
    font-weight: 700;
  }

  .container-large-21 {
    max-width: 90rem;
  }

  .text-size-large-6 {
    letter-spacing: -.4px;
  }

  .heading-style-h2-2 {
    letter-spacing: -2px;
  }

  .container-large-22 {
    max-width: 90rem;
  }

  .blog4_category-menu.no-scrollbar {
    color: #232426a6;
  }

  .container-large-23, .container-large-11 {
    max-width: 90rem;
  }

  .heading-style-h5-2 {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .heading-style-h2-3 {
    letter-spacing: -2px;
  }

  .container-large-25 {
    max-width: 90rem;
  }

  .tools-bg-blur {
    opacity: .13;
  }

  .hero-outer-block {
    padding-top: 26vh;
  }

  .section-4.full-height.dark {
    min-height: 90vh;
  }

  .container-contact {
    width: 2400px;
    max-width: 200%;
  }

  .link_container.is--submit {
    text-align: center;
    cursor: pointer;
    position: static;
    inset: 0%;
  }

  .skill-bottom {
    max-width: 19rem;
  }

  .text-size-large-8 {
    font-size: 1.1rem;
  }

  .about1-growth_image-wrapper {
    border-radius: 2rem;
    max-height: 600px;
    overflow: hidden;
  }

  .center-header-image-wrapper {
    width: 90vw;
  }

  .center-header-image {
    object-fit: fill;
    object-position: 50% 50%;
  }

  .embed-max-width {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .section_typeform-embed.background-color-tan {
    background-color: var(--light-yellow);
    background-color: #f4f2e4;
  }

  .f-form-step-img-2 {
    background-color: #0461ff;
    display: none;
  }

  .f-input-field-2 {
    border-radius: 8px;
  }

  .pricing26_top-row-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .pricing26_top-row._3-column {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing26_top-row._2-col-mobile {
    padding-top: 0;
    top: 70px;
  }

  .padding-section-large-8.top-2, .text-size-medium-32 {
    font-family: Satoshi, sans-serif;
  }

  .pricing-row-3 {
    border-bottom: 1px solid #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-style-h1-11 {
    clear: none;
    font-weight: 500;
  }

  .padding-global-19 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .padding-global-19.extra-bottom {
    padding-bottom: 90px;
  }

  .heading-style-h1-12 {
    clear: none;
    font-weight: 500;
  }

  .text-size-medium-33 {
    font-size: 1.1rem;
  }

  .div-block-11 {
    border-radius: 24px;
    flex-flow: row;
    height: 692px;
    margin-top: 18px;
  }

  .div-block-12 {
    margin-bottom: 0;
  }

  .heading-26 {
    padding-top: 45px;
    padding-right: 9px;
    line-height: 1.4;
  }

  .div-label {
    background-color: var(--light-yellow);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    min-height: 64px;
    max-height: 64px;
    margin-top: 22px;
    margin-bottom: 22px;
    margin-right: 20px;
    padding-top: 5px;
    padding-right: 26px;
    display: flex;
  }

  .label-text {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    padding-top: 0;
    padding-left: 18px;
    display: flex;
  }

  .text-block-49 {
    flex-flow: row;
    flex: none;
    order: 1;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .div-block-13 {
    order: -1;
    align-self: flex-end;
    padding-left: 0;
  }

  .section-11 {
    background-color: var(--light-yellow);
    width: 100%;
    height: 700px;
    margin-top: 60px;
  }

  .section-12 {
    width: 100%;
    height: 700px;
    margin-top: 60px;
  }

  .fn-features-card-column {
    font-family: Satoshi, sans-serif;
  }

  .fn-features-card-image {
    outline-offset: 0px;
    border: 1px #000;
    border-radius: 0;
    outline: 0 #ecf0ef;
  }

  .fn-heading-4 {
    font-size: 38px;
  }

  .text-block-53 {
    font-family: Satoshi, sans-serif;
  }

  .testimonial-column-light {
    background-color: var(--forrest);
    color: var(--white);
    border-radius: 20px;
  }

  .testimonial-text-two, .fn-section-5, .footer-dark {
    font-family: Satoshi, sans-serif;
  }

  .container-7 {
    margin-bottom: 0;
  }

  .paragraph-8, .paragraph-9 {
    font-family: Satoshi, sans-serif;
  }

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

@media screen and (min-width: 1440px) {
  .main-wrapper.b2b {
    margin-top: 80px;
  }

  .padding-section-large.xl-top {
    padding-top: 12rem;
  }

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

  .section_header78.bg-color {
    position: static;
  }

  .layout350_content {
    height: 60vh;
  }

  .page-padding.text-xolor-white {
    color: #fff;
  }

  .post-hero-component {
    min-height: 37vw;
  }

  .section-post-hero.tablet-bg {
    background-color: var(--white);
  }

  .post-hero-image.hide-tablet {
    max-width: 70vw;
    max-height: 80vh;
  }

  .heading-8 {
    font-size: 2.9rem;
  }

  .other-animated-image._1 {
    top: 71.5px;
  }

  .other-animated-image._3 {
    bottom: 69.5px;
    left: 412.25px;
  }

  .hero-section {
    height: 90svh;
  }

  .image-wrapper-1-1.margin-bottom.margin-large {
    padding-top: 64%;
  }

  .header.section-1.new-hero {
    padding-top: 170px;
  }

  .header.section-1.new-hero.hide {
    display: none;
  }

  .services_page_item {
    padding: 8%;
  }

  .blue-hero-button-section {
    padding-top: 10rem;
    padding-bottom: 7rem;
  }

  .blog4_menu-link:focus {
    background-color: #fff;
    border-width: 2px;
    border-color: #1b1a27;
    border-radius: 80px;
  }

  .blog4_menu-link.w--current {
    background-color: #fff;
    border-width: 2px;
    border-radius: 70px;
  }

  .text-size-medium-26.text-color-white-secondary.title {
    font-size: 1.7rem;
    font-weight: 600;
  }

  .section-home-tools {
    background-image: radial-gradient(circle at 100% 100%, #002b2c00, #002b2c);
    overflow: hidden;
  }

  .tools-item-4 {
    background-color: #00191a;
  }

  .tools-item-icon {
    background-color: #002b2c;
  }

  .tools-item-text {
    align-items: flex-start;
  }

  .tools-item-2 {
    background-color: #00191a;
  }

  .text_eyebrow {
    color: #a7e000;
  }

  .tools-item-3, .tools-item-1 {
    background-color: #00191a;
  }

  .tools-line {
    background-color: #a7e000;
  }

  .mobile-screen-gallery {
    min-width: 110%;
  }

  .mobile-image-gallery-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    position: relative;
  }

  .section-4.full-height.dark {
    min-height: 90vh;
    padding-top: 0;
  }

  .submit_line {
    display: none;
  }

  .home-skill-content {
    align-content: start;
  }

  .skill-bottom {
    max-width: 23.2rem;
  }

  .about1-growth_image-wrapper {
    object-fit: fill;
    max-height: 600px;
  }

  .heading-style-h3-3.text-align-center {
    line-height: 1.2;
  }

  .heading-style-h4-6 {
    font-size: 2rem;
    font-weight: 400;
  }

  .progress-bar-wrapper {
    left: 3.4rem;
  }

  .image-wrapper-1-1-item2.margin-bottom.margin-large, .image-wrapper-1-1-3.margin-bottom.margin-large {
    padding-top: 64%;
  }

  .padding-section-large-8 {
    padding-top: 3rem;
  }

  .heading-compare {
    font-size: 38px;
    font-weight: 400;
  }
}

@media screen and (min-width: 1920px) {
  .utility_form-block {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .main-wrapper.b2b {
    margin-top: 80px;
  }

  .margin-top.margin-medium.negative {
    margin-top: -4rem;
  }

  .margin-top.margin-medium.negative-5 {
    margin-top: -1rem;
  }

  .heading-style-h2.text-color-white {
    letter-spacing: -1px;
  }

  .heading-style-h1 {
    font-size: 4.5rem;
  }

  .button {
    max-width: 400px;
  }

  .padding-global {
    flex: 1;
  }

  .section_header36.background-color-light-yellow.hero-top-margin {
    margin-top: -5.1rem;
    padding-top: 10rem;
  }

  .layout296_component {
    grid-column-gap: 2.5rem;
    min-width: 100%;
  }

  .layout296_item.up, .layout296_item.down {
    align-self: flex-start;
  }

  .layout296_image {
    width: 350px;
  }

  .section_header78.bg-color {
    top: 0;
  }

  .heading-style-h1-2 {
    font-size: 4.5rem;
  }

  .page-padding-grid {
    margin-left: 0;
    padding-right: 3rem;
  }

  .resource-image-wrapper {
    height: 24vw;
  }

  .f-heading-wrapper {
    width: 70%;
  }

  .section_header2.hero-padding-top {
    margin-top: 5.1rem;
  }

  .main-hero-animated-image {
    width: 750px;
    height: 580px;
  }

  .other-animated-image._2 {
    right: 623.141px;
  }

  .other-animated-image._1 {
    top: 32.5px;
    right: 511.141px;
  }

  .other-animated-image._3 {
    left: 512.25px;
  }

  .text-color-forrest-green._90-day {
    font-weight: 500;
  }

  .hero-section {
    z-index: 2;
    height: 1000px;
    position: relative;
  }

  .wrapper.mini-wrapper.text-color-white {
    max-width: 1500px;
  }

  .col.left {
    padding-left: 234px;
  }

  .image-wrapper-1-1.margin-bottom.margin-large {
    background-image: linear-gradient(#a7e0004f, #a7e0004f);
    background-position: 0 0;
    background-size: auto;
  }

  .image-wrapper-1-1.margin-bottom.margin-large.deeper-dive {
    background-image: url('../images/isometric-machine-learning-for-artificial-intelligence-1-ezgif.com-optimize.gif'), linear-gradient(to bottom, var(--forrest), var(--forrest));
    background-size: contain, auto;
    border-radius: 16px;
  }

  .image-wrapper-1-1.margin-bottom.margin-large.a-b {
    background-image: url('../images/isometric-cloud-computing-and-virtualization-technology1-ezgif.com-optimize.gif'), linear-gradient(to bottom, var(--forrest), var(--forrest));
    background-size: contain, auto;
    border-radius: 16px;
  }

  .image-wrapper-1-1.margin-bottom.margin-large.uncover {
    background-image: url('../images/isometric-business-intelligence-and-business-reporting-1.png'), linear-gradient(to bottom, var(--forrest), var(--forrest));
    background-size: contain, auto;
    border-radius: 16px;
  }

  .heading-style-h1-6 {
    font-size: 4.5rem;
  }

  .header.section-1.new-hero {
    background-color: var(--light-yellow);
    padding-top: 170px;
  }

  .heading-style-h1-7 {
    font-size: 4.5rem;
  }

  .heading-style-h1-7.margin-bottom.margin-small.dark, .paragraph-3.big.dark {
    color: var(--black);
  }

  .section-home-tools {
    background-color: #002b2c;
    background-image: radial-gradient(circle at 100% 100%, #a7e0003b, #002b2c00);
  }

  .tools-bg-blur {
    opacity: .24;
  }

  .tools-line {
    background-color: #a7e000;
  }

  .div-block {
    position: relative;
  }

  .hero-image {
    max-width: 1340px;
    position: absolute;
    top: -50%;
    bottom: -2%;
    left: 460px;
  }

  .hero-section-v2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    position: static;
    overflow: visible;
  }

  .logo-section {
    margin-top: -1px;
  }

  .logo-wrapper {
    z-index: 1;
    position: relative;
  }

  .section-4.full-height.dark {
    min-height: 90vh;
  }

  .container-contact.margin-vertical.margin-huge.full-height {
    min-height: 80vh;
  }

  .container-contact.full-height {
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    display: flex;
  }

  .padding-horizontal-2.padding-small.background-color-tan {
    background-color: var(--light-yellow);
  }

  .margin-bottom-3.margin-xs {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .text-size-large-8 {
    font-size: 1.1vw;
  }

  .text-size-large-8.text-weight-semibold {
    font-weight: 400;
  }

  .text-size-large-8.text-weight-semibold.text-color-white {
    font-size: 1.125vw;
    font-weight: 600;
  }

  .text-size-large-8.text-weight-semibold.text-color-white:hover {
    color: #fff;
  }

  .text-size-regular-5 {
    font-size: 1vw;
  }

  .about1-growth_image-wrapper {
    max-height: 600px;
  }

  .text-block-6 {
    line-height: 1.3rem;
  }

  .image-option-2 {
    min-width: 100vw;
  }

  .text-size-tiny-4 {
    color: #fff;
    font-size: .75vw;
  }

  .footer-column-heading {
    font-size: 1vw;
  }

  .container-large-31 {
    max-width: 100vw;
  }

  .heading-medium {
    color: var(--forrest);
    font-size: 2vw;
    font-weight: 500;
  }

  .navbar-link-2 {
    font-size: .85vw;
  }

  .hero-subheading {
    grid-template-columns: 2.5fr 1fr;
  }

  .main-footer-link {
    text-align: center;
    font-size: .875vw;
  }

  .heading-style-h3-3 {
    font-size: 2.5vw;
  }

  .footer-form-block {
    width: 40vw;
    max-width: 39rem;
  }

  .section-image-divider {
    min-height: 45vh;
  }

  .button-21.alternate, .button-21.secondary {
    font-size: 1vw;
  }

  .max-width-large-3 {
    max-width: 54rem;
  }

  .text-size-medium-30, .form-input-footer {
    font-size: 1vw;
  }

  .about-growth-content {
    max-width: 500px;
  }

  .heading-style-h4-6.text-weight-normal {
    font-size: 2vw;
  }

  .footer-newsletter-wrapper {
    align-items: center;
  }

  .divider-image-container {
    background-image: url('../images/aquarium-algae-elements-of-flora-in-fishbowl-P3NP7L6_1aquarium-algae-elements-of-flora-in-fishbowl-P3NP7L6.webp');
    background-position: 50%;
    background-size: auto;
    width: 100%;
    height: 100%;
    min-height: 45vh;
  }

  .divider-image-container.index-1 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .text-size-small-6 {
    font-size: .875vw;
  }

  .center-header-image-wrapper {
    max-height: 660px;
  }

  .center-header-image {
    min-height: 600px;
  }

  .embed-max-width {
    flex: 1;
  }

  .f-heading-wrapper-2 {
    width: 70%;
  }

  .pricing26_top-row._2-col-mobile.wp-care {
    padding-bottom: 30px;
  }

  .main-container {
    max-width: 90rem;
    padding-left: 0;
    padding-right: 0;
  }

  .button-26.adjacent-to-input.button-yellow.desktop-borders.left-stroke-mobile {
    border-style: solid;
  }

  .grid-halves {
    place-items: center start;
  }

  .form-input {
    border-color: var(--black);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .seo-hero {
    background-image: linear-gradient(#2a5c75, #2a5c75);
  }

  .text-size-medium-30-copy {
    font-size: 1.8rem;
  }

  .text-size-medium-30-copy.text-color-white {
    color: #fff;
  }

  .tab-outer-wrapper {
    margin-left: 230px;
  }

  .tabs {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: minmax(200px, 1fr);
    grid-auto-flow: row dense;
    justify-content: flex-end;
  }

  .tabs-menu {
    max-width: 587px;
  }

  .tab-image.light-green {
    background-color: #dff8ea;
  }

  .tab-content {
    justify-content: flex-end;
    align-items: center;
    max-width: 53%;
    display: flex;
  }

  .developer-wrapper.align-right {
    justify-items: end;
  }

  .developer-left.pl0 {
    height: auto;
  }

  .developer-right, .developer-right._w-552 {
    margin-left: 64px;
  }

  .developer-right.mr64 {
    margin-left: auto;
  }

  .community-image {
    height: auto;
  }

  .seo-hero-2 {
    background-image: linear-gradient(#2a5c75, #2a5c75);
  }

  .heading-style-h1-11 {
    font-size: 4.5rem;
  }

  .padding-global-19 {
    flex: 1;
  }

  .heading-style-h1-12 {
    font-size: 4.5rem;
  }

  .button-27 {
    max-width: 400px;
  }

  .section {
    padding-top: 5rem;
  }

  .heading-33 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .navbar11_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar11_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar11_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar11_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar11_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

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

  .navbar11_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0;
  }

  .navbar11_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar11_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar11_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header36_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header36_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header36_image {
    height: auto;
    max-height: none;
  }

  .layout65_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .blog41_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog41_heading {
    margin-right: 3rem;
  }

  .blog41_button-row {
    flex: none;
  }

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

  .cta51_card {
    padding: 3rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .libraries-header_image-inner-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-left: -50%;
  }

  .libraries-featured_component {
    background-position: 50% 100%;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .libraries-featured_text-wrapper {
    padding: 3rem 2.5rem 0;
  }

  .libraries-featured_text-wrapper.text-color-white {
    padding: 2rem 0;
  }

  .libraries-featured_image {
    margin-top: 0;
  }

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

  .layout350_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .project-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .project-content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .project-image {
    height: auto;
    max-height: none;
  }

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

  .header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .page-padding-grid {
    grid-template-columns: minmax(3rem, 1fr) minmax(auto, 96rem) minmax(3rem, 1fr);
  }

  .support-hero-component {
    flex-direction: column-reverse;
  }

  .hero-image-half {
    width: 100%;
    height: 120vw;
    margin-right: 0;
    padding-top: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    position: relative;
  }

  .image-full {
    overflow: hidden;
  }

  .support-left-side {
    width: 100%;
    max-width: none;
    padding-bottom: 6rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .page-padding {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tab-title {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-icon {
    width: 3.5rem;
    height: 3.5rem;
    padding: .8rem;
  }

  .home-cohort-grid {
    grid-template-columns: 1fr;
  }

  .card-collection-intro {
    min-height: auto;
    margin-left: 0;
  }

  .post-body-component {
    grid-template-columns: 1fr;
  }

  .post-body {
    width: 100%;
  }

  .post-hero-content {
    padding-top: 8rem;
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
  }

  .post-hero-content.blog {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .post-hero-component {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .section-post-hero.tablet-bg {
    background-color: var(--light-yellow);
  }

  .post-hero-image {
    height: 75vw;
    margin-right: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    padding: 1rem 3rem;
  }

  .collection-cohort-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-cohort-item:nth-child(2n) {
    margin-top: 12rem;
    margin-bottom: -12rem;
  }

  .card-collection-list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-bottom: 0;
  }

  .card-arrow-trigger {
    display: none;
  }

  .f-steps-wrap.is--7, .f-error-message {
    width: 100%;
  }

  .f-container.is--form-7 {
    padding-right: 3rem;
  }

  .f-form-img-wrap {
    display: none;
  }

  .f-form-steps-item.is---7 {
    width: 100%;
  }

  .header2_component {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-global-8.hero-slim {
    margin-bottom: -24px;
  }

  .footer1_top-wrapper-dark {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .process_item-container {
    height: 20rem;
    display: flex;
  }

  .process_item-image_container {
    width: 100%;
    height: auto;
  }

  .process_item-image_container.step-3 {
    width: auto;
    height: 100%;
  }

  .process_item-image.step-2-arrow {
    max-width: 35%;
  }

  .process_item-image.step-3-1 {
    height: 22%;
    top: 16%;
    transform: scale(.8);
  }

  .process_item-image.step-3-2 {
    height: 22%;
    top: 37%;
    transform: scale(.8);
  }

  .process_item-image.step-3-3 {
    max-width: 100%;
    height: 22%;
    top: 58%;
    transform: scale(.8);
  }

  .process_item-image.step-1 {
    transform: scale(1)translate(0, .6rem)rotate(-15deg);
  }

  .pricing22_top-row-price {
    font-size: 3.25rem;
  }

  .layout353_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout41_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .hero-section {
    height: auto;
  }

  .image-6 {
    top: 175px;
    left: 0;
  }

  ._2-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper {
    width: auto;
  }

  .wrapper.mini-wrapper {
    width: auto;
    padding-left: 40px;
  }

  .wrapper.mini-wrapper.text-color-white {
    max-width: 80%;
  }

  .col.right {
    display: none;
  }

  .col.left {
    padding-top: 68px;
  }

  .heading-style-h1-6 {
    font-size: 3.25rem;
  }

  .heading-style-h1-6.margin-bottom.margin-small {
    font-size: 3.4rem;
  }

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

  .hide-desktop {
    width: 390px;
    margin-bottom: 61px;
    display: block;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .story-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-5 {
    top: 118px;
    left: 30px;
  }

  .image-background-sticky {
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .layout353_content-item.content-item-1 {
    margin-bottom: 4rem;
  }

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

  .header.section-1 {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .image-4 {
    width: 950px;
    top: 128px;
    left: -61px;
  }

  .heading-style-h1-7 {
    font-size: 3.25rem;
  }

  .heading-style-h1-7.margin-bottom.margin-small {
    font-size: 3.4rem;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .padding-global-2 {
    margin-bottom: 0;
  }

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

  .list-bullow {
    max-width: 610px;
  }

  .heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .image-11 {
    max-width: 100%;
  }

  .heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .paragraph-3, .paragraph-4 {
    font-size: 18px;
  }

  .tools_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tools_tab {
    flex: 1;
  }

  .tools_tab-content {
    padding-right: 1rem;
  }

  .tools_container {
    flex-direction: column;
  }

  .tools_menu {
    flex-direction: row;
    width: 100%;
    margin-bottom: 2rem;
  }

  .tools-bg-grid {
    width: 50%;
    max-width: 46rem;
  }

  .heading-style-h4-3 {
    font-size: 1.75rem;
  }

  .split-image-component, .layout192_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .content23_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .layout3_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h4-4 {
    font-size: 1.75rem;
  }

  .event12_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .libraries-featured_text-wrapper_2_col {
    padding: 3rem 2.5rem 0;
  }

  .libraries-featured_text-wrapper_2_col.text-color-white {
    padding: 2rem 0;
  }

  .swiper__nav {
    margin-top: 32px;
  }

  .swiper-slide.slide--stories {
    width: auto;
  }

  .swiper__nav-arrow:hover {
    border-color: #0000;
  }

  .swiper__nav-arrow.mod--left {
    border-color: #1e1e2f26;
  }

  .nav-link-2 {
    text-align: left;
    margin-left: 0;
    padding: 16px 24px;
  }

  .nav-link-2.d-none {
    display: block;
  }

  .secondary {
    padding-left: 40px;
    padding-right: 60px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-button {
    background-color: #0000;
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .primary, .primary.d-none {
    display: block;
  }

  .hero-paragraph {
    width: 100%;
    max-width: 367px;
    font-size: 16px;
    line-height: 28px;
  }

  .nav-link-wrapper {
    background-color: #5423e7;
    border: 1px solid #fff3;
    border-radius: 16px;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .icon {
    display: none;
  }

  .nav-menu {
    z-index: 2;
    background-color: #0000;
    width: 90%;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .hero-image {
    max-width: 100%;
    top: 13px;
    left: 320px;
  }

  .menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .hero-wrapper {
    padding-bottom: 80px;
  }

  .nav-button-wrapper {
    z-index: -4;
    display: none;
  }

  .nav-button-wrapper.d-none {
    display: none;
  }

  .hero-left {
    z-index: 1;
    max-width: 50%;
  }

  .hero-left.mouse {
    max-width: 100%;
  }

  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .navbar-outer-wrapper {
    z-index: 780;
    justify-content: space-between;
  }

  .button-block.mt32 {
    margin-top: 24px;
  }

  .button-block.mt48.d-none {
    display: none;
  }

  .hero-outer-block {
    padding-top: 168px;
  }

  .logo-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .logo-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .logo-left {
    max-width: 218px;
  }

  .logo-right {
    max-width: none;
    height: 54px;
  }

  .hero-text-back, .hero-text-main, .hero-text-mid {
    font-size: 13vw;
  }

  .cursor {
    display: none;
  }

  .form_contain {
    width: 100%;
  }

  .container-contact {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .home-benefits-title {
    max-width: 20rem;
  }

  .home-benefits-item {
    padding-top: 4rem;
  }

  .home-benefits-description {
    padding-bottom: 0;
  }

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

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h1-8 {
    font-size: 6rem;
  }

  .home-skill-content {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
  }

  .home-skill-item {
    border-top: 1px solid #f3f0dc80;
  }

  .heading-style-h3-2 {
    font-size: 3.5rem;
  }

  .home-skill-copy {
    grid-template-columns: 1fr 1fr;
  }

  .home-skill-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-skill-sticky {
    padding-bottom: 6rem;
  }

  .vericles-detail-block {
    grid-template-columns: 1fr;
  }

  .verticles-projects-image {
    min-height: 90vw;
    padding-top: 0;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-portfolio-title {
    max-width: 22.5rem;
  }

  .verticles-projects {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    padding-left: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-service-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .home-service-top {
    padding-top: 3rem;
    padding-bottom: 8rem;
  }

  .home-banner_content {
    max-width: 70vw;
  }

  .home-faq-top {
    grid-template-columns: 2rem 1fr auto;
  }

  .home-service_card {
    border-bottom: 1px dashed #e7eeee;
    border-right-style: none;
    padding: 3rem 0;
  }

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-service_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-faq-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
  }

  .grid-large {
    grid-template-columns: minmax(1rem, 1fr) minmax(auto, 104rem) minmax(1rem, 1fr);
  }

  .home-service_grid {
    padding-top: 8rem;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-regular-4 {
    font-size: 1.1rem;
  }

  .process_item-image_container-2 {
    width: 100%;
    height: auto;
  }

  .home-banner_com {
    align-items: center;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .checkout-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .checkout-form {
    padding-right: 5vw;
  }

  .checkout-left {
    grid-row-gap: 24px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .checkout-right {
    min-width: auto;
    padding: 48px 40px 120px;
  }

  .section-7, .checkout-heading {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 5rem;
    position: absolute;
    overflow: auto;
  }

  .bottom-line {
    background-color: #081d5e;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-icon-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar-dropdown-content {
    flex-direction: column;
  }

  .navbar-dropdown-content-layout {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu-dropdown {
    width: 100%;
  }

  .navbar-bottom-bar {
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .heading-style-h1-9 {
    font-size: 3.25rem;
  }

  .footer-legal-link {
    font-size: .7rem;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .padding-bottom-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .top-line {
    background-color: #081d5e;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-top-3 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar-menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 5rem;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large-4 {
    padding: 4rem 2rem 6rem;
  }

  .middle-line {
    background-color: #081d5e;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .legal-content {
    margin-bottom: 3rem;
  }

  .footer-toop-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .navbar-dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar-dropdown-list.w--open {
    background-color: #0000;
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .about-growth-component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .menu-icon-line-middle {
    background-color: #040319;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-6 {
    line-height: 1.3;
  }

  .image-option-2 {
    object-fit: cover;
    min-height: 45vh;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-values-list {
    grid-column-gap: 2rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .navbar-link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .page-padding-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-section-large-5 {
    padding: 4rem 2rem 6rem;
  }

  .navbar-split-menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

  .padding-section-xl {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-style-h3-3 {
    font-size: 2.25rem;
  }

  .heading-style-h2-5 {
    font-size: 2.75rem;
  }

  .padding-global-14 {
    object-fit: fill;
    max-width: 100%;
  }

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

  .footer-newsletter-text-wrapper {
    margin-bottom: 1.5rem;
  }

  .menu-icon-line-top {
    background-color: #040319;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .about-team-list {
    grid-template-columns: 1fr 1fr;
  }

  .footer-social-icons {
    margin-bottom: 2rem;
  }

  .main-footer-bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-details-column-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3.75rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4-6 {
    font-size: 1.75rem;
  }

  .heading-style-h4-6.text-weight-normal {
    font-size: 5vw;
  }

  .footer-newsletter-wrapper {
    justify-content: flex-start;
    margin-bottom: 4.5rem;
    display: block;
  }

  .heading-style-h5-4 {
    font-size: 3vw;
  }

  .menu-icon-line-bottom {
    background-color: #040319;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .divider-image-container.index-1 {
    background-image: none;
    background-size: auto;
    min-height: 100%;
  }

  .heading-style-h1-10 {
    letter-spacing: -2px;
    font-size: 4rem;
  }

  .padding-section-large-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .tiemline-content-right {
    padding: 0 5rem;
  }

  .timeline-component-left {
    padding-bottom: 0;
    padding-right: 5rem;
  }

  .timeline-image-wrapper {
    align-items: stretch;
  }

  .timeline-step {
    grid-column-gap: 24px;
  }

  .timeline-image {
    align-self: stretch;
  }

  .timeline-component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .timeline-component.background-color-gray {
    grid-row-gap: 0rem;
    border-radius: 48px;
    grid-template-columns: 1fr;
  }

  .heading-style-h4-7 {
    font-size: 1.75rem;
  }

  .margin-medium-2 {
    margin: 1.5rem;
  }

  .form_contain-2 {
    width: 100%;
  }

  .pricing26_top-row-content {
    padding: 1.5rem 1rem;
  }

  .padding-section-large-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .pricing26_top-row-price {
    font-size: 2.5rem;
  }

  .pricing26_top-row, .pricing26_row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-24.max-width-full.is-pricing26-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-large-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .pricing26_top-row-price-2 {
    font-size: 3.25rem;
  }

  .button-25.max-width-full.is-pricing26-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-mobile.is-light.hide-tablet {
    margin-top: 1rem;
    display: block;
  }

  .pricing26_row-copy {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-link-3 {
    margin: 3px 0;
  }

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

  .nav-dropdown {
    margin: 3px 0;
  }

  .dropdown {
    border-style: none;
    padding: 0;
    position: relative;
  }

  .dropdown.w--open {
    padding-bottom: 7px;
  }

  .menu-button-icon {
    display: block;
  }

  .grid-halves-section {
    grid-template-columns: 1fr;
  }

  .section-8.align-content-center.hero-section {
    min-height: auto;
  }

  .container-large-36.reduced-width {
    max-width: 580px;
  }

  .checklist-grid-thirds {
    grid-template-columns: 1fr;
    max-width: 474px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .ui-snippet-box {
    min-height: 368px;
  }

  .in-flow-icon {
    margin-bottom: 14px;
  }

  .metrics-grid-thirds {
    grid-column-gap: 28px;
  }

  .metric-handwriting-2 {
    font-size: 112px;
    line-height: 112px;
  }

  .feature-box-grid {
    grid-template-columns: 1fr;
    max-width: 474px;
    margin-left: auto;
    margin-right: auto;
  }

  .subscribe-form-section {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer-small-links.fine-print-text {
    margin-top: 14px;
  }

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

  .nav-link-4 {
    text-align: left;
    margin-left: 0;
    padding: 16px 24px;
  }

  .icon-3 {
    display: none;
  }

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

  .tab-outer-wrapper {
    margin-left: 0;
    padding-bottom: 80px;
  }

  .tabs-menu {
    min-width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .tab-link:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .tab-link.w--current {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 9px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tab-image {
    margin-top: 32px;
    display: none;
  }

  .tab-image.light-green, .tab-image.purple, .tab-image.yellow {
    display: none;
  }

  .ecommerce-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .w488, .paragraph-wrapper, .group-image, .group-image.mw-720, .group-image.mw-1100 {
    max-width: none;
  }

  .p120, .p120.bg-color {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .card-heading {
    letter-spacing: -.76px;
  }

  .card-heading.pr56 {
    padding-right: 0;
  }

  .card-heading.pr80 {
    padding-right: 48px;
  }

  .heading-h3 {
    font-size: 40px;
    line-height: 50px;
  }

  .green-bg, .light-green-bg {
    padding-top: 48px;
  }

  .developer-wrapper {
    grid-template-columns: 1fr;
  }

  .developer-wrapper.align-right {
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }

  .developer-left {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .developer-left.pl100 {
    max-width: none;
    padding-top: 40px;
    padding-left: 40px;
  }

  .developer-left.light-orange {
    max-width: none;
    padding-left: 40px;
  }

  .developer-left.pl0 {
    padding-right: 40px;
  }

  .developer-right {
    max-width: none;
    margin-left: 0;
  }

  .developer-right.mr64 {
    margin-right: 0;
  }

  .developer-right.mb160 {
    margin-bottom: 0;
  }

  .w320 {
    max-width: none;
  }

  .card-title-copy {
    letter-spacing: -.76px;
  }

  .heading-h3-copy {
    font-size: 40px;
    line-height: 50px;
  }

  .pb160 {
    padding-bottom: 64px;
  }

  .card-block.gray, .card-block.r0 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .block-quote {
    font-size: 16px;
    line-height: 28px;
  }

  .card-title {
    letter-spacing: -.76px;
  }

  .community-image {
    height: 100%;
  }

  .support-wrapper {
    grid-template-columns: 1fr;
  }

  .section-10.align-content-center.hero-section {
    min-height: auto;
  }

  .heading-style-h1-11 {
    font-size: 3.25rem;
  }

  .container-large-37.reduced-width {
    max-width: 580px;
  }

  .padding-section-large-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1-12 {
    font-size: 3.25rem;
  }

  .div-block-5 {
    grid-template-rows: 195px;
    margin-left: 10px;
  }

  .section-1 {
    background-color: #f4f2e4;
    border-radius: 20px;
    height: 12px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .heading-20 {
    background-color: #002b2c;
    border-radius: 7px;
    margin-top: 2rem;
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .container-2 {
    max-width: 728px;
  }

  .margin-bottom-24px12 {
    margin-bottom: auto;
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .fn-heading-3 {
    font-size: 32px;
  }

  .fn-features-card-with-image.slider-cards {
    flex: none;
    width: 411px;
  }

  .fn-solutions-card-wrapper {
    width: 100vw;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .fn-heading-4, .fn-heading-5 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .fn-heading-6 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .fn-section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

  .container-4 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .container-5 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .container-6 {
    max-width: 728px;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

  .fn-faq-link {
    transition: none;
  }

  .fn-faq-link:hover {
    opacity: 1;
  }

  .fn-heading-7 {
    font-size: 28px;
  }

  .fn-heading-8 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .metric-handwriting {
    font-size: 112px;
    line-height: 112px;
  }

  .link-banner {
    min-height: 28em;
  }

  .banners {
    grid-row-gap: .75em;
    flex-direction: column;
  }

  .in-flow-icon-2 {
    margin-bottom: 14px;
  }

  .team-member-grid {
    grid-template-columns: 1fr;
    max-width: 474px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-field-2 {
    min-width: auto;
  }

  .logo-footer {
    max-height: 18px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    align-self: flex-start;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar11_component {
    min-height: 4rem;
  }

  .navbar11_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar11_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar11_dropdown-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .header36_component {
    padding-top: 4rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .rl-navbar_loop-copy {
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }

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

  .layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .testimonial17_content {
    padding: 1.5rem;
  }

  .testimonial17_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .blog41_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog41_heading {
    margin-right: 0;
  }

  .blog41_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog41_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta51_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta51_card {
    padding: 2rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .home-services-grid-left-inner {
    padding-bottom: 4rem;
    position: static;
  }

  .libraries-header_image-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .libraries-featured_component {
    background-position: 75% 200%;
  }

  .libraries-featured_text-wrapper {
    padding: 2.5rem 2rem 2rem;
  }

  .libraries-featured_text-wrapper.text-color-white {
    padding-bottom: 2rem;
  }

  .layout296_component, .layout350_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout350_tabs-menu {
    display: none;
    position: relative;
    top: 0;
  }

  .layout350_tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .layout350_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-size-medium-9 {
    font-size: 1rem;
  }

  .layout350_mobile-image-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .layout350_mobile-image {
    position: static;
  }

  .layout350_desktop-image-wrapper {
    display: none;
  }

  .project-component {
    padding-top: 4rem;
  }

  .blog8_category-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog8_category-menu.no-scrollbar {
    justify-content: flex-start;
  }

  .blog8_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .header1_component {
    grid-row-gap: 3rem;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .page-padding-grid {
    grid-template-columns: minmax(1.25rem, 1fr) minmax(auto, 96rem) minmax(1.25rem, 1fr);
  }

  .hero-image-half {
    height: 120vw;
  }

  .support-left-side {
    padding-bottom: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-large {
    font-size: 2.5rem;
  }

  .tab-top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-small {
    font-size: 1.75rem;
  }

  .card-collection-intro {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .post-body-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .post-hero-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .post-hero-content.blog {
    padding-bottom: 3rem;
  }

  .nav-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .collection-cohort-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .card-collection-list {
    grid-column-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .resource-image-wrapper {
    height: 70vw;
  }

  .f-container.is--form-7 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .header2_component {
    grid-row-gap: 3rem;
  }

  .padding-global-8.hero-slim {
    margin-bottom: -24px;
  }

  .footer1_top-wrapper-dark {
    grid-row-gap: 3rem;
  }

  .footer1_menu-wrapper-dark {
    grid-column-gap: 1.5rem;
  }

  .footer1_bottom-wrapper-dark {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .process_item-image_container.step-3 {
    width: 100%;
  }

  .layout414_image-wrapper {
    width: 40vw;
  }

  .pricing22_top-row-price {
    font-size: 2.5rem;
  }

  .layout353_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-large-4 {
    font-size: 1.125rem;
  }

  .layout353_content-left {
    position: static;
  }

  .layout353_content-left.b2b {
    padding-top: 0;
  }

  .button-9.forrest-green {
    color: #fff;
    background-color: #002b2c;
    border-color: #002b2c;
  }

  .heading-style-h6-2 {
    font-size: 1.125rem;
  }

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

  .text-color-forrest-green._90-day {
    margin-top: 0;
    font-size: 2rem;
    font-weight: 400;
  }

  .layout41_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .image-6 {
    top: 153px;
  }

  ._2-col-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  ._2-col-grid.contact {
    grid-template-columns: repeat(auto-fit, 50%);
  }

  .col.left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-size-medium-19 {
    font-size: 1rem;
  }

  .heading-style-h1-6 {
    font-size: 2.5rem;
  }

  .faq-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .pricing22_feature {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-5 {
    top: 128px;
    bottom: auto;
  }

  .text-size-medium-20 {
    font-size: 1rem;
  }

  .heading-small-2 {
    font-size: 1.75rem;
  }

  .layout353_content-item.content-item-4 {
    margin-bottom: 0;
  }

  .tab-bottom-2 {
    grid-template-columns: 1fr 3.5rem;
    padding: 2rem;
  }

  .pricing22_empty-space {
    display: none;
  }

  .pricing22_top-row-price-month {
    font-size: 1.25rem;
  }

  .pricing22_bottom-row, .pricing22_top-row {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing22_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-medium-21 {
    font-size: 1rem;
  }

  .image-4 {
    top: 60px;
    left: -126px;
  }

  .heading-style-h1-7 {
    font-size: 2.5rem;
  }

  .text-size-large-6 {
    font-size: 1.125rem;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .pagination1_page-button-wrapper {
    display: none;
  }

  .text-size-medium-22 {
    font-size: 1rem;
  }

  .testimonial17_content-2 {
    padding: 1.5rem;
  }

  .padding-global-2 {
    margin-bottom: 0;
  }

  .blog4_menu-link.last-link {
    margin-right: 2rem;
  }

  .blog4_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-23 {
    font-size: 1rem;
  }

  .blog4_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog4_category-menu.no-scrollbar {
    justify-content: flex-start;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-medium-26 {
    font-size: 1rem;
  }

  .tools_tab-title {
    font-size: 1.25rem;
  }

  .tools_tab-content {
    padding-right: 0;
    display: none;
  }

  .tools_container {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .tools-item-4 {
    background-color: #f0eee6;
  }

  .tools_menu {
    flex-direction: row;
    margin-top: 0;
    margin-right: 0;
  }

  .tools-item-2 {
    background-color: #f0eee6;
  }

  .tools_tab-header {
    align-self: center;
  }

  .tools-item-3, .tools-item-1 {
    background-color: #f0eee6;
  }

  .heading-style-h4-3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-medium-27 {
    font-size: 1rem;
  }

  .padding-global-11 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .split-image-component, .layout192_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .content23_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .layout3_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .button-15 {
    display: none;
  }

  .text-size-medium-29 {
    font-size: 1rem;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h5-3 {
    font-size: 1.25rem;
  }

  .heading-style-h4-4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .event12_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .libraries-featured_text-wrapper_2_col {
    padding: 2.5rem 2rem 2rem;
  }

  .libraries-featured_text-wrapper_2_col.text-color-white {
    padding-bottom: 2rem;
  }

  .swiper-slide {
    width: 100%;
  }

  .m40 {
    margin-top: 34px;
  }

  .nav-link-2 {
    padding: 13px 17px;
    font-size: 16px;
    line-height: 26px;
  }

  .brand {
    max-width: 60px;
  }

  .secondary {
    letter-spacing: -.17px;
    background-position: 86%;
    padding-left: 34px;
    padding-right: 56px;
    font-size: 16px;
    line-height: 24px;
  }

  .secondary.p12 {
    background-position: 81%;
    padding-left: 34px;
    padding-right: 66px;
  }

  .secondary.p12:hover {
    background-position: 86%;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .primary.d-none {
    padding-left: 22px;
    padding-right: 40px;
    line-height: 26px;
  }

  .brand-small {
    display: block;
  }

  .hero-paragraph {
    max-width: none;
    font-size: 16px;
    line-height: 28px;
  }

  .nav-link-wrapper {
    border-radius: 0 0 16px 16px;
    padding-bottom: 0;
  }

  .nav-menu {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image {
    position: static;
  }

  .menu {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .hero-wrapper {
    padding-bottom: 34px;
  }

  .hero-left {
    max-width: none;
  }

  .navbar {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .brand-image {
    display: none;
  }

  .navbar-outer-wrapper {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .button-block.mt32 {
    margin-top: 22px;
  }

  .button-block.mt48 {
    margin-top: 26px;
  }

  .hero-outer-block {
    padding-top: 120px;
  }

  .logo-wrapper {
    flex-direction: column;
  }

  .logo-left {
    max-width: none;
  }

  .logo-heading {
    letter-spacing: 2.18px;
    line-height: 26px;
  }

  .logo-right {
    max-width: none;
    height: auto;
  }

  .home-benefits-title {
    max-width: 16rem;
  }

  .home-benefits-item {
    padding-top: 4rem;
  }

  .text-size-regular-3.dual-paragraph {
    column-count: 1;
  }

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h1-8 {
    font-size: 5rem;
  }

  .home-skill-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .home-skill-item {
    border-right-style: none;
    padding: 1.9rem .5rem;
  }

  .heading-style-h3-2 {
    font-size: 3rem;
  }

  .home-skill-copy {
    grid-template-columns: 1fr;
  }

  .heading-style-h2-4 {
    font-size: 5rem;
  }

  .home-skill-sticky {
    padding-bottom: 5rem;
  }

  .text-size-small-3 {
    font-size: 1.1rem;
  }

  .heading-style-h2-4-copy {
    font-size: 5rem;
  }

  .home-portfolio-grid {
    grid-template-columns: 1fr;
    padding-bottom: 1rem;
  }

  .verticles-projects-image {
    padding-bottom: 2rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .verticles-projects {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2.25rem;
    padding-bottom: 4.5rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-portfolio-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding: 1.3rem;
  }

  .home-portfolio-height {
    padding-top: 45%;
  }

  .medium-logo {
    height: 1.7rem;
  }

  .home-service-intro {
    max-width: 22rem;
  }

  .home-service-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

  .home-service-top {
    padding-bottom: 6rem;
  }

  .home-faq-list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-faq-list.radius-regular {
    padding: 0 1rem;
  }

  .slider-arrow {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home-banner_content {
    max-width: 80vw;
  }

  .home-faq-top {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .home-service_card {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-service_card.end {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .home-banner_slide.swiper-slide {
    padding: 1rem;
  }

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .home-service_top {
    max-width: 100%;
  }

  .home-faq-content {
    margin-bottom: 1.75rem;
    padding: 1.75rem 1.5rem;
  }

  .home-faq-content.radius-regular {
    padding: 1.2rem;
  }

  .home-service_grid {
    padding-top: 6rem;
  }

  .letter-animation {
    width: 100%;
    overflow: hidden;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h4-5, .text-size-regular-4 {
    font-size: 1rem;
  }

  .home-banner_com {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .checkout-component {
    padding: 40px 36px;
  }

  .cart-item-top {
    margin-bottom: 24px;
  }

  .row {
    flex-direction: column;
  }

  .checkout-left {
    padding-top: 48px;
  }

  .checkout-right {
    padding: 40px 36px 100px;
  }

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

  .checkout-banner {
    min-height: 260px;
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .checkout-heading {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .padding-global-13 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar-dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .banner-content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 1rem;
  }

  .navbar-component {
    min-height: 4rem;
  }

  .navbar-dropdown-content-layout {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer-credit-text {
    margin-top: 1rem;
  }

  .heading-style-h1-9 {
    font-size: 2.5rem;
  }

  .footer-legal-link {
    font-size: .9rem;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .padding-bottom-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top-3 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large-4 {
    padding: 4rem 2rem;
  }

  .legal-content {
    margin-bottom: 2rem;
  }

  .banner-content-wrapper {
    align-items: center;
  }

  .banner-close-button {
    margin-left: 0;
  }

  .text-size-large-8 {
    font-size: 1.125rem;
  }

  .about-growth-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer-extended-credit-text {
    margin-top: 1rem;
  }

  .heading-style-h6-3 {
    font-size: 1.125rem;
  }

  .footer-top-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .footer-legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .about-values-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .padding-section-large-5 {
    padding: 4rem 0;
  }

  .hero-subheading {
    grid-column-gap: 16px;
    grid-template-columns: 2.5fr;
    align-items: start;
  }

  .padding-section-xl {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h3-3 {
    font-size: 2rem;
  }

  .heading-style-h2-5 {
    font-size: 2.25rem;
  }

  .padding-global-14 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-team-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navbar-component-2 {
    min-height: 4rem;
  }

  .main-footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .text-size-medium-30 {
    font-size: 1rem;
  }

  .product-details-column-container {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4-6 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .about-header-image-wrapper {
    width: 18rem;
  }

  .footer-newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .heading-style-h5-4 {
    font-size: 6vw;
  }

  .center-header-image-wrapper {
    min-height: 350px;
  }

  .heading-style-h1-10 {
    letter-spacing: -2px;
    font-size: 3rem;
  }

  .padding-section-large-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .center-header-image {
    object-fit: cover;
    object-position: 60% 50%;
    min-height: 350px;
  }

  .tiemline-content-right {
    padding: 0 2rem;
  }

  .timeline-component-left {
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .timeline-component {
    grid-template-columns: 1fr;
  }

  .timeline-component.background-color-gray {
    grid-row-gap: 0rem;
  }

  .heading-style-h4-7 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .progress-bar-wrapper {
    left: 2rem;
  }

  .margin-medium-2 {
    margin: 1.25rem;
  }

  .button-23 {
    display: none;
  }

  .pricing22_top-row-4top {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing26_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing26_row-content.is-first, .pricing26_top-row-content.is-first {
    border-left-style: none;
  }

  .padding-section-large-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pricing26_top-row-price {
    font-size: 2.5rem;
  }

  .pricing26_top-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-style-h6-4 {
    font-size: 1.125rem;
  }

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

  .text-size-medium-31 {
    font-size: 1rem;
  }

  .pricing26_feature {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--white-smoke);
    text-align: center;
    padding-right: 1rem;
  }

  .pricing26_empty-space {
    display: none;
  }

  .pricing26_tabs-menu {
    margin-bottom: 3rem;
  }

  .pricing26_row-content-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing26_row-content-2.is-first {
    border-left-style: none;
  }

  .padding-section-large-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pricing26_top-row-price-2 {
    font-size: 2.5rem;
  }

  .pricing26_top-row-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-style-h6-5 {
    font-size: 1.125rem;
  }

  .pricing26_row-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-size-medium-32 {
    font-size: 1rem;
  }

  .pricing26_feature-2 {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    padding-right: 1rem;
  }

  .pricing26_row-copy {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pricing-row._3-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .extra-large-text {
    font-size: 24px;
    line-height: 32px;
  }

  .form-input-2 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .checklist-grid-thirds {
    grid-row-gap: 28px;
  }

  .large-heading {
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 48px;
  }

  .grid-halves.white-bg {
    grid-template-columns: 1fr;
  }

  .action-row {
    margin-top: 21px;
  }

  .metrics-grid-thirds {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .medium-heading {
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 42px;
  }

  .footer-bottom-row {
    flex-direction: column;
  }

  .text-size-medium-30-copy {
    font-size: 1rem;
  }

  .nav-link-4 {
    padding: 13px 17px;
    font-size: 16px;
    line-height: 26px;
  }

  .p160 {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .sub-heading {
    line-height: 25px;
  }

  .sub-heading.grey {
    line-height: 24px;
  }

  .tab-outer-wrapper {
    padding-bottom: 52px;
  }

  .tab-link, .tab-link.w--current {
    padding-left: 32px;
    padding-right: 32px;
  }

  .question-block {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .number {
    line-height: 24px;
  }

  .answer-block.open {
    margin-top: 20px;
  }

  .grey-text {
    font-size: 16px;
    line-height: 26px;
  }

  .answer-text {
    font-size: 16px;
    line-height: 28px;
  }

  .group-image.mw-1100 {
    width: 100%;
  }

  .p120 {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .p120.bg-color {
    padding-top: 26px;
    padding-bottom: 0;
  }

  .card-wrapper {
    grid-template-columns: 1fr;
  }

  .card {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    padding: 26px 32px;
  }

  .card-heading {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-h3 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .text-content {
    font-size: 16px;
    line-height: 28px;
  }

  .green-bg, .light-green-bg {
    padding-top: 0;
  }

  .grey-font {
    font-size: 16px;
    line-height: 28px;
  }

  .developer-wrapper {
    grid-template-columns: 1fr;
  }

  .developer-wrapper.align-right {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .developer-left {
    padding-top: 34px;
    padding-left: 0;
    padding-right: 34px;
  }

  .developer-left.pl100 {
    padding-top: 34px;
    padding-left: 34px;
    padding-right: 0;
  }

  .developer-left.light-orange {
    padding-top: 32px;
    padding-left: 20px;
  }

  .developer-left.pl0 {
    padding-top: 32px;
    padding-right: 20px;
  }

  .developer-right {
    padding: 52px 32px;
  }

  .developer-right.mr64 {
    margin-bottom: 0;
  }

  .developer-right.mb160 {
    margin-bottom: 0;
    padding-bottom: 52px;
  }

  .card-title-copy {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-h3-copy {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .pb160 {
    padding-bottom: 52px;
  }

  .card-block {
    padding: 20px;
  }

  .card-block.gray {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    padding: 32px;
  }

  .card-block.r0 {
    padding: 32px;
  }

  .block-quote {
    font-size: 16px;
  }

  .name {
    font-size: 14px;
    line-height: 24px;
  }

  .card-title {
    font-size: 22px;
    line-height: 26px;
  }

  .support-wrapper {
    grid-template-columns: 1fr;
  }

  .link-list-block {
    grid-column-gap: 2.37px;
    grid-row-gap: 2.37px;
    margin-top: 34px;
  }

  .link-8 {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-style-h1-11 {
    font-size: 2.5rem;
  }

  .padding-section-large-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1-12 {
    font-size: 2.5rem;
  }

  .text-size-medium-33 {
    font-size: 1rem;
  }

  .hero-without-image, .hero-heading-left, .features-list {
    padding: 60px 15px;
  }

  .fn-paragraph {
    margin-bottom: 24px;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-features-card-image {
    height: 170px;
  }

  .fn-features-card-with-image.slider-cards {
    width: 260px;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-heading-4 {
    font-size: 34px;
  }

  .fn-form-advance {
    grid-template-columns: 1fr;
  }

  .fn-paragraph-2 {
    margin-bottom: 24px;
  }

  .fn-heading-5 {
    font-size: 34px;
  }

  .fn-label-small {
    margin-bottom: 12px;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-2 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-paragraph-3 {
    margin-bottom: 24px;
  }

  .fn-heading-6 {
    font-size: 34px;
  }

  .fn-section-3 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-form-advance-2 {
    grid-template-columns: 1fr;
  }

  .fn-container-grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-4 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .team-slider, .pricing-overview, .features-metrics {
    padding: 60px 15px;
  }

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

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .pricing-overview-2 {
    padding: 60px 15px;
  }

  .form-label-no-margin {
    font-size: 20px;
  }

  .fn-heading-7 {
    font-size: 24px;
  }

  .fn-paragraph-4 {
    margin-bottom: 24px;
  }

  .fn-heading-8 {
    font-size: 34px;
  }

  .fn-container-grid-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-5 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-3:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .link-banner {
    min-height: 24em;
    padding: 2em;
  }

  .block-circle-light, .block-circle-light.filled {
    width: 3.8em;
    height: 3.8em;
  }

  .icon-circle.large {
    width: 1.5em;
    height: 1.5em;
  }

  .section-13, .section-14 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .action-row-2 {
    margin-top: 21px;
  }

  .metric-grid-halves {
    grid-column-gap: 21px;
  }

  .section-15 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section-15.bg-offset.security {
    padding-top: 0;
  }

  .action-row-3 {
    margin-top: 21px;
  }

  .large-heading-2 {
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 48px;
  }

  .section-16 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section-title {
    margin-bottom: 35px;
  }

  .medium-heading-2 {
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 42px;
  }

  .team-member-grid {
    max-width: 373px;
  }

  .section-17 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .div-block-20, .div-block-b2b {
    padding: 4em;
  }

  .text-field-2 {
    text-align: left;
    margin-bottom: 15px;
  }

  .text-field-2.small {
    margin-bottom: 0;
  }

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

  .form-5.single {
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait, .hide {
    display: none;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .max-width-large.align-center {
    padding-left: 5%;
    padding-right: 5%;
  }

  .main-wrapper.b2b {
    overflow: hidden;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xsmall.align-center.mobile-left {
    justify-content: flex-start;
  }

  .margin-bottom.margin-small {
    padding-left: 0%;
  }

  .margin-bottom.margin-xxlarge.custom-mobile {
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xhuge.top-3.faq.b2b, .padding-vertical.padding-xhuge.bottom-0 {
    padding-top: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-size-medium {
    font-size: 1.25rem;
    font-weight: 400;
  }

  .text-size-medium.opacity-80 {
    font-weight: 400;
  }

  .heading-style-h2 {
    letter-spacing: -1px;
    font-weight: 500;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
    font-weight: 500;
  }

  .heading-style-h5 {
    font-size: 1.45rem;
    font-weight: 500;
  }

  .heading-style-h1 {
    letter-spacing: -1px;
    font-size: 2.8rem;
  }

  .heading-style-h1.align-center {
    color: var(--forrest);
    font-size: 2rem;
    font-weight: 400;
  }

  .heading-style-h1.custom {
    font-size: 2.4rem;
  }

  .button, .button.is-secondary, .button.is-secondary.max-width-full, .button.is-secondary.max-width-full.pricing {
    font-size: 1rem;
  }

  .heading-style-h4 {
    font-weight: 700;
  }

  .text-size-regular.left-align-mobile {
    text-align: left;
  }

  .heading-style-h3 {
    letter-spacing: 0;
    font-weight: 700;
  }

  .icon-1x1-large {
    width: 3.4rem;
  }

  .form-input {
    border-radius: 8px;
  }

  .form-input.hero {
    background-color: #fff;
    min-height: 3.1rem;
  }

  .form.contact {
    margin-top: 2em;
  }

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

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

  .text-size-large.opacity-80 {
    font-size: 1.3rem;
  }

  .padding-section-small.custom-top {
    padding-top: 2rem;
  }

  .padding-global {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .padding-global.no-left-margin {
    padding-left: 0;
  }

  .body {
    overflow: hidden;
  }

  .navbar11_container {
    width: 88vw;
  }

  .navbar11_menu.is-page-height-tablet {
    padding-top: 0;
  }

  .navbar11_link {
    text-align: left;
    font-size: 1.35rem;
    font-weight: 700;
  }

  .navbar11_menu-dropdown {
    display: block;
  }

  .navbar11_dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar11_dropdown-link {
    padding-left: 0;
  }

  .menu-icon1.hide {
    display: none;
  }

  .section_header36.background-color-light-yellow.hero-top-margin {
    overflow: hidden;
  }

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

  .logo3_list {
    justify-content: center;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .layout65_component, .layout223_item-list {
    grid-template-columns: 1fr;
  }

  .layout223_item-icon-wrapper {
    margin-bottom: 1rem;
  }

  .benefits_section {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .text-meta {
    font-size: 13px;
  }

  .padding-section-xs {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .blog41_image-wrapper {
    border-radius: 8px;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .home-services-grid-left-inner {
    padding-bottom: 3rem;
  }

  .libraries-header_image-wrapper {
    background-color: var(--forrest);
    background-image: url('../images/noise.png');
    background-size: 18.75rem;
    background-attachment: fixed;
  }

  .libraries-header_image-inner-wrapper {
    grid-template-columns: max-content;
    margin-left: 0%;
  }

  .libraries-featured_text-wrapper {
    padding: 2rem 1.5rem;
  }

  .libraries-featured_text-wrapper.text-color-white {
    padding-bottom: 2rem;
  }

  .layout296_component {
    grid-column-gap: .75rem;
    grid-row-gap: 1.75rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 300px;
    padding-right: 0;
    display: grid;
  }

  .layout296_item.up {
    width: 100%;
    display: block;
  }

  .layout296_item.up.hide-mobile-portrait {
    display: none;
  }

  .layout296_image {
    width: 150px;
  }

  .layout350_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout350_tabs-menu {
    justify-content: flex-start;
    width: 90vw;
    overflow: scroll;
  }

  .layout350_content {
    height: auto;
    margin-bottom: 5rem;
  }

  .layout350_content.last {
    margin-bottom: 0;
  }

  .project-component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-top: 8rem;
  }

  .blog8_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .heading-style-h1-2 {
    letter-spacing: -1px;
    font-size: 2.8rem;
  }

  .page-padding-grid {
    margin-left: 0;
  }

  .hero-image-half {
    height: 120vw;
  }

  .support-left-side {
    margin-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contacts-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: .25rem;
    flex-direction: column;
  }

  .tab-item-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tab-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab-icon {
    margin-left: 0;
  }

  .text-block-3 {
    font-size: 1rem;
  }

  .post-body-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-right: 1.5rem;
  }

  .post-hero-content.blog {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .f-container.is--form-7.mobile-blue {
    background-color: var(--lime);
  }

  .f-form-radio-wrapper.is---3 {
    grid-template-columns: 1fr;
  }

  .f-form-img-wrap.background-color-blue {
    color: #fff;
    text-align: center;
    width: 100%;
    min-height: 0;
    font-size: 1rem;
    display: block;
  }

  .f-form-steps-item.is---7 {
    flex-direction: column-reverse;
    min-height: 30vh;
    margin-top: 7rem;
    position: relative;
  }

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

  .padding-global-8 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .padding-global-8.hero-slim {
    margin-bottom: -24px;
  }

  .footer1_top-wrapper-dark {
    grid-row-gap: 48px;
  }

  .footer1_menu-wrapper-dark {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .process_item-container.background-color-blue {
    align-items: flex-end;
    height: 3rem;
  }

  .process_item-image.step-3-1, .process_item-image.step-3-2, .process_item-image.step-3-3 {
    height: 24%;
  }

  .pricing22_top-row-price {
    font-size: 1.5rem;
  }

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

  .layout353_content-left.b2b {
    padding-top: 0;
  }

  .button-9 {
    font-size: 1rem;
  }

  .button-9.max-width-full.is-pricing22-button {
    padding: .25rem 1rem;
  }

  .button-9.forrest-green {
    color: #fff;
    background-color: #002b2c;
    border-color: #002b2c;
  }

  .heading-style-h6-2 {
    font-size: 1rem;
  }

  .col-item.center {
    text-align: left;
    align-items: flex-start;
    display: flex;
  }

  .pricing22_row, .pricing22_row.background-color-gray {
    grid-template-columns: 1fr 1fr;
  }

  .text-color-forrest-green {
    font-size: 2.3rem;
  }

  .text-color-forrest-green._90-day {
    font-size: 2rem;
    font-weight: 400;
  }

  .text-color-forrest-green._90-day.left-align-mobile {
    text-align: left;
  }

  .layout41_component {
    text-align: left;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .image-6 {
    top: 70px;
  }

  ._2-col-grid {
    grid-template-columns: 1fr;
  }

  ._2-col-grid.contact {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .wrapper.mini-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper.mini-wrapper.text-color-white {
    padding-left: 0;
    padding-right: 0;
  }

  .col.left {
    grid-row-gap: 30px;
    padding-top: 42px;
    padding-bottom: 87px;
  }

  .image-wrapper-1-1.margin-bottom.margin-large.smll-business {
    background-image: url('../images/isometric-online-shopping.png'), linear-gradient(to bottom, null, null);
    background-size: contain, auto;
  }

  .image-wrapper-1-1.margin-bottom.margin-large.enterprise-business {
    background-image: url('../images/isometric-marketing-pr-advertising-and-entrepreneurship.png'), linear-gradient(to bottom, null, null);
    background-size: contain, auto;
  }

  .image-wrapper-1-1.margin-bottom.margin-large.deeper-dive, .image-wrapper-1-1.margin-bottom.margin-large.a-b, .image-wrapper-1-1.margin-bottom.margin-large.uncover {
    background-image: url('../images/isometric-online-shopping.png'), linear-gradient(to bottom, null, null);
    background-size: contain, auto;
  }

  .container-large-18.top-padding-large.digital-team {
    padding-top: 0;
  }

  .text-size-medium-19 {
    font-size: 1.1rem;
  }

  .heading-style-h1-6 {
    letter-spacing: -1px;
    font-size: 2.8rem;
  }

  .heading-style-h1-6.margin-bottom.margin-small {
    font-size: 2.6rem;
  }

  .faq-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .hide-desktop {
    align-self: center;
    width: 290px;
    margin-bottom: 32px;
  }

  .image-5 {
    top: 140px;
    left: 24px;
  }

  .text-size-medium-20 {
    font-size: 1rem;
  }

  .image-background-sticky {
    height: 125vw;
  }

  .layout353_content-item {
    margin-bottom: 4rem;
  }

  .layout353_content-item.content-item-3 {
    position: relative;
    top: 0%;
  }

  .layout353_content-item.content-item-2 {
    margin-bottom: 4rem;
    position: relative;
    top: 0%;
  }

  .layout353_content-item.content-item-1 {
    position: relative;
    top: 0%;
  }

  .layout353_content-item.content-item-4 {
    margin-bottom: 0;
    position: relative;
    top: 0%;
  }

  .tab-bottom-2 {
    padding: 2rem;
    display: flex;
  }

  .tab-bottom-2.tab-bottom-full-width {
    padding: 2rem;
  }

  .header.section-1 {
    padding-bottom: 40px;
  }

  .header.section-1.alt {
    padding-bottom: 93px;
  }

  .pricing22_top-row-price-month {
    font-size: .875rem;
  }

  .pricing22_bottom-row {
    grid-template-columns: 1fr 1fr;
  }

  .pricing22_top-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .text-size-medium-21 {
    font-size: 1.1rem;
  }

  .image-4 {
    width: 710px;
    max-width: none;
    top: 50px;
  }

  .heading-style-h1-7 {
    letter-spacing: -1px;
    font-size: 2.8rem;
  }

  .heading-style-h1-7.margin-bottom.margin-small {
    font-size: 2.6rem;
  }

  .button-11.b2b {
    font-size: 1rem;
  }

  .text-size-large-6.opacity-80 {
    font-size: 1.3rem;
  }

  .text-size-large-6.opacity-80.text-color-white {
    font-size: 1rem;
  }

  .heading-style-h2-2 {
    letter-spacing: -1px;
  }

  .text-size-medium-22 {
    font-size: 1.1rem;
  }

  .padding-global-2 {
    margin-bottom: 0;
  }

  .blue-hero-button-section {
    padding-bottom: 4rem;
  }

  .text-size-medium-23 {
    font-size: 1.1rem;
  }

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

  .heading-style-h2-3 {
    letter-spacing: -1px;
  }

  .heading-style-h4-2 {
    font-weight: 500;
  }

  .paragraph-4.big {
    max-width: none;
    font-size: 19px;
  }

  .header-split {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .layout223_item-2 {
    flex-direction: column;
  }

  .text-size-medium-26 {
    font-size: 1.1rem;
  }

  .text-size-medium-26.text-color-white-secondary.title {
    font-size: 1.4rem;
    font-weight: 500;
  }

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

  .tools_tab-title {
    font-size: 1.1rem;
  }

  .tools-item-4, .tools-item-2 {
    grid-row-gap: 1rem;
    color: #fff;
    background-color: #00191a;
    padding: 1rem;
  }

  .text_eyebrow {
    color: #ffc73a;
  }

  .tools-item-3, .tools-item-1 {
    grid-row-gap: 1rem;
    color: #fff;
    background-color: #00191a;
    padding: 1rem;
  }

  .tools-line {
    background-color: #a7e000;
  }

  .heading-style-h4-3 {
    font-weight: 500;
  }

  .text-size-medium-27 {
    font-size: 1.1rem;
  }

  .split-image-component, .layout192_component {
    grid-template-columns: 1fr;
  }

  .mobile-screen-gallery {
    grid-column-gap: .5rem;
  }

  .portfolio-header_image {
    border-radius: 10px;
  }

  .screen-column-container {
    grid-row-gap: .5rem;
  }

  .screen-column-container.margin-top.margin-huge {
    margin-top: 2rem;
  }

  .padding-section-large-2.no-bottom-margin.mobile-slim {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-tiny-2.text-style-allcaps {
    text-decoration: none;
  }

  .mobile-image-gallery-wrapper {
    border-radius: .25rem;
  }

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

  .text-size-medium-28 {
    font-family: Satoshi, sans-serif;
    font-weight: 400;
  }

  .button-15.is-circle {
    display: block;
  }

  .event12_item-content.lime, .event12_item-content.green {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .event12_list {
    grid-row-gap: 1rem;
  }

  .libraries-featured_text-wrapper_2_col {
    padding: 2rem 1.5rem;
  }

  .libraries-featured_text-wrapper_2_col.text-color-white {
    padding-bottom: 2rem;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.slide--stories {
    width: auto;
  }

  .swiper.swiper--stories2, .swiper.swiper--stories {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-9 {
    margin-top: 2.4rem;
  }

  .m40 {
    margin-top: 30px;
  }

  .nav-link-2 {
    padding: 11px 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .brand.w--current {
    max-width: 21px;
  }

  .secondary {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 22px;
  }

  .secondary.p12 {
    padding: 10px 60px 10px 30px;
  }

  .container.margin-bottom-40 {
    margin-bottom: 40px;
  }

  .primary.d-none {
    padding-left: 18px;
    padding-right: 36px;
    font-size: 14px;
    line-height: 24px;
  }

  .hero-image {
    left: -102px;
    right: 131px;
  }

  .hero-image.mobile-graphic.hide-on-desktop {
    display: inline-block;
  }

  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-outer-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button-block.mt32 {
    margin-top: 18px;
  }

  .button-block.mt48 {
    margin-top: 22px;
  }

  .logo-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .logo-heading {
    letter-spacing: 1.97px;
    font-size: 12px;
    line-height: 22px;
  }

  .logo-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .logo {
    width: 100%;
    max-width: 101px;
  }

  .field_parent {
    margin-bottom: .5em;
    font-size: 2.3em;
  }

  .submit_line {
    display: none;
  }

  .container-contact {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .container-contact.dual-grid {
    padding-top: 0;
    padding-bottom: 4em;
  }

  .shapes {
    margin-left: -1vw;
  }

  .link_container {
    padding: 1vw;
  }

  .contact-link-button, .link-3 {
    font-size: 10px;
  }

  .home-benefits-title {
    max-width: 100%;
  }

  .home-benefits-item {
    padding-top: 3rem;
  }

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h1-8.text-color-black {
    font-size: 3.8rem;
  }

  .heading-style-h1-8.text-align-center.text-color-black {
    font-size: 3.2rem;
  }

  .home-skill-item {
    font-size: 1.1rem;
  }

  .heading-style-h3-2 {
    font-size: 3.2rem;
  }

  .skill-bottom {
    max-width: 100%;
  }

  .heading-style-h2-4.lime {
    text-decoration: none;
  }

  .home-skill-sticky {
    padding-bottom: 4rem;
  }

  .text-size-small-3.text-align-center {
    color: #004955;
  }

  .heading-style-h2-4-copy.lime {
    text-decoration: none;
  }

  .body-2 {
    overflow: hidden;
  }

  .text-size-tiny-3.text-style-allcaps {
    text-decoration: none;
  }

  .verticles-projects-image {
    min-height: 110vw;
    padding-bottom: 1.5rem;
  }

  .image-fill {
    object-position: 13% 50%;
  }

  .button-18.is-icon {
    text-decoration: none;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-portfolio-content {
    grid-row-gap: 1.25rem;
  }

  .home-portfolio-height {
    padding-top: 100%;
  }

  .medium-logo {
    width: 8rem;
  }

  .home-service-list {
    padding-bottom: 2rem;
  }

  .home-service-top {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .home-faq-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-banner_content {
    max-width: 85vw;
  }

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-service_height {
    padding-top: 70%;
  }

  .button-19.is-light {
    display: none;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h4-5 {
    font-size: 1.5rem;
  }

  .checkout-grid {
    grid-row-gap: 36px;
  }

  .checkout-component {
    padding: 30px 24px;
  }

  .cart-item-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-item-top {
    margin-bottom: 24px;
  }

  .checkout-right {
    padding: 30px 24px 80px;
  }

  .section-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .checkout-banner {
    min-height: 100px;
    padding-bottom: 36px;
  }

  .checkout-heading {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .padding-global-13 {
    flex: 0 auto;
    align-self: auto;
    padding-left: 5%;
    padding-right: 5%;
    overflow: visible;
  }

  .max-width-large-2.align-center {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-large-30 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .navbar-dropdown-content-layout {
    border-radius: 0;
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar-bottom-bar-content {
    flex-direction: column;
    margin-left: 0;
    display: flex;
  }

  .navbar-dropdown-link {
    padding-left: 1.5rem;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top-3 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon {
    margin-right: 0;
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large-4 {
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large-4.padding-top.padding-custom1 {
    padding-top: 1rem;
  }

  .navbar-dropdown-list.w--open {
    background-color: #0000;
    border-radius: 14px;
    overflow: hidden;
  }

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

  .text-size-large-8.text-weight-semibold.text-color-white:hover {
    color: #fff;
    font-size: 1.225rem;
  }

  .navbar-right-container {
    align-self: center;
    align-items: center;
    display: flex;
  }

  .about-growth-component {
    grid-template-columns: 1fr;
  }

  .about1-growth_image-wrapper {
    border-radius: 8px;
    overflow: hidden;
  }

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

  .footer-top-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .about-values-list {
    grid-template-columns: 1fr;
  }

  .container-large-31 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .heading-medium {
    color: var(--forrest);
    font-size: 2rem;
  }

  .page-padding-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-section-large-5 {
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-link-2.w--current {
    padding-left: 0;
    display: block;
  }

  .hero-subheading {
    grid-template-columns: 1.25fr;
  }

  .padding-section-xl {
    padding-top: 4rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-style-h3-3 {
    text-align: left;
    font-size: 2.3rem;
    display: inline;
  }

  .heading-style-h3-3.text-align-center {
    text-align: center;
    font-size: 2rem;
  }

  .padding-global-14 {
    object-fit: fill;
    flex: 0 auto;
    align-self: auto;
    padding-left: 5%;
    padding-right: 5%;
    overflow: visible;
  }

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

  .about-team-list {
    grid-template-columns: 1fr;
  }

  .button-21.secondary {
    flex: 1;
  }

  .max-width-large-3.align-center {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cart-button {
    justify-content: center;
    align-items: stretch;
  }

  .page-wrapper-3 {
    overflow: visible;
  }

  .text-size-medium-30 {
    white-space: normal;
    object-fit: contain;
    font-size: 1.2rem;
  }

  .product-details-column-container {
    grid-template-columns: 1fr;
  }

  .footer-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .about-growth-item-list {
    grid-template-columns: 1fr;
  }

  .heading-style-h4-6.text-weight-normal {
    font-size: 6vw;
    line-height: 1.4;
  }

  .about-header-image-wrapper {
    width: 60vw;
  }

  .heading-style-h5-4 {
    white-space: normal;
  }

  .divider-image-container {
    background-position: 18% 100%;
  }

  .center-header-image-wrapper {
    border-radius: 32px;
    min-height: 300px;
  }

  .padding-global-15 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-style-h1-10 {
    font-size: 3rem;
  }

  .text-weight-semibold-4 {
    font-size: 1rem;
  }

  .center-header-image {
    object-fit: cover;
    object-position: 50% 50%;
    min-height: 300px;
  }

  .tiemline-content-right {
    padding: 0 1rem 1rem;
  }

  .padding-global-16 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .icon-1x1-large-3 {
    width: 3rem;
    height: 3rem;
  }

  .timeline-component-left {
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .timeline-component {
    grid-template-columns: 1fr;
  }

  .timeline-component.background-color-gray {
    grid-row-gap: 0rem;
    border-radius: 32px;
  }

  .embed-max-width {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .embed-max-width.no-left-margin {
    padding-left: 0;
  }

  .button-23.is-secondary {
    display: block;
  }

  .f-haeding-2 {
    color: #fff;
    font-size: 1.5rem;
  }

  .f-success-message-2 {
    background-color: #1c1a1a;
  }

  .f-heading-wrapper-2 {
    margin-bottom: 0;
  }

  .image-wrapper-1-1-3.margin-bottom.margin-large {
    background-image: url('../images/Frame-26.svg'), linear-gradient(#e4f6c0, #e4f6c0);
    background-position: 50%, 0 0;
    background-size: auto, auto;
  }

  .pricing22_top-row-4top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .pricing26_row-content {
    font-weight: 400;
  }

  .pricing26_row-content.is-first, .pricing26_row-content.is-first.b2b {
    font-size: .85rem;
    font-weight: 400;
  }

  .pricing26_top-row-content {
    text-align: center;
    border-left-style: none;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem .5rem;
  }

  .pricing26_heading-row {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pricing26_top-row-price {
    font-size: 1.9rem;
  }

  .pricing26_top-row {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 64px;
  }

  .pricing26_top-row._3-column {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing26_top-row._2-col-mobile {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .pricing26_feature {
    background-color: var(--white-smoke);
    text-align: center;
    border-bottom-style: none;
    font-weight: 400;
  }

  .button-24.max-width-full.is-pricing26-button {
    padding: .25rem .75rem;
  }

  .padding-global-pricing {
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing26_top-row-price-2 {
    font-size: 1.5rem;
  }

  .padding-global-18 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .button-25.max-width-full.is-pricing26-button {
    padding: .25rem .75rem;
  }

  .button-mobile.is-light {
    display: none;
  }

  .button-mobile.is-light.hide-tablet {
    margin-top: 1rem;
    display: block;
  }

  .button-mobile.is-light.hide-desktop, .button-mobile.is-light.hide-desktop.w--current {
    background-color: var(--lime);
    margin-top: 1rem;
    display: block;
  }

  .blog-header {
    flex: 0 auto;
    margin-bottom: 1rem;
  }

  .pricing26_row-copy, .pricing-row-3 {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-row._3-col {
    grid-template-columns: 1fr 1fr 1fr;
    font-size: .85rem;
  }

  .main-container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .main-container.left-margin-buffer.mobile-margin-buffer-undo {
    margin-left: 0;
  }

  .main-container.mobile-padding-bottom {
    padding-bottom: 60px;
  }

  .main-container.inside {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-row {
    min-height: 70px;
  }

  .nav-logo {
    width: 180px;
  }

  .nav-link-3 {
    font-size: 19px;
    display: block;
  }

  .nav-link-3.nav-extra-padding {
    margin-top: 6px;
    margin-bottom: 1px;
    padding-top: 7px;
    padding-bottom: 2px;
    font-size: 19px;
  }

  .nav-link-3.login-mobile-hide {
    display: none;
  }

  .dropdown-wrapper.extra-mobile-padding {
    margin-top: 6px;
  }

  .nav-dropdown-toggle.w--open {
    padding-bottom: 5px;
  }

  .dropdown.w--open {
    min-width: 270px;
  }

  .dropdown-link {
    width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-45, .text-block-46 {
    font-size: 18px;
  }

  .dropdown-screen, .button-26.small.nav-button {
    display: none;
  }

  .button-26.small.blue-button.padding-left-right.mobile-full-width {
    width: 100%;
  }

  .button-26.adjacent-to-input {
    color: #fff;
    background-color: #295b76;
    border-radius: 0 0 7px 7px;
    font-weight: 500;
  }

  .button-26.adjacent-to-input.button-yellow {
    color: #232426;
    background-color: #fdf671;
    border-style: none solid solid;
    border-width: 2px;
  }

  .button-26.adjacent-to-input.button-yellow.desktop-borders {
    border-top-style: none;
  }

  .button-26.adjacent-to-input.button-yellow.desktop-borders.left-stroke-mobile {
    border-left-style: solid;
  }

  .button-26.adjacent-to-input.desktop-borders.mobile-borders {
    color: #232426;
    background-color: #fdf671;
    border-top-style: none;
    border-left-style: solid;
  }

  .section-8.align-content-center.hero-section.dark-blue-bg-hero {
    background-color: #295b76;
    padding-bottom: 10px;
  }

  .section-8.metrics-section.bg-primary-2 {
    padding-top: 60px;
  }

  .section-8.no-bottom-padding.mobile-bottom-padding-60 {
    padding-bottom: 60px;
  }

  .section-8.bg-offset-mobile, .section-8.bg-light-mobile {
    background-color: #f1f5f6;
  }

  .section-8.bg-light-mobile.desktop-no-margin-top.mobile-margin-top {
    padding-top: 60px;
  }

  .header-text-66 {
    font-size: 41px;
    line-height: 51px;
  }

  .extra-large-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }

  .horizontal-form {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-direction: column;
  }

  .form-input-2.adjacent-to-button {
    border-radius: 7px 7px 0 0;
  }

  .fine-print-text.input-hint-text.hint-text-white {
    color: #f1f5f6;
  }

  .fine-print-text.comma-separator {
    display: none;
  }

  .check-circle.circel-bottom-margin.mobile-align-center {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-16.mobile-align-center {
    text-align: center;
  }

  .small-text {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

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

  .small-text.mobile-left-justify {
    text-align: left;
  }

  .large-heading {
    letter-spacing: 0;
    margin-bottom: 7px;
    font-size: 35px;
    font-weight: 600;
    line-height: 41px;
  }

  .large-heading.mobile-reduce-font-size {
    font-size: 33px;
    font-weight: 600;
    line-height: 38px;
  }

  .grid-halves {
    grid-row-gap: 35px;
  }

  .grid-halves.white-bg {
    grid-template-columns: 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-halves.security {
    padding-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ui-snippet-box {
    background-color: #0000;
    min-height: auto;
    padding: 0;
  }

  .in-flow-icon {
    height: 70px;
  }

  .in-flow-icon.round-image {
    width: 100%;
    height: 100%;
  }

  .in-flow-icon.round-image.remove-bottom-margin {
    margin-right: 0;
  }

  .in-flow-icon.round-image.remove-bottom-margin.negative-right-margin {
    margin-right: -42px;
  }

  .in-flow-icon.round-image.remove-bottom-margin.negative-right-margin.mobile-margin-remove {
    margin-right: 0;
  }

  .checklist.below-text {
    margin-top: 28px;
  }

  .checklist-item-text {
    font-size: 16px;
    line-height: 24px;
  }

  .horizontal-rule {
    margin-bottom: 0;
  }

  .action-row {
    margin-top: 14px;
  }

  .action-row.justify-content-left.align-center {
    padding-left: 5%;
    padding-right: 5%;
  }

  .action-row.justify-content-left.align-center.margin-top-40.mobile-reduced-margin {
    margin-top: 20px;
  }

  .arrow-link.adjacent-to-button {
    margin-top: 14px;
    margin-left: 0;
  }

  .text-block-23 {
    color: #295b76;
  }

  .metrics-grid-thirds.success-stories {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-self: center;
  }

  .container-small-2 {
    padding-bottom: 20px;
  }

  .feature-box-grid.dual-grid {
    grid-template-columns: 1fr;
  }

  .feature-box {
    padding: 21px;
  }

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

  .heading-17 {
    margin-top: 2.4rem;
  }

  .heading-17.mobile-left-justify {
    text-align: left;
  }

  .article-action-bar {
    flex-direction: column;
    padding: 21px;
  }

  .article-action-bar-heading {
    margin-bottom: 7px;
  }

  .medium-heading {
    letter-spacing: 0;
    font-size: 35px;
    line-height: 41px;
  }

  .footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .vertical-links {
    justify-content: center;
    justify-items: start;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-small-links {
    font-size: 14px;
    font-weight: 500;
  }

  .footer-small-links.fine-print-text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom-row {
    align-items: flex-start;
  }

  .mobile-bottom-padding {
    margin-bottom: 20px;
  }

  .fine-print-link.footer-link {
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-30-copy {
    white-space: normal;
    object-fit: contain;
    font-size: 1.2rem;
  }

  .button-yellow.adj {
    border-radius: 7px;
    overflow: hidden;
  }

  .nav-link-4 {
    padding: 11px 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .p160 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .sub-heading {
    font-size: 1rem;
    line-height: 20px;
  }

  .sub-heading.grey {
    font-size: 12px;
    line-height: 20px;
  }

  .tab-outer-wrapper {
    padding-bottom: 45px;
  }

  .question-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .number {
    font-size: 12px;
    line-height: 20px;
  }

  .answer-block.open {
    margin-top: 18px;
  }

  .p120 {
    padding-top: 22px;
    padding-bottom: 0;
  }

  .p120.bg-color {
    padding-top: 22px;
  }

  .card-wrapper {
    padding-top: 0;
  }

  .card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .card-heading {
    font-size: 22px;
    line-height: 26px;
  }

  .text-content, .grey-font {
    font-size: 14px;
    line-height: 24px;
  }

  .developer-left {
    padding-top: 30px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .developer-left.pl100 {
    padding-top: 30px;
    padding-left: 18px;
  }

  .developer-right {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .developer-right.mb160 {
    padding-bottom: 45px;
  }

  .card-title-copy {
    font-size: 22px;
    line-height: 26px;
  }

  .pb160 {
    padding-bottom: 45px;
  }

  .card-block.r0 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .block-quote {
    font-size: 14px;
    line-height: 24px;
  }

  .name {
    line-height: 22px;
  }

  .card-title {
    font-size: 22px;
    line-height: 26px;
  }

  .link-list-block {
    grid-column-gap: 2.26px;
    margin-top: 30px;
  }

  .link-8 {
    font-size: 16px;
    line-height: 26px;
  }

  .section-10.align-content-center.hero-section.dark-blue-bg-hero {
    background-color: var(--forrest);
    padding-bottom: 10px;
  }

  .heading-style-h1-11 {
    letter-spacing: -1px;
    font-size: 2.8rem;
  }

  .text-content-compare {
    font-size: 1.125rem;
  }

  .h2 {
    font-size: 1.8rem;
  }

  .padding-global-19 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .heading-style-h1-12 {
    letter-spacing: -1px;
    font-size: 2.8rem;
  }

  .text-size-medium-33 {
    font-size: 1.25rem;
    font-weight: 400;
  }

  .button-27.is-secondary {
    font-size: 1rem;
  }

  .bookcallbutton {
    font-size: 10px;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

  .container-4, .container-5 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .pricing-grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-18 {
    font-size: .85rem;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .container-small-3 {
    max-width: 100%;
  }

  .metric-handwriting.text-dark.success-metric {
    font-size: 3rem;
  }

  .section-13 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .small-text-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .feature-box-2 {
    padding: 21px;
  }

  .section-14 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .action-row-2 {
    margin-top: 14px;
  }

  .in-flow-icon-2 {
    height: 70px;
  }

  .metric-grid-halves {
    grid-template-columns: 1fr;
  }

  .section-15 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-15.bg-offset.security {
    padding-top: 0;
  }

  .action-row-3 {
    margin-top: 14px;
  }

  .action-row-3.justify-content-left.align-center {
    flex-direction: column;
    align-items: flex-start;
  }

  .large-heading-2 {
    letter-spacing: 0;
    margin-bottom: 7px;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
  }

  .section-16 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-16.digital-tema {
    padding-top: 30px;
  }

  .medium-heading-2 {
    letter-spacing: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .team-member-grid {
    grid-row-gap: 28px;
  }

  .team-member-title {
    margin-top: 14px;
    margin-bottom: 7px;
  }

  .section-17 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .small-text-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .customer-logo-over-image {
    padding-left: 14px;
    padding-right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .customer-logo-small {
    object-fit: contain;
    max-height: 30px;
  }

  .quote-author-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .body-5 {
    overflow: visible;
  }

  .div-block-20, .div-block-b2b {
    padding: 40px 20px;
  }

  .text-field-2 {
    text-align: left;
    max-width: none;
    height: 60px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .main-paragraph {
    font-size: 14px;
  }

  .form-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: center;
  }

  .form-wrapper {
    width: 100%;
  }
}

#w-node-_7463feb5-d794-323a-7831-545562f63ddb-ed7f4e9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80394416-e388-5c1c-063c-f755a58b7353-ed7f4e9b {
  justify-self: start;
}

#w-node-a2ef0e05-627f-7d3d-7df7-df1bd44d8987-ed7f4e9b, #w-node-a2ef0e05-627f-7d3d-7df7-df1bd44d8989-ed7f4e9b, #w-node-a2ef0e05-627f-7d3d-7df7-df1bd44d898b-ed7f4e9b, #w-node-a2ef0e05-627f-7d3d-7df7-df1bd44d898d-ed7f4e9b, #w-node-a2ef0e05-627f-7d3d-7df7-df1bd44d898f-ed7f4e9b, #w-node-a2ef0e05-627f-7d3d-7df7-df1bd44d8991-ed7f4e9b, #w-node-a2ef0e05-627f-7d3d-7df7-df1bd44d8993-ed7f4e9b, #w-node-a2ef0e05-627f-7d3d-7df7-df1bd44d8995-ed7f4e9b, #w-node-_1a9afbb6-c8b3-eaa2-e4ff-cdfbe7ae2e2a-ed7f4e9b, #w-node-_1a9afbb6-c8b3-eaa2-e4ff-cdfbe7ae2e2c-ed7f4e9b, #w-node-_1a9afbb6-c8b3-eaa2-e4ff-cdfbe7ae2e2e-ed7f4e9b, #w-node-_1a9afbb6-c8b3-eaa2-e4ff-cdfbe7ae2e30-ed7f4e9b, #w-node-_1a9afbb6-c8b3-eaa2-e4ff-cdfbe7ae2e32-ed7f4e9b, #w-node-_1a9afbb6-c8b3-eaa2-e4ff-cdfbe7ae2e34-ed7f4e9b, #w-node-_1a9afbb6-c8b3-eaa2-e4ff-cdfbe7ae2e36-ed7f4e9b, #w-node-_1a9afbb6-c8b3-eaa2-e4ff-cdfbe7ae2e38-ed7f4e9b {
  justify-self: center;
}

#w-node-a64fab2d-39c1-a3da-5884-9eb6e9d232a9-ed7f4e9b {
  align-self: center;
}

#w-node-a64fab2d-39c1-a3da-5884-9eb6e9d232ac-ed7f4e9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ead91cec-a249-0969-c739-7785f8079758-ed7f4e9b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-ead91cec-a249-0969-c739-7785f807975b-ed7f4e9b {
  grid-area: 2 / 1 / 3 / 3;
  align-self: end;
}

#w-node-ead91cec-a249-0969-c739-7785f8079763-ed7f4e9b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-ead91cec-a249-0969-c739-7785f8079766-ed7f4e9b {
  grid-area: 2 / 1 / 3 / 3;
  align-self: end;
}

#w-node-ead91cec-a249-0969-c739-7785f807976e-ed7f4e9b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-ead91cec-a249-0969-c739-7785f8079771-ed7f4e9b {
  grid-area: 2 / 1 / 3 / 3;
  align-self: end;
}

#w-node-ead91cec-a249-0969-c739-7785f8079779-ed7f4e9b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-ead91cec-a249-0969-c739-7785f807977c-ed7f4e9b {
  grid-area: 2 / 1 / 3 / 3;
  align-self: end;
}

#w-node-_61fdb3bc-38ba-8cdb-b034-7af296466fad-ed7f4e9b, #w-node-_61fdb3bc-38ba-8cdb-b034-7af296466fb6-ed7f4e9b, #w-node-_61fdb3bc-38ba-8cdb-b034-7af296466fbf-ed7f4e9b, #w-node-_61fdb3bc-38ba-8cdb-b034-7af296466fc8-ed7f4e9b {
  align-self: start;
}

#services.w-node-ece23e43-7608-494b-0b99-eca4c32dd371-ed7f4e9b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c6686fcb-886c-f1a2-bdea-62e368eb7004-ed7f4e9b, #w-node-c6686fcb-886c-f1a2-bdea-62e368eb700c-ed7f4e9b, #w-node-c6686fcb-886c-f1a2-bdea-62e368eb7014-ed7f4e9b, #w-node-c6686fcb-886c-f1a2-bdea-62e368eb701c-ed7f4e9b, #w-node-c6686fcb-886c-f1a2-bdea-62e368eb7026-ed7f4e9b, #w-node-c6686fcb-886c-f1a2-bdea-62e368eb702e-ed7f4e9b, #w-node-c6686fcb-886c-f1a2-bdea-62e368eb7036-ed7f4e9b, #w-node-c6686fcb-886c-f1a2-bdea-62e368eb703e-ed7f4e9b, #w-node-c6686fcb-886c-f1a2-bdea-62e368eb7048-ed7f4e9b, #w-node-c6686fcb-886c-f1a2-bdea-62e368eb7050-ed7f4e9b, #w-node-c6686fcb-886c-f1a2-bdea-62e368eb7058-ed7f4e9b, #w-node-c6686fcb-886c-f1a2-bdea-62e368eb7060-ed7f4e9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ef0d4d4-bf84-3b32-02cd-83a1611b4211-ed7f4e9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_87265ba2-36b2-527a-758e-97f2b24a9df5-ed7f4e9b, #w-node-_9bf6a351-bc27-7840-913f-001557d71bd0-ed7f4e9b {
  align-self: stretch;
}

#w-node-_101de52f-8d23-c79a-76a5-3c19a86dc441-ed7f4e9b, #w-node-_54ad02b5-35af-23af-c48d-e4344ec7d052-ed7f4e9b, #w-node-_54ad02b5-35af-23af-c48d-e4344ec7d056-ed7f4e9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44d688c9-151d-d264-5412-87c95e9353cb-ed7f4e9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_589f11a9-83cb-3b7d-1e12-a12f19523e97-ed7f4e9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44d688c9-151d-d264-5412-87c95e9353cc-ed7f4e9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8e1e6fdc-537a-a3c4-0e47-92e4f0adf323-f0adf31c {
  place-self: auto;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc21b-ed7f4e9e {
  place-self: start center;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc23e-ed7f4e9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc8bf2c5-05cb-193f-c734-2ddbd70894e1-ed7f4ea3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dc8bf2c5-05cb-193f-c734-2ddbd70894e5-ed7f4ea3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc21b-ed7f4ea6 {
  place-self: start center;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc23e-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc311-ed7f4ea6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc31d-ed7f4ea6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc31e-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc324-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc327-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc32b-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc332-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc335-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc339-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc340-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc344-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc348-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc350-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc353-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc357-ed7f4ea6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94b02cf0-8e6f-1005-2706-a79bf32f3d8e-ed7f4ea8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_94b02cf0-8e6f-1005-2706-a79bf32f3d93-ed7f4ea8 {
  place-self: center;
}

#w-node-_94b02cf0-8e6f-1005-2706-a79bf32f3dab-ed7f4ea8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_94b02cf0-8e6f-1005-2706-a79bf32f3dac-ed7f4ea8 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_94b02cf0-8e6f-1005-2706-a79bf32f3dae-ed7f4ea8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_94b02cf0-8e6f-1005-2706-a79bf32f3dc5-ed7f4ea8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_94b02cf0-8e6f-1005-2706-a79bf32f3dd8-ed7f4ea8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_94b02cf0-8e6f-1005-2706-a79bf32f3de6-ed7f4ea8 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-bcccd947-391d-e212-b72f-b4b1cbd9e73d-ed7f4eb4, #w-node-bcccd947-391d-e212-b72f-b4b1cbd9e73e-ed7f4eb4, #w-node-bcccd947-391d-e212-b72f-b4b1cbd9e73f-ed7f4eb4, #w-node-bcccd947-391d-e212-b72f-b4b1cbd9e740-ed7f4eb4, #w-node-bcccd947-391d-e212-b72f-b4b1cbd9e741-ed7f4eb4, #w-node-bcccd947-391d-e212-b72f-b4b1cbd9e742-ed7f4eb4, #w-node-bcccd947-391d-e212-b72f-b4b1cbd9e743-ed7f4eb4, #w-node-bcccd947-391d-e212-b72f-b4b1cbd9e744-ed7f4eb4, #w-node-bcccd947-391d-e212-b72f-b4b1cbd9e746-ed7f4eb4, #w-node-bcccd947-391d-e212-b72f-b4b1cbd9e747-ed7f4eb4, #w-node-bcccd947-391d-e212-b72f-b4b1cbd9e748-ed7f4eb4, #w-node-bcccd947-391d-e212-b72f-b4b1cbd9e749-ed7f4eb4, #w-node-bcccd947-391d-e212-b72f-b4b1cbd9e74a-ed7f4eb4, #w-node-bcccd947-391d-e212-b72f-b4b1cbd9e74b-ed7f4eb4, #w-node-bcccd947-391d-e212-b72f-b4b1cbd9e74c-ed7f4eb4, #w-node-_704f2174-3cac-0d53-ce95-e74eec03deae-ed7f4eb4, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc1db-ed7f4eb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc21b-ed7f4eb6 {
  place-self: start center;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc23e-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc311-ed7f4eb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc31d-ed7f4eb6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc31e-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc324-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc327-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc32b-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc332-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc335-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc339-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc340-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc344-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc348-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc350-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc353-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc357-ed7f4eb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d52d1448-8c07-f5a3-4956-da96fcca7dd7-ed7f4ebb, #w-node-_02b3be4a-6ed9-5aa2-d3c2-ee4b0efb552f-ed7f4ebb, #w-node-dbaa538f-dd98-53ef-e803-4dd65e1be658-ed7f4ebb, #w-node-_9f10227f-24c5-2643-064b-d8e0691cd0e8-ed7f4ebb, #w-node-_9d75fb6b-7927-0a76-fbe2-944a6117b6c1-ed7f4ebb {
  justify-self: end;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc21b-ed7f4ec0 {
  place-self: start center;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc23e-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc311-ed7f4ec0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc31d-ed7f4ec0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc31e-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc324-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc327-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc32b-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc332-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc335-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc339-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc340-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc344-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc348-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc350-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc353-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc357-ed7f4ec0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc1fd-ed7f4ec3 {
  align-self: start;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc21b-ed7f4ec3 {
  place-self: start center;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc23e-ed7f4ec3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-ed7f4ec4 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a1-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86393-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-ed7f4ec4 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-ed7f4ec4 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-ed7f4ec4, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-ed7f4ec4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-ed7f4ec4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-ed7f4ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-ed7f4ec4 {
  justify-self: start;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc21b-ed7f4eed {
  place-self: start center;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc23e-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc311-ed7f4eed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc31d-ed7f4eed {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc31e-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc324-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc327-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc32b-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc332-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc335-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc339-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc340-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc344-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc348-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc350-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc353-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc357-ed7f4eed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc1fd-ed7f4eee {
  align-self: start;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc21b-ed7f4eee {
  place-self: start center;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc23e-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc311-ed7f4eee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc31d-ed7f4eee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc31e-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc324-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc327-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc32b-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc332-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc335-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc339-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc340-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc344-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc348-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc350-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc353-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc357-ed7f4eee, #w-node-f3db0466-1594-e127-7272-7e0cc6c35573-59fa4c0e, #w-node-f3db0466-1594-e127-7272-7e0cc6c35590-59fa4c0e, #w-node-f3db0466-1594-e127-7272-7e0cc6c3559a-59fa4c0e, #w-node-f3db0466-1594-e127-7272-7e0cc6c355cf-59fa4c0e, #w-node-f3db0466-1594-e127-7272-7e0cc6c355d4-59fa4c0e, #w-node-f3db0466-1594-e127-7272-7e0cc6c355d9-59fa4c0e, #w-node-f3db0466-1594-e127-7272-7e0cc6c355de-59fa4c0e, #w-node-f3db0466-1594-e127-7272-7e0cc6c355e3-59fa4c0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc8bf2c5-05cb-193f-c734-2ddbd70894e1-7c35e18c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dc8bf2c5-05cb-193f-c734-2ddbd70894e5-7c35e18c {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-a3afa13a-14ef-16b3-d3cd-69863c4ab0e4-1d0bc9b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a3afa13a-14ef-16b3-d3cd-69863c4ab0e5-1d0bc9b2 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-a3afa13a-14ef-16b3-d3cd-69863c4ab0e7-1d0bc9b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a3afa13a-14ef-16b3-d3cd-69863c4ab0f4-1d0bc9b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_17dde6f2-16c0-68d6-3eb6-f2f64cea21af-d2e34ac3, #w-node-_81f2314a-6b35-0cfc-8a70-88402fcb2a54-d2e34ac3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d02d322c-f89b-aa39-e022-19412e75a985-d2e34ac3 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be2762128dc9-086f4a44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be2762128dd0-086f4a44 {
  justify-self: start;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be2762128e1d-086f4a44 {
  align-self: center;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be2762128e30-086f4a44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be2762128e46-086f4a44 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be2762128e49-086f4a44 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be2762128e55-086f4a44 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be2762128e58-086f4a44 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be2762128e65-086f4a44 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be2762128e68-086f4a44 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be2762128e73-086f4a44 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be2762128e76-086f4a44 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be2762128eae-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762128eba-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762128ecb-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762128ed7-086f4a44 {
  align-self: start;
}

#services.w-node-_7bba0cdc-66db-9aca-1da7-be2762128f68-086f4a44 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be2762129035-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be276212903d-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762129048-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762129054-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762129064-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be276212906c-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762129074-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be276212907c-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762129086-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be276212908e-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762129096-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be276212909e-086f4a44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be27621291cd-086f4a44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be27621291e4-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be27621291ee-086f4a44 {
  align-self: stretch;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be2762129200-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762129219-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be276212921d-086f4a44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be2762129223-086f4a44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be2762129224-086f4a44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bba0cdc-66db-9aca-1da7-be2762129226-086f4a44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_0e8cb2f0-681e-b586-6472-344eb490eeb3-79a8fad9 {
  place-self: stretch stretch;
}

#w-node-c280be44-ff8c-96f4-5b71-b6819bdbf6aa-79a8fad9 {
  justify-self: start;
}

#w-node-c280be44-ff8c-96f4-5b71-b6819bdbf703-79a8fad9 {
  justify-self: center;
}

#w-node-c280be44-ff8c-96f4-5b71-b6819bdbf705-79a8fad9 {
  justify-self: start;
}

#w-node-_7340402b-2ab3-f8d5-b637-7be3e35a16ae-ce0cbee7 {
  place-self: stretch stretch;
}

#w-node-_7340402b-2ab3-f8d5-b637-7be3e35a173e-ce0cbee7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc21b-ef2831bc {
  place-self: start center;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc23e-ef2831bc, #w-node-ea40881e-21cd-2b25-50d6-8bf39833f5c6-19bc2069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd7f9575-27a6-8242-0e03-e09dd90fc792-ad879ccb {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-cd7f9575-27a6-8242-0e03-e09dd90fc79d-ad879ccb {
  grid-area: 1 / 7 / 2 / 13;
}

#Email-4.w-node-cd7f9575-27a6-8242-0e03-e09dd90fc7a1-ad879ccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Select-2.w-node-cd7f9575-27a6-8242-0e03-e09dd90fc7a3-ad879ccb, #w-node-cd7f9575-27a6-8242-0e03-e09dd90fc7a4-ad879ccb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cd7f9575-27a6-8242-0e03-e09dd90fc7a6-ad879ccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field-2.w-node-cd7f9575-27a6-8242-0e03-e09dd90fc7c7-ad879ccb, #w-node-cd7f9575-27a6-8242-0e03-e09dd90fc7c8-ad879ccb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_11eeede6-5848-a097-3d9f-23dcb58b1cbc-ad879ccb {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: center;
}

#w-node-_11eeede6-5848-a097-3d9f-23dcb58b1cc1-ad879ccb {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_11eeede6-5848-a097-3d9f-23dcb58b1cc2-ad879ccb {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_11eeede6-5848-a097-3d9f-23dcb58b1ccd-ad879ccb {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_11eeede6-5848-a097-3d9f-23dcb58b1cd8-ad879ccb {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_24c0ac98-ded9-0cfd-d98c-98acb56dc15d-ad879ccb, #w-node-_24c0ac98-ded9-0cfd-d98c-98acb56dc167-ad879ccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_24c0ac98-ded9-0cfd-d98c-98acb56dc171-ad879ccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_87018033-3c1f-82c0-4237-bcffbf2d5378-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5385-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5391-ad879ccb {
  place-self: start center;
}

#w-node-e7fcfe58-4457-2771-d2f6-0166769f3f6c-ad879ccb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e7fcfe58-4457-2771-d2f6-0166769f3f71-ad879ccb {
  grid-area: 2 / 7 / 4 / 13;
  place-self: start;
}

#w-node-e7fcfe58-4457-2771-d2f6-0166769f3f99-ad879ccb {
  grid-area: 2 / 1 / 3 / 7;
  align-self: start;
}

#w-node-_6a2d6a25-b1fb-2883-0817-0934679a96ee-ad879ccb, #w-node-_6a2d6a25-b1fb-2883-0817-0934679a96f7-ad879ccb, #w-node-_6a2d6a25-b1fb-2883-0817-0934679a9702-ad879ccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e8cb2f0-681e-b586-6472-344eb490eeb3-560ea0e8 {
  place-self: stretch stretch;
}

#w-node-c280be44-ff8c-96f4-5b71-b6819bdbf6aa-560ea0e8 {
  justify-self: start;
}

#w-node-c280be44-ff8c-96f4-5b71-b6819bdbf703-560ea0e8 {
  justify-self: center;
}

#w-node-c280be44-ff8c-96f4-5b71-b6819bdbf705-560ea0e8 {
  justify-self: start;
}

#w-node-eb698bf8-eefb-147e-97b5-7931b0b2701f-560ea0e8 {
  justify-self: center;
}

#w-node-_85d11d8e-25cd-11a4-e432-4028d5c5b7cf-560ea0e8, #w-node-c6a78da4-e54d-c9db-ec20-fa28a4397e3b-560ea0e8 {
  justify-self: start;
}

#w-node-_2211a744-eead-ec7a-8a4f-6821d59cf1ed-560ea0e8 {
  justify-self: center;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc21b-1d227821 {
  place-self: start center;
}

#w-node-c347c364-a67f-3b16-b1aa-033f3a1ea81d-1d227821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d60712e9-c7a0-ef73-ae56-0010c364b01b-1d227821 {
  place-self: start center;
}

#w-node-_960960b7-9aff-1d43-32b5-05c1f9e8edca-1d227821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d81a1890-05fd-25c9-1a3d-3bd63b1104aa-1d227821 {
  align-self: center;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc311-1d227821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc31d-1d227821 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37d8af0e-28e0-a594-c230-2cacc5acc31e-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc324-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc327-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc32b-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc332-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc335-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc339-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc340-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc344-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc348-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc350-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc353-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc357-1d227821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_80394416-e388-5c1c-063c-f755a58b7353-ed7f4e9b, #w-node-_7bba0cdc-66db-9aca-1da7-be2762128dd0-086f4a44 {
    justify-self: start;
  }

  #w-node-_7bba0cdc-66db-9aca-1da7-be2762128e49-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762128e58-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762128e68-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762128e76-086f4a44 {
    align-self: start;
  }

  #w-node-_0e8cb2f0-681e-b586-6472-344eb490eeb3-79a8fad9 {
    place-self: stretch stretch;
  }

  #w-node-c280be44-ff8c-96f4-5b71-b6819bdbf705-79a8fad9 {
    justify-self: start;
  }

  #w-node-_7340402b-2ab3-f8d5-b637-7be3e35a16ae-ce0cbee7, #w-node-_0e8cb2f0-681e-b586-6472-344eb490eeb3-560ea0e8 {
    place-self: stretch stretch;
  }

  #w-node-c280be44-ff8c-96f4-5b71-b6819bdbf705-560ea0e8, #w-node-_85d11d8e-25cd-11a4-e432-4028d5c5b7cf-560ea0e8, #w-node-c6a78da4-e54d-c9db-ec20-fa28a4397e3b-560ea0e8 {
    justify-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_94b02cf0-8e6f-1005-2706-a79bf32f3d8f-ed7f4ea8 {
    place-self: auto;
  }

  #w-node-_7bba0cdc-66db-9aca-1da7-be2762128e49-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762128e58-086f4a44 {
    align-self: stretch;
  }

  #w-node-_7bba0cdc-66db-9aca-1da7-be2762128e68-086f4a44 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: stretch;
  }

  #w-node-_7bba0cdc-66db-9aca-1da7-be2762128e76-086f4a44 {
    align-self: stretch;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5378-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5385-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5391-ad879ccb {
    place-self: start center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_80394416-e388-5c1c-063c-f755a58b7353-ed7f4e9b, #w-node-a64fab2d-39c1-a3da-5884-9eb6e9d232ac-ed7f4e9b {
    justify-self: start;
  }

  #w-node-_54ad02b5-35af-23af-c48d-e4344ec7d052-ed7f4e9b {
    order: 9999;
  }

  #w-node-dc8bf2c5-05cb-193f-c734-2ddbd70894e1-ed7f4ea3 {
    grid-column-end: 4;
  }

  #w-node-_94b02cf0-8e6f-1005-2706-a79bf32f3d8e-ed7f4ea8 {
    grid-column: 1 / 4;
  }

  #w-node-_94b02cf0-8e6f-1005-2706-a79bf32f3d8f-ed7f4ea8, #w-node-_94b02cf0-8e6f-1005-2706-a79bf32f3dae-ed7f4ea8 {
    order: 9999;
  }

  #w-node-_94b02cf0-8e6f-1005-2706-a79bf32f3dc5-ed7f4ea8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_94b02cf0-8e6f-1005-2706-a79bf32f3dd8-ed7f4ea8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d52d1448-8c07-f5a3-4956-da96fcca7dd7-ed7f4ebb, #w-node-_02b3be4a-6ed9-5aa2-d3c2-ee4b0efb552f-ed7f4ebb, #w-node-dbaa538f-dd98-53ef-e803-4dd65e1be658-ed7f4ebb, #w-node-_9f10227f-24c5-2643-064b-d8e0691cd0e8-ed7f4ebb, #w-node-_9d75fb6b-7927-0a76-fbe2-944a6117b6c1-ed7f4ebb {
    justify-self: start;
  }

  #w-node-dc8bf2c5-05cb-193f-c734-2ddbd70894e1-7c35e18c {
    grid-column-end: 4;
  }

  #w-node-a3afa13a-14ef-16b3-d3cd-69863c4ab0e7-1d0bc9b2 {
    order: 9999;
  }

  #w-node-a3afa13a-14ef-16b3-d3cd-69863c4ab0f4-1d0bc9b2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7bba0cdc-66db-9aca-1da7-be2762128dd0-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762128e30-086f4a44 {
    justify-self: start;
  }

  #w-node-_7bba0cdc-66db-9aca-1da7-be2762129219-086f4a44 {
    order: 9999;
  }

  #w-node-_7340402b-2ab3-f8d5-b637-7be3e35a173e-ce0cbee7, #w-node-_0b1f0a36-3fc8-a00a-4e1c-ff59593153fb-19bc2069 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd7f9575-27a6-8242-0e03-e09dd90fc792-ad879ccb {
    grid-column: span 3 / span 3;
  }

  #w-node-cd7f9575-27a6-8242-0e03-e09dd90fc79d-ad879ccb {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-cd7f9575-27a6-8242-0e03-e09dd90fc7a6-ad879ccb {
    grid-column: span 2 / span 2;
  }

  #w-node-_11eeede6-5848-a097-3d9f-23dcb58b1cbc-ad879ccb, #w-node-_11eeede6-5848-a097-3d9f-23dcb58b1cc1-ad879ccb, #w-node-e7fcfe58-4457-2771-d2f6-0166769f3f6c-ad879ccb {
    grid-column: span 8 / span 8;
  }

  #w-node-e7fcfe58-4457-2771-d2f6-0166769f3f71-ad879ccb, #w-node-e7fcfe58-4457-2771-d2f6-0166769f3f99-ad879ccb {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_17337027-fbe1-f1a6-5fe2-45511425a0f4-ed7f4e9b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1c64f194-68cf-77e0-ca78-ee6375c4ef92-ed7f4e9b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4b7de219-3b2d-e640-091f-daafd0b8d1d8-ed7f4e9b, #w-node-_75cce588-fb25-60db-0827-0c5526108361-ed7f4e9b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_87265ba2-36b2-527a-758e-97f2b24a9df5-ed7f4e9b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc28c-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc296-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc29e-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2a6-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ad-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2b6-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c0-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c8-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d0-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d7-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2e0-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ea-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2f2-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2fa-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc301-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc28c-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc296-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc29e-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2a6-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ad-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2b6-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c0-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c8-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d0-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d7-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2e0-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ea-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2f2-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2fa-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc301-ed7f4ea6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_94b02cf0-8e6f-1005-2706-a79bf32f3dd8-ed7f4ea8, #w-node-_94b02cf0-8e6f-1005-2706-a79bf32f3de6-ed7f4ea8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea83f-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea847-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea84f-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea857-ed7f4eb6, #w-node-_2ac62572-dc25-3641-e09d-320da48cc4d2-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea86f-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea877-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea87f-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea894-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea89d-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea8a7-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea8b2-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea867-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea887-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea8c0-ed7f4eb6, #w-node-_8ccfd60e-dfe8-0d23-75b6-af26f8d6b1a4-ed7f4eb6, #w-node-_1b46db28-52d1-faa8-9da3-eeb60dee2f9c-ed7f4eb6, #w-node-_371e19f5-5c1b-66eb-c934-9b43571f1728-ed7f4eb6, #w-node-_12b9ba2b-fe78-6ad1-6888-8f14e7108183-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea8c9-ed7f4eb6, #w-node-b3442ad7-d6e0-9c6b-f9c9-2a58b9014b7c-ed7f4eb6, #w-node-f60ef6b4-1a90-2328-fe32-7a6727754f14-ed7f4eb6, #w-node-fbc836da-b340-cf53-e6e3-083bd8392c54-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea8d7-ed7f4eb6, #w-node-a2390294-b68a-7038-7a11-05af88e11c6d-ed7f4eb6, #w-node-_7239154a-b5e3-b3e0-26eb-cb29da52c474-ed7f4eb6, #w-node-_6e07cb19-812f-cf62-1938-efa92e4d6ac5-ed7f4eb6, #w-node-_02f96217-2e4d-18db-e168-228edcbee9e1-ed7f4eb6, #w-node-_59ec9172-669a-2e9e-a969-deb3e97c1510-ed7f4eb6, #w-node-_5bc7464a-097b-5be5-2f3e-300e59d31bbf-ed7f4eb6, #w-node-b1e0d030-f5bb-41f2-a525-2cf8418b2d94-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea910-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea918-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea920-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea928-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea930-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea938-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea940-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea948-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea950-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea958-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea965-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea96e-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea976-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea97f-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea98b-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea993-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea99c-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea9a5-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea9af-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea9b9-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc28c-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc296-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc29e-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2a6-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2b6-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c0-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c8-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d0-ed7f4eb6, #w-node-_5bfc5d57-d7ba-31c7-a470-7cddd14006c8-ed7f4eb6, #w-node-_3ed881e0-d0f7-e74f-00ac-ce82e71462ca-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d7-ed7f4eb6, #w-node-_61317dcf-c141-2a0e-e0cc-9ed6a6b3d238-ed7f4eb6, #w-node-ac12dd3e-c46b-ffb9-3888-bd6d92d0cb13-ed7f4eb6, #w-node-a3ec91a1-060b-be31-fe7f-08fd33fc65a7-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2e0-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ea-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2f2-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2fa-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc301-ed7f4eb6, #w-node-cf1c634a-c596-ee64-c780-37eb6cc39f41-ed7f4eb6, #w-node-_06486be0-dc5e-1fed-415d-b7d52d81116e-ed7f4eb6, #w-node-_4030d5ff-e479-3dd3-02ab-89d35384755b-ed7f4eb6, #w-node-_8e462b58-74a9-6009-2ff7-96fb9edf13b4-ed7f4eb6, #w-node-b091a054-8ec7-d079-4bc2-00296543eaa2-ed7f4eb6, #w-node-_6c4ba4b2-4572-dd4e-6608-cf12aa622366-ed7f4eb6, #w-node-db67f964-c3f4-3406-a4e6-2acfe4db2fd3-ed7f4eb6, #w-node-_08260e5a-308a-3d2e-86b7-838c5c51ddeb-ed7f4eb6, #w-node-_069eebd0-833b-eca7-e83b-7d771ee922eb-ed7f4eb6, #w-node-_29d1eb9f-329f-fd42-50cb-3f774dca43af-ed7f4eb6, #w-node-b3907b39-0d58-3ee8-3418-00c752b11eed-ed7f4eb6, #w-node-_97583153-3a14-f968-a702-80e62f1c832c-ed7f4eb6, #w-node-b8b58890-dea3-7656-47b1-cf128bb0b55a-ed7f4eb6, #w-node-_00024205-afed-8986-3070-ea0e446dfccb-ed7f4eb6, #w-node-_705834aa-65dc-c9f6-d882-54421e53a5c7-ed7f4eb6, #w-node-b9967c7c-24e5-e595-1d4a-7582322957d7-ed7f4eb6, #w-node-_1c3a7af2-dc1a-f92b-c6d6-3987824d6632-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc28c-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc296-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc29e-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2a6-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ad-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2b6-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c0-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c8-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d0-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d7-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2e0-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ea-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2f2-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2fa-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc301-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc28c-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc296-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc29e-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2a6-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ad-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2b6-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c0-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c8-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d0-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d7-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2e0-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ea-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2f2-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2fa-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc301-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc28c-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc296-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc29e-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2a6-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ad-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2b6-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c0-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c8-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d0-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d7-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2e0-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ea-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2f2-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2fa-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc301-ed7f4eee {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f3db0466-1594-e127-7272-7e0cc6c355b7-59fa4c0e {
    order: -9999;
  }

  #w-node-adc9a927-00d1-8093-e613-e1f3ef0dd974-f17424c6, #w-node-adc9a927-00d1-8093-e613-e1f3ef0dd977-f17424c6, #w-node-_210ea87d-f819-2fd7-a24b-9182d846be28-f17424c6, #w-node-_4b55d4af-f20f-96a4-2d96-eb66e4b2bbba-f17424c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda58e3-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda58ef-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda58fb-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda5907-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda5913-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda591f-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda592b-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda5937-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda5943-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda594f-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda5960-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda596d-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda597b-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda598a-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda59a8-9d8252f9, #w-node-c39058c5-7ea9-fe6e-9162-35dc809293b5-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda59ce-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda59de-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffacb0-9d8252f9, #w-node-_7ebd3185-a425-9241-ff7d-3f882a0b32bc-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffacbc-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffacc8-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffacd4-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0ffface0-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffacec-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffacf8-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad04-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad10-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad21-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad2e-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad3c-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad4b-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad5d-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad69-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad78-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad83-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad8f-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad9f-9d8252f9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7bba0cdc-66db-9aca-1da7-be2762129197-086f4a44 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7bba0cdc-66db-9aca-1da7-be27621291a0-086f4a44 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7bba0cdc-66db-9aca-1da7-be27621291b1-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be27621291b4-086f4a44 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7bba0cdc-66db-9aca-1da7-be27621291e4-086f4a44 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc28c-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc296-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc29e-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2a6-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ad-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2b6-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c0-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c8-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d0-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d7-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2e0-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ea-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2f2-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2fa-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc301-ce0cbee7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cd7f9575-27a6-8242-0e03-e09dd90fc792-ad879ccb, #w-node-cd7f9575-27a6-8242-0e03-e09dd90fc79d-ad879ccb {
    grid-column: span 4 / span 4;
  }

  #Select-2.w-node-cd7f9575-27a6-8242-0e03-e09dd90fc7a3-ad879ccb, #w-node-cd7f9575-27a6-8242-0e03-e09dd90fc7a4-ad879ccb, #w-node-cd7f9575-27a6-8242-0e03-e09dd90fc7a6-ad879ccb, #field-2.w-node-cd7f9575-27a6-8242-0e03-e09dd90fc7c7-ad879ccb, #w-node-cd7f9575-27a6-8242-0e03-e09dd90fc7c8-ad879ccb {
    grid-column: span 1 / span 1;
  }

  #w-node-_11eeede6-5848-a097-3d9f-23dcb58b1cbc-ad879ccb, #w-node-_11eeede6-5848-a097-3d9f-23dcb58b1cc1-ad879ccb {
    grid-column: span 4 / span 4;
  }

  #w-node-_87018033-3c1f-82c0-4237-bcffbf2d53a3-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d53ad-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d53b7-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d53c1-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d53d0-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d53da-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d53e4-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d53eb-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d53f5-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5400-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d540a-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5415-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5423-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d542b-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d543a-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5445-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d544f-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5459-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5462-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d546a-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5472-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d547a-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5482-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d548d-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5498-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d54a5-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d54b2-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d54bc-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d54c6-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d54d3-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d54e0-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5512-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d551a-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5522-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d552a-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5532-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d553a-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5542-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d554a-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5552-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d555a-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5567-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5570-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5578-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5581-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d558d-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5595-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d559e-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d55a7-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d55b1-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d55bb-ad879ccb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e7fcfe58-4457-2771-d2f6-0166769f3f6c-ad879ccb, #w-node-e7fcfe58-4457-2771-d2f6-0166769f3f71-ad879ccb, #w-node-e7fcfe58-4457-2771-d2f6-0166769f3f99-ad879ccb {
    grid-column: span 4 / span 4;
  }

  #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea83f-1d227821, #w-node-ad28d4a5-c3f2-1fc0-16ac-c355a9e97b31-1d227821, #w-node-e9d35923-1cab-6453-0c59-afb0b5fa94ae-1d227821, #w-node-_548b066f-f837-8c26-1f15-f9aa761d44cf-1d227821, #w-node-b2fc6a8c-dc7f-2cd7-cb7b-6b0fe5551aae-1d227821, #w-node-_6b999b7a-df6e-69be-f018-8ff06e394ce6-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea847-1d227821, #w-node-e1887a10-3594-6a82-292a-b554c6f07b66-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea910-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea918-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea920-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea928-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea930-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea938-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea940-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea948-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea950-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea958-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea965-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea96e-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea976-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea97f-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea98b-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea993-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea99c-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea9a5-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea9af-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea9b9-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc28c-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc296-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc29e-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2a6-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2b6-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c0-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c8-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d0-1d227821, #w-node-_5bfc5d57-d7ba-31c7-a470-7cddd14006c8-1d227821, #w-node-_3ed881e0-d0f7-e74f-00ac-ce82e71462ca-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d7-1d227821, #w-node-_61317dcf-c141-2a0e-e0cc-9ed6a6b3d238-1d227821, #w-node-ac12dd3e-c46b-ffb9-3888-bd6d92d0cb13-1d227821, #w-node-a3ec91a1-060b-be31-fe7f-08fd33fc65a7-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2e0-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ea-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2f2-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2fa-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc301-1d227821, #w-node-cf1c634a-c596-ee64-c780-37eb6cc39f41-1d227821, #w-node-_06486be0-dc5e-1fed-415d-b7d52d81116e-1d227821, #w-node-_4030d5ff-e479-3dd3-02ab-89d35384755b-1d227821, #w-node-_8e462b58-74a9-6009-2ff7-96fb9edf13b4-1d227821, #w-node-b091a054-8ec7-d079-4bc2-00296543eaa2-1d227821, #w-node-_6c4ba4b2-4572-dd4e-6608-cf12aa622366-1d227821, #w-node-db67f964-c3f4-3406-a4e6-2acfe4db2fd3-1d227821, #w-node-_08260e5a-308a-3d2e-86b7-838c5c51ddeb-1d227821, #w-node-_069eebd0-833b-eca7-e83b-7d771ee922eb-1d227821, #w-node-_29d1eb9f-329f-fd42-50cb-3f774dca43af-1d227821, #w-node-b3907b39-0d58-3ee8-3418-00c752b11eed-1d227821, #w-node-_97583153-3a14-f968-a702-80e62f1c832c-1d227821, #w-node-b8b58890-dea3-7656-47b1-cf128bb0b55a-1d227821, #w-node-_00024205-afed-8986-3070-ea0e446dfccb-1d227821, #w-node-_705834aa-65dc-c9f6-d882-54421e53a5c7-1d227821, #w-node-b9967c7c-24e5-e595-1d4a-7582322957d7-1d227821, #w-node-_1c3a7af2-dc1a-f92b-c6d6-3987824d6632-1d227821 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_635f8879-15d2-16a0-5fa9-ab5a40594d11-1d227821, #w-node-_635f8879-15d2-16a0-5fa9-ab5a40594d14-1d227821, #w-node-_635f8879-15d2-16a0-5fa9-ab5a40594d18-1d227821, #w-node-_635f8879-15d2-16a0-5fa9-ab5a40594d1c-1d227821 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ead91cec-a249-0969-c739-7785f8079758-ed7f4e9b, #w-node-ead91cec-a249-0969-c739-7785f8079763-ed7f4e9b, #w-node-ead91cec-a249-0969-c739-7785f807976e-ed7f4e9b, #w-node-ead91cec-a249-0969-c739-7785f8079779-ed7f4e9b {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-c6686fcb-886c-f1a2-bdea-62e368eb7004-ed7f4e9b, #w-node-c6686fcb-886c-f1a2-bdea-62e368eb700c-ed7f4e9b, #w-node-c6686fcb-886c-f1a2-bdea-62e368eb7014-ed7f4e9b, #w-node-c6686fcb-886c-f1a2-bdea-62e368eb701c-ed7f4e9b, #w-node-c6686fcb-886c-f1a2-bdea-62e368eb7026-ed7f4e9b, #w-node-c6686fcb-886c-f1a2-bdea-62e368eb702e-ed7f4e9b, #w-node-c6686fcb-886c-f1a2-bdea-62e368eb7036-ed7f4e9b, #w-node-c6686fcb-886c-f1a2-bdea-62e368eb703e-ed7f4e9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_19c9c1bd-152c-32d2-f2b3-f0e5dfeb74d0-ed7f4e9b {
    order: -9999;
  }

  #w-node-_17337027-fbe1-f1a6-5fe2-45511425a0f4-ed7f4e9b {
    order: 9999;
  }

  #w-node-_1c64f194-68cf-77e0-ca78-ee6375c4ef92-ed7f4e9b, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc28c-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc296-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc29e-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2a6-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ad-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2b6-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c0-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c8-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d0-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d7-ed7f4e9e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2e0-ed7f4e9e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ea-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2f2-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2fa-ed7f4e9e, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc301-ed7f4e9e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dc8bf2c5-05cb-193f-c734-2ddbd70894e1-ed7f4ea3 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc28c-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc296-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc29e-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2a6-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ad-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2b6-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c0-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c8-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d0-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d7-ed7f4ea6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2e0-ed7f4ea6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ea-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2f2-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2fa-ed7f4ea6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc301-ed7f4ea6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_704f2174-3cac-0d53-ce95-e74eec03deae-ed7f4eb4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea83f-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea847-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea84f-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea857-ed7f4eb6, #w-node-_2ac62572-dc25-3641-e09d-320da48cc4d2-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea86f-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea877-ed7f4eb6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea87f-ed7f4eb6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea894-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea89d-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea8a7-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea8b2-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea867-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea887-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea8c0-ed7f4eb6, #w-node-_8ccfd60e-dfe8-0d23-75b6-af26f8d6b1a4-ed7f4eb6, #w-node-_1b46db28-52d1-faa8-9da3-eeb60dee2f9c-ed7f4eb6, #w-node-_371e19f5-5c1b-66eb-c934-9b43571f1728-ed7f4eb6, #w-node-_12b9ba2b-fe78-6ad1-6888-8f14e7108183-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea8c9-ed7f4eb6, #w-node-b3442ad7-d6e0-9c6b-f9c9-2a58b9014b7c-ed7f4eb6, #w-node-f60ef6b4-1a90-2328-fe32-7a6727754f14-ed7f4eb6, #w-node-fbc836da-b340-cf53-e6e3-083bd8392c54-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea8d7-ed7f4eb6, #w-node-a2390294-b68a-7038-7a11-05af88e11c6d-ed7f4eb6, #w-node-_7239154a-b5e3-b3e0-26eb-cb29da52c474-ed7f4eb6, #w-node-_6e07cb19-812f-cf62-1938-efa92e4d6ac5-ed7f4eb6, #w-node-_02f96217-2e4d-18db-e168-228edcbee9e1-ed7f4eb6, #w-node-_59ec9172-669a-2e9e-a969-deb3e97c1510-ed7f4eb6, #w-node-_5bc7464a-097b-5be5-2f3e-300e59d31bbf-ed7f4eb6, #w-node-b1e0d030-f5bb-41f2-a525-2cf8418b2d94-ed7f4eb6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea910-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea918-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea920-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea928-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea930-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea938-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea940-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea948-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea950-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea958-ed7f4eb6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea965-ed7f4eb6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea96e-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea976-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea97f-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea98b-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea993-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea99c-ed7f4eb6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea9a5-ed7f4eb6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea9af-ed7f4eb6, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea9b9-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc28c-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc296-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc29e-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2a6-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2b6-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c0-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c8-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d0-ed7f4eb6, #w-node-_5bfc5d57-d7ba-31c7-a470-7cddd14006c8-ed7f4eb6, #w-node-_3ed881e0-d0f7-e74f-00ac-ce82e71462ca-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d7-ed7f4eb6, #w-node-_61317dcf-c141-2a0e-e0cc-9ed6a6b3d238-ed7f4eb6, #w-node-ac12dd3e-c46b-ffb9-3888-bd6d92d0cb13-ed7f4eb6, #w-node-a3ec91a1-060b-be31-fe7f-08fd33fc65a7-ed7f4eb6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2e0-ed7f4eb6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ea-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2f2-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2fa-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc301-ed7f4eb6, #w-node-cf1c634a-c596-ee64-c780-37eb6cc39f41-ed7f4eb6, #w-node-_06486be0-dc5e-1fed-415d-b7d52d81116e-ed7f4eb6, #w-node-_4030d5ff-e479-3dd3-02ab-89d35384755b-ed7f4eb6, #w-node-_8e462b58-74a9-6009-2ff7-96fb9edf13b4-ed7f4eb6, #w-node-b091a054-8ec7-d079-4bc2-00296543eaa2-ed7f4eb6, #w-node-_6c4ba4b2-4572-dd4e-6608-cf12aa622366-ed7f4eb6, #w-node-db67f964-c3f4-3406-a4e6-2acfe4db2fd3-ed7f4eb6, #w-node-_08260e5a-308a-3d2e-86b7-838c5c51ddeb-ed7f4eb6, #w-node-_069eebd0-833b-eca7-e83b-7d771ee922eb-ed7f4eb6, #w-node-_29d1eb9f-329f-fd42-50cb-3f774dca43af-ed7f4eb6, #w-node-b3907b39-0d58-3ee8-3418-00c752b11eed-ed7f4eb6, #w-node-_97583153-3a14-f968-a702-80e62f1c832c-ed7f4eb6, #w-node-b8b58890-dea3-7656-47b1-cf128bb0b55a-ed7f4eb6, #w-node-_00024205-afed-8986-3070-ea0e446dfccb-ed7f4eb6, #w-node-_705834aa-65dc-c9f6-d882-54421e53a5c7-ed7f4eb6, #w-node-b9967c7c-24e5-e595-1d4a-7582322957d7-ed7f4eb6, #w-node-_1c3a7af2-dc1a-f92b-c6d6-3987824d6632-ed7f4eb6, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc28c-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc296-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc29e-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2a6-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ad-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2b6-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c0-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c8-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d0-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d7-ed7f4ec0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2e0-ed7f4ec0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ea-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2f2-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2fa-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc301-ed7f4ec0, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc28c-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc296-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc29e-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2a6-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ad-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2b6-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c0-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c8-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d0-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d7-ed7f4eed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2e0-ed7f4eed {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ea-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2f2-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2fa-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc301-ed7f4eed, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc28c-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc296-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc29e-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2a6-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ad-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2b6-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c0-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c8-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d0-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d7-ed7f4eee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2e0-ed7f4eee {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ea-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2f2-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2fa-ed7f4eee, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc301-ed7f4eee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f3db0466-1594-e127-7272-7e0cc6c355d9-59fa4c0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc8bf2c5-05cb-193f-c734-2ddbd70894e1-7c35e18c {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda58e3-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda58ef-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda58fb-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda5907-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda5913-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda591f-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda592b-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda5937-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda5943-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda594f-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda5960-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda596d-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda597b-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda598a-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda59a8-9d8252f9, #w-node-c39058c5-7ea9-fe6e-9162-35dc809293b5-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda59ce-9d8252f9, #w-node-_2871e9a5-dc2d-cfca-c859-2bc27fda59de-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffacb0-9d8252f9, #w-node-_7ebd3185-a425-9241-ff7d-3f882a0b32bc-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffacbc-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffacc8-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffacd4-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0ffface0-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffacec-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffacf8-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad04-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad10-9d8252f9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad21-9d8252f9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad2e-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad3c-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad4b-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad5d-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad69-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad78-9d8252f9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad83-9d8252f9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad8f-9d8252f9, #w-node-_6419c57a-e8c6-92a1-535b-dc3d0fffad9f-9d8252f9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7bba0cdc-66db-9aca-1da7-be2762128e46-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762128e55-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762128e65-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762128e73-086f4a44 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_7bba0cdc-66db-9aca-1da7-be2762129035-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be276212903d-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762129048-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762129054-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762129064-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be276212906c-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be2762129074-086f4a44, #w-node-_7bba0cdc-66db-9aca-1da7-be276212907c-086f4a44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7bba0cdc-66db-9aca-1da7-be2762129186-086f4a44 {
    order: -9999;
  }

  #w-node-_7bba0cdc-66db-9aca-1da7-be2762129197-086f4a44 {
    order: 9999;
  }

  #w-node-_7bba0cdc-66db-9aca-1da7-be27621291a0-086f4a44 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7340402b-2ab3-f8d5-b637-7be3e35a16d1-ce0cbee7, #w-node-_7340402b-2ab3-f8d5-b637-7be3e35a16da-ce0cbee7, #w-node-_7340402b-2ab3-f8d5-b637-7be3e35a16e3-ce0cbee7 {
    justify-self: center;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc28c-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc296-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc29e-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2a6-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ad-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2b6-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c0-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c8-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d0-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d7-ce0cbee7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2e0-ce0cbee7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ea-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2f2-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2fa-ce0cbee7, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc301-ce0cbee7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_87018033-3c1f-82c0-4237-bcffbf2d53a3-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d53ad-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d53b7-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d53c1-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d53d0-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d53da-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d53e4-ad879ccb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_87018033-3c1f-82c0-4237-bcffbf2d53eb-ad879ccb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_87018033-3c1f-82c0-4237-bcffbf2d53f5-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5400-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d540a-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5415-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5423-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d542b-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d543a-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5445-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d544f-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5459-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5462-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d546a-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5472-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d547a-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5482-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d548d-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5498-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d54a5-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d54b2-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d54bc-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d54c6-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d54d3-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d54e0-ad879ccb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5512-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d551a-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5522-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d552a-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5532-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d553a-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5542-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d554a-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5552-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d555a-ad879ccb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5567-ad879ccb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5570-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5578-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5581-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d558d-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d5595-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d559e-ad879ccb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_87018033-3c1f-82c0-4237-bcffbf2d55a7-ad879ccb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_87018033-3c1f-82c0-4237-bcffbf2d55b1-ad879ccb, #w-node-_87018033-3c1f-82c0-4237-bcffbf2d55bb-ad879ccb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea83f-1d227821, #w-node-ad28d4a5-c3f2-1fc0-16ac-c355a9e97b31-1d227821, #w-node-e9d35923-1cab-6453-0c59-afb0b5fa94ae-1d227821, #w-node-_548b066f-f837-8c26-1f15-f9aa761d44cf-1d227821, #w-node-b2fc6a8c-dc7f-2cd7-cb7b-6b0fe5551aae-1d227821, #w-node-_6b999b7a-df6e-69be-f018-8ff06e394ce6-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea847-1d227821, #w-node-e1887a10-3594-6a82-292a-b554c6f07b66-1d227821 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea910-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea918-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea920-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea928-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea930-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea938-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea940-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea948-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea950-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea958-1d227821 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea965-1d227821 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea96e-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea976-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea97f-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea98b-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea993-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea99c-1d227821 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea9a5-1d227821 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea9af-1d227821, #w-node-c347c364-a67f-3b16-b1aa-033f3a1ea9b9-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc28c-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc296-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc29e-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2a6-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2b6-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c0-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2c8-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d0-1d227821, #w-node-_5bfc5d57-d7ba-31c7-a470-7cddd14006c8-1d227821, #w-node-_3ed881e0-d0f7-e74f-00ac-ce82e71462ca-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2d7-1d227821, #w-node-_61317dcf-c141-2a0e-e0cc-9ed6a6b3d238-1d227821, #w-node-ac12dd3e-c46b-ffb9-3888-bd6d92d0cb13-1d227821, #w-node-a3ec91a1-060b-be31-fe7f-08fd33fc65a7-1d227821 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2e0-1d227821 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2ea-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2f2-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc2fa-1d227821, #w-node-_37d8af0e-28e0-a594-c230-2cacc5acc301-1d227821, #w-node-cf1c634a-c596-ee64-c780-37eb6cc39f41-1d227821, #w-node-_06486be0-dc5e-1fed-415d-b7d52d81116e-1d227821, #w-node-_4030d5ff-e479-3dd3-02ab-89d35384755b-1d227821, #w-node-_8e462b58-74a9-6009-2ff7-96fb9edf13b4-1d227821, #w-node-b091a054-8ec7-d079-4bc2-00296543eaa2-1d227821, #w-node-_6c4ba4b2-4572-dd4e-6608-cf12aa622366-1d227821, #w-node-db67f964-c3f4-3406-a4e6-2acfe4db2fd3-1d227821, #w-node-_08260e5a-308a-3d2e-86b7-838c5c51ddeb-1d227821, #w-node-_069eebd0-833b-eca7-e83b-7d771ee922eb-1d227821, #w-node-_29d1eb9f-329f-fd42-50cb-3f774dca43af-1d227821, #w-node-b3907b39-0d58-3ee8-3418-00c752b11eed-1d227821, #w-node-_97583153-3a14-f968-a702-80e62f1c832c-1d227821, #w-node-b8b58890-dea3-7656-47b1-cf128bb0b55a-1d227821, #w-node-_00024205-afed-8986-3070-ea0e446dfccb-1d227821, #w-node-_705834aa-65dc-c9f6-d882-54421e53a5c7-1d227821, #w-node-b9967c7c-24e5-e595-1d4a-7582322957d7-1d227821, #w-node-_1c3a7af2-dc1a-f92b-c6d6-3987824d6632-1d227821 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Fix for About Us section */
.home-about .home-service-block {
  background-color: transparent !important;
}

.home-about .padding-horizontal-2.padding-small.background-color-tan {
  background-color: #f4f2e4 !important;
}

/* Fix for About Us section grid layout - Override with higher specificity */
.home-about .home-service .home-service_base .home-service-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  grid-column-gap: 0rem !important;
  grid-row-gap: 0rem !important;
  border-top: 1px solid #e7eeee !important;
  padding-top: 4rem !important;
  padding-bottom: 8rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  width: 100% !important;
}

.home-about .home-service .home-service_base .home-service_card {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  border-right: 1px dashed #002b2c !important;
  grid-column-gap: 1.625rem !important;
  grid-row-gap: 1.625rem !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  min-height: auto !important;
  align-self: flex-start !important;
}

.home-about .home-service .home-service_base .home-service_card.end {
  border-right-style: none !important;
  border-right-color: #002b2c !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  min-height: auto !important;
  align-self: flex-start !important;
}

/* Override conflicting styles from original CSS */
.home-about .home-service-top {
  justify-content: flex-start !important;
  align-items: flex-start !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex !important;
  max-width: none !important;
}

/* Mobile responsive fix */
@media screen and (max-width: 991px) {
  .home-about .home-service .home-service_base .home-service-list {
    grid-template-columns: 1fr !important;
    grid-row-gap: 0rem !important;
    padding-bottom: 2rem !important;
    display: grid !important;
  }

  .home-about .home-service .home-service_base .home-service_card {
    border-right-style: none !important;
    border-bottom: 1px dashed #e7eeee !important;
    padding: 3rem 0 !important;
    display: flex !important;
    width: 100% !important;
  }

  .home-about .home-service .home-service_base .home-service_card.end {
    border-bottom-style: none !important;
    display: flex !important;
    width: 100% !important;
  }
}
/* Post Content Grid Layout */
.post-content-grid {
    display: grid !important;
    grid-template-columns: 1fr 2fr !important;
    grid-template-rows: auto !important;
    grid-auto-columns: auto !important;
    gap: 3rem !important;
    grid-row-gap: 3rem !important;
    grid-column-gap: 3rem !important;
    align-items: start !important;
    width: 100% !important;
}

.post-toc-column {
    position: sticky !important;
    top: 2rem !important;
    width: 100% !important;
}

.post-content-column {
    min-width: 0 !important;
    width: 100% !important;
}

@media screen and (max-width: 991px) {
    .post-content-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        grid-row-gap: 2rem !important;
        grid-column-gap: 2rem !important;
    }
    
    .post-toc-column {
        position: static !important;
    }
}

