:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--text: "Mona Sans", sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: "Mona Sans", sans-serif;
  --_primitives---colors--neutral-800: #002d33;
  --_primitives---colors--accent-primary-1: #30cb65;
  --_primitives---colors--secondary-color-1: #00404f;
  --_primitives---colors--secondary-color-2: #eef6f9;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---colors--neutral-transparent: transparent;
  --_primitives---opacity--transparent: transparent;
  --_primitives---colors--neutral-600: #515f62;
  --_primitives---colors--neutral-300: #d8e0e1;
  --_primitives---colors--neutral-200: #e8f0f2;
  --_primitives---colors--neutral-100: white;
  --_primitives---opacity--neutral-darkest-60\<deleted\|relume-variable-neutral-shade-7-60\>: #0009;
  --_primitives---opacity--white-60\<deleted\|relume-variable-neutral-white-60\>: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-700: #273133;
  --_primitives---colors--general-shadow-02: #14142b14;
  --_primitives---colors--general-shadow-01: #14142b0f;
  --_primitives---colors--system-green-300: #05c168;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---colors--secondary-color-3: #30cbb8;
  --_primitives---colors--secondary-color-4: #001517;
  --_primitives---colors--secondary-color-5: #cbe0e8;
  --_primitives---colors--neutral-500: #767e80;
  --_primitives---colors--neutral-400: #bcc4c6;
  --_primitives---colors--system-green-400: #11845b;
  --_primitives---colors--system-blue-400: #086cd9;
  --_primitives---colors--system-blue-300: #1d88fe;
  --_primitives---colors--system-blue-200: #8fc3ff;
  --_primitives---colors--system-blue-100: #eaf4ff;
  --_primitives---colors--system-green-200: #7fdca4;
  --_primitives---colors--system-green-100: #def2e6;
  --_primitives---colors--system-red-400: #dc2b2b;
  --_primitives---colors--system-300: #ff5a65;
  --_primitives---colors--system-red-200: #ffbec2;
  --_primitives---colors--system-red-100: #ffeff0;
  --_primitives---colors--system-orange-400: #d5691b;
  --_primitives---colors--system-orange-300: #ff9e2c;
  --_primitives---colors--system-orange-200: #ffd19b;
  --_primitives---colors--system-orange-100: #fff3e4;
  --_primitives---colors--general-shadow-03: #14142b1a;
  --_primitives---colors--general-shadow-04: #14142b24;
  --_primitives---colors--general-shadow-05: #14142b29;
  --_primitives---colors--general-shadow-06: #14142b3d;
  --_primitives---colors--button-shadow-color-01: #4a3aff0f;
  --_primitives---colors--button-shadow-color-2: #4a3aff14;
  --_primitives---colors--button-shadow-color-03: #4a3aff14;
  --_primitives---colors--button-shadow-white-01: #14142b0a;
  --_primitives---colors--button-shadow-white-02: #14142b0f;
  --_primitives---colors--button-shadow-white-03: #14142b1a;
  --_ui-styles---stroke--divider-width: 1px;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

.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-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-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-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--text);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---colors--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---colors--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---colors--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--_primitives---colors--accent-primary-1);
  padding: 0;
  text-decoration: none;
}

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(--color-scheme-1--text);
  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 {
  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: 20rem;
}

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

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

.container-large.is_nav-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.max-width-xxlarge {
  border-radius: 1.5rem;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge.bg-primary {
  background-color: var(--_primitives---colors--secondary-color-1);
}

.max-width-xxlarge.bg_secondary, .max-width-xxlarge.background-color_secondary {
  background-color: var(--_primitives---colors--secondary-color-2);
}

.max-width-xxlarge.is_blog-hero {
  background-color: var(--_primitives---colors--secondary-color-2);
  height: 700px;
}

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

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

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

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

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

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

.padding-custom1 {
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.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-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-custom1 {
  margin: 0 0 .75rem;
}

.margin-bottom.margin-tiny, .margin-bottom.margin-small, .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-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-vertical.margin-xsmall, .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-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: 4rem 0;
}

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

.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 {
  font-size: 1.125rem;
}

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

.text-style-quote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  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 {
  color: var(--_primitives---colors--neutral-800);
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.37425rem;
}

.heading-style-h2.is-white {
  color: var(--_primitives---colors--white);
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

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

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

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

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

.heading-style-h5 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.8755rem;
}

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

.heading-style-h1 {
  color: var(--_primitives---colors--neutral-800);
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.624rem;
}

.heading-style-h1.is-white {
  color: var(--_primitives---colors--white);
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  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-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.form_checkbox-label {
  margin-bottom: 0;
}

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

.form_field-label {
  color: var(--_primitives---colors--neutral-800);
  margin-bottom: .75rem;
  font-weight: 700;
}

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-transparent);
  color: var(--_primitives---colors--neutral-800);
  text-align: center;
  border-radius: 10px;
  padding: 1.25rem 1.75rem;
  font-size: 1.1225rem;
  font-weight: 500;
  line-height: 1.24988rem;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  border-color: var(--_primitives---colors--accent-primary-1);
  background-color: var(--_primitives---colors--accent-primary-1);
  color: var(--_primitives---colors--white);
  transform: scale(1.05);
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

.button.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-color: var(--_primitives---colors--accent-primary-1);
  background-color: var(--_primitives---colors--accent-primary-1);
  color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-icon:hover {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
}

.button.is-secondary {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--neutral-transparent);
  color: var(--_primitives---colors--white);
}

.button.is-secondary:hover {
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-800);
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

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

.heading-style-h4 {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 2.74975rem;
}

.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: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

.text-size-regular {
  color: var(--_primitives---colors--neutral-600);
  font-size: 1rem;
  font-weight: 500;
}

.text-size-regular.is-altenate {
  color: var(--_primitives---colors--neutral-300);
}

.text-size-regular.color_primary {
  color: var(--_primitives---colors--neutral-800);
}

.text-size-regular.is_white {
  color: var(--_primitives---colors--white);
}

.text-size-regular.text-weight-bold {
  color: var(--_primitives---colors--white);
  text-decoration: none;
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
}

.text-size-regular.text-weight-bold:hover {
  color: var(--_primitives---colors--accent-primary-1);
}

.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 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7505rem;
}

.heading-style-h3.is-alternate {
  color: var(--_primitives---colors--white);
}

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

.form_input {
  border: 1px solid var(--_primitives---colors--neutral-200);
  background-color: var(--_primitives---colors--neutral-100);
  color: var(--_primitives---colors--neutral-800);
  border-radius: .625rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  transition: border-color .3s;
}

.form_input:hover, .form_input:focus {
  border-color: var(--_primitives---colors--accent-primary-1);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60\<deleted\|relume-variable-neutral-shade-7-60\>);
}

.form_input.is-text-area {
  height: auto;
  min-height: 8rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60\<deleted\|relume-variable-neutral-white-60\>);
}

.form_input.is_half {
  width: 40%;
}

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

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

.button-group.hide-decktop {
  display: none;
}

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

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

.text-weight-semibold {
  font-weight: 600;
}

.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(--_primitives---colors--neutral-darkest);
}

.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(--_primitives---colors--neutral-darkest);
}

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

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

.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: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--text);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  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;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

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

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

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

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

.text-size-small {
  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 h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  background-color: var(--_primitives---colors--secondary-color-1);
  color: var(--_primitives---colors--neutral-100);
  text-align: center;
  background-image: url('../images/bg-blockquote-blog-post-localfinder-x-webflow-template.svg');
  background-position: 50%;
  background-size: cover;
  border-left-style: none;
  border-radius: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 5rem 11.625rem;
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 700;
}

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

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

.text-rich-text h4 {
  color: var(--_primitives---colors--neutral-800);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.375rem;
  line-height: 1.875rem;
}

.text-rich-text h5 {
  color: var(--_primitives---colors--neutral-800);
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

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

.text-rich-text p {
  color: var(--_primitives---colors--neutral-600);
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
}

.text-rich-text a {
  color: var(--_primitives---colors--accent-primary-1);
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  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;
}

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

.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 {
  font-size: 1.25rem;
  font-weight: 500;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

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

.pointer-events-none {
  pointer-events: none;
}

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.padding-section-xlarge {
  padding-top: 14rem;
}

.padding-global.padding-section-costom {
  padding-top: 14rem;
  padding-bottom: 4rem;
}

.padding-section-medium {
  flex-flow: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

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

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

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

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-left: 1rem;
  padding: .625rem .875rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

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

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
}

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

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
}

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

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

.rl-styleguide_logo {
  width: 10rem;
}

.icon-button {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  border: 1px solid var(--_primitives---colors--accent-primary-1);
  background-color: var(--_primitives---colors--accent-primary-1);
  color: var(--_primitives---colors--white);
  text-align: center;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.75rem;
  font-size: 1.1225rem;
  font-weight: 700;
  line-height: 1.24988rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.icon-button:hover {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border-color: var(--_primitives---colors--accent-primary-1);
  background-color: var(--_primitives---colors--accent-primary-1);
  color: var(--_primitives---colors--white);
  transform: scale(1.05);
}

.icon-button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.icon-button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

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

.icon-button.is-secondary {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--neutral-transparent);
  color: var(--_primitives---colors--white);
}

.icon-button.is-secondary:hover {
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-800);
}

.icon-button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.icon-button.is-small {
  padding: .5rem 1.25rem;
}

.icon-button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.section_hero {
  overflow: hidden;
}

.hero_component {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero_right-contnt {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  min-height: 100%;
  max-height: 649px;
  margin-right: -7vw;
  overflow: hidden;
}

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

.tinny_icon {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.inner_container {
  max-width: 520px;
}

.services_header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services_component {
  grid-column-gap: 1.75rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service_card {
  background-color: var(--_primitives---colors--white);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.service_card-header {
  flex-flow: column;
  padding: 2.75rem 1.5rem;
  display: flex;
}

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

.service_card-icon {
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.service_card-image {
  height: 370px;
  overflow: hidden;
}

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

.button_wrap {
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  display: flex;
}

.no_wrap {
  white-space: nowrap;
}

.section_find-cities.background-01 {
  background-color: var(--_primitives---colors--secondary-color-2);
}

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

.find-cities_component {
  grid-column-gap: 28px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cities_main-wrap {
  border-radius: 1rem;
}

.city_image-wrap {
  border-radius: 1rem;
  height: 17.75rem;
  overflow: hidden;
}

.image {
  aspect-ratio: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.feature_header, .feature_headerr {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature_slider {
  background-color: #ddd0;
  height: auto;
}

.mask {
  width: 62rem;
  position: static;
  overflow: visible;
}

.slide {
  border-radius: 1rem;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.feature_image {
  width: 100%;
  max-width: 26rem;
}

.slider_content {
  background-color: var(--_primitives---colors--white);
  width: 100%;
  min-height: 370.992px;
  padding: 4.375rem 2.625rem;
}

.border_line {
  background-color: var(--_primitives---colors--neutral-lighter);
  height: 1px;
}

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

.feature_slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--_primitives---colors--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  inset: auto auto 0% 0%;
}

.feature_slider-arrow:hover {
  border-color: var(--_primitives---colors--accent-primary-1);
  background-color: var(--_primitives---colors--accent-primary-1);
  color: var(--_primitives---colors--white);
}

.feature_slider-arrow.right {
  border-color: var(--_primitives---colors--neutral-300);
  background-color: var(--_primitives---colors--accent-primary-1);
  color: var(--_primitives---colors--white);
  display: flex;
  inset: auto 0% 0% auto;
}

.feature_slider-arrow.right:hover {
  border-color: var(--color-scheme-1--border);
  background-color: var(--_primitives---colors--white);
  color: var(--color-scheme-1--text);
}

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

.passion_badge {
  border: 1px solid var(--_primitives---colors--neutral-300);
  color: var(--_primitives---colors--neutral-700);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
}

.badge_icon {
  width: 18px;
  height: 18px;
}

.price_badge {
  border: 1px solid var(--_primitives---colors--neutral-300);
  color: var(--_primitives---colors--neutral-700);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
}

.slider_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--_primitives---colors--secondary-color-1);
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  line-height: 1.625rem;
  display: flex;
}

.slide-3 {
  margin-right: 1.75rem;
}

.card_content {
  background-color: var(--_primitives---colors--secondary-color-1);
  background-image: url('../images/imgi_83_653029fa75abf06206e9f7f9_cta-v1-localfinder-x-webflow-template.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  padding: 6.875rem 3.57113rem;
  position: relative;
  overflow: hidden;
}

.expert_card-grid {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-expert_component {
  overflow: hidden;
}

.feature-expert_bg {
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bg_image {
  width: 100%;
  height: 100%;
}

.bg-image {
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.card_image {
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-top: 2rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
}

.feature_grid-left {
  flex-flow: column;
}

.our-expert_header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.our-expert_card {
  background-color: var(--_primitives---colors--neutral-100);
  box-shadow: 0 2px 7px 0 var(--_primitives---colors--general-shadow-02);
  border-radius: 1rem;
  overflow: hidden;
}

.our-experts_card-content {
  flex-flow: column;
  padding: 2.75rem 1.5rem;
  display: flex;
}

.how--it-works_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.works_card {
  text-align: center;
  padding: 1rem 4rem 1rem 2rem;
}

.works_card.align-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.works_card.is-border {
  border: 0 solid #336672;
  border-width: 0 1px;
}

.works_card.flext-content_right {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.how-it-works_icon {
  width: 88px;
  height: 88px;
}

.icon_wrap {
  text-align: center;
  width: 100%;
}

.fingertips_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.fingertips_left-video {
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.fingertips-video_overlay {
  background-image: linear-gradient(#002d334d, #002d334d);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fingertips-video_playbutton {
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--accent-primary-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.fingertips_content-wrap {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.fingertips_bottom-content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.fingertips_bottom-content.is_border {
  border-right: 1px solid var(--_primitives---colors--neutral-lighter);
  padding-right: .4rem;
}

.span_green {
  color: var(--_primitives---colors--accent-primary-1);
}

.spacer-extra {
  width: 100%;
  padding-top: 1.125rem;
}

.fingertip-video_imagee {
  object-fit: cover;
  height: 100%;
}

.article_header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.article_card {
  box-shadow: 0 2px 6px 0 var(--_primitives---colors--general-shadow-02);
  border-radius: 1rem;
  overflow: hidden;
}

.article_image-wrap {
  width: 100%;
  position: relative;
}

.article-card_content {
  padding: 1.75rem 2.1875rem 3rem;
}

.article_heading {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.7505rem;
}

.article_heading.is-alternate {
  color: var(--_primitives---colors--white);
}

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

.article-card_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--_primitives---colors--secondary-color-1);
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  line-height: 1.625rem;
  display: flex;
}

.tag_icon {
  width: 18px;
  height: 18px;
}

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

.footer_component {
  padding-bottom: 2rem;
}

.footer_card-component {
  background-color: var(--_primitives---colors--secondary-color-1);
  background-image: url('../images/imgi_99_6462a813c7781dedc8bdd33d_cta-v2-footer-localfinder-x-webflow-template.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: -150px;
  padding: 4.625rem 6.25rem;
  display: flex;
  position: relative;
}

.footer_card-content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 37.5rem;
  display: flex;
}

.footer_grid {
  grid-column-gap: 1.75rem;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_content {
  max-width: 25.9375rem;
}

.footer_logo-image {
  width: 13.6875rem;
}

.search_bar {
  color: var(--_primitives---colors--neutral-800);
  padding: 1rem 1.5rem 1rem 2.9375rem;
  font-weight: 500;
}

.search_area {
  font-weight: 500;
}

.social_icons-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social_links {
  transition: all .3s;
}

.social_links:hover {
  color: var(--_primitives---colors--accent-primary-1);
  transform: translate(0, -5px);
}

.footer_links-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_content-coloumn {
  max-width: 29.375rem;
}

.footer_link-wrap {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page_link {
  color: var(--_primitives---colors--neutral-600);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.111rem;
  transition: all .3s;
}

.page_link:hover {
  color: var(--_primitives---colors--accent-primary-1);
}

.page_link.color_nutral {
  color: var(--_primitives---colors--neutral-800);
}

.copyright_wrapper {
  border-top: 1px solid var(--_primitives---colors--neutral-300);
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.more-templetes_link {
  color: var(--_primitives---colors--accent-primary-1);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.111rem;
  transition: all .3s;
}

.more-templetes_link:hover {
  color: var(--_primitives---colors--neutral-600);
}

.copyright_links {
  color: var(--_primitives---colors--neutral-600);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.111rem;
  text-decoration: underline;
  transition: all .3s;
}

.copyright_links:hover {
  color: var(--_primitives---colors--accent-primary-1);
}

.navbar {
  border-top: 1px solid var(--_primitives---colors--neutral-300);
  border-bottom: 1px solid var(--_primitives---colors--neutral-300);
  background-color: #0000;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.nav_social-icons {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home_nav_link {
  color: var(--_primitives---colors--neutral-800);
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  transition: all .3s;
}

.home_nav_link:hover {
  color: var(--_primitives---colors--accent-primary-1);
}

.home_nav_link.color_nutral {
  color: var(--_primitives---colors--neutral-800);
}

.navigation {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  display: none;
}

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

.dropdown {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.icon {
  margin-top: 7px;
  margin-bottom: 0;
}

.dropdown_navigation.w--open {
  border: 1px solid var(--_primitives---colors--neutral-300);
  background-color: var(--_primitives---colors--white);
  border-radius: 1rem;
  padding: 3rem;
}

.dropdown_content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 45rem;
  display: flex;
}

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

.dropdown_link-wrap {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page_links {
  justify-content: center;
  align-items: center;
}

.cart-button {
  color: var(--_primitives---colors--neutral-800);
  background-color: #3898ec00;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  font-weight: 500;
}

.cart-quantity {
  color: var(--_primitives---colors--neutral-600);
  min-width: 0;
  height: auto;
  font-size: 1rem;
}

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

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

.topbar {
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.home_header {
  background-color: #ddd0;
}

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

.topbar_logo-image {
  width: 13.125rem;
}

.search_blockk {
  border: 1px solid var(--_primitives---colors--neutral-200);
  background-color: var(--_primitives---colors--neutral-100);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.9375rem;
  font-weight: 500;
  display: flex;
}

.search_block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search_input {
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
}

.text-block {
  line-height: 1rem;
}

.letest-article_header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.letest-article_component.is-dublicate {
  grid-template-rows: auto;
}

.blog-hero_component {
  overflow: hidden;
}

.blog_hero-heading {
  color: var(--_primitives---colors--neutral-800);
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 4rem;
}

.blog_hero-heading.is-white {
  color: var(--_primitives---colors--white);
}

.blog-content_header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.max-width-custom {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 54rem;
  display: flex;
}

.blog_hero_image {
  aspect-ratio: 2;
  border-radius: 1rem;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.blog_hero-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem .875rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.blog_hero-tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.blog_hero-tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.blog_hero-tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.max-width-blog {
  border-radius: 1.5rem;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-blog.bg-primary {
  background-color: var(--_primitives---colors--secondary-color-1);
}

.max-width-blog.bg_secondary {
  background-color: var(--_primitives---colors--secondary-color-2);
  height: 1300px;
}

.max-width-blog.background-color_secondary {
  background-color: var(--_primitives---colors--secondary-color-2);
}

.max-width-blog.is_blog-hero {
  background-color: var(--_primitives---colors--secondary-color-2);
  height: 700px;
}

.blog_card-component {
  margin-top: -250px;
}

.heading {
  margin-bottom: 1rem;
  font-size: 2.125rem;
}

.list, .list-2 {
  color: var(--_primitives---colors--neutral-600);
  font-weight: 500;
}

.text-rich-image {
  border-radius: 1rem;
}

.blog_letest-article_header {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-hero-height {
  height: 900px;
}

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

.contact-hero_max-width {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-hero_max-width.bg-primary {
  background-color: var(--_primitives---colors--secondary-color-1);
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.contact-hero_max-width.bg_secondary {
  background-color: var(--_primitives---colors--secondary-color-2);
  height: 1300px;
}

.contact-hero_max-width.background-color_secondary {
  background-color: var(--_primitives---colors--secondary-color-2);
}

.contact-hero_max-width.is_blog-hero {
  background-color: var(--_primitives---colors--secondary-color-2);
  height: 700px;
}

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

.contact_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
  display: inline-flex;
}

.contact_card:hover {
  color: var(--_primitives---colors--accent-primary-1);
}

.contact_card.no-hover:hover {
  color: var(--_primitives---colors--neutral-darkest);
}

.contact-card_content {
  flex-flow: column;
  display: flex;
}

.conntact_tinny_icon {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.contact_form-wrapper {
  background-color: var(--_primitives---colors--neutral-100);
  box-shadow: 0 2px 6px 0 var(--_primitives---colors--general-shadow-01);
  border-radius: 1.5rem;
  padding: 4.25rem 2rem;
}

.form_inner-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20rem;
  display: flex;
}

.form {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_outer-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.form_text-area {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.display-flex {
  justify-content: center;
  align-items: flex-start;
  margin-top: -35rem;
  margin-bottom: 0;
  display: flex;
}

.contact-button-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact_social-icon {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-content-felx {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_about_header {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about-hero_max-width {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.about-hero_max-width.bg-primary {
  background-color: var(--_primitives---colors--secondary-color-1);
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.about-hero_max-width.bg_secondary {
  background-color: var(--_primitives---colors--secondary-color-2);
  height: 1300px;
}

.about-hero_max-width.background-color_secondary {
  background-color: var(--_primitives---colors--secondary-color-2);
}

.about-hero_max-width.is_blog-hero {
  background-color: var(--_primitives---colors--secondary-color-2);
  height: 700px;
}

.about-hero_max-width.background-primary {
  background-color: var(--_primitives---colors--secondary-color-1);
  border-radius: 1.5rem;
}

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

.about_main-image {
  border-radius: 1.25rem;
  height: 440px;
  overflow: hidden;
}

.about_main-image.margin-top {
  margin-top: 58px;
}

.abou_bg-abslt {
  z-index: -1;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-strap {
  width: 100%;
}

.about_hero_grid {
  grid-column-gap: 1.75rem;
  grid-row-gap: 2rem;
  grid-template: "Area"
                 "Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.about_card {
  background-color: var(--_primitives---colors--white);
  text-align: center;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem 2rem;
  display: flex;
  overflow: hidden;
}

.about_card-icon {
  width: 5rem;
  height: 5rem;
}

.about-card_heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7505rem;
}

.about-card_heading.is-alternate {
  color: var(--_primitives---colors--white);
}

.grid_content-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-grid_h2 {
  color: var(--_primitives---colors--white);
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.37425rem;
}

.about-grid_h2.is-white {
  color: var(--_primitives---colors--white);
}

.header-content-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.is_link {
  color: var(--_primitives---colors--system-green-300);
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header_component_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.service_header_left {
  justify-content: space-between;
  align-items: stretch;
}

.service_header_tile {
  border-radius: 1rem;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.service_header_image {
  width: 100%;
  max-width: 17rem;
  max-height: 15rem;
  padding-right: 2rem;
  overflow: hidden;
}

.header_tile_content {
  background-color: var(--_primitives---colors--white);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 250px;
  display: flex;
}

.header_tile_image {
  object-fit: contain;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: static;
}

.service_header_right {
  background-color: var(--_primitives---colors--neutral-100);
  box-shadow: 0 2px 7px 0 var(--_primitives---colors--general-shadow-01);
  border-radius: 1rem;
  flex-flow: column;
  padding: 2rem;
  position: sticky;
  top: 2px;
}

.header_tile_social-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service_contact-heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}

.service_contact-adress {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.service_tile-desc {
  color: var(--_primitives---colors--neutral-600);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
}

.service_tile-desc.is-altenate {
  color: var(--_primitives---colors--neutral-300);
}

.service_tile-desc.color_primary {
  color: var(--_primitives---colors--neutral-800);
}

.service_tile-desc.is_white {
  color: var(--_primitives---colors--white);
}

.service_tile-desc.text-weight-bold {
  color: var(--_primitives---colors--white);
  text-decoration: none;
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
}

.service_tile-desc.text-weight-bold:hover {
  color: var(--_primitives---colors--accent-primary-1);
}

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

.about_header-desc {
  color: var(--_primitives---colors--neutral-600);
  font-size: 1rem;
  font-weight: 500;
}

.about_header-desc.is-altenate {
  color: var(--_primitives---colors--neutral-300);
}

.about_header-desc.color_primary {
  color: var(--_primitives---colors--neutral-800);
}

.about_header-desc.is_white {
  color: var(--_primitives---colors--white);
}

.about_header-desc.text-weight-bold {
  color: var(--_primitives---colors--white);
  text-decoration: none;
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
}

.about_header-desc.text-weight-bold:hover {
  color: var(--_primitives---colors--accent-primary-1);
}

.about_header_link {
  color: var(--_primitives---colors--accent-primary-1);
  text-decoration: underline;
}

.text-style-wrap {
  white-space: nowrap;
  word-break: break-all;
}

@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-xsmall {
    max-width: 30rem;
  }

  .container-large.is_nav-container {
    justify-content: flex-end;
    align-items: center;
    width: auto;
  }

  .max-width-xxlarge.is_blog-hero {
    height: 680px;
  }

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

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

  .padding-custom1 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 2.75rem;
  }

  .heading-style-h4 {
    font-size: 1.875rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h3.is-alternate {
    font-size: 1.375rem;
  }

  .button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .button-group.hide-decktop {
    display: flex;
  }

  .text-rich-text blockquote {
    padding: 4.25rem 5rem;
    font-size: 1.25rem;
  }

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

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

  .spacer-medium {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .hero_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .hero_right-contnt {
    margin-right: -5vw;
  }

  .inner_container {
    max-width: 702px;
  }

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

  .service_card {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .service_card-header {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .service_card-image {
    height: 300px;
  }

  .hero_paragraph {
    max-width: 500px;
  }

  .service_card-bio {
    max-width: 255px;
  }

  .inner_grid-left {
    width: 70%;
  }

  .inner_grid-right {
    width: 20%;
  }

  .find-cities_header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .header_flex {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
  }

  .find-cities_component {
    grid-column-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .city_image-wrap {
    object-fit: cover;
    height: 21rem;
  }

  .image {
    object-fit: cover;
  }

  .mask {
    width: 100%;
    overflow: hidden;
  }

  .feature-slider_bottum-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .slider_link {
    white-space: nowrap;
  }

  .card_content {
    background-image: none;
    background-size: auto;
    justify-content: center;
    align-items: flex-start;
    padding: 5rem 3.75rem 0;
    display: flex;
  }

  .expert_card-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.1fr;
  }

  .card_image {
    width: 100%;
    position: static;
  }

  .feature_grid-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .our-experts_card-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .works_card {
    padding-right: 2rem;
  }

  .fingertips_component {
    flex-flow: wrap-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .fingertips_bottom-content.is_border {
    border-right-width: 0;
  }

  .right_content-wrap {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .article_card {
    display: flex;
  }

  .article_heading {
    font-size: 1.25rem;
  }

  .article_heading.is-alternate {
    font-size: 1.375rem;
  }

  .article-card_link {
    white-space: nowrap;
  }

  .footer_card-component {
    background-position: 50%;
    background-size: cover;
    padding: 4rem 5rem;
  }

  .footer_grid {
    grid-row-gap: 4.375rem;
  }

  .footer_logo-image {
    width: 13.125rem;
  }

  .navbar {
    justify-content: space-between;
    align-items: stretch;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .home_nav_link {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation {
    border-top: 1px solid var(--_primitives---colors--neutral-300);
    border-bottom: 1px solid var(--_primitives---colors--neutral-300);
    background-color: var(--_primitives---colors--white);
    flex-flow: column;
    padding: 1rem;
  }

  .brand {
    width: 13.125rem;
    height: 1.65188rem;
    display: block;
  }

  .navbar_links-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

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

  .manu_button {
    background-color: #0000;
    padding: 0;
    font-size: 2.5rem;
  }

  .manu_button.w--open {
    color: var(--_primitives---colors--secondary-color-1);
    background-color: #0000;
  }

  .dropdown_navigation.w--open {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dropdown_content-grid {
    grid-row-gap: 4.375rem;
  }

  .page_links {
    margin-left: 0;
    margin-right: 0;
  }

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

  .blog_hero-heading {
    font-size: 3rem;
  }

  .blog_hero_image {
    background-image: none;
    background-size: auto;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 0;
    display: flex;
  }

  .max-width-blog.is_blog-hero {
    height: 680px;
  }

  .blog_card-component {
    margin-top: -250px;
  }

  .contact-hero-height {
    height: 950px;
  }

  .contact-hero_max-width.is_blog-hero {
    height: 680px;
  }

  .contact_cards_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .contact_form-wrapper {
    padding: 3.625rem 3.75rem;
  }

  .form_inner-wrapper {
    width: 17rem;
  }

  .form_outer-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .display-flex {
    margin-top: -35rem;
  }

  .about-hero_max-width.is_blog-hero {
    height: 680px;
  }

  .hero-grid_component {
    margin-top: 1rem;
    margin-bottom: -11.5rem;
  }

  .about_main-image {
    height: 217px;
  }

  .about_main-image.margin-top {
    margin-top: 38px;
  }

  .about_hero_grid {
    grid-template: "Area"
                   "."
                   "."
                   / 1fr 1fr;
  }

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

  .about-card_heading {
    font-size: 1.25rem;
  }

  .about-card_heading.is-alternate {
    font-size: 1.375rem;
  }

  .grid_content-flex {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .about-grid_h2 {
    font-size: 2.375rem;
  }

  .header_component_content {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .service_header_left {
    width: 100%;
  }

  .header_tile_image {
    object-fit: cover;
  }

  .service_header_right {
    padding-left: 0;
    position: static;
  }
}

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

  .max-width-xsmall {
    max-width: 31.1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-xxsmall {
    max-width: 21.875rem;
  }

  .max-width-xxlarge.bg_secondary {
    height: 1500px;
  }

  .max-width-xxlarge.background-color_secondary {
    height: auto;
  }

  .max-width-xxlarge.is_blog-hero {
    height: 600px;
  }

  .max-width-full-tablet {
    max-width: 30rem;
  }

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

  .heading-style-h2.is-white {
    font-size: 2rem;
  }

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

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.75rem;
  }

  .heading-style-h4 {
    font-size: 1.625rem;
    line-height: 1.4;
  }

  .heading-style-h3, .heading-style-h3.is-alternate {
    font-size: 1.25rem;
  }

  .form_input {
    padding: .625rem 1.25rem;
  }

  .button-group.is_strech {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-top: .5rem;
  }

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

  .text-rich-text blockquote {
    padding: 3.5rem 2.1875rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

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

  .padding-global.padding-section-costom {
    padding-top: 9rem;
  }

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

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

  .button_wrap {
    flex-flow: column;
  }

  .service_card-bio {
    max-width: 259px;
  }

  .header_flex {
    text-align: center;
  }

  .find-cities_component {
    grid-template-columns: 1fr;
  }

  .city_image-wrap {
    height: 15rem;
  }

  .slide {
    flex-flow: column;
  }

  .feature_image {
    max-width: none;
  }

  .slider_content {
    padding: 2.5rem 1.875rem;
  }

  .feature_slider-arrow, .feature_slider-arrow.right {
    bottom: 1%;
  }

  .feature-expert_card-component {
    margin-top: -200px;
  }

  .style_strech {
    width: 197100%;
  }

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

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

  .how--it-works_component {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .works_card {
    padding: 2rem 4rem;
  }

  .works_card.is-border {
    border-width: 1px 0;
  }

  .fingertips_bottom-content.is_border {
    border-right-width: 0;
  }

  .spacer-extra {
    padding-top: 1.25rem;
  }

  .article_header {
    text-align: center;
  }

  .article_card {
    flex-flow: column;
  }

  .article_heading {
    font-size: 1.125rem;
  }

  .article_heading.is-alternate {
    font-size: 1.25rem;
  }

  .article-heading_max-width {
    max-width: 22rem;
  }

  .footer_card-component {
    padding: 3.375rem 2rem;
  }

  .footer_grid {
    grid-column-gap: 1rem;
  }

  .footer_links-grid {
    flex-flow: wrap;
    justify-content: space-between;
    max-width: 330px;
  }

  .copyright_wrapper {
    text-align: center;
    padding-bottom: 2rem;
  }

  .brand {
    width: 11.5625rem;
  }

  .dropdown_content-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
    width: 30rem;
  }

  .dropdown_links-grid {
    flex-flow: wrap;
    justify-content: space-between;
    max-width: 330px;
  }

  .cart-quantity {
    margin-left: 4px;
  }

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

  .blog_hero-heading {
    font-size: 2.375rem;
  }

  .blog_hero-heading.is-white {
    font-size: 2rem;
  }

  .max-width-blog.bg_secondary {
    height: 1500px;
  }

  .max-width-blog.background-color_secondary {
    height: auto;
  }

  .max-width-blog.is_blog-hero {
    height: 600px;
  }

  .blog_card-component {
    margin-top: -180px;
  }

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

  .contact-hero-height {
    height: 1000px;
  }

  .contact-hero_header {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-hero_max-width.bg_secondary {
    height: 1500px;
  }

  .contact-hero_max-width.background-color_secondary {
    height: auto;
  }

  .contact-hero_max-width.is_blog-hero {
    height: 600px;
  }

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

  .contact_form-wrapper {
    padding: 3rem 2rem;
  }

  .form_inner-wrapper {
    width: 100%;
  }

  .display-flex {
    margin-top: -38rem;
  }

  .header-content-felx {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .about-hero_max-width.bg_secondary {
    height: 1500px;
  }

  .about-hero_max-width.background-color_secondary {
    height: auto;
  }

  .about-hero_max-width.is_blog-hero {
    height: 600px;
  }

  .hero-grid_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
    margin-bottom: -6rem;
  }

  .about_main-image {
    height: 180px;
  }

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

  .about_hero_grid {
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .about-card_heading {
    font-size: 1.125rem;
  }

  .about-card_heading.is-alternate {
    font-size: 1.25rem;
  }

  .about-grid_h2, .about-grid_h2.is-white {
    font-size: 2rem;
  }

  .header-content-flex {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .service_header_tile {
    flex-flow: column;
  }

  .service_header_image {
    max-width: none;
    max-height: 20rem;
    padding-right: 0;
  }

  .header_tile_content {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
  }

  .header_tile_image {
    aspect-ratio: auto;
  }

  .service_contact-adress {
    flex-flow: wrap;
  }

  .text-style-wrap {
    white-space: normal;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .max-width-xxsmall {
    max-width: none;
    padding-right: 2rem;
  }

  .max-width-xxlarge.background-color_secondary {
    height: auto;
  }

  .max-width-xxlarge.is_blog-hero {
    height: 600px;
  }

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

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

  .heading-style-h2 {
    font-size: 1.875rem;
    line-height: 1.3;
  }

  .heading-style-h2.is-white {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .heading-style-h1 {
    font-size: 2.375rem;
    line-height: 2.7455rem;
  }

  .heading-style-h3 {
    font-size: 1.25rem;
  }

  .button-group {
    flex-flow: column;
    align-items: stretch;
  }

  .button-group.is_strech {
    padding-top: 1rem;
  }

  .button-group.is_width-full {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .text-rich-text blockquote {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
  }

  .padding-global.padding-section-costom {
    padding-top: 8rem;
  }

  .padding-global.padding-horizontal {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-tiny {
    padding-top: 1rem;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .services_header {
    text-align: center;
  }

  .button_wrap {
    justify-content: center;
    align-items: stretch;
    padding-top: 3rem;
  }

  .button_wrap.pedding-top-small {
    padding-top: 7rem;
  }

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

  .city_image-wrap {
    height: 15.625rem;
  }

  .feature_headerr {
    text-align: center;
  }

  .feature_slider-arrow {
    bottom: 10%;
    left: 32%;
  }

  .feature_slider-arrow.right {
    bottom: 10%;
    right: 33%;
  }

  .feature-slider_bottum-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .card_content {
    padding-top: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .works_card {
    padding-left: 0;
    padding-right: 0;
  }

  .fingertips_content-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .fingertips_bottom-content.is_border {
    border-bottom: 1px solid var(--_primitives---colors--neutral-lighter);
    border-right-width: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: .5rem;
  }

  .article_header {
    text-align: center;
  }

  .article_heading {
    font-size: 1.125rem;
  }

  .footer_card-component {
    padding: 3.125rem 1.5rem;
  }

  .footer_links-grid {
    flex-flow: wrap;
  }

  .navbar {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .brand {
    width: 10.625rem;
  }

  .manu_button {
    font-size: 2rem;
  }

  .dropdown_links-grid {
    flex-flow: wrap;
  }

  .cart-quantity {
    margin-left: 2px;
    padding-left: 4px;
    padding-right: 4px;
  }

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

  .blog_hero-heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .blog_hero-heading.is-white {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

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

  .blog_hero_image {
    padding: 0;
  }

  .max-width-blog.background-color_secondary {
    height: auto;
  }

  .max-width-blog.is_blog-hero {
    height: 600px;
  }

  .blog_card-component {
    margin-top: -80px;
  }

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

  .contact-hero-height {
    height: 1150px;
  }

  .contact-hero_header {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-hero_max-width.background-color_secondary {
    height: auto;
  }

  .contact-hero_max-width.is_blog-hero {
    height: 600px;
  }

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

  .contact_card {
    text-align: left;
  }

  .display-flex {
    margin-top: -45rem;
  }

  .contact-button-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .contact_social-icon {
    justify-content: center;
    align-items: center;
  }

  .header-content-felx {
    text-align: center;
    justify-content: flex-start;
    align-items: stretch;
  }

  .about-hero_max-width.background-color_secondary {
    height: auto;
  }

  .about-hero_max-width.is_blog-hero {
    height: 600px;
  }

  .hero-grid_component {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    margin-top: 5rem;
    margin-bottom: -5rem;
  }

  .about_main-image {
    height: 150px;
  }

  .about-card_heading {
    font-size: 1.125rem;
  }

  .about-grid_h2 {
    font-size: 1.875rem;
  }

  .about-grid_h2.is-white {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

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

  .header-content-flex {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service_header_right {
    padding-right: 0;
  }

  .service_tile-desc {
    font-size: 1rem;
  }

  .about_header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-style-wrap {
    word-break: break-all;
  }
}

#w-node-_95c41d74-4fab-366d-fff2-b4cf7e224cc0-1c24816c {
  align-self: center;
}

#w-node-e8593d1d-4eab-8366-2b77-18c820ca14a6-20ca147b {
  place-self: center;
}

#w-node-e8593d1d-4eab-8366-2b77-18c820ca14da-20ca147b {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-1c24816f {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-1c24816f {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-1c24816f {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-1c24816f {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-1c24816f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-1c24816f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-1c24816f {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-1c24816f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-1c24816f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-1c24816f {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-1c24816f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-1c24816f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-1c24816f {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-1c24816f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-1c24816f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-1c24816f {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-1c24816f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-1c24816f {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-1c24816f, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-1c24816f, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-1c24816f {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-1c24816f, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-1c24816f {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-1c24816f, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-1c24816f {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-1c24816f, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-1c24816f, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-1c24816f, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-1c24816f, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-1c24816f, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-1c24816f, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-1c24816f, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-1c24816f {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-1c24816f {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-1c24816f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-1c24816f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-1c24816f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-1c24816f {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-1c24816f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-1c24816f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-1c24816f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-1c24816f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-1c24816f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-1c24816f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-1c24816f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-1c24816f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-1c24816f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-1c24816f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-1c24816f {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-1c24816f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-1c24816f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-1c24816f {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-1c24816f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-1c24816f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-1c24816f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-1c24816f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-1c24816f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-1c24816f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-1c24816f, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-1c24816f, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-1c24816f, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-1c24816f, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-1c24816f, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-1c24816f {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-1c24816f, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-1c24816f, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-1c24816f {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-1c24816f, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-1c24816f, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-1c24816f {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-1c24816f, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-1c24816f, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-1c24816f {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-1c24816f, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-1c24816f, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-1c24816f {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-1c24816f, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-1c24816f, #w-node-ee961e8d-845a-edc3-3307-509470022457-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-1c24816f {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-1c24816f, #w-node-ee961e8d-845a-edc3-3307-50947002245b-1c24816f, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-1c24816f {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-1c24816f, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-1c24816f, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-1c24816f {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-1c24816f, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-1c24816f, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-1c24816f {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-1c24816f, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-1c24816f, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-1c24816f {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-1c24816f, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-1c24816f, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-1c24816f {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-1c24816f, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-1c24816f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-1c24816f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-1c24816f {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-1c24816f {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-1c24816f {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-1c24816f {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-1c24816f {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-1c24816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-1c24816f {
  justify-self: start;
}

#w-node-da909ef7-f69c-cb17-a759-d9f8fab84188-fd385852 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52c1e4c4-b96a-fa57-95c6-f41558b822ab-fd385852 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_95c41d74-4fab-366d-fff2-b4cf7e224cc0-fb9861d7, #w-node-_95c41d74-4fab-366d-fff2-b4cf7e224cc0-ddfcca12, #w-node-_95c41d74-4fab-366d-fff2-b4cf7e224cc0-7d9bbdf3, #w-node-_95c41d74-4fab-366d-fff2-b4cf7e224cc0-aa11d054, #w-node-_95c41d74-4fab-366d-fff2-b4cf7e224cc0-3673c5d9, #w-node-_95c41d74-4fab-366d-fff2-b4cf7e224cc0-dc576007, #w-node-_95c41d74-4fab-366d-fff2-b4cf7e224cc0-ed598d0b, #w-node-_95c41d74-4fab-366d-fff2-b4cf7e224cc0-c11cda40, #w-node-_95c41d74-4fab-366d-fff2-b4cf7e224cc0-90d792c3, #w-node-_95c41d74-4fab-366d-fff2-b4cf7e224cc0-c3fcd2e0, #w-node-_95c41d74-4fab-366d-fff2-b4cf7e224cc0-d0f2d479, #w-node-_95c41d74-4fab-366d-fff2-b4cf7e224cc0-888e6f6f, #w-node-_95c41d74-4fab-366d-fff2-b4cf7e224cc0-920e64f9, #w-node-_95c41d74-4fab-366d-fff2-b4cf7e224cc0-a689f0f2, #w-node-_95c41d74-4fab-366d-fff2-b4cf7e224cc0-18d1c7b3, #w-node-_95c41d74-4fab-366d-fff2-b4cf7e224cc0-4c4451f1, #w-node-_95c41d74-4fab-366d-fff2-b4cf7e224cc0-3e06de99, #w-node-_95c41d74-4fab-366d-fff2-b4cf7e224cc0-d8f39fbe {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_6d3e3798-2c68-4769-06e7-23d117504df6-fd385852 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52c1e4c4-b96a-fa57-95c6-f41558b822ab-fd385852 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_52c1e4c4-b96a-fa57-95c6-f41558b822ab-fd385852 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


