:root {
  --color--navy-text: #1a314c;
  --black: black;
  --radius--small-radius: .5rem;
  --light-grey: #f4f4f4;
  --color--main-blue: #4d96a8;
  --color--blue-accent: #a5ccd6;
  --radius--large-radius: 1.5rem;
  --white: white;
  --color--frame-color: rgba(36, 80, 129, .15);
  --color--light-blue: #f9fbfc;
  --radius--medium-radius: 1rem;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: var(--color--navy-text);
  font-family: Yantramanav, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: var(--color--navy-text);
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hind Siliguri, sans-serif;
  font-size: 4.1rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hind Siliguri, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

p {
  margin-bottom: 0;
  font-family: Yantramanav, sans-serif;
  font-size: 1.1rem;
}

a {
  border-color: var(--black);
  color: var(--color--navy-text);
  font-weight: 500;
  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;
  font-size: 1.1rem;
}

img {
  border-radius: var(--radius--small-radius);
  max-width: 100%;
  display: inline-block;
}

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

strong {
  font-weight: 500;
}

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

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

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

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.hide {
  display: none;
}

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

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

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

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

.container-large.flex-vert {
  flex-direction: column;
  display: flex;
}

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

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

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

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

.max-width-large.text-align-right.align-right {
  margin-left: auto;
}

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

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

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

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

.utility_component.thank-you {
  height: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.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-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-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-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

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

.heading-style-h2 {
  font-family: Hind Siliguri, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2.lora {
  font-family: Lora;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

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

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

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

.heading-style-h6 {
  letter-spacing: -.05rem;
  font-family: Hind Siliguri, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}

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

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

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

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px rgba(0, 0, 0, .14);
}

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

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

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

.heading-style-h5 {
  letter-spacing: 0;
  font-family: Hind Siliguri, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h5.text-color-red {
  color: #4d96a8;
}

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

.heading-style-h1 {
  padding-right: 0;
  font-family: Lora;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.difference {
  margin-right: 0;
  line-height: 1;
}

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

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

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

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

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

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

.button {
  border: 2px solid var(--color--blue-accent);
  border-radius: var(--radius--large-radius);
  background-color: var(--color--main-blue);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  transition: background-color .2s;
}

.button:hover {
  background-color: var(--color--navy-text);
  border-style: solid;
}

.button.is-link {
  border-style: none none solid;
  border-bottom-color: var(--color--main-blue);
  color: var(--color--navy-text);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: .25rem 0 0;
  line-height: 1;
  text-decoration: none;
  transition: border-color .2s;
}

.button.is-link:hover {
  border-bottom-color: var(--color--blue-accent);
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.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 {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

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

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-small.is-nav {
  background-color: var(--color--main-blue);
}

.button.is-small.is-nav:hover {
  background-color: var(--color--navy-text);
}

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

.button.is-tertiary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

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

.heading-style-h4 {
  letter-spacing: -.07rem;
  font-family: Hind Siliguri, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

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

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

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

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-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;
}

.icon-1x1-xlarge.cms {
  border: 1px solid var(--color--frame-color);
  padding: 1.1rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .18);
}

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

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

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

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

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

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

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

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

.heading-style-h3 {
  font-family: Yantramanav, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.icon-1x1-large.cms {
  border: 2px solid var(--color--frame-color);
  padding: .5rem;
}

.form-input {
  border-radius: var(--radius--small-radius);
  background-color: var(--white);
  color: var(--black);
  border: 1px solid rgba(36, 80, 129, .25);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: var(--color--blue-accent);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

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

.form-input.is-text-area:focus {
  border-color: var(--color--blue-accent);
}

.form-input.is-text-area::placeholder {
  color: rgba(25, 54, 84, .6);
}

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

.rl-styleguide_paste-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .15);
  padding: 1rem;
}

.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;
  align-items: center;
  justify-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

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

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

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

.icon-embed-xsmall.text-color-yellow {
  color: #f5e900;
}

.icon-embed-xsmall.location {
  margin-bottom: -4px;
}

.icon-embed-xsmall.text-color-blue {
  color: #4d96a8;
}

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.icon-1x1-custom1 {
  border-radius: 0;
  width: 3.7rem;
  height: 3.7rem;
}

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

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

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

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

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

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

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

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

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

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

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

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.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 {
  text-align: left;
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
}

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

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

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

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

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

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

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

.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 a {
  text-decoration: underline;
}

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

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

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

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
}

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

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

.shadow-medium {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

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

.text-size-large.text-weight-semibold {
  font-weight: 500;
}

.text-size-large.height-1 {
  line-height: 1.1;
}

.text-size-large.max-width-ch {
  max-width: 26ch;
}

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

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

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

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

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

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

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

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

.padding-section-large.overflow-hidden {
  overflow: auto;
}

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

.navbar1_component {
  border-bottom: 1px none var(--black);
  background-color: var(--white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: .8rem 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar1_logo-link {
  max-width: 12.3rem;
  padding-left: 0;
}

.navbar1_logo {
  width: 100%;
}

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

.navbar1_link {
  color: var(--color--navy-text);
  padding: .7rem 1rem .5rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
}

.navbar1_link.w--current {
  color: var(--color--main-blue);
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--color--navy-text);
  align-items: center;
  padding: .7rem 1rem .5rem;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
}

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

.navbar1_dropdown-list.w--open {
  grid-column-gap: .25px;
  grid-row-gap: .25px;
  border-radius: var(--radius--small-radius);
  background-color: var(--color--light-blue);
  border: 1px solid rgba(36, 80, 129, .15);
  flex-direction: column;
  align-items: flex-start;
  padding: .5rem;
  display: flex;
}

.navbar1_dropdown-link {
  border-radius: var(--radius--small-radius);
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-size: 1.1rem;
}

.navbar1_dropdown-link:hover {
  background-color: rgba(165, 204, 214, .2);
}

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

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

.navbar1_menu-button {
  padding: 0;
}

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

.hero-header_image-wrapper {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-header_image {
  z-index: 1;
  aspect-ratio: 7 / 10;
  border-top: .5rem solid var(--color--main-blue);
  border-bottom: .5rem solid var(--color--blue-accent);
  border-radius: var(--radius--small-radius);
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.hero-header_image.difference {
  border-top-style: none;
  border-bottom-style: none;
  width: 17.4rem;
}

.hero-header_image.difference.top {
  border-top-style: solid;
  margin-bottom: 0;
}

.hero-header_image.difference.bottom {
  border-bottom-style: solid;
  margin-top: 0;
}

.home-services_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  justify-items: center;
  display: flex;
  position: relative;
}

.home-services_component.hearing-aids {
  grid-template-columns: 1fr 1fr;
}

.home-services_item {
  z-index: 2;
  border: 3px solid var(--color--main-blue);
  border-radius: var(--radius--medium-radius);
  background-color: var(--white);
  text-align: center;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 23.3rem;
  padding: 2rem 1rem;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.home-services_item.shadow-large {
  width: 24rem;
  height: 100%;
  min-height: 20rem;
  transition: background-color .3s, transform .3s;
}

.home-services_item.shadow-large:hover {
  background-image: none;
  transform: scale(1.01);
}

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

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

.hero-header_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  justify-items: start;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-header_text-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-radius: var(--radius--small-radius);
  border-width: 1px;
  border-color: rgba(36, 80, 129, .15);
  align-items: center;
  padding: 0;
  display: flex;
}

.hero-header_text-wrapper.badge {
  z-index: 2;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, .78);
  border-style: solid;
  padding: 1rem 1.5rem .8rem;
  font-family: Hind Siliguri, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  top: auto;
  bottom: 2.7rem;
  left: auto;
  right: -3.8rem;
}

.hero-header_text-wrapper.badge.shadow-medium {
  line-height: 1.3;
}

.hero-header_text-wrapper.badge.difference {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  bottom: -.2rem;
  right: 0;
}

.hero-header_text-wrapper.badge.difference.shadow-medium {
  right: 1.1rem;
}

.hero-header_text-wrapper.badge.experience {
  padding-left: 3rem;
  padding-right: 3rem;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-header_text-wrapper.badge.experience.shadow-medium {
  right: 1.1rem;
}

.hero-header_text-wrapper.badge.location {
  grid-column-gap: 1.25rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1px 1fr;
  grid-auto-columns: 1fr;
  max-width: 32rem;
  display: flex;
  position: static;
}

.home-difference_image-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: -1px;
  display: flex;
  position: relative;
}

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

.home-difference_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: flex-start;
  max-width: 72ch;
  display: flex;
}

.home-hearing-loss_image-wrapper {
  position: relative;
}

.home-hearing-loss_image {
  z-index: 2;
  border-radius: var(--radius--small-radius);
  width: 100%;
  height: 100%;
  position: relative;
}

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

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

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

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

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

.home_7_testimonial_component {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.home_7_testimonial_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.home_7_testimonial_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home_7_testimonial_logo {
  max-height: 3.5rem;
}

.home_7_testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

.home_7_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.home_7_testimonial_arrow {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.home_7_testimonial_arrow-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.home_7_testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

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

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

.home_9_faq_component {
  border-bottom: 1px solid var(--black);
}

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

.home_9_faq_question {
  border-top: 1px solid var(--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.home_9_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.home_9_faq_answer, .section_home_10_team {
  overflow: hidden;
}

.home_10_team_component {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.home_10_team_mask {
  width: 33.33%;
  overflow: visible;
}

.home_10_team_slide {
  padding-right: 3rem;
}

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

.home_10_team_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.home_10_team_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.social-link {
  color: var(--white);
}

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

.home_10_team_arrow {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home_10_team_arrow.left {
  right: 4rem;
}

.home_10_team_arrow-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.home_10_team_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.footer_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.footer_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.footer_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.success-message {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.line-divider {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

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

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

.footer_column-heading {
  margin-bottom: .5rem;
  font-family: Hind Siliguri, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.footer_link {
  color: var(--white);
  padding-top: .3rem;
  padding-bottom: .3rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

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

.footer_logo-link {
  border-radius: var(--radius--small-radius);
  max-width: 12.9rem;
  padding-left: 0;
  overflow: hidden;
}

.footer_logo-link.w--current {
  flex: 1;
}

.footer_credit-text {
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.red-text, .blue-text {
  color: var(--color--main-blue);
}

.divider-vertical {
  background-color: rgba(36, 80, 129, .14);
  align-self: center;
  width: 1px;
  height: 1.7rem;
}

.difference-text {
  margin-top: -5px;
  margin-left: 0;
}

.home-difference_letter {
  border: 2px solid var(--color--main-blue);
  border-radius: var(--radius--small-radius);
  background-color: var(--color--main-blue);
  color: var(--white);
  width: 4rem;
  padding: 3px;
  font-family: Lora;
  font-size: 4.7rem;
  font-weight: 700;
  line-height: .9;
}

.home-difference_letter-wrapper {
  border-radius: var(--radius--small-radius);
  flex: none;
  padding: 0;
}

.home-difference_letter-wrapper.c {
  padding-left: 8px;
  padding-right: 12px;
}

.home-difference_letter-wrapper.a {
  padding-left: 10px;
}

.home-difference_letter-wrapper.t {
  padding-left: 9px;
  padding-right: 11px;
}

.home-difference_wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-direction: column;
  display: flex;
}

.section-title {
  border: 1px none var(--color--blue-accent);
  border-radius: var(--radius--small-radius);
  background-color: var(--color--main-blue);
  color: var(--white);
  padding: .4rem .7rem .2rem;
  font-weight: 600;
}

.pact-text-wrapper {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.h4 {
  font-family: Lora;
  font-size: 1.6rem;
  font-weight: 700;
}

.difference-image-wrapper {
  margin-top: 6.8rem;
  position: relative;
}

.triangle {
  border-radius: 0;
  max-width: 5rem;
  position: absolute;
  top: -25%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.dots-vertical {
  border-radius: 0;
  max-width: 4.3rem;
  position: absolute;
  top: 23%;
  bottom: 0%;
  left: auto;
  right: -14%;
  transform: rotate(0);
}

.dots-vertical.services {
  z-index: 1;
  max-width: 6.9rem;
  top: -10%;
  bottom: 0%;
  left: 36.5rem;
  right: 0%;
  transform: rotate(90deg);
}

.dots-vertical.hearing-loss {
  top: auto;
  bottom: -41%;
  left: 19%;
  right: auto;
  transform: rotate(90deg);
}

.dots-vertical.map {
  max-width: 3.3rem;
  top: 2%;
  right: -7%;
}

.dots-vertical.about-right {
  top: 15%;
  bottom: 0%;
  left: auto;
  right: -6%;
}

.dots-vertical.about-left {
  top: 15%;
  bottom: 0%;
  left: -6%;
  right: auto;
}

.dots-vertical.contact-left {
  top: 6%;
  bottom: auto;
  left: -7%;
  right: auto;
}

.dots-vertical.contact-right {
  top: auto;
  bottom: 6%;
  left: auto;
  right: -7%;
}

.dots-vertical.blog-main {
  max-width: 3.4rem;
  top: -31%;
  bottom: auto;
  left: 19%;
  right: 0%;
  transform: rotate(90deg);
}

.dots-vertical.location {
  max-width: 3.4rem;
  right: -11%;
}

.dots-vertical.blog-article {
  top: -10rem;
  bottom: auto;
  left: 12rem;
  right: auto;
  transform: rotate(90deg);
}

.navbar_divider {
  background-color: rgba(255, 255, 255, .5);
  border-bottom: 1px solid rgba(36, 80, 129, .5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 40px -13px rgba(0, 0, 0, .2);
}

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

.home-services_hearing-loss_item {
  z-index: 2;
  border-style: solid;
  border-width: 1px 1px 1px .5rem;
  border-color: var(--color--frame-color) var(--color--frame-color) var(--color--frame-color) var(--color--main-blue);
  border-radius: var(--radius--small-radius) var(--radius--medium-radius) var(--radius--medium-radius) var(--radius--small-radius);
  background-color: var(--white);
  text-align: left;
  background-image: none;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 1rem;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.home-services_hearing-loss_item:nth-child(2n) {
  border-left-color: var(--color--blue-accent);
}

.home-services_hearing-loss_item.shadow-large {
  transition: background-color .3s, transform .3s;
}

.home-services_hearing-loss_item.shadow-large:hover {
  background-image: none;
  transform: scale(1.01);
}

.home-services_hearing-loss_item.red-bar {
  border-left-color: var(--color--blue-accent);
}

.home-hearing-loss_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

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

.home-testimonial_component {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-bottom: 6rem;
  overflow: visible;
}

.home-testimonial_mask {
  width: 50%;
  overflow: visible;
}

.home-testimonial_slide {
  padding-right: 4rem;
}

.home-testimonial_content {
  border-radius: var(--radius--medium-radius);
  border: 1px solid rgba(36, 80, 129, .15);
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.home-testimonial_content.shadow-large {
  border-color: var(--color--frame-color);
}

.home-testimonial_rating-wrapper {
  display: flex;
}

.home-testimonial_rating-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

.home-testimonial_client-image-wrapper {
  margin-right: 1.25rem;
}

.home-testimonial_client-image {
  border: 3px solid var(--color--main-blue);
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.home-testimonial_client-image.red {
  border-color: var(--color--blue-accent);
}

.home-testimonial_divider {
  background-color: var(--black);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.home-testimonial_arrow {
  border: 3px solid var(--color--main-blue);
  background-color: var(--white);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-testimonial_arrow.is-left {
  border-color: var(--color--blue-accent);
  right: 4rem;
}

.home-testimonial_arrow-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.home-testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.lines {
  width: 10rem;
  position: absolute;
  top: -14%;
  bottom: 0%;
  left: auto;
  right: 6%;
}

.section_home-contact {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.home-contact_component {
  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;
}

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

.home-contact_map {
  z-index: 2;
  border-radius: var(--radius--small-radius);
  border-top: 1px solid #000;
  width: 100%;
  height: 100%;
  position: relative;
}

.home-contact_map.double-bar.shadow-large {
  display: flex;
}

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

.error-text {
  color: #e23939;
}

.double-bar {
  border-top: .5rem solid var(--color--main-blue);
  border-bottom: .5rem solid var(--color--blue-accent);
}

.home_2_location_item {
  z-index: 2;
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  border-style: solid;
  border-width: 1px 1px 1px .5rem;
  border-color: rgba(36, 80, 129, .2) rgba(36, 80, 129, .2) rgba(36, 80, 129, .2) var(--color--blue-accent);
  border-radius: var(--radius--small-radius) var(--radius--medium-radius) var(--radius--medium-radius) var(--radius--small-radius);
  background-color: var(--white);
  text-align: left;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 10rem;
  padding: 1rem;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.home_2_location_item:hover {
  border-left-color: var(--color--main-blue);
}

.home_2_location_item.w--current {
  border-left-width: 1rem;
  border-left-color: var(--color--main-blue);
  background-color: var(--white);
  color: var(--color--main-blue);
  background-image: none;
}

.home_2_location_item.shadow-large {
  transition: background-color .3s, transform .3s;
}

.home_2_location_item.shadow-large:hover {
  background-image: none;
  transform: scale(1.01);
}

.home_2_location_item.red-bar {
  border-left-color: var(--color--blue-accent);
}

.home_2_location_item.shadow-small {
  transition: border-color .2s, all .2s;
}

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

.footer_location-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-text-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

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

.about-us_header_image-wrapper {
  position: relative;
}

.about-us_header_image {
  z-index: 2;
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.about-us_about_image-wrapper {
  position: relative;
}

.about-us_about_image {
  z-index: 2;
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-us_about_image.bottom-color {
  object-position: 40% 50%;
}

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

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

.about-us_feature_item {
  display: flex;
}

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

.about-us_feature_image-wrapper {
  position: relative;
}

.about-us_feature_image {
  z-index: 2;
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-us_team_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  display: grid;
}

.about-us_team_list.main {
  grid-template-columns: 1fr 1fr 1fr;
}

.about-us_team_item {
  border: 3px solid var(--color--main-blue);
  border-radius: var(--radius--medium-radius);
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 1.9rem 1rem;
  display: flex;
}

.about-us_team_image {
  border: 1px solid var(--color--frame-color);
  border-radius: var(--radius--small-radius);
  object-fit: cover;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.about-us_team_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

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

.about-us_award-logos-list_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
}

.about-us_award-logos-list_wrapper {
  background-color: var(--light-grey);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .875rem;
  display: flex;
}

.about-us_award-logos-list_logo {
  max-height: 3.5rem;
}

.about-us_client-logos-list_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.about-us_client-logos-list_logo {
  max-height: 3.5rem;
}

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

.about-us_cta_image {
  width: 100%;
  height: 100%;
}

.sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 7.5rem;
}

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

.background-color-blue.absolute {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-color {
  border-top: .5rem solid var(--color--main-blue);
}

.bottom-color {
  border-bottom: .5rem solid var(--color--blue-accent);
}

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

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

.reviews_reviews_rating-wrapper {
  display: flex;
}

.reviews_reviews_rating-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

.reviews_reviews_client-image-wrapper {
  margin-right: 1.25rem;
}

.reviews_reviews_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.reviews_reviews_divider {
  background-color: var(--black);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.reviews_reviews_logo {
  max-height: 3rem;
}

.footer6_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.footer6_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.footer6_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

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

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

.footer6_column-heading {
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
}

.footer6_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

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

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

.footer6_credit-text {
  font-size: .875rem;
}

.circles {
  width: 6.8rem;
  position: absolute;
  top: auto;
  bottom: -8%;
  left: -8%;
  right: auto;
}

.circles.hearing-aid {
  bottom: -11%;
  left: -12%;
}

.circles.blog {
  width: 5.6rem;
  top: auto;
  bottom: -10%;
  left: auto;
  right: -7%;
}

.circles.hearing-aids {
  bottom: -13%;
  left: -10%;
}

.circles.blog-article {
  width: 8.6rem;
  top: auto;
  bottom: -12%;
  left: auto;
  right: 9%;
}

.dots-square {
  border-radius: 0;
  width: 4.3rem;
  position: absolute;
  top: -4%;
  bottom: auto;
  left: auto;
  right: -6%;
}

.dots-square.hearing-aid {
  width: 4.7rem;
  top: -7%;
  right: -9%;
}

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

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

.testimonial2_logo {
  max-height: 3.5rem;
}

.testimonial2_client-image-wrapper {
  margin-bottom: 1rem;
}

.testimonial2_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.contact_form_component {
  z-index: 2;
  border: 3px solid var(--color--main-blue);
  border-radius: var(--radius--large-radius);
  background-color: var(--color--light-blue);
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  position: relative;
}

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

.contact_form_form.career {
  min-width: 35rem;
}

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

.contact_locations_location {
  width: 100%;
}

.contact_locations_map-wrapper {
  width: 100%;
  height: 24rem;
  position: relative;
}

.contact_locations_map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact_locations-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.contact_locations_item {
  z-index: 2;
  border: 3px solid var(--color--main-blue);
  border-radius: var(--radius--medium-radius);
  background-color: var(--white);
  text-align: center;
  background-image: none;
  flex-direction: column;
  align-items: center;
  width: 23.3rem;
  max-width: 25.7rem;
  padding: 2rem 1rem;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.contact_locations_item.shadow-large {
  transition: background-color .3s, transform .3s;
}

.contact_locations_item.shadow-large:hover {
  background-image: none;
  transform: scale(1.01);
}

.select-fied {
  border-radius: var(--radius--small-radius);
  background-color: var(--white);
  color: rgba(25, 54, 84, .72);
  border: 1px solid rgba(36, 80, 129, .25);
  min-height: 2.9rem;
  padding-top: 8px;
  font-size: 1rem;
}

.contact_form-wrapper {
  position: relative;
}

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

.cms5_component.hearing-aids {
  grid-template-columns: 1fr 20rem;
}

.cms5_sidebar-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
  position: static;
  top: 10rem;
}

.cms5_sidebar-testimonial-wrapper {
  grid-row-gap: 1rem;
  border: 1px solid var(--color--frame-color);
  border-radius: var(--radius--small-radius);
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  padding: 1.5rem;
  font-size: 1.125rem;
  display: flex;
}

.cms_sidebar-testimonial-name {
  font-size: 1rem;
  font-weight: 600;
}

.cms5_sidebar {
  grid-row-gap: 2rem;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
}

.cms5_sidebar.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 7.5rem;
}

.cms5_sidebar-list-wrapper {
  overflow: hidden;
}

.cms5_sidebar-heading {
  grid-column-gap: 1rem;
  border-top-left-radius: var(--radius--small-radius);
  border-top-right-radius: var(--radius--small-radius);
  background-color: var(--color--main-blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.5rem;
  display: flex;
}

.cms5_sidebar-heading-text {
  justify-content: space-between;
  align-items: center;
  font-family: Yantramanav, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.cms5_sidebar-list {
  grid-row-gap: .25rem;
  border-style: none solid solid;
  border-width: 1px;
  border-color: black var(--color--frame-color) var(--color--frame-color);
  border-bottom-left-radius: var(--radius--small-radius);
  border-bottom-right-radius: var(--radius--small-radius);
  flex-direction: column;
  display: flex;
}

.cms5_list-link {
  text-align: center;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.cms5_list-link:hover {
  background-color: rgba(163, 46, 73, .1);
}

.cms5_list-link.w--current {
  background-color: rgba(163, 46, 73, .05);
  font-weight: 500;
}

.cms5_sidebar-rating-wrapper {
  border: 1px solid #000;
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

.cms5_stars-wrapper {
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.rating_star {
  color: var(--color--main-blue);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
  display: flex;
}

.cms5_text-wrapper {
  border: 1px solid var(--color--frame-color);
  border-radius: var(--radius--medium-radius);
  background-color: #fff;
  padding: 2rem;
}

.first-word {
  color: var(--color--main-blue);
}

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

.header19_image-wrapper {
  position: relative;
}

.header19_image {
  z-index: 2;
  border: 1px solid var(--color--frame-color);
  border-radius: var(--radius--medium-radius);
  background-color: var(--white);
  width: 25rem;
  height: 100%;
  position: relative;
}

.header19_image.shadow-large {
  object-position: 50% 50%;
}

.header19_image.hearing-aids {
  aspect-ratio: 1;
  object-fit: cover;
  width: 14.4rem;
}

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.faq4_accordion {
  border: 1px solid var(--color--frame-color);
  border-radius: var(--radius--small-radius) var(--radius--medium-radius) var(--radius--medium-radius) var(--radius--small-radius);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.faq4_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq4_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq4_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq4_accordion-side-accent {
  border-top-left-radius: var(--radius--small-radius);
  border-bottom-left-radius: var(--radius--small-radius);
  background-color: var(--color--main-blue);
  width: .5rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.articles_featured-blog-list-header_featured-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 4rem;
  display: grid;
}

.articles_featured-blog-list-header_featured-image-link {
  width: 100%;
}

.articles_featured-blog-list-header_image-wrapper {
  width: 100%;
  overflow: visible;
}

.articles_featured-blog-list-header_featured-image {
  z-index: 2;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.articles_featured-blog-list-header_featured-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.articles_featured-blog-list-header_meta-wrapper {
  margin-bottom: 1rem;
}

.articles_featured-blog-list-header_category-link {
  background-color: var(--light-grey);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.articles_featured-blog-list-header_category-link.w--current {
  border-bottom: 2px solid #000;
}

.articles_featured-blog-list-header_featured-title-link {
  margin-bottom: 1rem;
  text-decoration: none;
}

.articles_featured-blog-list-header_button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 1.5rem;
  display: flex;
}

.articles_featured-blog-list-header_category-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.articles_featured-blog-list-header_menu-link {
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0);
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.articles_featured-blog-list-header_menu-link.w--current {
  border: 1px solid #000;
}

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

.articles_featured-blog-list-header_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.articles_featured-blog-list-header_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.articles_featured-blog-list-header_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

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

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

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

.articles_blog-list_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.articles_blog-list_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.articles_blog-list_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.articles_blog-list_category-link.w--current {
  border-bottom: 2px solid #000;
}

.articles_blog-list_title-link {
  margin-bottom: 1rem;
  text-decoration: none;
  display: block;
}

.articles_blog-list_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.articles_blog-list_author-image-wrapper {
  margin-right: 1rem;
}

.articles_blog-list_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.articles_blog-list_date-wrapper {
  align-items: center;
  display: flex;
}

.articles_blog-list_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

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

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

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

.articles_faq_component {
  border-bottom: 1px solid var(--black);
}

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

.articles_faq_question {
  border-top: 1px solid var(--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.articles_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.articles_faq_answer {
  overflow: hidden;
}

.articles_newsletter_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: grid;
}

.position-relative {
  position: relative;
}

.locations_hearing-aids-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hearing-aid_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.location-hearing-aids_component-copy {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.hearing-aids_header-image {
  z-index: 2;
  background-color: var(--white);
  width: 30.3rem;
  height: 100%;
  position: relative;
}

.hearing-aids_header-image.hearing-aids {
  width: 14.4rem;
}

.hearing-aids_styles-component {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.hearing-aids_styles-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

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

.logo4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.logo4_wrapper {
  border: 1px solid var(--color--frame-color);
  border-radius: var(--radius--small-radius);
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .875rem;
  display: flex;
}

.logo4_logo {
  max-height: 3.5rem;
}

.hearing-aids_list-image {
  width: 9.7rem;
}

.hearing-loss_hearing-loss_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-header1_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 7rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-post-header1_breadcrumb {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.breadcrumb-link {
  color: var(--black);
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 500;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.blog-post-header1_content-top {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.blog-post-header1_author-wrapper {
  align-items: center;
  display: flex;
}

.blog-post-header1_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post-header1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post-header1_author-text {
  font-size: 1rem;
}

.blog-post-header1_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blog-post-header1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post-header1_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blog-post-header1_social-link {
  background-color: var(--light-grey);
  border-radius: 20px;
  padding: .25rem;
}

.blog-post-header1_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: visible;
}

.blog-post-header1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-post-header1_image.double-bar {
  z-index: 2;
}

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

.content32_content-left {
  max-width: 20rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.content32_author-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.content32_author-image-wrapper {
  margin-right: 1rem;
}

.content32_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.content32_divider {
  background-color: var(--black);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.content32_form {
  margin-bottom: 0;
}

.content32_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.content32_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content32_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.content32_social-link {
  background-color: var(--light-grey);
  border-radius: 20px;
  padding: .25rem;
}

.content32_content {
  margin-bottom: 4rem;
}

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

.blog-end_component {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.blog-end_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  padding: 0;
  display: flex;
}

.blog-end_author-image-wrapper {
  grid-column-gap: 15px;
  display: flex;
}

.blog-end_author-image {
  border-radius: var(--radius--small-radius);
  object-fit: cover;
  width: 5.625rem;
  height: 5.625rem;
  margin-right: 0;
}

.blog-end_author-title-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 4px;
  border: 1px solid var(--color--frame-color);
  border-radius: var(--radius--small-radius);
  background-color: var(--white);
  flex-flow: column wrap;
  margin-left: 0;
  padding: 1rem;
  display: flex;
}

.blog-end_author-title {
  padding-right: 0;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.blog-end_author-description-wrapper {
  border: 1px solid var(--color--frame-color);
  border-radius: var(--radius--small-radius);
  background-color: var(--white);
  padding: 1rem;
}

.blog_author-name-wrap {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  align-items: center;
}

.audflow-link {
  color: var(--white);
}

.hearing-aid-style_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.locations-header_image {
  z-index: 2;
  background-color: var(--white);
  width: 25rem;
  height: 100%;
  position: relative;
}

.locations-header_image.hearing-aids {
  aspect-ratio: 1;
  width: 14.4rem;
}

.location-image_wrapper, .hearing-aid_image-wrapper {
  position: relative;
}

.tags-container {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: auto;
  right: 0;
}

.tags_tag {
  border-radius: var(--radius--small-radius);
  color: var(--color--navy-text);
  background-color: #f4f9fc;
  padding: .2rem .6rem;
  font-size: .9rem;
}

.tags_tag.location {
  font-size: 1.1rem;
  text-decoration: none;
}

.tags_tag.location:hover {
  background-color: #e3f6ff;
}

.hearing-aid_image {
  z-index: 2;
  border: 1px solid var(--color--frame-color);
  border-radius: var(--radius--medium-radius);
  background-color: var(--white);
  width: 25rem;
  height: 100%;
  position: relative;
}

.hearing-aid_image.shadow-large {
  object-position: 50% 50%;
  padding-bottom: 1rem;
}

.hearing-aid_image.hearing-aids {
  aspect-ratio: 1;
  object-fit: cover;
  width: 14.4rem;
}

.location-address {
  max-width: 21ch;
}

.about-us_text-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-radius: var(--radius--small-radius);
  border-width: 1px;
  border-color: rgba(36, 80, 129, .15);
  align-items: center;
  padding: 0;
  display: flex;
}

.about-us_text-wrapper.badge {
  z-index: 2;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, .78);
  border-style: solid;
  padding: 1rem 1.5rem .8rem;
  font-family: Lora;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  top: auto;
  bottom: 2.7rem;
  left: auto;
  right: -3.8rem;
}

.about-us_text-wrapper.badge.shadow-medium {
  line-height: 1.3;
}

.about-us_text-wrapper.badge.difference {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  bottom: -.2rem;
  right: 0;
}

.about-us_text-wrapper.badge.difference.shadow-medium {
  right: 1.1rem;
}

.about-us_text-wrapper.badge.experience {
  padding-left: 3rem;
  padding-right: 3rem;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.about-us_text-wrapper.badge.experience.shadow-medium {
  right: 1.1rem;
}

.about-us_text-wrapper.badge.location {
  grid-column-gap: 1.25rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1px 1fr;
  grid-auto-columns: 1fr;
  max-width: 32rem;
  display: flex;
  position: static;
}

.max-ch {
  max-width: 18ch;
  font-family: Hind Siliguri, sans-serif;
  font-weight: 500;
}

.footer_credit-social-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.social-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  margin-top: 2rem;
  display: flex;
}

.contact30_image-wrapper {
  width: 100%;
  height: 100%;
}

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

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

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

.contact30_tab-pane {
  height: 100%;
}

.contact30_tabs-link {
  background-color: rgba(0, 0, 0, 0);
  border-left: 2px solid rgba(0, 0, 0, 0);
  padding: 0 0 0 2rem;
  display: block;
}

.contact30_tabs-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-left-color: #000;
}

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

.wave {
  max-width: 33rem;
  position: absolute;
  top: 34%;
  bottom: 0%;
  left: auto;
  right: -56%;
  transform: rotate(270deg);
}

.address-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

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

.audiologist_headshot {
  width: 7rem;
  height: 7rem;
}

.map-embed {
  border-radius: var(--radius--small-radius);
  width: 100%;
  height: 100%;
  min-height: 24.4rem;
  display: flex;
  overflow: hidden;
}

.collection-item, .collection-item-2 {
  align-self: stretch;
}

.provider_header-image {
  z-index: 2;
  background-color: var(--white);
  width: 20.6rem;
  height: 100%;
  position: relative;
}

.provider_header-image.hearing-aids {
  width: 14.4rem;
}

.provider_header-image.double-bar {
  width: 25rem;
}

.location-tags_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.provider-header_image-wrapper {
  position: relative;
}

.provider_component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.location-header_component {
  grid-column-gap: 8.75rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.patient-form_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.patient-form_container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.insurance-financing_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.financing-options_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.financing_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  display: flex;
}

.financing-image {
  object-fit: contain;
  width: 20rem;
  max-height: 14.5rem;
}

.financing-text_wrapper {
  border-radius: var(--radius--small-radius);
  background-color: var(--white);
  padding: 1rem;
}

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

.icon-embed-custom2 {
  width: 4.2rem;
  height: 4.2rem;
}

.career4_accordion {
  border-bottom: 1px none var(--black);
  border-radius: var(--radius--small-radius);
  background-color: var(--color--light-blue);
  padding: 1.5rem;
}

.career4_job-department {
  text-align: center;
  cursor: pointer;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.career4_icon-wrapper {
  align-self: center;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.career4_list-wrapper {
  overflow: hidden;
}

.career4_list {
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.career4_item {
  border: 2px solid var(--color--main-blue);
  border-radius: var(--radius--medium-radius);
  background-color: var(--color--light-blue);
  padding: 2rem;
}

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

.career-contact-form_wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.career-contact-form_wrapper.max-width-medium {
  margin-left: auto;
  margin-right: auto;
}

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

.providertitle {
  color: var(--color--main-blue);
  font-weight: 400;
}

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

.footer_text-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 2rem;
}

.favesound {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--color--main-blue);
  align-items: center;
  margin-bottom: 10px;
  font-family: Hind Siliguri, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
}

.title {
  font-family: Hind Siliguri, sans-serif;
  font-weight: 400;
}

.testing {
  padding-bottom: 0;
}

.image {
  width: 90%;
  margin-top: 87px;
  margin-left: auto;
  margin-right: auto;
}

.locationtitle {
  color: var(--color--main-blue);
}

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

.gallery9_lightbox-link, .gallery9_image-wrapper {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

.content31_newsletter {
  border: 1px solid var(--black);
  padding: 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.button-2 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

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

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

.content31_form {
  margin-bottom: 0;
}

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

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

.form-input-2::placeholder {
  color: rgba(0, 0, 0, .6);
}

.content31_content {
  margin-bottom: 4rem;
}

.content31_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

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

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

.home-hero_image-wrapper2 {
  position: relative;
}

.home-hero_image {
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
}

.home-hero_image-wrapper3 {
  margin-right: 20%;
  position: relative;
}

.home-hero_image-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero_image-group-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.home-hero_image-caption {
  margin: 2%;
  padding: .75rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-hero_image-wrapper-left {
  max-height: 25.5rem;
  margin-top: 11%;
  margin-bottom: 11%;
  position: relative;
}

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

.addressrichtext, .addressrichtext p {
  font-size: 1.3rem;
}

.google-date {
  color: #979cae;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.google-star-wrapper {
  grid-column-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.google-card {
  grid-row-gap: 8px;
  border: 3px solid var(--color--main-blue);
  border-radius: var(--radius--medium-radius);
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
  overflow: hidden;
}

.google-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  justify-items: center;
}

.google-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.google-name {
  color: #08080b;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.google-avatar-circle {
  border: 1px solid #eaebf0;
  border-radius: 2000px;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.google-average-wrapper {
  justify-content: center;
  margin-top: 56px;
  display: flex;
}

.google-author-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.google-section {
  padding: 62px 5%;
}

.google-avatar {
  background-color: #f6f7f9;
  width: 100%;
  height: 100%;
}

.google-caption {
  color: #424553;
  white-space: pre-wrap;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

.google-average-rating {
  grid-column-gap: 4px;
  color: #71768a;
  text-align: center;
  background-color: rgba(246, 247, 249, .6);
  border-radius: 50px;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 16px 12px 12px;
  font-weight: 600;
  display: flex;
}

.fadedstar {
  width: 25px;
  height: 25px;
}

.div-block-117 {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.google-avatar-name-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: center;
  margin-left: -2px;
  display: flex;
}

.google-posted {
  color: #979cae;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.starimage {
  width: 25px;
  height: 25px;
}

.google-card-block {
  grid-row-gap: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 24px 16px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(29, 1, 80, .1);
}

.google-badge-wrapper {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.google-caption-2 {
  color: #424553;
  text-align: left;
  white-space: pre-wrap;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.5rem;
  overflow: visible;
}

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

.google-star-row {
  grid-column-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2px;
  display: flex;
}

.google-review-total-2 {
  font-size: 17px;
  line-height: 1.5rem;
}

.div-block-118 {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.google-average-rating-2 {
  grid-column-gap: 4px;
  color: #71768a;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 16px 12px 12px;
  font-weight: 600;
  display: flex;
}

.google-text-clip {
  display: none;
}

.mainreviewwidget {
  margin-top: 60px;
}

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

.collection-list-wrapper-2 {
  justify-content: center;
  display: flex;
}

.services-grid {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  display: grid;
}

.hero-header_image-2 {
  z-index: 1;
  aspect-ratio: 7 / 10;
  object-fit: cover;
  border-top: .5rem solid #4d96a8;
  border-bottom: .5rem solid #a5ccd6;
  border-radius: .5rem;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.hero-header_image-2.difference {
  border-top-style: none;
  border-bottom-style: none;
  width: 17.4rem;
}

.hero-header_image-2.difference.bottom {
  border-bottom-style: solid;
  margin-top: 0;
}

.hero-header_image-2.difference.top {
  border-top-style: solid;
  margin-bottom: 0;
}

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

.footer_logo-link-2 {
  border-radius: .5rem;
  max-width: 12.9rem;
  padding-left: 0;
  overflow: hidden;
}

.footer_logo-link-2.w--current {
  flex: 1;
}

.navbar1_link-2 {
  color: #1a314c;
  padding: .7rem 1rem .5rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
}

.navbar1_link-2.w--current {
  color: #4d96a8;
}

.home-testimonial_content-2 {
  border: 1px solid rgba(36, 80, 129, .15);
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.home-testimonial_content-2.shadow-large {
  border-color: rgba(36, 80, 129, .15);
}

.providertitle-2 {
  color: #4d96a8;
  font-weight: 400;
}

.home-difference_letter-wrapper-2 {
  border-radius: .5rem;
  flex: none;
  padding: 0;
}

.home-testimonial_rating-icon-2 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.background-color-blue-2 {
  background-color: #f9fbfc;
}

.background-color-blue-2.absolute {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-color-black-2 {
  color: #000;
}

.blue-text-2 {
  color: #4d96a8;
}

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

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #4d96a8;
  border: 2px solid #a5ccd6;
  border-radius: 1.5rem;
  padding: .75rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  transition: background-color .2s;
}

.button-3:hover {
  background-color: #1a314c;
  border-style: solid;
}

.button-3.is-link {
  color: #1a314c;
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-bottom-color: #4d96a8;
  border-radius: 0;
  padding: .25rem 0 0;
  line-height: 1;
  text-decoration: none;
  transition: border-color .2s;
}

.button-3.is-link:hover {
  border-bottom-color: #a5ccd6;
}

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

.button-3.is-small.is-nav {
  background-color: #4d96a8;
}

.button-3.is-small.is-nav:hover {
  background-color: #1a314c;
}

.home-services_item-2 {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  background-image: none;
  border: 3px solid #4d96a8;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 23.3rem;
  padding: 2rem 1rem;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.home-services_item-2.shadow-large {
  width: 24rem;
  height: 100%;
  min-height: 20rem;
  transition: background-color .3s, transform .3s;
}

.home-services_item-2.shadow-large:hover {
  background-image: none;
  transform: scale(1.01);
}

.red-text-2 {
  color: #4d96a8;
}

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

.home-services_hearing-loss_item-2 {
  z-index: 2;
  text-align: left;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(36, 80, 129, .15);
  border-left: .5rem solid #4d96a8;
  border-radius: .5rem 1rem 1rem .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 1rem;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.home-services_hearing-loss_item-2:nth-child(2n) {
  border-left-color: #a5ccd6;
}

.navbar1_component-2 {
  background-color: #fff;
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: .8rem 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hero-header_text-wrapper-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-width: 1px;
  border-color: rgba(36, 80, 129, .15);
  border-radius: .5rem;
  align-items: center;
  padding: 0;
  display: flex;
}

.home-testimonial_client-image-2 {
  object-fit: cover;
  border: 3px solid #4d96a8;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.home-testimonial_client-image-2.red {
  border-color: #a5ccd6;
}

.home_2_location_item-2 {
  z-index: 2;
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  text-align: left;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(36, 80, 129, .2);
  border-left: .5rem solid #a5ccd6;
  border-radius: .5rem 1rem 1rem .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 10rem;
  padding: 1rem;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.home_2_location_item-2:hover {
  border-left-color: #4d96a8;
}

.home_2_location_item-2.w--current {
  color: #4d96a8;
  background-color: #fff;
  background-image: none;
  border-left-width: 1rem;
  border-left-color: #4d96a8;
}

.footer_credit-text-2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.footer_component-2 {
  color: #fff;
  background-color: #4d96a8;
}

.home-testimonial_arrow-icon-2 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.home-testimonial_arrow-2 {
  background-color: #fff;
  border: 3px solid #4d96a8;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-testimonial_arrow-2.is-left {
  border-color: #a5ccd6;
  right: 4rem;
}

.banner5_wrapper {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.banner5_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.banner5_close-button {
  margin-left: 1rem;
}

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

.text-block {
  font-size: 1.2rem;
}

@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-large.text-align-right.align-right {
    text-align: left;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button.is-small.is-nav {
    font-size: 1.4rem;
  }

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

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

  .text-size-large.max-width-small {
    max-width: none;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    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;
  }

  .navbar1_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_link {
    text-align: left;
    flex: 0 auto;
    width: auto;
    padding: .75rem 0;
    font-size: 1.5rem;
    display: block;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

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

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .hero-header_image-wrapper.shadow-large {
    width: 80%;
    margin-left: 0;
  }

  .hero-header_image.difference.top.shadow-medium {
    aspect-ratio: auto;
    flex: 0 auto;
    align-self: stretch;
    width: 50%;
  }

  .hero-header_image.difference.bottom {
    aspect-ratio: auto;
    width: 100%;
  }

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

  .home-services_item {
    margin-left: 0;
    margin-right: 0;
  }

  .home-services_item.shadow-large {
    width: 100%;
  }

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

  .hero-header_text-wrapper.badge.difference.shadow-medium {
    right: 6.9rem;
  }

  .hero-header_text-wrapper.badge.location {
    grid-template-columns: 1fr 1px 1fr;
    width: auto;
    max-width: 100%;
  }

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

  .home-difference_item {
    max-width: 80ch;
  }

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

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

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

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

  .home_10_team_mask {
    width: 50%;
  }

  .home_10_team_slide {
    padding-right: 2rem;
  }

  .footer_newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .footer_newsletter-text-wrapper {
    margin-bottom: 1.5rem;
  }

  .footer_form-block {
    min-width: auto;
  }

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

  .footer_link-list {
    align-items: flex-start;
    width: 100%;
  }

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

  .footer_logo-link.w--current {
    align-self: center;
    width: 100%;
  }

  .divider-vertical {
    display: block;
  }

  .divider-vertical.hide-tablet {
    display: none;
  }

  .difference-image-wrapper {
    flex: 0 auto;
    width: 50%;
    margin-top: 0;
  }

  .triangle {
    top: -20%;
  }

  .dots-vertical.services {
    top: 25%;
    left: 18.1rem;
  }

  .dots-vertical.map {
    display: none;
  }

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

  .home-services_hearing-loss_item {
    margin-left: 0;
    margin-right: 0;
  }

  .home-testimonial_component {
    padding-left: 0;
    padding-right: 0;
  }

  .home-testimonial_mask {
    width: 100%;
  }

  .home-testimonial_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

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

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

  .footer_location-list {
    width: 100%;
  }

  .collection-list-wrapper {
    align-self: stretch;
  }

  .about-us_header_image-wrapper {
    max-width: 90%;
  }

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

  .about-us_about_image-wrapper {
    width: 100%;
    max-width: 90%;
  }

  .about-us_about_image {
    aspect-ratio: 3 / 2;
  }

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

  .about-us_feature_image-wrapper {
    width: 100%;
    max-width: 90%;
  }

  .about-us_feature_image {
    aspect-ratio: 3 / 2;
  }

  .about-us_team_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .about-us_team_list.main {
    grid-template-columns: 1fr;
  }

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

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

  .sticky-wrapper {
    position: static;
  }

  .reviews_reviews_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .footer6_newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .footer6_newsletter-text-wrapper {
    margin-bottom: 1.5rem;
  }

  .footer6_form-block {
    min-width: auto;
  }

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

  .circles.blog-article {
    width: 7.4rem;
    bottom: -15%;
  }

  .testimonial2_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .section_contact_form {
    overflow: hidden;
  }

  .contact_form_form.career {
    min-width: 30rem;
  }

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

  .contact_locations_map-wrapper {
    height: 20rem;
  }

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

  .contact_locations_item.shadow-large {
    width: 100%;
  }

  .cms5_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cms5_sidebar {
    order: -1;
    width: 100%;
    margin-left: 0;
    position: relative;
    top: 0;
  }

  .cms5_sidebar.sticky {
    position: static;
  }

  .cms5_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px #000;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
  }

  .cms5_sidebar-heading-text {
    font-size: 1.7rem;
    font-weight: 600;
  }

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

  .header19_image-wrapper {
    flex: 0 auto;
    max-width: 90%;
  }

  .header19_content {
    flex: 1;
  }

  .articles_featured-blog-list-header_image-wrapper.position-relative {
    padding-top: 0;
  }

  .articles_featured-blog-list-header_list, .articles_blog-list_list {
    grid-template-columns: 1fr 1fr;
  }

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

  .hearing-aid_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

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

  .hearing-aids_header-image.double-bar {
    width: 100%;
    max-width: 100%;
  }

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

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

  .blog-post-header1_title-wrapper {
    margin-bottom: 6rem;
  }

  .blog-post-header1_image-wrapper {
    padding-top: 56.25%;
  }

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

  .content32_content-left {
    padding-right: 0;
    position: static;
  }

  .content32_contributers, .content32_newsletter {
    position: static;
  }

  .content32_content {
    margin-bottom: 3rem;
  }

  .hearing-aid-style_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .locations-header_image.shadow-large {
    width: 100%;
  }

  .location-image_wrapper, .hearing-aid_image-wrapper {
    flex: 0 auto;
    max-width: 90%;
  }

  .location-address {
    max-width: none;
  }

  .location-header_content {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    display: flex;
  }

  .about-us_text-wrapper.badge.difference.shadow-medium {
    right: 6.9rem;
  }

  .about-us_text-wrapper.badge.location {
    grid-template-columns: 1fr 1px 1fr;
    width: auto;
    max-width: 100%;
  }

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

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

  .hearing-aids-header_content {
    text-align: center;
    flex-direction: column;
    flex: 1;
    align-items: center;
    display: flex;
  }

  .provider_header-image.double-bar {
    width: 100%;
    max-width: 100%;
  }

  .provider-header_content {
    flex: 1;
  }

  .provider-header_image-wrapper {
    flex: 0 auto;
    max-width: 90%;
  }

  .provider_component, .location-header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .patient-form_container, .insurance-financing_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .financing-options_wrapper {
    align-items: flex-start;
  }

  .financing_wrapper {
    flex-direction: column;
  }

  .footer_text-wrap {
    margin-bottom: 1rem;
  }

  .content31_newsletter {
    position: static;
  }

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

  .content31_content {
    margin-bottom: 3rem;
  }

  .google-grid {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .google-section {
    padding-bottom: 140px;
  }

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

  .hero-header_image-2.difference.bottom {
    aspect-ratio: auto;
    width: 100%;
  }

  .hero-header_image-2.difference.top.shadow-medium {
    aspect-ratio: auto;
    flex: 0 auto;
    align-self: stretch;
    width: 50%;
  }

  .navbar1_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu-2.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .footer_logo-link-2.w--current {
    align-self: center;
    width: 100%;
  }

  .navbar1_link-2 {
    text-align: left;
    flex: 0 auto;
    width: auto;
    padding: .75rem 0;
    font-size: 1.5rem;
    display: block;
  }

  .button-3.is-small.is-nav {
    font-size: 1.4rem;
  }

  .home-services_item-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .home-services_item-2.shadow-large {
    width: 100%;
  }

  .home-services_hearing-loss_item-2, .home_2_location_item-2 {
    margin-left: 0;
    margin-right: 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-top.margin-medium {
    align-self: stretch;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_link {
    font-size: 1.5rem;
  }

  .hero-header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .hero-header_image.difference.top.shadow-medium {
    width: 100%;
  }

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

  .home-services_component.hearing-aids {
    grid-template-columns: 1fr;
  }

  .home-services_item.shadow-large {
    min-height: 9rem;
  }

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

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

  .hero-header_text-wrapper.badge.shadow-medium {
    font-size: 1.2rem;
    bottom: 1rem;
    right: -1.8rem;
  }

  .hero-header_text-wrapper.badge.difference.shadow-medium {
    right: .4rem;
  }

  .hero-header_text-wrapper.badge.location {
    flex-direction: column;
    grid-template-columns: 1.25fr 1px 1fr;
    align-items: flex-start;
  }

  .home-difference_image-wrapper {
    flex-direction: column;
  }

  .home-hearing-loss_component {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

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

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

  .home_7_testimonial_component {
    padding-bottom: 3rem;
  }

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

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

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

  .home_9_faq_icon-wrapper {
    width: 1.75rem;
  }

  .home_10_team_mask {
    width: 80%;
  }

  .home_10_team_slide {
    padding-right: 1.5rem;
  }

  .home_10_team_arrow.left {
    right: 3.5rem;
  }

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

  .footer_top-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer_logo-link {
    max-width: 9rem;
  }

  .footer_logo-link.w--current {
    flex: 0 auto;
    align-self: center;
    width: auto;
    min-width: 12.9rem;
    max-width: none;
    height: 100%;
    position: static;
  }

  .divider-vertical.horizontal-mobile {
    align-self: flex-start;
    width: 3.5rem;
    height: 1px;
  }

  .difference-image-wrapper {
    order: 1;
    width: 100%;
  }

  .triangle {
    top: -27%;
  }

  .dots-vertical.services {
    left: 12.2rem;
    transform: none;
  }

  .dots-vertical.map {
    right: 43%;
  }

  .dots-vertical.about-right, .dots-vertical.about-left {
    max-width: 3rem;
  }

  .dots-vertical.contact-left, .dots-vertical.contact-right {
    display: none;
  }

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

  .home-hearing-loss_content.grid {
    grid-template-columns: 1fr;
  }

  .home-testimonial_component {
    padding-bottom: 5rem;
  }

  .home-testimonial_slide {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .home-testimonial_client-info {
    margin-bottom: 1rem;
  }

  .home-testimonial_divider {
    display: none;
  }

  .home-testimonial_arrow.is-left {
    right: 3.5rem;
  }

  .home-contact_component, .about-us_about_component, .about-us_feature_component, .about-us_team_list, .about-us_award-logos-list_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-us_award-logos-list_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-us_award-logos-list_logo {
    max-height: 3rem;
  }

  .about-us_client-logos-list_component {
    padding-top: 1rem;
  }

  .about-us_client-logos-list_logo {
    max-height: 3rem;
  }

  .about-us_cta_component {
    grid-row-gap: 3rem;
  }

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

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

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

  .reviews_reviews_client-info {
    margin-bottom: 1rem;
  }

  .reviews_reviews_divider {
    display: none;
  }

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

  .footer6_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .circles.blog-article {
    bottom: -19%;
  }

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

  .contact_form_form.career {
    width: auto;
    min-width: 0%;
  }

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

  .cms5_sidebar-heading-text {
    font-size: 1.6rem;
  }

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

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

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

  .articles_featured-blog-list-header_featured-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .articles_featured-blog-list-header_image-wrapper {
    padding-top: 66%;
  }

  .articles_featured-blog-list-header_category-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .articles_featured-blog-list-header_category-menu.no-scrollbar {
    justify-content: flex-start;
  }

  .articles_featured-blog-list-header_menu-link.last-link {
    margin-right: 2rem;
  }

  .articles_featured-blog-list-header_list, .articles_blog-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .articles_faq_icon-wrapper {
    width: 1.75rem;
  }

  .hearing-aid_component {
    grid-row-gap: 3rem;
  }

  .location-hearing-aids_component-copy, .hearing-aids_styles-component, .logo4_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .logo4_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo4_logo {
    max-height: 3rem;
  }

  .hearing-aids_list-image {
    width: 12.4rem;
  }

  .blog-post-header1_title-wrapper {
    margin-bottom: 6rem;
  }

  .content32_content-left {
    width: 100%;
    max-width: none;
  }

  .content32_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .content32_content {
    margin-bottom: 2rem;
  }

  .hearing-aid-style_component {
    grid-row-gap: 3rem;
  }

  .about-us_text-wrapper.badge.shadow-medium {
    font-size: 1.2rem;
    bottom: 1rem;
    right: -1.8rem;
  }

  .about-us_text-wrapper.badge.difference.shadow-medium {
    right: .4rem;
  }

  .about-us_text-wrapper.badge.location {
    flex-direction: column;
    grid-template-columns: 1.25fr 1px 1fr;
    align-items: flex-start;
  }

  .social-wrap {
    margin-top: 2rem;
  }

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

  .footer_logo-image {
    max-width: 15rem;
    height: 100%;
    display: block;
  }

  .provider_component, .location-header_component {
    grid-row-gap: 3rem;
  }

  .patient-form_container, .insurance-financing_wrapper {
    grid-row-gap: 3rem;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .career4_job-department {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .career4_icon-wrapper {
    width: 28px;
  }

  .career4_list {
    grid-row-gap: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .career4_item {
    padding: 1.5rem;
  }

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

  .gallery9_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    column-count: 1;
  }

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

  .content31_content {
    margin-bottom: 2rem;
  }

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

  .home-hero_image-wrapper-left {
    max-height: 20rem;
  }

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

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

  .hero-header_image-2.difference.top.shadow-medium {
    width: 100%;
  }

  .navbar1_menu-2.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .footer_logo-link-2 {
    max-width: 9rem;
  }

  .footer_logo-link-2.w--current {
    flex: 0 auto;
    align-self: center;
    width: auto;
    min-width: 12.9rem;
    max-width: none;
    height: 100%;
    position: static;
  }

  .navbar1_link-2 {
    font-size: 1.5rem;
  }

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

  .home-services_item-2.shadow-large {
    min-height: 9rem;
  }

  .navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }

  .home-testimonial_arrow-2.is-left {
    right: 3.5rem;
  }

  .banner5_wrapper {
    padding-right: .5rem;
  }

  .banner5_content {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 1rem;
  }

  .banner5_close-button {
    margin-left: 0;
  }
}

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

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

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

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

  .button {
    width: 100%;
  }

  .button.is-link {
    width: auto;
  }

  .button-group {
    justify-content: flex-start;
  }

  .button-group.is-center.mobile-margin {
    margin-top: 2rem;
  }

  .button-group.justify-left-mobile {
    justify-content: flex-start;
  }

  .navbar1_logo-link.w--current {
    max-width: 10.5rem;
  }

  .navbar1_link, .navbar1_dropdown-toggle {
    font-size: 1.3rem;
  }

  .hero-header_component, .home-services_component {
    grid-template-columns: 1fr;
  }

  .home-services_item.shadow-large {
    width: 100%;
    min-height: 0;
  }

  .home-difference_component, .hero-header_item-list {
    grid-template-columns: 1fr;
  }

  .hero-header_text-wrapper.badge.shadow-medium {
    margin-top: 1rem;
  }

  .hero-header_text-wrapper.badge.difference.shadow-medium {
    bottom: 0;
  }

  .hero-header_text-wrapper.badge.location {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .home-hearing-loss_component, .home_5_feature_component, .home_6_stats_component, .home_6_stats_item-list, .home_8_cta_component {
    grid-template-columns: 1fr;
  }

  .home_10_team_mask {
    width: 95%;
  }

  .footer_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer_top-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer_column-heading {
    font-size: 1.4rem;
  }

  .footer_link {
    padding-top: .2rem;
    padding-bottom: .2rem;
    font-size: 1.1rem;
  }

  .footer_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer_logo-link {
    margin-bottom: 1.5rem;
  }

  .footer_logo-link.w--current {
    align-self: flex-start;
  }

  .divider-vertical.horizontal-mobile {
    align-self: flex-start;
    width: 4rem;
    height: 1px;
  }

  .triangle {
    top: -6rem;
  }

  .dots-vertical.services {
    left: auto;
    right: auto;
  }

  .dots-vertical.map {
    display: none;
    top: 2.9rem;
    right: 8.1rem;
  }

  .dots-vertical.about-right, .dots-vertical.about-left, .dots-vertical.location {
    display: none;
  }

  .dots-vertical.blog-article {
    max-width: 3.8rem;
    display: none;
  }

  .home-contact_component, .location_list-wrapper, .footer_location-list {
    grid-template-columns: 1fr;
  }

  .about-us_header_image {
    aspect-ratio: 1;
  }

  .about-us_about_component, .about-us_feature_component {
    grid-template-columns: 1fr;
  }

  .about-us_feature_image {
    aspect-ratio: 1;
  }

  .about-us_team_list, .about-us_award-logos-list_component {
    grid-template-columns: 1fr;
  }

  .about-us_award-logos-list_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .about-us_client-logos-list_component {
    justify-content: center;
  }

  .about-us_cta_component {
    grid-template-columns: 1fr;
  }

  .footer6_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer6_top-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer6_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer6_logo-link {
    margin-bottom: 1.5rem;
  }

  .circles.blog-article {
    width: 5.2rem;
    bottom: -24%;
  }

  .contact_locations_item.shadow-large {
    width: 100%;
  }

  .cms5_component.hearing-aids {
    grid-template-columns: 1fr;
  }

  .cms5_sidebar-heading {
    text-align: left;
    justify-content: center;
    align-self: auto;
  }

  .cms5_sidebar-heading-text {
    align-self: auto;
  }

  .cms5_text-wrapper {
    padding: 1rem;
  }

  .header19_component {
    grid-template-columns: 100%;
  }

  .articles_featured-blog-list-header_button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

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

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

  .hearing-aid_component {
    text-align: left;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .location-hearing-aids_component-copy, .hearing-aids_styles-component, .logo4_component {
    grid-template-columns: 1fr;
  }

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

  .hearing-aids_list-image {
    width: 11.8rem;
  }

  .blog-post-header1_title-wrapper {
    margin-bottom: 2rem;
  }

  .blog-post-header1_content-top {
    flex-direction: column;
    align-items: center;
  }

  .blog-post-header1_author-wrapper {
    margin-bottom: 1rem;
  }

  .content32_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .content32_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blog-end_author-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .blog-end_author-image {
    width: 10rem;
    height: 10rem;
  }

  .blog-end_author-title-wrapper {
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
  }

  .hearing-aid-style_component {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .location-image_wrapper {
    max-width: 100%;
  }

  .about-us_text-wrapper.badge.shadow-medium {
    text-align: center;
    justify-content: center;
    margin-top: 1rem;
    position: static;
  }

  .about-us_text-wrapper.badge.location {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .button-embed {
    width: 100%;
  }

  .max-ch {
    max-width: 100%;
  }

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

  .audiologist_content-grid {
    flex-direction: column;
  }

  .provider_component, .location-header_component {
    grid-template-columns: 100%;
  }

  .career4_title-wrapper {
    display: block;
  }

  .career4_title-heading {
    margin-bottom: 1.25rem;
  }

  .footer_links-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column wrap;
  }

  .footer_text-wrap {
    margin-top: 0;
  }

  .image {
    margin-top: 45px;
  }

  .content31_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .footer_logo-link-2 {
    margin-bottom: 1.5rem;
  }

  .footer_logo-link-2.w--current {
    align-self: flex-start;
  }

  .navbar1_link-2 {
    font-size: 1.3rem;
  }

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

  .button-3 {
    width: 100%;
  }

  .button-3.is-link {
    width: auto;
  }

  .home-services_item-2.shadow-large {
    width: 100%;
    min-height: 0;
  }
}

#w-node-_51af3c39-6942-a909-11da-36d2d8005b62-076a5bd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51af3c39-6942-a909-11da-36d2d8005b63-076a5bd1 {
  align-self: stretch;
}

#w-node-_51af3c39-6942-a909-11da-36d2d8005b6a-076a5bd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b270184-7696-0070-e324-e85aaa4ba978-076a5bd1 {
  align-self: center;
}

#w-node-_4ffff343-bbc9-a8b4-8cb8-643af271f15d-d30177d9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4ffff343-bbc9-a8b4-8cb8-643af271f15e-d30177d9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0efd8cd0-2eb8-8a25-f5fb-df8ca4833c31-076a5bf4, #w-node-e375569c-c7bb-772c-1d88-be1fff5ec41e-076a5bf4, #w-node-_0efd8cd0-2eb8-8a25-f5fb-df8ca4833c35-076a5bf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0efd8cd0-2eb8-8a25-f5fb-df8ca4833c40-076a5bf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_45075ea1-b354-3321-cd3e-422a760bb432-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc86367-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-076a5c01 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-076a5c01 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-076a5c01, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-076a5c01, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-076a5c01 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-076a5c01, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-076a5c01, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-076a5c01 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-076a5c01, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-076a5c01, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-076a5c01 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-076a5c01, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-076a5c01, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-076a5c01 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-076a5c01, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-076a5c01, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-076a5c01 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-076a5c01, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-076a5c01, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-076a5c01 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-076a5c01, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-076a5c01, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-076a5c01 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-076a5c01, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-076a5c01, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-076a5c01 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-076a5c01, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-076a5c01 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-076a5c01, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-076a5c01, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-076a5c01, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-076a5c01 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-076a5c01, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-076a5c01, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-076a5c01 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-076a5c01, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-076a5c01, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-076a5c01 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-076a5c01, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-076a5c01, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-076a5c01 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-076a5c01, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-076a5c01, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-076a5c01 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-076a5c01, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-076a5c01, #w-node-ee961e8d-845a-edc3-3307-509470022457-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-076a5c01 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-076a5c01, #w-node-ee961e8d-845a-edc3-3307-50947002245b-076a5c01, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-076a5c01 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-076a5c01, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-076a5c01, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-076a5c01 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-076a5c01, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-076a5c01, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-076a5c01 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-076a5c01, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-076a5c01, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-076a5c01 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-076a5c01, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-076a5c01, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-076a5c01 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-076a5c01, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-076a5c01, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-076a5c01 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-076a5c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-076a5c01 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_51af3c39-6942-a909-11da-36d2d8005b62-076a5bd1 {
    justify-self: center;
  }

  #w-node-_0b270184-7696-0070-e324-e85aaa4ba978-076a5bd1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_0b270184-7696-0070-e324-e85aaa4ba959-076a5bd1 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_06f9ab1a-7161-aafb-0f66-6090467e954e-076a5bd1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0efd8cd0-2eb8-8a25-f5fb-df8ca4833c2d-076a5bf4, #w-node-_796f46a6-2d55-f8ee-e04e-a8556176ecca-076a5bf4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


