/* Root CSS Custom Properties (Variables) for Ghana Legal AI Design System */
/* These variables define the global design tokens used throughout the application */
:root {
  /* Color Scheme Variables */
  --color-scheme-1--background: var(--_primitives---colors--white);
  /* Primary background color using white primitive */
  
  /* Typography Variables */
  --_typography---font-styles--body: Exo, sans-serif;
  /* Body text font family set to Exo with sans-serif fallback */
  
  --white: var(--_primitives---white);
  /* White color alias referencing primitive white value */
  
  --_typography---font-styles--heading: Exo, sans-serif;
  /* Heading font family set to Exo with sans-serif fallback */
  
  /* Brand Color Variables */
  --_colors---org: #fb3c00;
  /* Primary orange brand color for calls-to-action and highlights */
  --_primitives---colors--white: #fff;
  --_primitives---white: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_colors---nay: #1c1c34;
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---white);
  --_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---white);
  --_ui-styles---stroke--divider-width: 1px;
  --_colors---grn: #0077b6;
  --_colors---mauve: #200781;
  --_fonts---font-family: Poppins, sans-serif;
  --_colors---off_white: #e8e8e8;
  --_colors---bkg: #122a34;
  --_colors---navy2: #142029;
  --_colors---light_gn: #086084;
  --_colors---off_whyte: #f7f2e9;
  --_colors---org2: #f36042;
  --_colors---logo_color: #f5f3c3;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --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-form-formrecaptcha {
  margin-bottom: 8px;
}

.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--body);
  color: var(--white);
  background-image: linear-gradient(#c1e8ea66 1%, #fff);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  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);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  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(--white);
  text-decoration: underline;
}

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

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

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

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

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

blockquote {
  border-left: .1875rem solid var(--white);
  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 {
  font-weight: 600;
  text-decoration: underline;
}

.text-style-link:hover {
  color: var(--_colors---org);
}

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

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

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

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

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

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

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

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

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

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

.max-width-small.align-center {
  margin-top: -244px;
}

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

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  margin: .4rem 0 0;
}

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

.margin-bottom.contactus_margin-xxlarge {
  margin: 0 0 2.6rem;
}

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

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

.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-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0 0 .5rem;
}

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

.contact_us_text-size-medium {
  color: #0f1770;
  text-align: center;
  margin-top: -3px;
  margin-bottom: -.7rem;
  padding: 14px 30px 13px 21px;
  font-size: 1.25rem;
  font-weight: 600;
}

.contact_us_text-size-medium:hover {
  color: var(--_colors---org);
}

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

.text-style-quote {
  border-left: .1875rem solid var(--white);
  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;
}

.login-style-h2 {
  text-align: center;
  margin-top: -.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
}

.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-family: var(--_typography---font-styles--body);
  color: #000;
  text-overflow: clip;
  border-radius: 8px;
  padding-left: 5px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}

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

.signup-style-h1 {
  color: #000;
  text-align: center;
  text-shadow: 1px 1px 10px #fff3, 0 1px 1px #0003, 1px 1px 4px #0003;
  margin-bottom: 1.3rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---white);
  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 {
  margin-bottom: .5rem;
  font-weight: 400;
}

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

.button {
  border: 3px solid var(--_colors---org);
  background-color: var(--_colors---nay);
  color: var(--_primitives---colors--white);
  text-align: center;
  border-radius: 15px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.button:hover {
  border-color: var(--_colors---nay);
  background-color: var(--color-scheme-1--background);
  color: var(--_colors---org);
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---white);
  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: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.button.is-secondary.is-icon {
  border-width: 3px;
  border-color: var(--_colors---org);
}

.button.is-secondary.is-icon:hover {
  color: var(--color-scheme-1--background);
  background-color: #097dfa;
}

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

.button.max-width-full {
  border-width: 3px;
  border-color: var(--_colors---org);
}

.button.max-width-full:hover {
  color: var(--color-scheme-1--background);
  background-color: #097dfa;
}

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

.heading-style-h4 {
  background-color: var(--_colors---org);
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  word-break: normal;
  overflow-wrap: normal;
  margin-right: -31px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

.rl-styleguide_label {
  color: #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 {
  font-size: 1rem;
}

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

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

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

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

.avout_us-style-h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.form_input {
  border: 2px solid var(--_colors---nay);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---white);
  border-radius: 9px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--_primitives---white);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

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

.form_input.is-select-input {
  background-image: 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);
}

.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: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.icon-embed-xsmall {
  color: gold;
  background-color: #0000;
  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---white);
}

.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--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---white);
  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;
  margin-top: 9px;
  margin-bottom: 16px;
  font-weight: 500;
}

.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 {
  color: #fe3c01;
  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 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

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

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

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

.text-rich-text figcaption {
  border-left: 2px solid var(--white);
  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 {
  color: var(--_colors---org);
  width: 3rem;
  height: 3rem;
  margin-top: -17px;
  margin-left: 6px;
  padding-top: 0;
  padding-left: 0;
}

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

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

.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 {
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

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

.padding-section-large {
  color: #000;
  margin-top: 23px;
  padding-top: 0;
  padding-bottom: .2rem;
}

.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;
  margin-top: 0;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

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

.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--neutral-lightest);
  color: var(--_primitives---white);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

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

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

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

.navbar10_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 15rem;
  padding: 2rem 2rem 2rem 0;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar10_dropdown-content-right {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.navbar10_blog-item-content {
  flex-direction: column;
  flex: auto;
  justify-content: center;
  display: flex;
}

.navbar10_component {
  background-color: #032943;
  border-bottom-style: solid;
  border-bottom-width: 0;
  flex-flow: row;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar10_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar10_menu-dropdown {
  position: static;
}

.navbar10_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar10_menu-button {
  padding: 0;
}

.navbar10_blog-item-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar10_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.navbar10_blog-list {
  grid-column-gap: 3rem;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: max-content;
  width: 100%;
  display: grid;
}

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

.navbar10_link {
  color: var(--_primitives---colors--white);
  padding: 1.5rem 1rem;
  font-size: 16px;
  line-height: 120%;
}

.navbar10_link.w--current {
  color: var(--_primitives---colors--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: underline;
  display: inline-block;
}

.navbar10_link.w--current:hover {
  pointer-events: auto;
}

.navbar10_dropdown-list.w--open {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

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

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

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

.navbar10_blog-item-image-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  flex: 1 0 40%;
  width: 100%;
  display: flex;
  overflow: hidden;
}

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

.text-weight-semibold:hover {
  color: var(--_colors---org);
}

.navbar10_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.navbar10_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  padding-left: 0;
  display: flex;
  position: static;
}

.navbar10_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.home_hero-header_lightbox-thumbnail {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.home_hero-header_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  height: 100svh;
  min-height: 100svh;
  display: flex;
}

.home_hero-header_lightbox {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lightbox-play-icon {
  z-index: 2;
  color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.home_hero-header_lightbox-wrapper {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/lawyers_hero_image.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  flex: 1;
  position: relative;
}

.home_hero-header_content-wrapper {
  grid-column-gap: 4.4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_how-it-works_item-icon-wrapper {
  display: inline-block;
}

.home_how-it-works_item2 {
  border: 3px solid #000;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-right: 29px;
}

.home_how-it-works_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.section_home_cta {
  position: relative;
}

.home_testimonial_client-image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.home_testimonial_rating-wrapper {
  display: flex;
}

.home_testimonial_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.home_testimonial_logo {
  max-height: 3rem;
}

.home_testimonial_content-right {
  font-family: var(--_typography---font-styles--body);
  padding-left: 0;
}

.divider-vertical {
  width: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  align-self: stretch;
}

.home_testimonial_content {
  grid-column-gap: 5rem;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_testimonial_client-info {
  font-family: var(--_typography---font-styles--body);
  font-weight: 600;
}

.home_testimonial_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.home_testimonial_client-image {
  aspect-ratio: 1;
  opacity: .94;
  object-fit: cover;
  border: 3px solid #fd2b00;
  border-radius: 16px;
  width: 100%;
}

.home_faq_answer {
  overflow: hidden;
}

.home_faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.home_faq_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 59px;
  display: grid;
}

.home_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.home_faq_list {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
}

.home_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

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

.footer4_logo {
  border-radius: 8px;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.footer4_credit-text {
  font-size: .875rem;
  font-weight: 600;
}

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

.footer4_component {
  padding-top: 43px;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.divider-horizontal {
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  width: 100%;
}

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

.footer4_legal-link {
  font-size: .875rem;
  font-weight: 500;
  text-decoration: underline;
}

.footer4_legal-link:hover {
  color: var(--_colors---org);
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer4_link:hover {
  color: var(--_colors---org);
}

.login_log-in_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.login_log-in_footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.login_log-in_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100svh;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.login_log-in_navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.error-text {
  color: #e23939;
}

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

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

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

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.login_cta_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.login_cta_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

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

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

.about-us_header_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.about-us_about_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.about-us_about_image {
  aspect-ratio: 1;
  border: 2px solid var(--_colors---org);
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

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

.about-us_feature_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-us_feature_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

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

.about-us_feature_item-icon-wrapper {
  display: inline-block;
}

.about-us_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.about-us_benefits_icon-wrapper {
  display: inline-block;
}

.about-us_benefits_image {
  aspect-ratio: 1;
  border: 2px solid var(--_colors---org);
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.about-us_benefits_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

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

.signup_sign-up_logo-link {
  padding-left: 0;
}

.signup_sign-up_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: grid;
  position: relative;
  overflow: auto;
}

.signup_sign-up_footer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.signup_sign-up_content-left {
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  margin-top: 213px;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 1rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.signup_sign-up_navbar {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.signup_sign-up_image-wrapper {
  background-color: var(--color-scheme-1--foreground);
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.signup_sign-up_form-block {
  border: 0 solid #000;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.section_signup_sign-up {
  margin-top: 9px;
}

.signup_sign-up_image {
  border: 2px solid var(--_colors---org);
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.signup_testimonial_client-image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.signup_testimonial_rating-wrapper {
  display: flex;
}

.signup_testimonial_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.signup_testimonial_logo {
  max-height: 3rem;
}

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

.signup_testimonial_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.signup_testimonial_client-image {
  aspect-ratio: 1;
  border: 2px solid var(--_colors---org);
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
}

.header50_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

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

.section_header50 {
  position: relative;
}

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

.forget-password_cta-form_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

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

.forget-password_feature-1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.forget-password_feature-1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.forget-password_feature-2_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.forget-password_feature-2_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.forget-password_feature-2_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.chat_feature-1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.chat_feature-1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.chat_feature-2_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.chat_feature-2_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.chat_feature-2_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.chat_feature-3_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.chat_feature-3_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.chat_feature-3_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.chat_feature-3_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.chat_feature-3_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.chat_feature-4_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.chat_feature-4_item-icon-wrapper {
  display: inline-block;
}

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

.chat_feature-4_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.chat_feature-4_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.pricing_pricing_icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.pricing_pricing_content-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing_pricing_content-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.pricing_pricing_feature-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 500;
  display: grid;
}

.pricing_pricing_plan {
  border: var(--_ui-styles---stroke--border-width) solid var(--_colors---org);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  padding: 2rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Make the button stick to bottom of card */
.pricing_pricing_plan > .button,
.pricing_pricing_plan > a.button {
  margin-top: auto;
}

.pricing_pricing_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

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

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

.pricing_pricing_feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.cta27_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

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

.section_cta27 {
  position: relative;
}

.pricing_testimonial_client {
  text-align: center;
}

.pricing_testimonial_rating-wrapper {
  display: flex;
}

.pricing_testimonial_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.pricing_testimonial_client-image {
  text-align: left;
  object-fit: cover;
  border-radius: 100%;
  width: 6.6rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 6.7rem;
}

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

.pricing_testimonial_logo {
  max-height: 3rem;
}

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

.account_feature-1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.account_feature-1_item-icon-wrapper {
  display: inline-block;
}

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

.account_feature-1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.account_feature-1_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.account_feature-2_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.account_feature-2_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.account_cta_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.account_cta_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

.contact_contact_image {
  aspect-ratio: 16 / 9;
  border-radius: 23px;
  width: 45%;
  height: 100%;
}

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

.contact_contact_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.contact_contact_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  text-align: center;
  overflow: hidden;
}

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

.contact_contact_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

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

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

.contact_form_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  background-image: url('../images/15.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
  overflow: visible;
}

.contact_form_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact_form_image {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background-image: url('../images/15.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: visible;
}

.contact_faq_answer {
  overflow: hidden;
}

.contact_faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

.contact_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.contact_faq_list {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
}

.contact_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.image {
  display: inline-block;
}

.login {
  border: 3px solid var(--_colors---nay);
  background-color: var(--_colors---org);
  border-radius: 15px;
  margin: 12px -70px 0 29px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.button-2 {
  margin-right: 0;
}

.sign_up {
  background-color: var(--_colors---nay);
  border: 3px solid #fff;
  border-radius: 15px;
  margin-top: 0;
  margin-left: 62px;
  padding-bottom: 9px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
}

.navbar {
  background-color: var(--_colors---grn);
  opacity: .94;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  mix-blend-mode: normal;
  background-clip: border-box;
  outline: 3px #000;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.adls {
  background-image: url('../images/5.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 4px solid #9bc698;
  border-radius: 7px;
  width: 100%;
}

.image-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 12px;
}

.image-3 {
  float: left;
  border-radius: 4px;
  margin: 12px -12px 0;
  padding-top: 1px;
  padding-bottom: 10px;
}

.home_nav_links {
  float: right;
  clear: none;
  text-shadow: 1px 1px 1px #0003;
  margin-left: 0;
  margin-right: 78px;
  padding-left: 0;
  font-weight: 700;
  display: block;
}

.navbar-2 {
  background-color: #f4eaea;
  font-weight: 700;
  position: static;
  top: 0;
}

.brand {
  margin-left: 55px;
  padding-left: 0;
}

.button-3 {
  float: none;
}

.body {
  background-color: #98acb0;
}

.body-2 {
  background-color: #fff;
}

.body-3 {
  background-color: #9cb238;
  background-image: linear-gradient(#e6f4f4 14%, #fff);
}

.section_chat {
  width: 100vw;
  height: 80vh;
  margin-bottom: 44px;
  display: flex;
}

.paragraph {
  background-color: var(--_colors---org);
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--background);
  text-align: center;
  margin-bottom: 1.4rem;
  margin-right: -31px;
  padding-bottom: 29px;
  padding-right: 0;
  font-weight: 600;
}

.paragraph-2 {
  background-color: var(--_colors---org);
  font-family: var(--_typography---font-styles--heading);
  color: #fff;
  text-align: center;
  margin-bottom: 1.4rem;
  margin-right: -32px;
  padding-top: 0;
  padding-bottom: 7px;
  padding-left: 11px;
  font-weight: 600;
}

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

.core_features_paragraph-3 {
  background-color: var(--_colors---org);
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--background);
  text-align: center;
  margin-bottom: 1.4rem;
  margin-right: -29px;
  padding-left: 0;
  font-weight: 600;
}

.paragraph-4 {
  color: var(--color-scheme-1--background);
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.paragraph-5 {
  color: var(--color-scheme-1--background);
  text-align: center;
  margin-bottom: 1.6rem;
  padding-top: 33px;
  font-weight: 600;
}

.paragraph-6 {
  color: var(--color-scheme-1--background);
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.text-block {
  text-align: center;
  margin-top: 16px;
  font-weight: 500;
}

.video {
  margin-top: 51px;
}

.div-block {
  flex-flow: row;
  display: flex;
}

.grid {
  grid-row-gap: 116px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-2 {
  color: #ef0c0c;
  width: 25%;
  height: 100%;
  padding: 21px;
  overflow: scroll;
}

.text-block-2 {
  background-color: #87e7e1;
  border-radius: 6px;
  padding: 10px;
}

.div-block-3 {
  background-color: #d42525;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 75%;
  height: 100%;
  display: flex;
}

.section {
  background-color: #5bb22c;
  height: 60px;
  padding: 21px 10px;
}

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

.section-2 {
  flex: 0 auto;
}

.div-block-4 {
  color: #fff;
  text-align: right;
  background-color: #333;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
}

.div-block-5 {
  background-color: #1286e5;
  border-style: solid;
  border-color: #000;
  border-radius: 10px;
  margin: 10px;
  padding: 9px;
}

.div-block-6 {
  background-color: #f8f8f8;
  padding: 20px;
}

.div-block-7 {
  text-align: right;
  background-color: #333;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
}

.div-block-8 {
  text-align: left;
  background-color: #848282;
}

.form {
  height: 60px;
  padding: 20px 10px;
  display: flex;
}

.text-field {
  margin-right: 47px;
  display: block;
}

.submit-button {
  margin-left: 18px;
  margin-right: 32px;
  padding-bottom: 30px;
}

.section-3 {
  flex: 1;
}

.div-block-9 {
  height: 100px;
  display: block;
  overflow: visible;
}

.error-message, .success-message {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.chat-textarea {
  min-height: 40px;
  max-height: 200px;
  overflow: hidden;
}

.section-4 {
  height: 50vh;
  margin-top: -88px;
  overflow: visible;
}

.text-block-4 {
  text-align: right;
  margin-left: 485px;
  display: inline-block;
}

.paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .link {
  font-weight: 600;
}

.link:hover {
  color: var(--_colors---org);
}

.link-2 {
  font-weight: 600;
}

.link-2:hover {
  color: var(--_colors---org);
}

.paragraph-16, .paragraph-17, .paragraph-18, .text-block-5, .text-block-6 {
  font-weight: 500;
}

.link-3 {
  font-weight: 600;
}

.link-3:hover, .link-4 {
  color: var(--_colors---org);
}

.link-4:hover {
  color: var(--_colors---nay);
}

.link-5 {
  color: var(--_colors---org);
}

.link-5:hover {
  color: var(--_colors---nay);
}

.core_features {
  background-image: url('../images/3.svg');
  background-position: 0 0;
  background-size: auto;
}

.streamline {
  background-image: url('../images/18.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.insight {
  background-image: url('../images/35.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.query {
  background-image: url('../images/19.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.get-started {
  background-image: url('../images/38.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.text-block-7 {
  font-weight: 600;
}

.text-block-7:hover {
  color: var(--_colors---org);
}

.text-block-8 {
  font-weight: 600;
}

.text-block-8:hover {
  color: var(--_colors---org);
}

.text-block-9 {
  font-weight: 600;
}

.text-block-9:hover {
  color: var(--_colors---org);
}

.text-block-10, .paragraph-19, .paragraph-20 {
  font-weight: 600;
}

.testimonial_name:hover {
  color: var(--_colors---org);
}

.navbar-3 {
  background-color: #f4eaea;
}

.logout {
  border: 3px solid var(--_colors---org);
  background-color: #200781;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: none;
}

.logout:hover {
  background-color: var(--color-scheme-1--background);
  color: var(--_colors---org);
  border-width: 4px;
  border-color: #200781;
}

.logout.w--current {
  display: none;
}

.logout.w--current:hover {
  border-width: 3px;
}

.sub_logout {
  background-color: #200781;
  border: 3px solid #fb3c00;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: none;
}

.sub_logout:hover {
  color: #fb3c00;
  background-color: #fff;
  border-width: 4px;
  border-color: #200781;
}

.profile {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--_colors---org);
  border: 3px solid #200781;
  border-radius: 15px;
  margin-left: 16px;
  font-weight: 600;
  line-height: 100%;
  display: none;
}

.profile:hover {
  border-color: var(--_colors---org);
  background-color: var(--_colors---mauve);
  color: var(--color-scheme-1--background);
}

.profile.w--current {
  display: none;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

  .margin-bottom.margin-small {
    margin-bottom: -.4rem;
    padding-top: 13px;
  }

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

  .contact_us_text-size-medium {
    text-align: center;
    margin-top: -4px;
    margin-bottom: 2.2rem;
    padding-top: 19px;
    padding-bottom: 22px;
  }

  .contact_us_text-size-medium.text-weight-bold {
    text-align: left;
    margin-top: -44px;
    margin-bottom: -1.3rem;
    padding-top: 13px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .icon-embed-small {
    margin-top: -6px;
  }

  .login-style-h2 {
    margin-top: 3.7rem;
    margin-bottom: .8rem;
    font-size: 2.1rem;
  }

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

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

  .signup-style-h1 {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

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

  .avout_us-style-h3 {
    text-align: left;
    font-size: 1.7rem;
  }

  .padding-global {
    margin-top: 47px;
  }

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

  .padding-section-large {
    margin-top: -106px;
    padding-top: .1rem;
    padding-bottom: 6rem;
  }

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

  .text-style-tagline {
    margin-bottom: 41px;
  }

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

  .menu-icon5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar10_dropdown-content-left {
    align-content: start;
    align-items: start;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar10_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding-top: 0;
  }

  .navbar10_blog-item-content, .navbar10_menu-dropdown {
    width: 100%;
  }

  .navbar10_dropdown-content {
    flex-direction: column;
  }

  .navbar10_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

  .navbar10_blog-item-image {
    width: 100%;
  }

  .menu-icon1_line-top {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar10_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar10_blog-list {
    grid-row-gap: 2rem;
    width: 100%;
  }

  .menu-icon1_line-bottom {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar10_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar10_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar10_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar10_blog-item-image-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .navbar10_blog-item {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar10_menu {
    border-bottom: 1px solid var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .navbar10_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .home_hero-header_lightbox-wrapper {
    background-position: 50%;
    background-size: cover;
  }

  .home_hero-header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .home_how-it-works_item2 {
    padding-bottom: 0;
  }

  .home_how-it-works_list {
    grid-column-gap: 2rem;
  }

  .home_testimonial_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_testimonial_component {
    margin-top: -50px;
  }

  .home_faq_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_faq_question {
    padding-bottom: 0;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .login_log-in_component {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .login_cta_card {
    padding: 3rem;
  }

  .section_about-us_header {
    margin-top: 103px;
  }

  .about-us_header_component {
    margin-top: 23px;
    margin-bottom: -94px;
    padding-bottom: 0;
  }

  .about-us_header_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .about-us_about_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-us_feature_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .about-us_feature_component {
    margin-top: -59px;
  }

  .about-us_benefits_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-us_benefits_icon-wrapper {
    margin-top: -17px;
  }

  .signup_header_component {
    margin-top: 72px;
  }

  .signup_header_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .signup_sign-up_component {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .signup_sign-up_footer {
    justify-content: center;
  }

  .signup_sign-up_content-left {
    padding-top: 6rem;
  }

  .signup_sign-up_navbar {
    justify-content: center;
  }

  .signup_sign-up_image-wrapper {
    display: none;
  }

  .section_signup_sign-up {
    margin-top: -156px;
  }

  .signup_sign-up_image {
    height: 40rem;
  }

  .signup_testimonial_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .forget-password_cta-form_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .signup-form-wrapper {
    grid-column-gap: 1rem;
  }

  .forget-password_feature-1_content, .forget-password_feature-2_content, .chat_feature-1_content, .chat_feature-2_content, .chat_feature-3_content, .chat_feature-4_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .pricing_header_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .pricing_pricing_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .pricing_testimonial_grid-list {
    grid-column-gap: 2rem;
  }

  .account_header_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .account_feature-1_content, .account_feature-2_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .account_cta_content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact_header_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .contact_contact_component {
    margin-top: 40px;
  }

  .contact_contact_content {
    grid-column-gap: 3rem;
  }

  .contact_form_content, .contact_faq_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact_faq_question {
    padding-top: .95rem;
    padding-bottom: 0;
  }

  .login {
    margin-bottom: 12px;
    margin-left: 74px;
  }

  .sign_up {
    margin-bottom: 12px;
    margin-left: -53px;
  }

  .home_nav_links {
    background-color: #c7d0da;
    margin-right: -1px;
  }

  .paragraph {
    margin-bottom: 4.4rem;
    padding-top: 46px;
    padding-bottom: 12px;
  }

  .paragraph-2 {
    margin-bottom: 3.2rem;
    padding-top: 19px;
    padding-bottom: 3px;
  }

  .core_features_paragraph-3 {
    margin-bottom: 3rem;
    padding-top: 29px;
    padding-bottom: 0;
  }

  .paragraph-4 {
    margin-bottom: 1.9rem;
    padding-top: 31px;
  }

  .paragraph-6 {
    padding-top: 35px;
  }

  .paragraph-7 {
    margin-bottom: 1.4rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-8 {
    margin-bottom: 1.5rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-9 {
    margin-bottom: 1.6rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-10 {
    margin-bottom: 1.7rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-11 {
    margin-top: -9px;
    margin-bottom: 1.1rem;
  }

  .paragraph-12 {
    margin-top: -4px;
    margin-bottom: 1.2rem;
  }

  .paragraph-13 {
    margin-top: -4px;
    margin-bottom: .9rem;
  }

  .paragraph-14 {
    margin-top: -2px;
    margin-bottom: 1.5rem;
  }

  .paragraph-15 {
    margin-top: -4px;
    margin-bottom: .9rem;
  }

  .get-started {
    margin-bottom: 0;
    padding-bottom: 1px;
  }

  .container {
    display: block;
  }

  .navbar-3 {
    background-color: #f4eaea;
  }

  .logout {
    margin-bottom: 12px;
  }

  .logout.w--current {
    margin-bottom: 12px;
    margin-left: -89px;
    display: none;
  }

  .sub_logout {
    margin-bottom: 12px;
  }

  .profile {
    margin-bottom: 12px;
    margin-left: 67px;
    display: none;
  }

  .tablet_nav, .nav-link-3, .nav-link-4, .nav-link-5, .nav-link-6, .nav-link-7, .nav-link-8, .nav-link-9 {
    padding-top: 13px;
    padding-bottom: 0;
  }

  .nav-link-10 {
    padding-bottom: 0;
  }

  .nav-link-10.w--current {
    padding-top: 13px;
  }

  .nav-link-11, .nav-link-12, .nav-link-13, .nav-link-14, .nav-link-15, .nav-link-16, .nav-link-17, .nav-link-18 {
    padding-top: 13px;
    padding-bottom: 0;
  }

  .nav-link-19 {
    padding-bottom: 17px;
  }

  .nav-link-19.w--current, .nav-link-20, .nav-link-21, .nav-link-22, .nav-link-23, .nav-link-24, .nav-link-25, .nav-link-26, .nav-link-27, .nav-link-28.w--current, .nav-link-29, .nav-link-30, .nav-link-31, .nav-link-32, .nav-link-33, .nav-link-34, .nav-link-35, .nav-link-36 {
    padding-top: 13px;
    padding-bottom: 0;
  }

  .nav-link-37, .nav-link-38, .nav-link-39, .nav-link-40 {
    padding-bottom: 0;
  }

  .nav-link-41 {
    padding-bottom: 12px;
  }

  .nav-link-41.w--current {
    padding-bottom: 0;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

  .margin-bottom.margin-small {
    padding-top: 17px;
  }

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

  .contact_us_text-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .login-style-h2 {
    margin-top: 1.6rem;
    padding-top: 16px;
    font-size: 1.3rem;
  }

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

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

  .signup-style-h1 {
    text-align: center;
    margin-top: -2rem;
    padding-top: 14px;
    font-size: 1.4rem;
  }

  .heading-style-h4 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .avout_us-style-h3 {
    text-align: center;
    margin-top: .9rem;
    margin-bottom: 1.4rem;
    font-size: 1.3rem;
    font-weight: 600;
  }

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

  .text-align-center {
    padding-left: 51px;
  }

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

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

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

  .padding-section-large {
    margin-top: -146px;
    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;
  }

  .navbar10_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar10_dropdown-content-right {
    padding-bottom: 1.5rem;
  }

  .navbar10_component {
    min-height: 4rem;
  }

  .navbar10_blog-item-image {
    margin-bottom: 0;
  }

  .navbar10_dropdown-link-list {
    max-width: none;
  }

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

  .navbar10_blog-item {
    grid-row-gap: 1rem;
  }

  .navbar10_menu {
    padding-bottom: 6rem;
  }

  .home_hero-header_component {
    height: auto;
  }

  .home_hero-header_lightbox-wrapper {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .home_hero-header_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home_how-it-works_component {
    margin-top: -40px;
  }

  .home_how-it-works_item2 {
    padding-right: 107px;
  }

  .home_how-it-works_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: -56px;
  }

  .divider-vertical {
    display: none;
  }

  .home_testimonial_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_testimonial_client {
    align-items: center;
    width: 100%;
  }

  .home_faq_content-left {
    margin-top: -113px;
  }

  .home_faq_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home_faq_icon-wrapper {
    width: 1.75rem;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .login_log-in_footer {
    height: 4rem;
  }

  .login_log-in_component {
    margin-top: -39px;
  }

  .login_log-in_navbar {
    height: 4rem;
  }

  .login_cta_card {
    padding: 2rem;
  }

  .about-us_header_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .about-us_about_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-us_feature_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .about-us_benefits_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .signup_header_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    text-align: center;
    grid-template-columns: 1fr;
    margin-top: 1px;
    padding-bottom: 10px;
  }

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

  .signup_sign-up_footer {
    height: 4rem;
  }

  .signup_sign-up_content-left {
    margin-right: 22vw;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .signup_sign-up_navbar {
    height: 4rem;
  }

  .signup_sign-up_form {
    margin-right: -49px;
    padding-right: 0;
  }

  .signup_sign-up_form-block {
    margin-top: 56px;
  }

  .signup_sign-up_image {
    height: 30rem;
  }

  .signup_testimonial_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .signup_testimonial_client {
    align-items: center;
    width: 100%;
  }

  .forget-password_cta-form_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .forget-password_feature-1_content, .forget-password_feature-2_content, .chat_feature-1_content, .chat_feature-2_content, .chat_feature-3_content, .chat_feature-4_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .pricing_header_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .pricing_pricing_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing_pricing_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .pricing_testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .pricing_testimonial_rating-wrapper, .pricing_testimonial_rating-icon {
    text-align: left;
  }

  .pricing_testimonial_grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .pricing_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .account_header_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .account_feature-1_content, .account_feature-2_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .account_cta_content {
    grid-row-gap: 3rem;
  }

  .contact_header_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .contact_contact_component {
    margin-top: -16px;
  }

  .contact_contact_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact_contact_contact-list {
    padding-top: 0;
  }

  .contact_contact_content-right {
    margin-top: -61px;
  }

  .contact_form_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact_form_component {
    margin-top: -25px;
  }

  .contact_faq_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .contact_faq_icon-wrapper {
    width: 1.75rem;
  }

  .home_nav_links {
    background-color: #c7d0da;
    margin-right: 4px;
  }

  .paragraph, .paragraph-2 {
    margin-right: -109px;
  }

  .core_features_paragraph-3 {
    margin-right: -107px;
  }

  .nav-link-27 {
    padding-top: 13px;
    padding-bottom: 0;
  }

  .nav-link-28 {
    padding-top: 22px;
  }

  .nav-link-28.w--current, .nav-link-29, .nav-link-30, .nav-link-31 {
    padding-top: 13px;
    padding-bottom: 0;
  }
}

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

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

  .main-wrapper {
    overflow: hidden;
  }

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

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

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

  .contact_us_text-size-medium {
    text-align: center;
    margin: 2px -1px 3.9rem 24px;
    padding-left: 0;
    font-size: .9rem;
  }

  .login-style-h2 {
    margin-top: 4.7rem;
    margin-left: 26px;
    margin-right: 35px;
    padding-left: 3px;
    font-size: 1.1rem;
  }

  .heading-style-h5 {
    text-align: center;
    padding-right: 0;
    font-size: .9rem;
  }

  .button.is-secondary.is-icon {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h4 {
    text-align: center;
    margin-right: -108px;
    font-size: 1rem;
  }

  .avout_us-style-h3 {
    margin-top: 3.2rem;
  }

  .form_input {
    min-height: 2.1rem;
  }

  .padding-global {
    margin-top: -88px;
  }

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

  .navbar10_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

  .navbar10_blog-item {
    flex-direction: column;
  }

  .home_hero-header_component {
    height: 732px;
    min-height: 89svh;
    margin-top: -90px;
  }

  .home_hero-header_content-right {
    margin-bottom: 52px;
  }

  .home_hero-header_lightbox-wrapper {
    background-position: 50%;
    background-size: contain;
    overflow: visible;
  }

  .home_hero-header_content-wrapper {
    grid-template-columns: 1fr;
    margin-top: -33px;
  }

  .home_how-it-works_list, .home_testimonial_content, .home_faq_content, .about-us_header_content, .about-us_about_content, .about-us_feature_content, .about-us_feature_item-list, .about-us_benefits_content, .signup_header_content {
    grid-template-columns: 1fr;
  }

  .signup_sign-up_component {
    grid-auto-flow: row;
    place-items: center;
    padding-left: 38px;
    font-size: .7rem;
    line-height: 1.2;
  }

  .signup_sign-up_content-left {
    margin-left: -9vw;
    margin-right: 20vw;
  }

  .signup_sign-up_image {
    height: 25rem;
  }

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

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .forget-password_feature-1_content, .forget-password_feature-2_content, .forget-password_feature-2_item-list, .chat_feature-1_content, .chat_feature-2_content, .chat_feature-2_item-list, .chat_feature-3_content, .chat_feature-4_content, .chat_feature-4_item-list, .pricing_header_content, .pricing_pricing_content, .pricing_pricing_content-list, .account_header_content, .account_feature-1_content, .account_feature-1_item-list, .account_feature-2_content, .account_cta_content {
    grid-template-columns: 1fr;
  }

  .section_contact_header {
    margin-top: 88px;
  }

  .contact_header_content, .contact_contact_content {
    grid-template-columns: 1fr;
  }

  .contact_contact_contact-list {
    grid-template-columns: 1fr;
    margin-left: 46px;
  }

  .contact_contact_content-right {
    margin-left: -45px;
  }

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

  .contact_form_form-block {
    margin-left: -4px;
    padding-left: 0;
  }

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

  .login {
    margin-right: -43px;
  }

  .sign_up {
    margin-left: -24px;
  }

  .home_nav_links {
    margin-right: 1px;
  }

  .paragraph {
    padding-top: 21px;
  }

  .paragraph-2 {
    padding-top: 0;
  }

  .link-2 {
    margin-left: -50px;
  }

  .body-4 {
    overflow: visible;
  }
}

#w-node-d5ef97b2-82c1-a84e-4e44-ddcacf015846-3c17d1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3b4b6b6-1efb-e670-c130-dc17ddb6c4ea-3c17d1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3c611e49-17e3-4ab6-4bd8-ab99545320a0-3c17d1dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4fd72c6-16b5-949b-6ab7-f719950a88ac-950a88a6 {
  justify-self: start;
}

#w-node-a4fd72c6-16b5-949b-6ab7-f719950a88b3-950a88a6 {
  justify-self: end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-3c17d1e0 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-3c17d1e0 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-3c17d1e0 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-3c17d1e0, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-3c17d1e0, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-3c17d1e0 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-3c17d1e0, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-3c17d1e0, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-3c17d1e0 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-3c17d1e0, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-3c17d1e0, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-3c17d1e0 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-3c17d1e0, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-3c17d1e0, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-3c17d1e0 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-3c17d1e0, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-3c17d1e0 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-3c17d1e0, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-3c17d1e0, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-3c17d1e0 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-3c17d1e0, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-3c17d1e0 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-3c17d1e0, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-3c17d1e0 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-3c17d1e0, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-3c17d1e0, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-3c17d1e0, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-3c17d1e0, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-3c17d1e0, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-3c17d1e0, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-3c17d1e0, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-3c17d1e0 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-3c17d1e0 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-3c17d1e0, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-3c17d1e0, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-3c17d1e0, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-3c17d1e0 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-3c17d1e0, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-3c17d1e0, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-3c17d1e0, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-3c17d1e0, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-3c17d1e0, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-3c17d1e0, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-3c17d1e0, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-3c17d1e0, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-3c17d1e0, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-3c17d1e0, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-3c17d1e0 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-3c17d1e0, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-3c17d1e0, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-3c17d1e0 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-3c17d1e0, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-3c17d1e0, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-3c17d1e0, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-3c17d1e0, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-3c17d1e0 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-3c17d1e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-3c17d1e0, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-3c17d1e0, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-3c17d1e0, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-3c17d1e0, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-3c17d1e0, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-3c17d1e0 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-3c17d1e0, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-3c17d1e0, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-3c17d1e0 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-3c17d1e0, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-3c17d1e0, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-3c17d1e0 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-3c17d1e0, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-3c17d1e0, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-3c17d1e0 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-3c17d1e0, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-3c17d1e0, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-3c17d1e0 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-3c17d1e0, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-3c17d1e0, #w-node-ee961e8d-845a-edc3-3307-509470022457-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-3c17d1e0 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-3c17d1e0, #w-node-ee961e8d-845a-edc3-3307-50947002245b-3c17d1e0, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-3c17d1e0 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-3c17d1e0, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-3c17d1e0, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-3c17d1e0 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-3c17d1e0, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-3c17d1e0, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-3c17d1e0 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-3c17d1e0, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-3c17d1e0, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-3c17d1e0 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-3c17d1e0, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-3c17d1e0, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-3c17d1e0 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-3c17d1e0, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-3c17d1e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-3c17d1e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-3c17d1e0 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-3c17d1e0 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-3c17d1e0 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-3c17d1e0 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-3c17d1e0 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-3c17d1e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-3c17d1e0 {
  justify-self: start;
}

#w-node-_55b2bcca-62e9-d39a-3a5d-da91977d4951-9fc05a8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#login_login_btn2.w-node-_55b2bcca-62e9-d39a-3a5d-da91977d4952-9fc05a8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#google-login-btn.w-node-_55b2bcca-62e9-d39a-3a5d-da91977d4953-9fc05a8d, #w-node-_36f0f2b4-4ac3-1f77-9fbf-6fec855ae4d2-02fa8582, #w-node-_36f0f2b4-4ac3-1f77-9fbf-6fec855ae4ea-02fa8582 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36f0f2b4-4ac3-1f77-9fbf-6fec855ae4eb-02fa8582 {
  justify-self: center;
}

#w-node-_36f0f2b4-4ac3-1f77-9fbf-6fec855ae4ec-02fa8582, #w-node-_36f0f2b4-4ac3-1f77-9fbf-6fec855ae4fb-02fa8582 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebd89b49-3c72-6533-3698-deb05573cbb2-5d3577c0, #w-node-ebd89b49-3c72-6533-3698-deb05573cbbb-5d3577c0, #w-node-ebd89b49-3c72-6533-3698-deb05573cbc4-5d3577c0 {
  align-self: start;
}

#w-node-_02658cfb-5bf0-bcce-7fa4-91aada22df67-5d3577c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebd89b49-3c72-6533-3698-deb05573cbde-5d3577c0, #w-node-ebd89b49-3c72-6533-3698-deb05573cbe3-5d3577c0, #w-node-ebd89b49-3c72-6533-3698-deb05573cbe8-5d3577c0, #w-node-ebd89b49-3c72-6533-3698-deb05573cbed-5d3577c0, #w-node-ebd89b49-3c72-6533-3698-deb05573cbf2-5d3577c0, #w-node-ebd89b49-3c72-6533-3698-deb05573cbf7-5d3577c0 {
  align-self: start;
}

#w-node-df529257-c8bd-324f-54b2-54598b66ef7c-5d3577c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_087ea749-669e-d8a8-927b-17d8d71fbd27-5d3577c0, #w-node-_087ea749-669e-d8a8-927b-17d8d71fbd2c-5d3577c0, #w-node-_087ea749-669e-d8a8-927b-17d8d71fbd31-5d3577c0, #w-node-_087ea749-669e-d8a8-927b-17d8d71fbd36-5d3577c0, #w-node-_087ea749-669e-d8a8-927b-17d8d71fbd3b-5d3577c0, #w-node-_087ea749-669e-d8a8-927b-17d8d71fbd40-5d3577c0, #w-node-_41b65ee5-7802-eae9-3b98-96b25fa689de-529226df, #w-node-_41b65ee5-7802-eae9-3b98-96b25fa689e7-529226df, #w-node-_41b65ee5-7802-eae9-3b98-96b25fa689f0-529226df {
  align-self: start;
}

#contact_recaptcha_btn.w-node-_47ace075-472b-57c9-6655-73e0eb531007-529226df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#contact_submit_btn.w-node-_41b65ee5-7802-eae9-3b98-96b25fa68a18-529226df {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-a4fd72c6-16b5-949b-6ab7-f719950a88ac-950a88a6, #w-node-a4fd72c6-16b5-949b-6ab7-f719950a88b3-950a88a6 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c4556d11-8698-42dd-fc92-1702a9cbab38-3c17d1dd {
    align-self: auto;
  }

  #w-node-_067b7449-63e3-d6a0-e1ea-702db1a5cdb9-3c17d1dd {
    order: -9999;
  }

  #w-node-a4fd72c6-16b5-949b-6ab7-f719950a88c1-950a88a6 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_36f0f2b4-4ac3-1f77-9fbf-6fec855ae508-02fa8582 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a4fd72c6-16b5-949b-6ab7-f719950a88ac-950a88a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

/* GLOBAL NAVIGATION LAYOUT - FIXED FOR ALL PAGES */

/* Main navigation container */
.home_nav_links {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  flex-wrap: nowrap !important;
  position: relative !important;
  gap: 20px !important;
  padding-right: 0 !important;
  min-height: 60px !important;
}

/* Navigation links wrapper - LEFT SIDE */
.home_nav_links .nav-links-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  flex-shrink: 1 !important; /* Changed from 0 to 1 - allows shrinking */
  flex-grow: 1 !important;
  margin-right: 0 !important;
  min-width: 0 !important; /* Added - allows flex item to shrink */
  overflow: hidden !important; /* Added - prevents overflow */
}

/* Navigation links (Home, Chat, etc.) - LEFT SIDE */
.home_nav_links .tablet_nav {
  white-space: nowrap !important;
  text-decoration: none !important;
  color: inherit !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  flex-shrink: 0 !important;
  position: relative !important;
  padding-bottom: 4px !important;
  margin-right: 0 !important;
}

.home_nav_links .tablet_nav:hover {
  opacity: 0.8 !important;
}

/* Active/Current page styling with orange underline */
.home_nav_links .tablet_nav.w--current {
  color: #fb3c00 !important;
  font-weight: 700 !important;
}

.home_nav_links .tablet_nav.w--current::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 3px !important;
  background-color: #fb3c00 !important;
  border-radius: 2px !important;
}

/* Authentication buttons wrapper - EXTREME RIGHT */
.home_nav_links .auth-buttons-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-shrink: 0 !important;
  margin-left: auto !important; /* Push to extreme right */
  margin-right: 0 !important;
  justify-self: flex-end !important;
  position: static !important;
  white-space: nowrap !important;
  min-width: 200px !important;
  justify-content: flex-end !important;
}

/* Authentication buttons - EXTREME RIGHT */
.home_nav_links .sign_up,
.home_nav_links .login,
.home_nav_links .logout,
.home_nav_links .profile {
  position: static !important; /* Changed from absolute to static */
  
  min-width: 85px !important;
  height: 42px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-align: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 18px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-sizing: border-box !important;
  margin: 0 !important; /* Remove all margins */
}

/* Button styling */
.home_nav_links .sign_up {
  background-color: #007bff !important;
  color: white !important;
}

.home_nav_links .login {
  background-color: #6c757d !important;
  color: white !important;
}

.home_nav_links .logout {
  background-color: #dc3545 !important;
  color: white !important;
}

.home_nav_links .profile {
  background-color: #28a745 !important;
  color: white !important;
}

/* Hover effects */
.home_nav_links .sign_up:hover {
  background-color: #0056b3 !important;
}

.home_nav_links .login:hover {
  background-color: #545b62 !important;
}

.home_nav_links .logout:hover {
  background-color: #c82333 !important;
}

.home_nav_links .profile:hover {
  background-color: #1e7e34 !important;
}

/* Authentication button visibility classes */
/* DEFAULT STATE: Show Sign Up and Login, Hide Logout and Profile */
.home_nav_links .logout,
.home_nav_links .profile {
  display: none !important;
}

.home_nav_links .sign_up,
.home_nav_links .login {
  display: inline-flex !important;
}

/* LOGGED IN STATE: Hide Sign Up and Login, Show Logout and Profile */
.home_nav_links .logout.auth-visible,
.home_nav_links .profile.auth-visible {
  display: inline-flex !important;
}

.home_nav_links .sign_up.auth-hidden,
.home_nav_links .login.auth-hidden {
  display: none !important;
}

/* LOGGED OUT STATE: Show Sign Up and Login, Hide Logout and Profile */
.home_nav_links .sign_up.auth-visible,
.home_nav_links .login.auth-visible {
  display: inline-flex !important;
}

.home_nav_links .logout.auth-hidden,
.home_nav_links .profile.auth-hidden {
  display: none !important;
}

/* Responsive design for mobile */
@media screen and (max-width: 991px) {
  .home_nav_links {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding-bottom: 60px !important;
  }
  
  .home_nav_links .nav-links-wrapper {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  
  .home_nav_links .tablet_nav {
    margin: 0 !important;
    width: 100% !important;
  }
  
  .home_nav_links .auth-buttons-wrapper {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    margin-left: 0 !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
  }
  
  .home_nav_links .sign_up,
  .home_nav_links .login,
  .home_nav_links .logout,
  .home_nav_links .profile {
    width: 100% !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
  }
}

/* AGGRESSIVE AUTHENTICATION BUTTON OVERRIDE - MUST BE AT END */
/* Force default state: Show signup/login, hide logout/profile */
.sign_up, .login {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.logout, .profile {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Override for logged in users */
body.user-logged-in .sign_up,
body.user-logged-in .login {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

body.user-logged-in .logout,
body.user-logged-in .profile {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Class-based override (most aggressive) */
.auth-force-show {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.auth-force-hide {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}


