:root {
  --base-color-brand--gray-100: #fafafa;
  --base-color-brand--black: black;
  --text-color--text-primary\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>: var(--base-color-neutral--black\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  --text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>: var(--base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>);
  --base-color-brand--mint-100: #d5f7ed;
  --base-color-brand--mint-600: #089970;
  --text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>: var(--base-color-neutral--white\<deleted\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
  --border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>: var(--base-color-neutral--neutral-lightest\<deleted\|variable-eede0174-1898-a99e-0c79-395339ec1911\>);
  --base-color-brand--white: white;
  --base-color-brand--gray-250: #dee5ed;
  --base-color-brand--mint-400: #0bcb95;
  --base-color-brand--gray-600: #8596ad;
  --link-color--link-primary\<deleted\|variable-ad940cb5-1815-151e-2cbc-4f27dec2b1e5\>: var(--base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>);
  --background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>: var(--base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>);
  --base-color-brand--red-200: #f8e4e4;
  --base-color-brand--red-800: #3b0b0b;
  --base-color-brand--blue-black: #22232c;
  --border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>: var(--base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>);
  --base-color-brand--yellow: #ffd029;
  --background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>: var(--base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>);
  --text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>: var(--base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>);
  --base-color-brand--gray-200: #efefef;
  --base-color-brand--gray-150: #ebebeb;
  --base-color-brand--gray-300: #e5ebf1;
  --base-color-brand--gray-black: #1b1b1f;
  --base-color-neutral--black\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>: #000;
  --base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>: #222;
  --base-color-neutral--white\<deleted\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>: #fff;
  --base-color-neutral--neutral-lightest\<deleted\|variable-eede0174-1898-a99e-0c79-395339ec1911\>: #eee;
  --base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>: #2d62ff;
  --base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>: #dd23bb;
  --base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>: #fcf8d8;
  --base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>: #5e5515;
}

body {
  background-color: var(--base-color-brand--gray-100);
  color: var(--base-color-brand--black);
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.5;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.625rem;
  font-weight: 800;
  line-height: 1.5;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.5;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.5;
}

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

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--base-color-brand--black);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
  font-size: 1rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

.margin-small {
  margin: 1rem;
}

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

.form_form {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.form_form.is-multi-step {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  transition: height .3s;
}

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

.form_message-success {
  background-color: var(--base-color-brand--mint-100);
  color: var(--base-color-brand--mint-600);
  border-radius: .75rem;
  padding: 1.25rem;
}

.heading-style-h3 {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.5;
}

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

.text-rich-text h1, .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: 1.5rem;
  font-size: 1.125rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text a {
  color: var(--base-color-brand--black);
  transition: color .3s;
}

.text-rich-text a:hover {
  color: var(--base-color-brand--mint-600);
}

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

.text-rich-text li {
  font-size: 1.125rem;
}

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

.heading-style-h1 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.5;
}

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

.padding-global.padding-t-96-b-128 {
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.padding-global.padding-t-96-b-32 {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.padding-global.padding-t-64-b-36 {
  padding-top: 4rem;
  padding-bottom: 2.25rem;
}

.padding-global.padding-t-36-b-48 {
  padding-top: 2.25rem;
  padding-bottom: 3rem;
}

.padding-global.padding-t-40-b-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.padding-global.padding-t-72-b-112 {
  padding-top: 4.5rem;
  padding-bottom: 7rem;
}

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

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

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

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

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

.form_radio-label {
  z-index: 1;
  pointer-events: none;
  font-weight: 600;
  position: relative;
}

.form_radio-label:hover {
  color: var(--base-color-brand--black);
}

.form_field-wrapper.is-2-fileds {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.form_field-wrapper.is-2-fileds.is-dropdowns {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.heading-style-h4 {
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.5;
}

.heading-style-h4.is-24 {
  font-size: 1.5rem;
}

.heading-style-h4.text-weight-black {
  font-weight: 900;
}

.form_radio-icon {
  cursor: pointer;
  border: 1px #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_input:focus-visible, .form_input[data-wf-focus-visible] {
  border-width: .125rem;
  border-color: var(--base-color-brand--mint-400);
  outline-color: var(--base-color-brand--mint-100);
  outline-offset: 0px;
  outline-width: .25rem;
  outline-style: solid;
}

.form_input {
  border: .0625rem solid var(--base-color-brand--gray-250);
  background-color: var(--base-color-brand--white);
  border-radius: .75rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s;
}

.form_input:focus-visible, .form_input[data-wf-focus-visible] {
  border-width: .125rem;
  border-color: var(--base-color-brand--mint-400);
  outline-color: var(--base-color-brand--mint-100);
  outline-offset: 0px;
  outline-width: .25rem;
  outline-style: solid;
}

.form_input::placeholder {
  color: var(--base-color-brand--gray-600);
}

.form_input.is-select-input {
  color: var(--text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>);
}

.form_input.is-text-area {
  min-height: 7.75rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.form_input.is-text-area.is-big {
  min-height: 12rem;
}

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

.heading-style-h2 {
  font-size: 2.625rem;
  font-weight: 800;
  line-height: 1.5;
}

.form_message-error {
  background-color: var(--base-color-brand--red-200);
  color: var(--base-color-brand--red-800);
  border-radius: .75rem;
  margin-top: .75rem;
  padding: 1rem 1.25rem;
}

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

.form_component {
  margin-bottom: 0;
  transition: height .3s;
}

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

.button {
  background-color: var(--base-color-brand--blue-black);
  color: var(--base-color-brand--white);
  text-align: center;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: color .3s, background-color .3s;
  display: flex;
  box-shadow: 0 4px 10px #00000040;
}

.button:hover {
  background-color: var(--base-color-brand--mint-400);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>);
  color: var(--text-color--text-primary\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  background-color: #0000;
}

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

.button.is-form-submit {
  background-color: var(--base-color-brand--mint-400);
  box-shadow: none;
  margin-top: .25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.1;
}

.button.is-form-submit:hover {
  background-color: var(--base-color-brand--black);
}

.button.is-large {
  min-width: 13.375rem;
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}

.button.is-nav {
  box-shadow: none;
  min-width: 8.75rem;
  margin-left: 1.125rem;
  padding: .5rem 2.25rem;
}

.button.is-footer {
  background-color: var(--base-color-brand--white);
  box-shadow: none;
  color: var(--base-color-brand--black);
  min-width: 12.5rem;
  padding: 1rem 2.25rem;
}

.button.is-footer:hover {
  background-color: var(--base-color-brand--mint-400);
  color: var(--base-color-brand--white);
}

.button.is-green {
  background-color: var(--base-color-brand--mint-400);
}

.button.is-green:hover {
  background-color: var(--base-color-brand--black);
}

.button.is-yellow {
  background-color: var(--base-color-brand--yellow);
  color: var(--base-color-brand--black);
}

.button.is-yellow:hover {
  background-color: var(--base-color-brand--black);
  color: var(--base-color-brand--white);
}

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

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

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

.container-medium.max-width-1116 {
  max-width: 72rem;
}

.container-medium.max-width-1000 {
  max-width: 62.5rem;
}

.form_radio {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form_radio:hover {
  color: var(--base-color-brand--white);
}

.nav_component {
  background-color: #0000;
  width: 100%;
  margin-top: 1.25rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  background-color: var(--base-color-brand--white);
  border-radius: .5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 2rem;
  display: flex;
  box-shadow: 0 2px 4px #0000001f;
}

.nav_logo {
  width: 12.5rem;
}

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

.nav_menu_link {
  color: var(--base-color-brand--black);
  padding: .5rem 1.125rem;
  font-weight: 500;
  transition: color .3s;
}

.nav_menu_link:hover {
  color: var(--base-color-brand--mint-600);
}

.nav_menu_link.w--current {
  color: var(--base-color-brand--black);
}

.nav_menu_link.w--current:hover {
  color: var(--base-color-brand--mint-600);
}

.nav_button {
  padding: 1rem;
}

.nav_fixed {
  z-index: 999999;
  position: sticky;
  inset: 1.25rem 0% auto;
}

.hero_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.hero_content-top-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  max-width: 46rem;
  display: flex;
}

.eyebrow {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
}

.list-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-wrapper.is-vertical {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.list-wrapper.flex-align-center {
  justify-content: center;
  align-items: center;
}

.list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.list-item-icon {
  flex: none;
  width: 1.875rem;
  height: 1.875rem;
}

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

.burger-1 {
  cursor: pointer;
  background-color: #0000;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20.2px;
  height: 20.2px;
  display: flex;
  position: static;
}

.b1-bar1 {
  background-color: #fff;
  width: 20.2px;
  height: 1px;
}

.b1-bar2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 20.2px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
  display: flex;
}

.b1-middle {
  background-color: #858eca;
  width: 4px;
  height: 0;
}

.b1-bar3 {
  background-color: #fff;
  width: 20.2px;
  height: 1px;
}

.nav_menu-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.hero_content-bottom {
  position: relative;
}

.hero_cards-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.hero_cards-item {
  border: 1px solid var(--base-color-brand--black);
  background-color: var(--base-color-brand--white);
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem 3rem;
  display: flex;
  position: relative;
}

.hero_cards-item.is-buyers-choice {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-color: var(--base-color-brand--black);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-color: var(--base-color-brand--black);
  width: 100%;
  box-shadow: 0 4px 15px #0000001f;
}

.hero_cards-item-number {
  border: .0625rem solid var(--base-color-brand--black);
  background-color: var(--base-color-brand--gray-200);
  text-align: center;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  left: -1.5rem;
}

.hero_cards-item-number.is-buyers-choice {
  border: .0625rem solid var(--base-color-brand--black);
}

.hero_cards-item-content-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 9.5rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.hero_cards-item-logo {
  object-fit: contain;
  width: 6rem;
  height: 6rem;
}

.hero_cards-item-logo.is-120x120 {
  width: 7.5rem;
  height: 7.5rem;
}

.hero_cards-item-logo.is-128x128 {
  width: 8rem;
  height: 8rem;
}

.hero_cards-item-content-left-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.hero_cards-item-content-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-width: 13.625rem;
  display: flex;
}

.hero_cards-item-content-right-top {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero_cards-score {
  background-color: var(--base-color-brand--blue-black);
  color: var(--base-color-brand--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.125rem;
  font-weight: 900;
  display: flex;
}

.hero_cards-score-votes-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_cards-score-stars-wrapper {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_cards-score-stars-item {
  cursor: pointer;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  position: relative;
}

.hero_cards-score-stars-icon {
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
}

.hero_cards-score-stars-icon.is-full-hover {
  display: none;
}

.hero_cards-item-content-right-bottom {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  display: flex;
}

.button-phone {
  color: var(--base-color-brand--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.button-phone:hover {
  color: var(--base-color-brand--mint-600);
}

.button-phone-text-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: -1.3rem;
  display: flex;
}

.button-phone-text-wrapper.is-big {
  margin-left: -1.875rem;
}

.button-phone-icon {
  width: 1.125rem;
  height: 1.125rem;
}

.button-phone-icon.is-22x22 {
  width: 1.375rem;
  height: 1.375rem;
}

.hero_cards-score-confirm {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--base-color-brand--white);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding: .75rem 1.5rem;
  display: none;
  position: absolute;
  left: -8.4rem;
  box-shadow: 0 6px 8px #10182808, 0 0 14px #1018281a;
}

.hero_cards-score-confirm-icon {
  width: 1.25rem;
  height: 1.4375rem;
}

.hero_cards-item-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero_cards-item-badge {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--base-color-brand--mint-400);
  color: var(--base-color-brand--white);
  border-radius: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: -1.5rem;
  padding: .5rem 1.75rem 2rem;
  font-size: 1.125rem;
  font-weight: 900;
  display: flex;
}

.hero_cards-item-badge.is-yellow {
  background-color: var(--base-color-brand--yellow);
  color: var(--base-color-brand--black);
  background-color: var(--base-color-brand--yellow);
}

.hero_cards-item-badge-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.hero_cards-item-badge-icon.is-invert {
  filter: invert();
}

.hero_content-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hero_content-top-img {
  width: 100%;
  max-width: 18.5rem;
  margin-bottom: -6rem;
}

.button-with-tooltip {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.tooltip-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--base-color-brand--white);
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  left: -98%;
  box-shadow: 0 5px 6px #10182808, 0 0 12px #1018281a;
}

.tooltip-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.tooltip-rect {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--base-color-brand--white);
  border-radius: .078125rem;
  justify-content: flex-start;
  align-items: center;
  width: .875rem;
  height: .875rem;
  padding: 0;
  position: absolute;
  right: -.375rem;
  transform: rotate(45deg);
  box-shadow: 0 5px 6px #10182808, 0 0 12px #1018281a;
}

.tooltip-content {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--base-color-brand--white);
  border-radius: .75rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem;
  display: flex;
  position: relative;
}

.custom-css {
  display: none;
}

.rich-text_content {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.rich-text_content-top {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.faq-accordion_spacer-16-20 {
  width: 100%;
  min-height: 1rem;
}

.faq-accordion_answer {
  overflow: hidden;
}

.faq-accordion_spacer-16-30 {
  width: 100%;
  min-height: 1rem;
}

.faq-accordion_question {
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.faq-accordion {
  border: .0625rem solid var(--base-color-brand--gray-300);
  background-color: var(--base-color-brand--white);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: border-color .3s cubic-bezier(.645, .045, .355, 1), background-color .3s cubic-bezier(.645, .045, .355, 1);
}

.faq-accordion:hover {
  background-color: var(--base-color-brand--gray-200);
  border-color: #d0d5dd99;
}

.faq-accordion_heading-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-icon_component {
  background-color: #333;
  border: 2px #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.faq-accordion_paragraph {
  color: var(--base-color-brand--black);
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}

.accordion-icon_horizontal-line {
  background-color: var(--base-color-brand--white);
  border-radius: .125rem;
  width: .875rem;
  height: .125rem;
  position: absolute;
}

.accordion-icon_vertical-line {
  background-color: var(--base-color-brand--white);
  border-radius: .125rem;
  width: .125rem;
  height: .875rem;
  position: absolute;
}

.faq-accordion_heading {
  color: var(--base-color-brand--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.faq-accordion_spacer-30 {
  width: 100%;
  min-height: 2rem;
}

.faq_wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

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

.benefits_img {
  aspect-ratio: 1;
  width: 100%;
  max-width: none;
}

.benefits_content-right {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer_component {
  background-color: var(--base-color-brand--gray-black);
}

.footer_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer_brand {
  flex: none;
}

.footer_logo {
  width: 17rem;
}

.footer_link {
  color: var(--base-color-brand--white);
  font-size: 1.25rem;
  text-decoration: none;
  transition: color .3s;
}

.footer_link:hover {
  color: var(--base-color-brand--mint-400);
}

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

.anchor_link {
  position: absolute;
  inset: -6rem 0% auto;
}

.custom-js {
  display: none;
}

.modal-wrapper.is-get-help, .modal-wrapper.is-fast-irs-help, .modal-wrapper.is-tax-attorney-now, .modal-wrapper.is-contact-us, .modal-wrapper.is-stop-irs-debt, .modal-wrapper.is-edge-financial {
  display: none;
}

.modal-wrapper {
  z-index: 9999999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal-wrapper.is-get-help, .modal-wrapper.is-fast-irs-help, .modal-wrapper.is-tax-attorney-now, .modal-wrapper.is-contact-us, .modal-wrapper.is-stop-irs-debt, .modal-wrapper.is-edge-financial, .modal-wrapper.is-get-help, .modal-wrapper.is-fast-irs-help, .modal-wrapper.is-tax-attorney-now, .modal-wrapper.is-contact-us, .modal-wrapper.is-stop-irs-debt, .modal-wrapper.is-edge-financial {
  display: none;
}

.modal_close-trigger {
  position: absolute;
  inset: 0%;
}

.modal_content-wrapper {
  z-index: 2;
  background-color: var(--base-color-brand--white);
  border-radius: 1.5rem;
  max-height: 90svh;
  padding: .375rem;
  transition: height .3s;
  position: relative;
}

.modal_content {
  z-index: 2;
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  border: .0625rem solid var(--base-color-brand--gray-300);
  outline-color: var(--base-color-brand--white);
  outline-offset: 0px;
  background-image: linear-gradient(#f8fafc, #fff);
  border-radius: .75rem;
  outline-width: .375rem;
  outline-style: solid;
  flex-flow: column;
  width: 100%;
  max-width: 35rem;
  max-height: 90svh;
  padding: .875rem 2rem;
  transition: height .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal_content.is-scroll {
  max-width: 36rem;
  overflow: auto;
}

.modal_content-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.modal_content-top-left.is-no-card, .modal_content-top-left.is-with-stars {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.modal_content-top-left {
  border: .0625rem solid var(--base-color-brand--gray-250);
  background-color: var(--base-color-brand--white);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 9.375rem;
  display: flex;
}

.modal_content-top-left.is-no-card, .modal_content-top-left.is-with-stars {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.modal_content-top-left.is-no-card, .modal_content-top-left.is-with-stars {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.modal_content-top-left.is-with-stars.is-card {
  background-color: var(--base-color-brand--white);
  border-style: solid;
  border-radius: 1rem;
}

.modal_content-top-img {
  width: 100%;
}

.modal_content-top-img.is-fill {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.modal_content-top-img.is-120x120 {
  object-fit: contain;
  width: 7.5rem;
  height: 7.5rem;
}

.modal_content-top-img.is-96x96 {
  object-fit: contain;
  width: 6rem;
  height: 6rem;
}

.modal_content-top-img.is-80x80 {
  object-fit: contain;
  width: 5rem;
  height: 5rem;
}

.modal_content-top-img.is-80x80.is-scale {
  transform: scale(1.3);
}

.modal_content-top-right {
  border: .0625rem solid var(--base-color-brand--gray-250);
  background-color: var(--base-color-brand--white);
  border-radius: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 1.5rem;
  display: flex;
}

.modal_content-top-right.is-no-card {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  padding: 0 1rem .5rem;
}

.form_dropdown-list {
  margin-top: -8px;
  padding-top: 8px;
}

.form_dropdown-list.w--open {
  border-style: none solid solid;
  border-width: 1px .125rem .125rem;
  border-color: var(--base-color-brand--mint-400);
  background-color: var(--base-color-brand--white);
  border-radius: 0 0 .75rem .75rem;
  width: 100%;
  max-height: 13.8rem;
  margin-top: -.375rem;
  padding-top: .375rem;
  overflow: scroll;
}

.form_select {
  color: #000;
  display: none;
}

.demo_dropdown-text {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}

.form_dropdown-toggle {
  color: #00000080;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 11px 15px;
  display: flex;
}

.form_dropdown-toggle.w--open {
  border: 2px solid #0468fe;
  border-bottom-width: 0;
  border-radius: 8px;
}

.form_dropdown-toggle.is-new {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-width: .0625rem;
  border-color: var(--base-color-brand--gray-250);
  color: var(--base-color-brand--gray-600);
  background-color: #fff;
  border-radius: .75rem;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.25rem;
  font-weight: 500;
}

.form_dropdown-toggle.is-new.w--open {
  border-style: solid solid none;
  border-width: .125rem;
  border-color: var(--base-color-brand--mint-400);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-arrow {
  width: 10px;
}

.dropdown-arrow.is-new {
  width: .875rem;
}

.form_dropdown {
  width: calc(50% - .625rem);
  font-size: 1rem;
  line-height: 1.4;
}

.form_dropdown-link {
  color: var(--base-color-brand--black);
  white-space: pre-wrap;
  width: 100%;
  padding: .75rem 1.25rem;
  transition: color .2s;
}

.form_dropdown-link:hover {
  color: var(--base-color-brand--mint-600);
}

.form_dropdown-link.w--current {
  color: #000;
}

.modal_close-trigger-button {
  z-index: 3;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 40px;
  right: 40px;
}

.modal_close-trigger-button-content {
  outline-offset: 0px;
  background-color: #fff;
  border: .0625rem solid #dee5ed;
  border-radius: 20rem;
  outline: .25rem solid #fff;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  transition: background-color .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  box-shadow: 0 0 26.1px #9393bf1a, 0 13px 26.1px #9393bf0a, 0 3px 3px #00000040, 0 25px 60.7px #9393bf4d;
}

.modal_close-trigger-button-content:hover {
  background-color: #f1f2f5;
}

.popup_close-trigger-button-img {
  width: 1rem;
  height: 1rem;
}

.map_content {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.map_content-top {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.map_wrapper {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.map_img {
  width: 100%;
  transition: opacity .4s;
}

.map_img.is-hover {
  opacity: 0;
  opacity: 0;
  width: 105.3%;
  max-width: none;
  position: absolute;
}

.map_badge {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--base-color-brand--white);
  opacity: 0;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.25rem;
  transition: opacity .3s, all 75ms linear;
  display: flex;
  position: absolute;
  box-shadow: 0 6px 8px #10182808, 0 0 14px #1018281a;
}

.map_badge-icon {
  width: 1.375rem;
  height: 1.375rem;
}

.map_img-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.form_caption {
  color: var(--base-color-brand--gray-600);
  text-align: center;
  margin-top: -.25rem;
  font-size: .40625rem;
  font-weight: 500;
  line-height: 1.33;
  display: none;
}

.modal_content-top-left-rating {
  flex-flow: column;
  display: flex;
}

.modal_content-top-left-stars-wrapper {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal_content-top-left-star-img {
  width: .875rem;
  height: .875rem;
}

.modal_content-top-left-text {
  text-align: center;
  font-size: .75rem;
  font-weight: 600;
}

.form_step {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  transition: all .3s;
  display: flex;
}

.form_bottom {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: auto;
}

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

.form_pagination-dot {
  background-color: var(--base-color-brand--gray-150);
  border-radius: 2rem;
  width: .625rem;
  height: .625rem;
}

.form_pagination-dot.is-active {
  background-color: var(--base-color-brand--blue-black);
}

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

.form_bottom-icon {
  width: 1.625rem;
  height: 1.625rem;
}

.form_bottom-title {
  font-weight: 600;
}

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

.form_radio-wrapper.is-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.form_radio-wrapper.is-1-column {
  grid-template-columns: 1fr;
}

.form_radio-bg {
  border: .0625rem solid var(--base-color-brand--black);
  border-radius: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.form_radio-bg:hover {
  border-color: var(--base-color-brand--mint-400);
  background-color: var(--base-color-brand--mint-400);
  color: var(--base-color-brand--white);
}

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

.form_step-number {
  background-color: var(--base-color-brand--blue-black);
  color: var(--base-color-brand--white);
  text-align: center;
  border-radius: .375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-weight: 900;
  display: flex;
  overflow: hidden;
}

.form_step-title {
  text-align: left;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.33;
}

.form_step-inputs-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.form_step-icon-wrapper {
  background-color: var(--base-color-brand--blue-black);
  color: var(--base-color-brand--white);
  text-align: center;
  border-radius: .375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-weight: 900;
  display: flex;
  overflow: hidden;
}

.form_step-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.modal_badge {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--base-color-brand--mint-400);
  color: var(--base-color-brand--white);
  border-radius: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem 2rem;
  font-size: 1.125rem;
  font-weight: 900;
  display: flex;
  position: absolute;
  top: -2.5rem;
  left: 0;
}

.modal_badge.is-yellow {
  background-color: var(--base-color-brand--yellow);
  color: var(--base-color-brand--black);
}

.modal_badge.is-mobile {
  display: none;
}

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

.modal_badge-icon.is-invert {
  filter: invert();
}

.form_step-progress {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.form_step-progress-title {
  text-align: left;
  margin-bottom: .75rem;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.33;
}

.form_step-progress-p {
  opacity: .5;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.33;
}

.form_step-progress-p.margin-0 {
  margin-bottom: 0;
}

.form_step-progress-p.is-p-18 {
  opacity: 1;
  opacity: 1;
  font-size: 1.1875rem;
}

.form_step-progress-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.form_step-progress-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form_step-progress-item-icon-wrapper {
  background-color: var(--base-color-brand--blue-black);
  color: var(--base-color-brand--white);
  text-align: center;
  border-radius: .375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-weight: 900;
  transition: background-color .6s;
  display: flex;
  overflow: hidden;
}

.form_step-progress-item-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.form_step-progress-item-p {
  opacity: .5;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.33;
  transition: opacity .6s;
}

.form_step-progress-item-p.margin-0 {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .padding-global.is-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .button.is-nav {
    margin-left: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.125rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

  .nav_component {
    margin-top: 0;
  }

  .nav_container {
    border-radius: 0;
    max-width: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav_brand {
    padding-left: 0;
  }

  .nav_menu {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1.75rem 2.5rem 2.5rem;
  }

  .nav_menu_link {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 1.125rem;
  }

  .nav_button {
    color: #fff;
    padding: 0;
  }

  .nav_button.w--open {
    background-color: #0000;
  }

  .nav_fixed {
    top: 0;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .list-wrapper {
    grid-row-gap: .5rem;
    flex-flow: wrap;
    width: 100%;
  }

  .burger-1 {
    box-shadow: none;
    background-color: #0000;
    width: 1.375rem;
    height: 1.375rem;
  }

  .b1-bar1 {
    background-color: var(--base-color-brand--black);
    width: 22px;
    height: 3px;
    transition: background-color .5s ease-in-out;
  }

  .b1-bar2 {
    background-color: var(--base-color-brand--black);
    width: 22px;
    height: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    transition: background-color .5s ease-in-out;
  }

  .b1-middle {
    background-color: var(--base-color-brand--black);
  }

  .b1-bar3 {
    background-color: var(--base-color-brand--black);
    width: 22px;
    height: 3px;
    transition: background-color .5s ease-in-out;
  }

  .nav_menu-wrapper {
    background-color: var(--base-color-brand--white);
    box-shadow: 0 2px 4px #0000001f;
  }

  .hero_cards-item {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero_cards-item-number {
    inset: -1.5rem -1.5rem auto auto;
  }

  .hero_cards-item-content-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .hero_cards-item-logo {
    margin-right: auto;
  }

  .hero_cards-item-logo.is-120x120 {
    align-self: auto;
    width: 5rem;
    height: 5rem;
    margin-right: auto;
  }

  .hero_content-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .button-with-tooltip {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

  .tooltip-wrapper {
    justify-content: center;
    align-items: center;
    position: relative;
    left: auto;
  }

  .tooltip-rect {
    top: -.375rem;
    right: auto;
  }

  .faq_content {
    grid-column-gap: 2.375rem;
    grid-row-gap: 2.375rem;
  }

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

  .footer_content {
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer_content-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_brand {
    padding-left: 0;
  }

  .footer_link {
    font-size: 1rem;
  }

  .footer_link-wrapper {
    padding-bottom: 1rem;
  }

  .anchor_link {
    top: -5rem;
  }

  .modal_content-wrapper {
    border-radius: 0;
    height: 100%;
    max-height: none;
    padding: 0;
  }

  .modal_content {
    border-style: none;
    border-radius: 0;
    justify-content: flex-start;
    width: 100vw;
    max-width: none;
    min-height: 100svh;
    max-height: 100svh;
    padding: 5rem 2.5rem 2.5rem;
    overflow: auto;
  }

  .modal_content-top-left.is-no-card, .modal_content-top-left.is-with-stars, .modal_content-top-left.is-no-card, .modal_content-top-left.is-with-stars {
    flex: none;
  }

  .modal_close-trigger-button {
    top: 24px;
    right: 24px;
  }

  .modal_close-trigger-button-content {
    width: 32px;
    height: 32px;
  }

  .map_wrapper {
    display: flex;
  }

  .map_img.is-hover {
    opacity: 1;
    opacity: 1;
  }

  .map_badge {
    opacity: 1;
  }

  .modal_badge.is-desktop {
    display: none;
  }

  .modal_badge.is-mobile {
    margin-bottom: .5rem;
    padding: .25rem .5rem;
    font-size: .875rem;
    display: flex;
    position: static;
  }

  .modal_badge-icon {
    width: 1rem;
    height: 1rem;
  }

  .form_step-progress {
    padding: 2.5rem;
  }
}

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

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

  .text-rich-text p, .text-rich-text li, .text-rich-text p, .text-rich-text li {
    font-size: 1rem;
  }

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.padding-t-96-b-128, .padding-global.padding-t-72-b-112, .padding-global.padding-t-96-b-32 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-global.padding-t-64-b-36 {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .padding-global.padding-t-36-b-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-global.padding-t-40-b-40 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-global.padding-t-96-b-128, .padding-global.padding-t-72-b-112, .padding-global.padding-t-96-b-32 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .form_field-wrapper.is-2-fileds {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    display: flex;
  }

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

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

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

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

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

  .heading-style-h2 {
    font-size: 1.75rem;
  }

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

  .button.is-nav, .button.is-footer, .button.is-green.is-large.is-full-width-mobile, .button.is-yellow.is-large.is-full-width-mobile {
    width: 100%;
  }

  .button.is-large {
    font-size: 1.125rem;
  }

  .button.is-nav, .button.is-footer, .button.is-green.is-large.is-full-width-mobile, .button.is-green.is-large.is-full-width-mobile, .button.is-green.is-large.is-full-width-mobile, .button.is-yellow.is-large.is-full-width-mobile, .button.is-yellow.is-large.is-full-width-mobile, .button.is-yellow.is-large.is-full-width-mobile {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .nav_container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_menu {
    padding: .5rem 1.25rem 1.25rem;
  }

  .eyebrow {
    font-size: 1rem;
  }

  .list-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .list-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .list-item-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .hero_cards-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding: 1.5rem;
  }

  .hero_cards-item-number {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    inset: -1rem -1rem auto auto;
  }

  .hero_cards-item-number.is-buyers-choice {
    font-size: 1rem;
  }

  .hero_cards-item-content-left {
    border-bottom: 1px solid var(--base-color-brand--gray-150);
    width: 100%;
    padding-bottom: 1.5rem;
  }

  .hero_cards-item-content-left.is-buyers-choice {
    border-bottom-color: var(--base-color-brand--black);
    border-bottom-color: var(--base-color-brand--black);
    padding-bottom: 2rem;
  }

  .hero_cards-item-content-right, .hero_cards-item-content-right-bottom {
    width: 100%;
  }

  .hero_cards-score-confirm {
    top: -138%;
    left: auto;
  }

  .hero_cards-item-badge {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .hero_cards-item-badge-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .button-with-tooltip {
    width: 100%;
  }

  .faq-accordion {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .accordion-icon_component {
    width: 2.25rem;
    height: 2.25rem;
  }

  .faq-accordion_paragraph {
    font-size: 1rem;
  }

  .faq-accordion_heading {
    font-size: 1.125rem;
  }

  .faq-accordion_spacer-30 {
    min-height: 1.5rem;
  }

  .benefits_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .footer_content {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer_content-left {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer_logo {
    width: 12.5rem;
  }

  .footer_link-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .h1-icon {
    width: 2rem;
    height: 2rem;
  }

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

  .modal_content {
    justify-content: flex-start;
    padding: 5rem 1.25rem 1.25rem;
  }

  .popup_close-trigger-button-img {
    filter: none;
  }

  .map_content {
    grid-column-gap: 2.375rem;
    grid-row-gap: 2.375rem;
  }

  .form_radio-wrapper.is-3-column {
    grid-template-columns: 1fr 1fr;
  }

  .form_step-title {
    font-size: 1.25rem;
  }

  .modal_badge {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .modal_badge-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .form_step-progress {
    padding: 1.5rem;
  }

  .form_step-progress-title {
    font-size: 1.25rem;
  }

  .form_step-progress-p.is-p-18 {
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }

  .form_step-progress-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .form_step-progress-item-icon-wrapper {
    width: 1.5rem;
    height: 1.5rem;
  }

  .form_step-progress-item-icon {
    width: 1rem;
    height: 1rem;
  }

  .form_step-progress-item-p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

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

  .form_field-wrapper.is-2-fileds {
    flex-flow: column;
  }

  .hero_content-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .modal_content-top {
    position: relative;
  }

  .modal_content-top-left {
    aspect-ratio: 1;
    border-radius: .5rem;
    width: 3rem;
    max-width: none;
    height: 3rem;
    position: absolute;
    top: 1rem;
    left: 1.5rem;
  }

  .modal_content-top-left.is-no-card, .modal_content-top-left.is-with-stars {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 4rem;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    left: 0;
  }

  .modal_content-top-left.is-no-card, .modal_content-top-left.is-with-stars {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 4rem;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    left: 0;
  }

  .modal_content-top-left.is-with-stars.is-card {
    border-radius: .5rem;
    padding: .25rem;
    left: 1rem;
  }

  .modal_content-top-img.is-96x96, .modal_content-top-img.is-fill, .modal_content-top-img.is-120x120, .modal_content-top-img.is-80x80, .modal_content-top-img.is-96x96, .modal_content-top-img.is-fill, .modal_content-top-img.is-120x120, .modal_content-top-img.is-80x80 {
    aspect-ratio: 1;
    width: 75%;
    height: auto;
  }

  .modal_content-top-right {
    padding-left: 5.5rem;
  }

  .modal_content-top-right.is-no-card {
    padding-left: 5rem;
  }

  .modal_content-top-right.is-card {
    padding-left: 6rem;
  }

  .form_dropdown {
    width: 100%;
  }

  .modal_content-top-left-star-img {
    width: .5rem;
  }

  .modal_content-top-left-text {
    font-size: .625rem;
    line-height: 1.25;
  }

  .form_radio-wrapper, .form_radio-wrapper.is-3-column, .form_radio-wrapper.is-3-column {
    grid-template-columns: 1fr;
  }

  .form_step-title-wrapper {
    flex-flow: row;
  }

  .form_step-number {
    width: 1.5rem;
    height: 1.5rem;
    font-size: .75rem;
  }

  .form_step-title {
    font-size: 1rem;
  }

  .form_step-icon-wrapper {
    width: 1.5rem;
    height: 1.5rem;
  }

  .form_step-icon {
    width: 1rem;
    height: 1rem;
  }

  .form_step-progress-title {
    font-size: 1.125rem;
  }

  .form_step-progress-item-icon-wrapper {
    width: 1.5rem;
    height: 1.5rem;
  }

  .form_step-progress-item-icon {
    width: 1rem;
    height: 1rem;
  }
}

#w-node-e575eb72-35f0-e7b2-eb9a-1b3ad72ec4f6-5ddef2f3, #w-node-e5523dc6-0523-4c06-7fb1-2fab142e0d8e-5ddef2f3, #w-node-_5cfa19ba-19a4-6fd3-1256-47428332d90b-5ddef2f3, #w-node-f153c9c9-f4b7-8e7b-6c3a-c6a278d7802f-5ddef2f3, #w-node-_2f7023f0-ab1c-f24c-b583-211dc498ce4c-5ddef2f3 {
  place-self: center;
}

#w-node-d2e668fe-2a30-f0a2-432f-7918257d4795-257d4782, #w-node-d2e668fe-2a30-f0a2-432f-7918257d479e-257d4782 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adaca32e-c156-cbf4-cc08-c73d695c3a15-695c3a11 {
  place-self: center;
}
