:root {
  --amicus-dark-grey: #58595b;
  --amicus-dark-purple: #682f64;
  --amicus-blue: #54b1ec;
  --page-bg: #f7f4f7;
  --transparent-gray: rgba(0, 0, 0, .6);
  --amicus-light-purple: #865983;
  --dodger-blue: #1296eb;
  --snow: #f7f4f7;
  --amicus-light-gray: #9ca9b4;
  --faded-purple-bg: #efe9ef;
  --alice-blue: #ebf4fb;
  --dark-purple-95: rgba(104, 47, 100, .95);
  --amicus-green: #79843b;
}

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

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

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

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

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: var(--amicus-dark-grey);
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--amicus-dark-purple);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  color: #58595b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: #58595b;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

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

p {
  color: var(--amicus-dark-grey);
  white-space: break-spaces;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: var(--amicus-dark-purple);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1.5;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 1rem;
}

li {
  margin-bottom: .5rem;
}

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

em {
  font-style: italic;
}

.separator {
  color: #fff;
  justify-content: center;
  align-self: center;
  min-width: auto;
  min-height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 13px;
  font-weight: 400;
  display: block;
  position: relative;
}

.navbar_link {
  color: var(--amicus-dark-grey);
  white-space: nowrap;
  object-fit: fill;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: .75rem;
  margin-right: .75rem;
  padding: 1rem 0;
  font-family: Work Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 0;
  text-decoration: none;
  transition: border-color .4s ease-in-out;
  display: inline-block;
  position: relative;
}

.navbar_link:hover {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: var(--amicus-dark-purple);
  color: var(--amicus-dark-purple);
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.navbar_link:active {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--amicus-blue);
  align-self: center;
}

.navbar_link.w--current {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--amicus-dark-purple);
  color: var(--amicus-dark-purple);
  margin-left: .75rem;
  margin-right: .75rem;
  font-weight: 600;
  line-height: 0;
  text-decoration: none;
  display: block;
}

.galafold-logo {
  object-fit: fill;
  object-position: 0% 0%;
  flex: none;
  align-self: auto;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.navbar_logo {
  z-index: 25;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: 180px;
  position: static;
  overflow: visible;
}

.navbar_logo.w--current {
  z-index: auto;
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 0% 50%;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: stretch;
  width: 180px;
  min-width: 0;
  max-width: none;
  height: auto;
  display: block;
  position: static;
}

.topnav_menu {
  white-space: nowrap;
  object-fit: contain;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  display: flex;
  position: relative;
}

.navbar_wrapper {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  object-fit: fill;
  object-position: 50% 0%;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: .25fr minmax(200px, 1.25fr);
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  justify-items: start;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
  overflow: visible;
}

.home-hero_pill-wrap {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-color: rgba(104, 47, 100, .95);
  background-clip: border-box;
  border-radius: 20rem;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 32rem;
  max-width: none;
  height: 6rem;
  min-height: auto;
  padding: 1em 1rem 1em 8rem;
  display: flex;
  position: relative;
}

.topnav_container {
  z-index: auto;
  background-color: var(--amicus-dark-purple);
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.subnav_divider {
  color: var(--amicus-dark-purple);
  text-align: center;
  flex: none;
  align-self: auto;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.circle-callouts {
  background-color: var(--page-bg);
  margin-top: 3em;
  margin-bottom: 1em;
  padding: 3em 5vw 1em;
}

.moa {
  justify-content: center;
  align-self: center;
  margin-bottom: 2rem;
  display: flex;
}

.schedule-image {
  flex: none;
  height: 10rem;
  display: inline-block;
}

.amicus-assist-logo {
  text-align: center;
  align-self: center;
  width: auto;
  height: 6rem;
  margin-top: 0;
  margin-bottom: 0;
}

.navbar_container {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding: .25rem 2.5rem;
  display: block;
  position: static;
  top: auto;
  left: 0%;
  right: 0%;
}

.entry_container {
  z-index: 999;
  box-shadow: 0 1px 4px 0 var(--amicus-dark-grey);
  background-color: #fff;
  border: 1px #dbdbdb;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 31rem;
  height: auto;
  display: flex;
  position: static;
}

.entry_component {
  z-index: 9000;
  background-color: var(--transparent-gray);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.entry_component.show {
  z-index: 9999;
  display: flex;
}

.i-am-not {
  color: #fff;
  background-color: #9ca9b4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.i-am-not.gray-modal-button {
  border: 3px #000;
  border-radius: 20px;
  width: 90%;
  height: auto;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.i-am-not.gray-modal-button:hover, .i-am-not.gray-modal-button:active {
  background-color: var(--amicus-dark-grey);
}

.entry_warning {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 2rem 2rem 1rem;
  display: flex;
}

.i-am {
  background-color: var(--amicus-blue);
  color: #fff;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.i-am:hover {
  background-color: var(--dodger-blue);
}

.entry_selection {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.topnav_link {
  color: #fff;
  white-space: nowrap;
  object-fit: contain;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  position: relative;
}

.topnav_link:hover {
  color: var(--amicus-blue);
}

.exit_wrapper {
  z-index: auto;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: content-box;
  border: 3px #000;
  border-radius: 1rem;
  flex-direction: column;
  align-self: center;
  width: 34rem;
  box-shadow: 0 7px 6px -4px #291327;
}

.exit_buttons {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

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

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

.link-14 {
  color: var(--amicus-dark-purple);
}

.home-hero_container {
  object-fit: cover;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 64rem;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  display: flex;
  position: relative;
}

.topnav_disclaimer {
  flex-direction: row;
  flex: 1;
  order: -1;
  align-self: stretch;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
}

.topnav_disclaimer-desc {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

.circle-pill {
  order: -1;
  align-self: center;
  width: 8rem;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.disclaimer-text {
  color: #fff;
  text-shadow: 0 1px 2px #000;
  font-size: .675rem;
  font-weight: 600;
  line-height: 1;
  display: inline;
}

.is--purple {
  color: var(--amicus-dark-purple);
  line-height: 1.4;
}

.footer_component {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #9ca9b4);
  width: 100%;
  position: relative;
}

.isi_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  display: grid;
}

.footer_reference {
  justify-content: center;
  display: block;
}

.footer_signoff {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.signoff_legal {
  justify-content: space-between;
  width: 15rem;
  margin-bottom: 2rem;
  display: flex;
}

.legal {
  color: var(--amicus-dark-purple);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.signoff_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: "logo disclaimer"
  / .5fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.amicus-logo {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.signoff_logo {
  width: auto;
}

.subnav_container {
  background-color: var(--page-bg);
  border-top: 1px solid rgba(88, 89, 91, .1);
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subnav_wrapper {
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.subnav_link {
  color: #58595b;
  flex: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  position: static;
}

.subnav_link:hover {
  color: var(--amicus-dark-grey);
  font-weight: 400;
}

.subnav_link.w--current {
  color: var(--amicus-dark-purple);
  font-size: .875rem;
  font-weight: 600;
}

.hero_disclaimer {
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 10px;
  flex: 1;
  align-self: auto;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.6em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero_disclaimer.is-about {
  line-height: 1.2rem;
  left: 8rem;
}

.hero_disclaimer.is-amenability {
  left: 7rem;
}

.hero_disclaimer.is-support, .hero_disclaimer.is-resources {
  left: 8rem;
}

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

.galafold_text {
  flex: none;
  align-self: center;
  width: 40rem;
}

.icon-size-medium {
  height: 7rem;
  margin-top: 0;
  margin-bottom: 0;
}

.galafold_icon {
  flex: none;
  align-self: center;
  margin-right: 4rem;
}

.stats_container {
  justify-content: center;
  width: auto;
  display: block;
}

.stats_item {
  background-color: var(--amicus-dark-purple);
  border-radius: 50%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 16rem;
  height: 16rem;
  font-size: 1rem;
  display: flex;
}

.stats_text {
  color: var(--amicus-blue);
  text-align: center;
  align-self: center;
  width: auto;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}

.stats_text.is--w-175 {
  width: 190px;
  font-size: 1.1rem;
  line-height: 1.2;
}

.stats_text.is--push-10 {
  margin-top: 10px;
}

.stats_big {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}

.stats_big.is--push {
  margin-top: 20px;
  font-size: 72px;
  font-weight: 700;
}

.stats_big.is--push.text-color-pink {
  color: #f0b;
}

.stats_big.is--push-10 {
  margin-top: 0;
}

.is--small-percent {
  font-size: 60px;
}

.footnote {
  margin-bottom: 0;
  display: flex;
}

.footnote.align-center {
  justify-content: center;
}

.footnote.align-center.is--mobile, .footnote.footnote-mobile-left {
  display: none;
}

.is--normal {
  color: #58595b;
  font-weight: 400;
}

.video_player {
  flex: 1;
}

.video_text {
  flex: none;
  align-self: center;
}

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

.identify_heading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 1100px;
  margin-bottom: 1rem;
  display: flex;
}

.identify_container {
  justify-content: center;
  width: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
}

.identify_container.background-color-light-purple {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.identify_image {
  flex: none;
  align-self: center;
}

.identify_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.identify_cta {
  flex: 0 auto;
  align-self: center;
}

.identify_link {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.icon-size-xsmall {
  align-self: flex-end;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1rem;
}

.icon-size-xsmall.is--margin-vert {
  align-self: center;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1rem;
  position: static;
  top: -2px;
}

.callout_wrapper {
  background-color: var(--amicus-dark-purple);
  color: #fff;
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: auto;
  padding: 2rem 4rem;
  display: flex;
  position: relative;
}

.determine_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.determine_item {
  background-color: var(--page-bg);
  padding: 2rem 2rem 2rem 4rem;
  position: static;
}

.determine_item-wrap {
  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;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.determine_icon {
  flex: none;
  align-self: stretch;
}

.determine_cta {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.support_item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.app_wrapper {
  align-self: auto;
}

.app-download {
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.support-icon {
  width: auto;
  height: 5rem;
  margin-bottom: 1rem;
}

.patient-site {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 1px 4px 1px #291327;
}

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

.download_wrapper {
  justify-content: flex-start;
  display: flex;
}

.download_thumbail {
  flex: 0 auto;
  width: 12rem;
}

.download_thumbail.is-portrait {
  width: 8rem;
}

.download_thumbail.is-landscape {
  width: 11rem;
}

.download-item {
  border: 1px solid var(--amicus-light-gray);
  flex: none;
}

.download_description {
  flex: 0 auto;
  align-self: auto;
}

.advocacy_container {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.advocacy_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 25% 25% 25% 25%;
  grid-auto-columns: 1fr;
  display: grid;
}

.advocacy_item {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.advocacy_item.background-color-light-purple {
  justify-content: space-between;
}

.advocacy_item.switch-p-w {
  background-color: var(--faded-purple-bg);
  justify-content: space-between;
}

.fabry-facts-logo {
  mix-blend-mode: multiply;
  flex: none;
}

.is--sup-10 {
  font-size: 14px;
  position: relative;
  top: -10px;
}

.isi-bar_component {
  z-index: 900;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: 0 -1px 3px -1px var(--amicus-dark-grey);
  opacity: 1;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  height: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
  transform: translate(0);
}

.isi-bar_component.show {
  display: flex;
}

.open-icon {
  width: 30px;
  max-width: none;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.stats_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  display: flex;
}

.close-button {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.rep_component {
  z-index: 9999;
  background-color: var(--transparent-gray);
  border-radius: 0%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  max-height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.rep_component.show {
  display: flex;
}

.rep_container {
  z-index: 10;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 42rem;
  padding: 1rem 2rem 2rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-fields {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(286px, 1fr)) minmax(268px, 1fr);
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.rep-field {
  border: 1px solid var(--amicus-dark-purple);
  margin-bottom: 0;
  font-size: 14px;
}

.checkbox-field {
  align-self: auto;
  font-size: 14px;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 10px;
}

.checkbox {
  border-width: 2px;
  border-color: var(--amicus-dark-purple);
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  font-size: 16px;
}

.checkbox.w--redirected-checked {
  margin-top: 2px;
}

.check-boxes {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.other-wrap {
  display: flex;
}

.other-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--amicus-dark-grey);
  background-color: rgba(0, 0, 0, 0);
  align-self: auto;
  height: 20px;
  margin-bottom: 0;
  margin-left: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

.recaptcha-3 {
  margin-bottom: 40px;
}

.field-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.form {
  align-self: auto;
}

.x-icon {
  float: right;
  text-align: right;
  cursor: pointer;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.rep_wrapper {
  order: 0;
  justify-content: center;
  align-self: auto;
  padding-right: 40px;
  display: block;
  position: static;
}

.is--footnote {
  color: #58595b;
  text-align: left;
  flex: 0 auto;
  align-self: auto;
  font-family: Work Sans, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.m-subnav {
  background-color: var(--page-bg);
  border-top: 1px solid rgba(88, 89, 91, .1);
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.m-subnav__wrapper {
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.schedule-image-m {
  margin-top: 1em;
  margin-bottom: 4em;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
}

.closed-isi {
  z-index: 10;
  width: 30px;
  max-width: none;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 20px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.closed-isi.rotate {
  transform: rotate(180deg);
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  align-self: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.another-field {
  border: 1px solid var(--amicus-dark-purple);
  margin-bottom: 0;
  font-size: 14px;
  display: none;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

._404-image {
  color: #58595b;
  width: 260px;
}

.required-field {
  font-size: 14px;
  font-weight: 600;
}

.card_section {
  background-color: var(--snow);
  width: 100%;
}

.intro_section {
  background-color: #fff;
  width: 100%;
}

.home_hero {
  background-image: url('../images/AMIC189_Rebecca_v3_4C.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  display: block;
  position: relative;
}

.home-hero_headline {
  z-index: 2;
  line-height: .8em;
  position: static;
}

.home-hero_pill {
  clear: none;
  flex-direction: column;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-width: auto;
  min-height: auto;
  margin-top: 2rem;
  display: flex;
  position: static;
  top: 1rem;
  left: auto;
}

.home-hero_text {
  align-items: center;
  display: flex;
  position: relative;
}

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

.home-hero_disclaimer {
  z-index: 10;
  line-height: 1;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.intro_wrapper {
  background-color: var(--faded-purple-bg);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: auto;
  padding: 2rem;
}

.intro_prf {
  width: auto;
}

.prf-thumbnail {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.intro_prf-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.footer_indication {
  color: var(--amicus-dark-purple);
}

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

.card_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "amicus-assist amenability-table"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  margin-bottom: 3rem;
  display: grid;
}

.card_item {
  border: 2px none var(--amicus-light-purple);
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: auto;
  padding: 2rem 4rem;
  display: flex;
  position: relative;
}

.card_item.background-purple {
  background-color: var(--amicus-dark-purple);
  color: #fff;
  text-align: center;
  justify-content: space-between;
  padding-top: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  line-height: 1.2;
  display: flex;
}

.signup_container {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: none;
  display: flex;
}

.required {
  font-size: .925vw;
}

.signup_left-wrap {
  flex: 0 auto;
  width: 24rem;
}

.signup_right-wrap {
  flex: none;
  width: 20rem;
}

.signup_form-field {
  border: 1px solid var(--amicus-dark-purple);
  margin-bottom: 1.5rem;
  padding: .5rem;
}

.signup_form {
  width: auto;
  margin-bottom: 0;
  display: block;
}

.signup-text {
  color: var(--amicus-dark-purple);
  margin-bottom: 1rem;
  font-family: Roboto, sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
}

.hero_component {
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(59, 59, 59, 0) 5%, rgba(255, 255, 255, 0)), url('../images/dock_04.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
  position: relative;
}

.hero_component.is-amenability {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .36), rgba(64, 64, 64, 0) 25%, rgba(255, 255, 255, 0)), url('../images/dock_4.jpg');
  background-position: 0 0, 30% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hero_component.is-about {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .36), rgba(23, 23, 23, 0) 10%, rgba(255, 255, 255, 0)), url('../images/dock_02.jpg');
  background-position: 0 0, 10% 75%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.hero_component.is-resource {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .36), rgba(64, 64, 64, 0) 25%, rgba(255, 255, 255, 0)), url('../images/AMIC191_Rebecca_dock_Exteneded.jpg');
  background-position: 0 0, 40% 90%;
  background-size: auto, auto;
  min-height: 200px;
}

.hero_component.is-support {
  background-image: url('../images/dock_04b_1.jpg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: auto;
}

.stats_section {
  background-color: rgba(104, 47, 100, .05);
}

.video_section {
  background-color: var(--amicus-dark-purple);
}

.tool_section {
  width: 100%;
}

.determine_section {
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}

.tool_container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  grid-template: "Area Area-2"
  / 1.5fr 3.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.indication {
  color: var(--amicus-dark-purple);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.indication.text-color-white {
  color: var(--amicus-dark-purple);
}

.input-field {
  border: 1px #000;
  border-radius: 0;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  max-width: none;
  height: 50px;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.tab-link-tab-2 {
  background-color: #9ca9b4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex: none;
  align-self: stretch;
  width: 50%;
  padding: .5rem 2rem;
}

.tab-link-tab-2.w--current {
  background-color: #682f64;
  border-top-right-radius: 10px;
  padding: .5rem 2rem;
}

.tab-pane-tab-2 {
  background-color: rgba(0, 0, 0, 0);
}

.tabs-menu {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.tabs-content {
  background-color: #fff;
  background-image: linear-gradient(120deg, #d9e1e7, #fcfcfc);
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-self: center;
  margin-left: 0;
  padding: 2rem 4rem;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #9ca9b4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex: 1;
  padding: .5rem 2rem .5rem 4rem;
}

.tab-link-tab-1.w--current {
  background-color: #682f64;
  flex: none;
  align-self: stretch;
  width: 50%;
  padding-left: 4rem;
  padding-right: 2rem;
}

.tab-pane-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.input-form {
  flex-flow: column;
  display: flex;
}

.multi_field-input {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.tabs {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.multi-submit-btn {
  flex: 0 auto;
  width: 12rem;
  height: 50px;
  padding: .5rem 1rem;
}

.single-submit-btn {
  width: 30%;
  height: 50px;
}

.single-tab, .multi-tab {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.single_field-input {
  flex: 1;
}

.multi-field {
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.single_field {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.callout_section {
  background-color: var(--amicus-dark-purple);
  width: 100%;
  padding: 4em 40px;
}

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

.more_wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.external_section {
  background-color: var(--snow);
}

.external_container {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.external_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "amicus-assist amenability-table"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: stretch;
  align-items: stretch;
  margin-bottom: 2em;
  display: grid;
}

.external_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 4rem;
  display: flex;
}

.rep-cta {
  background-color: var(--amicus-dark-purple);
  color: #fff;
  text-align: center;
  width: 100%;
}

.rep-cta_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--amicus-dark-purple);
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testing_container {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.app_section {
  width: 100%;
}

.patient_section {
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}

.routine_container {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  display: block;
}

.tool_table {
  background-color: #fff;
  border: 1px #58595b;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
}

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

.app_summary {
  background-color: var(--snow);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  padding: 2rem 4rem;
  display: flex;
}

.app_download {
  background-color: var(--amicus-dark-purple);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  padding: 2rem 4rem;
  display: flex;
}

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

.assist_wrapper {
  background-color: var(--amicus-blue);
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 2rem 6rem 3rem;
  display: flex;
}

.support_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  justify-items: center;
  display: grid;
}

.app_image {
  align-self: auto;
  width: 15rem;
}

.app_buttons {
  justify-content: space-around;
  align-self: auto;
  width: 300px;
  display: flex;
}

.apple-store-iphone {
  flex: none;
  display: none;
}

.google-play {
  flex: none;
}

.intro_prf-thumb {
  flex: none;
  align-self: stretch;
  width: 10rem;
}

.apple-store-desktop-ipad {
  flex: none;
}

.prf_section {
  background-color: var(--amicus-dark-purple);
}

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

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

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

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

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

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

.fs-styleguide_label {
  color: #fff;
  background-color: #682f64;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #682f64;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

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

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

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

.fs-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

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

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

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

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.text-size-medium {
  color: #58595b;
  font-size: 1.25rem;
  line-height: 1.2;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

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

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

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

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  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: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.fs-styleguide_heading-medium {
  color: #58595b;
  font-size: 4rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-semibold {
  color: #58595b;
  font-weight: 600;
}

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

.text-style-link {
  color: var(--amicus-dark-grey);
  text-decoration: underline;
}

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

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

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

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

.fs-styleguide_heading-large {
  color: #58595b;
  font-size: 6rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form_component {
  margin-bottom: 0;
}

.form_input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

.padding-global.padding-large.bottom-none {
  padding-bottom: 0;
}

.button {
  border: 2px solid var(--amicus-blue);
  color: #fff;
  text-align: center;
  background-color: #54b1ec;
  border-radius: 20rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.button:hover {
  background-color: var(--dodger-blue);
}

.button.is-gray {
  border: 2px solid var(--amicus-light-gray);
  background-color: var(--amicus-light-gray);
  color: #fff;
  align-self: center;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.button.is-gray:hover {
  background-color: var(--amicus-dark-grey);
}

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

.button.is-large {
  align-self: auto;
  padding: .5rem 4rem;
  line-height: 1;
}

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

.button.is-secondary {
  border: 2px solid var(--amicus-blue);
  color: #54b1ec;
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary:hover {
  border-color: var(--dodger-blue);
  color: var(--dodger-blue);
  -webkit-text-stroke-color: var(--dodger-blue);
}

.button.is-secondary.sap-btn {
  white-space: normal;
  margin-left: .75rem;
  margin-right: .75rem;
  font-weight: 600;
  line-height: 1;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

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

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

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

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

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.form_message-success {
  padding: 1.25rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.text-style-allcaps.text-color-purple.text-weight-bold.text-style-italic.mobile {
  display: none;
}

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.background-color-light-purple {
  background-color: var(--faded-purple-bg);
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-color-white {
  color: #fff;
}

.text-color-white.text-style-italic.header-smaller-mobile.is-amenability, .text-color-white.text-style-italic.is-support {
  font-weight: 400;
}

.text-color-white.text-weight-medium.heading-center-mobile {
  display: none;
}

.text-color-purple {
  color: #682f64;
  align-self: auto;
}

.text-color-purple.text-weight-medium.multiple-gla {
  display: none;
}

.background-color-light-blue {
  background-color: #ebf4fb;
}

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

.text-color-gray {
  color: #58595b;
}

.fs-styleguide_color.is-2 {
  background-color: #58595b;
}

.fs-styleguide_color.is-1 {
  background-color: #682f64;
}

.fs-styleguide_color.is-3 {
  background-color: #54b1ec;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #682f64;
}

.margin-xhuge {
  margin: 8rem;
}

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

.margin-0 {
  margin: 0;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.padding-0 {
  padding: 0;
}

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

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

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

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

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom1 {
  padding: 1.5rem;
}

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

.margin-small {
  margin: 1rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.fs-styleguide_spacing-all {
  display: block;
}

.margin-xxhuge {
  margin: 12rem;
}

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

.fs-styleguide_spacer-box {
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.margin-huge {
  margin: 6rem;
}

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

.margin-medium {
  margin: 2rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-small {
  padding: 1rem;
}

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

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

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

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

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

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

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

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

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

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

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

.padding-custom2 {
  padding: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.padding-large {
  padding: 3rem;
}

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

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

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

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

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

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

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

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

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

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

.padding-medium {
  padding: 2rem;
}

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

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

.margin-bottom.margin-small {
  align-self: center;
}

.padding-huge {
  padding: 6rem;
}

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

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

.margin-custom1 {
  margin: 1.5rem;
}

.margin-large {
  margin: 3rem;
}

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

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

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

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

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

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

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

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

.main_wrapper {
  position: static;
}

.topnav_wrapper {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-hero_image {
  flex: 0 auto;
  width: auto;
  height: auto;
  position: absolute;
  top: -16%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.indication_component {
  background-color: #fff;
  justify-content: center;
  display: none;
  position: static;
  top: 0;
}

.indication_container {
  padding-top: 1rem;
  padding-bottom: .5rem;
}

.indication_content {
  padding-right: 2rem;
  position: relative;
}

.x-button {
  color: #fff;
  flex: 1;
  align-self: center;
  display: block;
}

.indication-close {
  background-color: var(--amicus-dark-purple);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -2rem;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 901;
  background-color: #f5f6ff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_title {
  color: var(--amicus-dark-purple);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.cookie_component {
  display: block;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_button {
  border: 2px solid var(--amicus-blue);
  background-color: var(--amicus-blue);
  border-radius: 500px;
  margin-right: 8px;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--amicus-blue);
  color: var(--amicus-blue);
  background-color: #fff;
}

.fs-cc-banner_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: auto;
  right: -12px;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-prefs_component {
  z-index: 9998;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_close-icon {
  color: var(--amicus-dark-purple);
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_text-link {
  color: var(--amicus-blue);
  text-align: center;
  border: 1px #000;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: var(--amicus-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: var(--amicus-dark-grey);
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: rgba(3, 5, 36, .6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  background-color: var(--amicus-blue);
  color: #fff;
  text-align: center;
  border: 2px #4353ff;
  border-radius: 500px;
  padding: .5rem;
  font-size: .875rem;
  line-height: 1.2;
}

.fs-cc-banner_text {
  color: #616161;
  letter-spacing: normal;
  font-size: .75rem;
  line-height: 1.2;
}

.fs-cc-prefs_trigger {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.banner_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

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

.dna-icon {
  width: auto;
  height: 6rem;
  margin-top: 0;
  margin-bottom: 0;
}

.card_wrap {
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.5;
  display: block;
}

.home-hero_wrapper {
  flex-direction: column;
  align-self: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  position: relative;
  left: 5%;
}

.nav_menu {
  object-position: 100% 50%;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.navbar {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.is-white {
  background-color: #fff;
  position: static;
}

.header-disclaimer {
  color: var(--snow);
  text-shadow: 0 3px 9px #000;
  font-size: .65rem;
  line-height: 1rem;
}

.text-color-light {
  color: var(--amicus-light-gray);
}

.text-color-light.is--eyebrow {
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.galafold_container {
  position: relative;
}

.text-style-bold-white {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
}

.text-color-pink {
  color: #f0b;
}

.moa-2 {
  border: .25rem solid #fff;
}

.prf-image {
  border: 1px solid var(--amicus-light-gray);
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
}

.hero_container {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  max-width: 64rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.hero_wrapper {
  background-color: var(--dark-purple-95);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 26rem;
  max-width: none;
  margin-bottom: 2.5rem;
  padding: 1rem 2rem;
  line-height: 1.2;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero_wrapper.is-about {
  width: 26rem;
  margin-bottom: 0%;
  margin-right: 10%;
  position: relative;
}

.hero_wrapper.is--amenability {
  text-align: center;
  width: 32rem;
  margin-bottom: 0;
  margin-right: 15%;
  position: relative;
}

.hero_wrapper.is-support {
  text-align: left;
  width: 26rem;
  margin-bottom: 0;
  margin-right: 20%;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero_wrapper.is-resource {
  text-align: left;
  width: 31rem;
  margin-bottom: 0;
  margin-right: 20%;
  position: relative;
}

.text-style-regular {
  font-style: normal;
}

.footnote-large {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

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

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

.icon-size-small {
  height: 5rem;
}

.icon-size-small.add-half {
  height: 5.5rem;
}

.routine_image {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.sub {
  list-style-type: none;
}

.sub-bullet {
  padding-left: 30px;
}

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

.support_wrapper {
  background-color: var(--snow);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.text-style-smallcaps {
  font-size: .75rem;
}

.assist_container {
  color: var(--amicus-dark-grey);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.assist_logo {
  margin-bottom: 1rem;
}

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

.patient_thumbnail {
  background-color: var(--amicus-dark-purple);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  padding: 4rem;
  display: flex;
}

.patient_summary {
  background-color: var(--snow);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  padding: 2rem 4rem;
  display: flex;
}

.patient_image {
  align-self: auto;
  width: 30rem;
}

.exit_component {
  z-index: 1000;
  background-color: var(--transparent-gray);
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.exit_component.show {
  display: flex;
}

.stay-button {
  background-color: var(--amicus-light-gray);
  color: #fff;
  text-align: center;
  border-radius: 20rem;
  padding: .5rem 3.5rem;
  font-weight: 500;
}

.stay-button:hover {
  background-color: var(--amicus-dark-grey);
}

.stay-button:active {
  background-color: var(--amicus-dark-grey);
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.exit-button {
  color: #fff;
  text-align: center;
  background-color: #54b1ec;
  border-radius: 20rem;
  padding: .5rem 4rem;
  font-weight: 500;
}

.exit-button:hover {
  background-color: var(--dodger-blue);
}

.external-link {
  border: 2px solid var(--amicus-blue);
  color: #fff;
  text-align: center;
  background-color: #54b1ec;
  border-radius: 20rem;
  padding: .5rem 4rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.external-link:hover {
  background-color: var(--dodger-blue);
}

.external-link.is-smaller {
  padding-left: 2rem;
  padding-right: 2rem;
}

.download_container {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  background-color: var(--amicus-dark-purple);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 14rem;
  padding: 2rem;
  display: grid;
}

.download_container.background-color-light-purple {
  grid-column-gap: 3rem;
  background-color: var(--snow);
  justify-content: flex-start;
  min-height: 14rem;
}

.download_heading {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.external_image {
  flex: none;
  height: 5rem;
}

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

.external_item-wrap {
  flex: 0 auto;
}

.rep-button {
  border: 2px solid var(--amicus-blue);
  color: #fff;
  text-align: center;
  white-space: normal;
  background-color: #54b1ec;
  border-radius: 20rem;
  margin-left: .75rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.rep-button:hover {
  background-color: var(--dodger-blue);
}

.rep-button.is-large {
  padding-left: 4rem;
  padding-right: 4rem;
}

.back-to-top_component {
  z-index: 900;
  position: fixed;
  top: auto;
  bottom: 40%;
  left: auto;
  right: 0%;
}

.back-to-top_wrapper {
  background-color: var(--amicus-blue);
  color: var(--snow);
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  display: flex;
}

.top-pixel {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.thanks_component {
  z-index: 9000;
  background-color: var(--transparent-gray);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.thanks_component.show {
  display: flex;
}

.thanks_container {
  z-index: 999;
  box-shadow: 0 1px 4px 0 var(--amicus-dark-grey);
  background-color: #fff;
  border: 1px #dbdbdb;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: auto;
  padding: 3rem 2rem;
  display: block;
  position: relative;
}

.thanks_warning {
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.thanks_wrap {
  color: var(--dodger-blue);
  flex-direction: column;
  align-items: center;
  display: none;
}

.pest_component {
  z-index: 900;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 50%;
  left: auto;
  right: 0%;
}

.pest_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 4.5fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  width: 15rem;
  display: grid;
  box-shadow: 0 6px 3px rgba(0, 0, 0, .2);
}

.pest_left-wrap {
  background-color: var(--amicus-blue);
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-left: .25rem;
  padding-right: .25rem;
  display: flex;
}

.pest_right-wrap {
  background-color: #fff;
  padding: .5rem 1rem;
  text-decoration: none;
}

.pest_header {
  color: var(--amicus-blue);
  margin-bottom: .25rem;
  font-size: .85rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.pest_desc {
  font-size: .75rem;
  line-height: 1.2;
  text-decoration: none;
}

.pill-text {
  color: var(--snow);
  font-size: 1rem;
  line-height: 1.2;
}

.prf-thumbnail-m {
  display: none;
}

.is--mobile {
  color: var(--amicus-dark-purple);
  display: none;
}

.isi-spacer-mobile {
  display: none;
}

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

.table-mobile-only {
  display: none;
}

.prf_thumbail {
  flex: 0 auto;
  width: 12rem;
}

.prf_description {
  flex: 0 auto;
  align-self: auto;
}

.hero {
  background-image: url('../images/dock_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  display: block;
  position: relative;
}

.hero.is-about {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .33), rgba(69, 69, 69, 0) 11%, rgba(255, 255, 255, 0));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.hero.is-amenability {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .33), rgba(69, 69, 69, 0) 11%, rgba(255, 255, 255, 0)), url('../images/dock_03.jpg');
  background-position: 0 0, 70% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.is-support {
  background-image: none;
  background-position: 0 0;
}

.hero.is-resource {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .33), rgba(69, 69, 69, 0) 11%, rgba(255, 255, 255, 0));
  background-position: 0 0;
  background-repeat: repeat;
}

.mobile-nav {
  display: none;
}

.mobile-menu {
  z-index: 1000;
  display: none;
  position: relative;
}

.m-navbar_link {
  color: var(--amicus-dark-grey);
  white-space: nowrap;
  object-fit: fill;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 1rem 0;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0;
  text-decoration: none;
  transition: border-color .4s ease-in-out;
  display: inline-block;
  position: relative;
}

.m-navbar_link:hover {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: var(--amicus-dark-purple);
  color: var(--amicus-dark-purple);
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.m-navbar_link:active {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--amicus-blue);
  align-self: center;
}

.m-navbar_link.w--current {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--amicus-dark-purple);
  color: var(--amicus-dark-purple);
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.m-navbar_button {
  color: #fff;
  text-align: center;
  background-color: #54b1ec;
  border-radius: 20rem;
  padding: .5rem 1rem;
  font-weight: 500;
}

.m-navbar_button:hover {
  background-color: var(--dodger-blue);
}

.m-navbar_button.rep-button {
  margin-left: .75rem;
}

.close-menu {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.line-break {
  white-space: nowrap;
}

.signup-close {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.entry_component-screen {
  z-index: 9000;
  background-color: var(--transparent-gray);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie_component-screen {
  display: block;
}

.indication_component-screen {
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: static;
  top: 0;
}

.isi-bar_component-screen {
  z-index: 900;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: 0 -1px 3px -1px var(--amicus-dark-grey);
  opacity: 1;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  top: 80%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
  transform: translate(0);
}

.pest_component-screen {
  z-index: 900;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 36%;
  left: auto;
  right: 0%;
}

.isi-bar_component-full {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: 0 -1px 3px -1px var(--amicus-dark-grey);
  opacity: 1;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  height: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
  transform: translate(0);
}

.exit_component-screen {
  z-index: 9999;
  background-color: var(--transparent-gray);
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.thanks_component-screen {
  z-index: 4444;
  background-color: var(--transparent-gray);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  white-space: nowrap;
}

.list-2 {
  letter-spacing: -.05rem;
}

.isi_wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.scroll-trigger {
  width: 1px;
  height: 1px;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.isi-bar_component-copy {
  z-index: 900;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: 0 -1px 3px -1px var(--amicus-dark-grey);
  opacity: 1;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  height: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
  transform: translate(0);
}

.closed-isi-copy {
  z-index: 10;
  width: 30px;
  max-width: none;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 20px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.isi_wrapper-copy {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.rep_wrapper-copy {
  order: 0;
  justify-content: center;
  align-self: auto;
  padding-right: 40px;
  display: block;
  position: static;
}

.close-button-copy {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.brand_logo, .brand_logo.w--current {
  padding-right: 10px;
}

.rep-header {
  margin: 0 0 .5rem;
}

.rep-header.margin-small {
  align-self: center;
}

.single-input {
  width: 100%;
}

.multiple-input {
  align-items: flex-start;
  width: 100%;
  display: block;
}

.input-container {
  padding-top: 0;
}

.color-change {
  color: var(--amicus-dark-purple);
}

.heading-special {
  color: var(--snow);
  text-shadow: -4px 3px 20px var(--amicus-dark-purple);
  font-weight: 700;
}

.italic-text {
  text-shadow: 0 2px 3px var(--amicus-dark-grey), -4px 3px 20px var(--amicus-dark-purple);
}

.exit_message-copy {
  text-align: center;
  padding: 1rem 2rem;
}

.indication_component-copy {
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: static;
  top: 0;
}

.indication_container-copy {
  padding-top: 1rem;
  padding-bottom: .5rem;
}

.stats_bold {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}

.exit_component-copy {
  z-index: 1000;
  background-color: var(--transparent-gray);
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.exit_component-copy.show {
  display: flex;
}

.rep_component-copy {
  z-index: 9999;
  background-color: var(--transparent-gray);
  border-radius: 0%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  max-height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.rep_component-copy.show {
  display: flex;
}

.thanks_component-copy {
  z-index: 9000;
  background-color: var(--transparent-gray);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.thanks_component-copy.show {
  display: flex;
}

.exit_wrapper-copy {
  z-index: auto;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: content-box;
  border: 3px #000;
  border-radius: 1rem;
  flex-direction: column;
  align-self: center;
  width: 34rem;
  box-shadow: 0 7px 6px -4px #291327;
}

.thanks_container-copy {
  z-index: 999;
  box-shadow: 0 1px 4px 0 var(--amicus-dark-grey);
  background-color: #fff;
  border: 1px #dbdbdb;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: auto;
  padding: 3rem 2rem;
  display: block;
  position: relative;
}

.rep_container-copy {
  z-index: 10;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 42rem;
  padding: 1rem 2rem 2rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.fda {
  color: #58595b;
}

@media screen and (min-width: 1280px) {
  .navbar_logo.w--current {
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin: auto 0;
    padding: 0 10.5vw 0 0;
    display: flex;
  }
}

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

  h3 {
    font-size: 24px;
  }

  h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
  }

  h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
  }

  h6 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  p {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
  }

  .galafold-logo {
    width: 10rem;
  }

  .navbar_wrapper {
    z-index: 999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    max-width: none;
    display: grid;
    position: relative;
  }

  .home-hero_pill-wrap {
    justify-content: center;
    width: 30rem;
    height: 5rem;
    padding: .5rem 1rem .5rem 7rem;
  }

  .amicus-assist-logo-color {
    flex: 0 auto;
    height: 39px;
  }

  .topnav_container {
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .schedule-image {
    padding-left: 0;
    padding-right: 0;
  }

  .amicus-assist-logo {
    width: 250px;
  }

  .navbar_container {
    z-index: 999;
    flex-direction: row;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .entry_container {
    width: 500px;
  }

  .entry_component {
    display: none;
  }

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

  .entry_selection {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .topnav_link {
    font-size: .75rem;
  }

  .home-hero_container {
    background-image: url('../images/AMIC189_Rebecca_v3_4C.jpg');
    background-position: 24%;
    background-repeat: no-repeat;
    background-size: 1440px;
    align-self: stretch;
    align-items: center;
    width: 100%;
    min-height: 20vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .topnav_disclaimer-desc {
    font-size: 12px;
  }

  .circle-pill {
    width: 7rem;
    height: 7rem;
  }

  .disclaimer-text {
    font-size: 10px;
  }

  .footer_component {
    position: relative;
  }

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

  .legal {
    font-size: 16px;
  }

  .subnav_container {
    align-self: auto;
    width: 100%;
  }

  .subnav_wrapper {
    flex: 0 auto;
  }

  .subnav_link, .subnav_link.w--current {
    font-size: .875rem;
  }

  .hero_disclaimer {
    z-index: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 2rem;
    right: auto;
  }

  .hero_disclaimer.is-about, .hero_disclaimer.is-resources {
    left: 4rem;
  }

  .galafold_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    white-space: normal;
    flex-wrap: nowrap;
    width: auto;
  }

  .galafold_text {
    white-space: normal;
    flex: 0 auto;
    width: auto;
  }

  .icon-size-medium {
    height: 100px;
  }

  .galafold_icon {
    margin-right: 40px;
  }

  .stats_item {
    width: 220px;
    height: 220px;
  }

  .stats_text {
    font-size: 16px;
  }

  .stats_text.is--w-175 {
    width: 160px;
    font-size: 14px;
  }

  .stats_big, .stats_big.is--push {
    font-size: 50px;
  }

  .is--small-percent {
    font-size: 30px;
  }

  .is--normal {
    font-size: 16px;
    line-height: 1.2;
  }

  .video_wrapper, .identify_heading, .identify_container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .identify_image {
    flex: none;
    margin-right: 0;
  }

  .identify_wrap {
    width: auto;
  }

  .identify_cta {
    flex: 0 auto;
  }

  .icon-size-xsmall.is--margin-vert {
    margin-left: 10px;
  }

  .callout_wrapper {
    width: auto;
  }

  .determine_item {
    text-align: center;
    padding: 1rem;
    display: block;
  }

  .determine_item-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .determine_icon {
    flex: none;
    align-self: center;
  }

  .determine_cta {
    margin-left: 0;
  }

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

  .app-image {
    width: 200px;
  }

  .support-icon {
    height: 70px;
  }

  .divider {
    width: auto;
  }

  .download_wrapper {
    flex: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .download_thumbail {
    margin-right: 20px;
  }

  .download_description {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    display: block;
  }

  .advocacy_item {
    justify-content: space-between;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .isi-bar_component {
    align-items: stretch;
    display: none;
  }

  .open-icon {
    margin-top: 10px;
    margin-right: 20px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .rep_component {
    display: none;
  }

  .form-fields {
    grid-template-columns: repeat(auto-fit, minmax(239px, 1fr));
  }

  .rep_wrapper {
    flex-direction: column;
  }

  .is--footnote {
    flex-direction: row;
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
  }

  .m-subnav {
    align-self: auto;
    width: 100%;
    display: none;
  }

  .m-subnav__wrapper {
    flex: 0 auto;
    display: none;
  }

  .schedule-image-m {
    padding-left: 0;
    padding-right: 0;
  }

  .closed-isi {
    margin-top: 10px;
    margin-right: 20px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .home_hero {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .home-hero_headline {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-direction: column;
    align-self: auto;
    display: block;
    top: 70px;
    left: 5vw;
  }

  .home-hero_pill {
    margin-top: 0;
    right: 40px;
  }

  .intro_container {
    grid-template-columns: 50% 50%;
    align-content: space-between;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
  }

  .home-hero_disclaimer {
    align-self: auto;
    top: auto;
    bottom: 0%;
    left: 2rem;
    right: auto;
  }

  .intro_wrapper {
    padding: 1rem;
  }

  .intro_prf {
    flex-direction: row;
    justify-content: flex-start;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .intro_prf-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .card_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    grid-auto-flow: row;
    margin-bottom: 2rem;
  }

  .card_item {
    min-height: 390px;
    padding: 2rem 1rem;
  }

  .card_item.background-purple {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .required {
    font-size: 12px;
  }

  .signup_left-wrap {
    flex: 0 auto;
    width: auto;
  }

  .signup_right-wrap {
    width: 40%;
  }

  .hero_component {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/dock_04.jpg');
    background-position: 40% 80%;
    background-repeat: no-repeat;
    background-size: 1440px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    min-height: 20vh;
    display: flex;
  }

  .hero_component.is-about {
    background-position: 23% 70%;
    display: flex;
  }

  .hero_component.is-resource {
    background-position: 0 0, 30% 90%;
  }

  .hero_component.is-support {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(59, 59, 59, 0) 5%, rgba(255, 255, 255, 0)), url('../images/dock_5.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .galafold_section, .moa_section, .identify_section, .tool_section, .determine_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .tab-link-tab-2 {
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .tab-link-tab-2.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-pane-tab-2 {
    flex: 0 auto;
  }

  .tabs-menu {
    width: 100%;
  }

  .tabs-content {
    align-self: center;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tab-link-tab-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-1.w--current {
    padding-left: 2rem;
  }

  .tab-pane-tab-1 {
    flex: 0 auto;
  }

  .tabs {
    width: 100%;
  }

  .more_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .more_container {
    width: auto;
  }

  .more_wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .external_wrapper {
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    grid-auto-flow: row;
  }

  .external_item {
    min-height: 390px;
    padding: 20px 5px;
  }

  .rep-cta_container {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .advocacy_section {
    padding: 20px;
  }

  .routine_container {
    align-items: stretch;
    max-width: none;
  }

  .tool_table {
    width: auto;
    margin-bottom: 2rem;
  }

  .app_summary {
    flex-wrap: nowrap;
    flex: none;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .app_download {
    flex-wrap: nowrap;
    flex: none;
    align-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
  }

  .support_container {
    max-width: none;
    margin-bottom: 20px;
  }

  .assist_wrapper {
    width: auto;
  }

  .support_grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr minmax(200px, 1fr) minmax(200px, 1fr);
    width: auto;
  }

  .intro_prf-thumb {
    align-self: center;
    width: 6rem;
  }

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

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

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

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

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

  .padding-global.padding-large {
    padding: 2rem 2rem 1rem;
  }

  .padding-global.padding-small {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

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

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

  .margin-xhuge {
    margin: 6rem;
  }

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

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

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

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

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

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

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

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

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

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

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

  .padding-xxhuge {
    padding: 8rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

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

  .margin-bottom.margin-medium {
    align-self: center;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .indication_component {
    display: none;
  }

  .indication-close {
    top: 4%;
    right: 0%;
  }

  .intro_prf-cta {
    align-self: auto;
    padding-right: 0;
  }

  .home-hero_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex: 1;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    margin-top: 0;
    margin-right: 2rem;
    left: 0%;
  }

  .navbar {
    flex: 0 auto;
    position: static;
  }

  .navbar.is-white {
    flex: 1;
  }

  .hero_container {
    justify-content: flex-end;
    align-self: stretch;
    align-items: center;
    min-height: auto;
    padding-left: 2rem;
    padding-right: 0;
  }

  .hero_container.is-smaller {
    align-self: stretch;
    padding-left: 0;
  }

  .hero_wrapper {
    padding-top: 20px;
  }

  .hero_wrapper.is-about {
    width: 29rem;
    margin-bottom: 0%;
    margin-right: 0%;
    padding-top: 1rem;
    position: relative;
  }

  .hero_wrapper.is--amenability {
    align-self: auto;
    width: 26rem;
    margin-bottom: 0;
    margin-right: 5%;
    padding-top: 1rem;
    position: relative;
  }

  .hero_wrapper.is-support {
    flex: none;
    width: 26rem;
    margin-right: 5%;
    padding-top: 1rem;
  }

  .hero_wrapper.is-resource {
    width: 25rem;
    margin-bottom: 0;
    margin-right: 5%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative;
  }

  .determine_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-self: auto;
    justify-items: stretch;
  }

  .support_wrapper {
    max-width: none;
    margin-bottom: 20px;
  }

  .patient_thumbnail {
    flex-wrap: nowrap;
    flex: none;
    align-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
  }

  .patient_summary {
    flex-wrap: nowrap;
    flex: none;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .patient_image {
    width: 17rem;
  }

  .download_container {
    grid-column-gap: 2rem;
  }

  .rep-button.m-navbar_button {
    margin-left: 0;
    font-size: 1rem;
    display: block;
  }

  .thanks_component {
    display: none;
  }

  .thanks_container {
    width: 500px;
  }

  .prf_thumbail {
    margin-right: 20px;
  }

  .prf_description {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    display: block;
  }

  .hero {
    align-items: stretch;
    padding-bottom: 25px;
    display: flex;
  }

  .hero.is-about {
    flex-direction: column;
    padding-bottom: 0;
  }

  .hero.is-amenability {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .33), rgba(69, 69, 69, 0) 11%, rgba(255, 255, 255, 0));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    padding-bottom: 0;
  }

  .hero.is-support {
    background-image: none;
    background-position: 0 0;
    flex-direction: column;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .hero.is-resource {
    flex-direction: column;
    padding-bottom: 0;
  }

  .mobile-nav {
    text-decoration: none;
    display: block;
  }

  .hamburger-icon {
    text-align: right;
    font-size: 3rem;
    text-decoration: none;
    display: none;
  }

  .mobile-menu {
    z-index: 9999;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    padding: 4rem 2rem 2rem;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    box-shadow: -6px 6px 5px rgba(0, 0, 0, .2);
  }

  .m-navbar_link, .m-navbar_link.w--current {
    font-size: 1.25rem;
  }

  .m-navbar_button {
    border: 2px solid var(--amicus-blue);
    align-self: stretch;
    line-height: 1;
  }

  .entry_component-screen, .indication_component-screen {
    display: none;
  }

  .isi-bar_component-screen, .isi-bar_component-full, .isi-bar_component-copy {
    align-items: stretch;
    display: none;
  }

  .closed-isi-copy {
    margin-top: 10px;
    margin-right: 20px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .rep_component-copy {
    display: none;
  }

  .rep_wrapper-copy {
    flex-direction: column;
  }

  .hamburger-menu {
    float: right;
    width: 4rem;
    line-height: 0;
  }

  .rep-header {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rep-header.margin-medium {
    align-self: center;
  }

  .color-change {
    color: var(--amicus-dark-purple);
  }

  .indication_component-copy, .rep_component-copy, .thanks_component-copy {
    display: none;
  }

  .thanks_container-copy {
    width: 500px;
  }
}

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

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5, h6 {
    font-size: 1rem;
  }

  p {
    margin-bottom: 10px;
    font-size: 1rem;
  }

  li {
    line-height: 1.2;
  }

  .topnav_menu {
    justify-content: space-around;
    align-self: stretch;
  }

  .home-hero_pill-wrap {
    width: 27rem;
  }

  .amicus-assist-logo-color {
    height: 70px;
  }

  .topnav_container {
    flex-direction: row;
    height: 2.5rem;
  }

  .subnav_divider {
    margin-left: 20px;
    margin-right: 20px;
  }

  .entry_component {
    display: none;
  }

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

  .topnav_link {
    font-size: 10px;
  }

  .home-hero_container {
    background-position: 26% 49%;
    position: relative;
  }

  .topnav_disclaimer {
    justify-content: center;
  }

  .topnav_disclaimer-desc {
    text-align: left;
    font-size: 10px;
  }

  .footer_component {
    position: relative;
  }

  .isi_component {
    padding: 2rem;
  }

  .footer_reference, .footer_signoff {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .signoff_legal {
    width: 17rem;
  }

  .signoff_wrapper {
    flex-direction: column;
    display: flex;
  }

  .signoff_logo {
    width: 200px;
  }

  .subnav_container {
    display: none;
  }

  .subnav_wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero_disclaimer.is-about {
    left: 0;
  }

  .hero_disclaimer.is-amenability {
    left: 2rem;
  }

  .hero_disclaimer.is-support, .hero_disclaimer.is-resources {
    left: 4rem;
  }

  .galafold_wrap {
    flex-direction: row;
    padding: .5rem 1rem;
  }

  .stats_container {
    padding: 2rem;
  }

  .stats_item {
    width: 10rem;
    height: 10rem;
  }

  .stats_text {
    font-size: .75rem;
  }

  .stats_text.is--w-175 {
    width: auto;
    font-size: .75rem;
  }

  .stats_big {
    font-size: 2.5rem;
  }

  .stats_big.is--push, .stats_big.is--push.text-color-pink {
    margin-top: 0;
    font-size: 2.5rem;
  }

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

  .footnote.is--mobile {
    color: var(--amicus-dark-grey);
    display: flex;
  }

  .is--normal {
    font-size: 1rem;
  }

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

  .divider {
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .advocacy_container {
    align-items: center;
  }

  .advocacy_wrapper {
    flex-direction: column;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1.25fr));
    align-self: stretch;
    align-items: stretch;
    justify-items: center;
    display: flex;
  }

  .advocacy_item {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    padding: 1rem;
    display: grid;
  }

  .advocacy_item.background-color-light-purple {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: row;
    justify-content: space-around;
    padding: 1rem;
  }

  .advocacy_item.switch-w-p {
    background-color: var(--faded-purple-bg);
  }

  .advocacy_item.switch-p-w {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    justify-content: space-around;
    padding: 1rem;
  }

  .isi-bar_component {
    display: none;
  }

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

  .rep_component {
    display: none;
  }

  .rep_container {
    padding-top: 1rem;
  }

  .form-fields {
    grid-column-gap: 20px;
  }

  .m-subnav {
    background-color: rgba(0, 0, 0, 0);
    border-top-style: none;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .m-subnav__wrapper {
    background-color: var(--amicus-dark-purple);
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .dropdown-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .5rem 0;
    display: flex;
  }

  .quick-links {
    color: #fff;
    font-weight: 600;
  }

  .icon-2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 24px;
    position: static;
  }

  .dropdown-list.w--open {
    background-color: var(--snow);
    color: var(--amicus-dark-purple);
    text-align: center;
    align-self: center;
    transition: max-height .2s cubic-bezier(.645, .045, .355, 1);
    position: static;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
  }

  .subnav__drop {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .m-subnav__container {
    width: 100%;
  }

  .card_section {
    padding-bottom: 1rem;
  }

  .home_hero {
    display: flex;
  }

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

  .home-hero_disclaimer {
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    display: block;
    top: auto;
    bottom: 0%;
    left: 2rem;
    right: auto;
  }

  .intro_prf-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
  }

  .card_grid {
    flex-direction: column;
    grid-template-rows: minmax(200px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: stretch;
    justify-content: stretch;
    display: flex;
  }

  .card_item {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    flex-wrap: nowrap;
    min-height: auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .card_item.background-purple {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .signup_container {
    grid-template-columns: 1.25fr;
    padding: 2rem;
  }

  .hero_component.is-amenability {
    background-image: url('../images/dock_4.jpg'), linear-gradient(rgba(0, 0, 0, .25), rgba(26, 26, 26, 0) 5%, rgba(255, 255, 255, 0)), linear-gradient(to top, rgba(0, 0, 0, .36), rgba(64, 64, 64, 0) 25%, rgba(255, 255, 255, 0));
    background-position: 33% 55%, 0 0, 0 0;
    background-size: auto, auto, auto;
  }

  .hero_component.is-about {
    background-image: url('../images/dock_02.jpg');
    background-position: 25% 80%;
    background-size: 1440px;
    display: flex;
  }

  .hero_component.is-resource {
    background-position: 0 0, 26% 90%;
  }

  .galafold_section {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .moa_section {
    padding: 1rem 2rem 2rem;
  }

  .tool_container {
    padding: 2rem;
    display: flex;
  }

  .tabs-content, .tab-link-tab-1.w--current {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tool_col-left {
    display: none;
  }

  .callout_section {
    padding: 0 0;
  }

  .more_container {
    align-content: space-between;
  }

  .more_wrapper {
    justify-content: space-between;
  }

  .external_container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 2rem;
  }

  .external_wrapper {
    flex-direction: column;
    grid-template-rows: minmax(200px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: stretch;
    justify-content: stretch;
    display: flex;
  }

  .external_item {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    flex-wrap: nowrap;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .rep-cta_container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem;
  }

  .testing_container {
    margin-left: 0;
    padding: 2rem;
  }

  .routine_section {
    padding: 0;
  }

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

  .support_section {
    padding: 0;
  }

  .download_section {
    margin-top: 1rem;
  }

  .routine_container {
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
  }

  .app_container {
    flex-direction: column;
  }

  .app_summary {
    width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .app_download {
    align-items: center;
    width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .support_container {
    margin-bottom: 2rem;
    padding-top: 2rem;
  }

  .support_grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .apple-store-iphone {
    display: block;
  }

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

  .apple-store-desktop-ipad {
    display: none;
  }

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

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

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

  .fs-styleguide_item {
    grid-template-columns: minmax(200px, 1fr);
  }

  .fs-styleguide_heading-medium, .heading-style-h2 {
    font-size: 2rem;
  }

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

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

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

  .padding-global.padding-large {
    padding: 0;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

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

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

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

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

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

  .text-color-white.text-weight-medium.heading-center-mobile {
    display: none;
  }

  .margin-xhuge {
    margin: 4rem;
  }

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

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

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

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

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

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

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

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

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

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

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

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

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

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

  .margin-bottom.margin-small.cancel-margin-mobile {
    margin-bottom: 0;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .topnav_wrapper {
    flex-direction: column;
    flex: 1;
    align-items: stretch;
  }

  .indication_container {
    padding: 1.5rem;
  }

  .fs-cc-banner_component {
    padding: .5rem;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .banner_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 3.75fr 1.5fr 1.5fr;
  }

  .text-style-bold-white {
    font-size: .875rem;
  }

  .hero_container {
    align-self: stretch;
    padding-left: 0;
    position: relative;
  }

  .hero_wrapper.is-about {
    width: 24rem;
    margin-bottom: 0%;
    margin-right: 0%;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }

  .hero_wrapper.is--amenability {
    width: 25rem;
    margin-right: 0%;
  }

  .hero_wrapper.is-support {
    width: 21rem;
  }

  .hero_wrapper.is-resource {
    width: 22rem;
    margin-right: 5%;
    padding-top: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .patient_thumbnail {
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .patient_image {
    width: 16rem;
  }

  .external-link {
    border-style: solid;
    text-decoration: none;
  }

  .rep-button.m-navbar_button {
    font-size: 1.25rem;
  }

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

  .prf_container {
    padding: 2rem;
  }

  .table-mobile-only {
    margin-bottom: 2rem;
    display: block;
  }

  .prf_thumbail {
    width: 30rem;
  }

  .hero {
    display: flex;
  }

  .hero.is-about {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .33), rgba(69, 69, 69, 0) 11%, rgba(255, 255, 255, 0));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    padding-bottom: 0;
  }

  .hero.is-amenability {
    background-image: none;
    background-position: 0 0;
  }

  .hamburger-icon, .mobile-menu {
    display: none;
  }

  .m-navbar_link {
    font-size: 1.25rem;
  }

  .m-navbar_button {
    border: 2px solid var(--amicus-blue);
    font-size: 1.25rem;
  }

  .text-span {
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .entry_component-screen, .isi-bar_component-screen, .isi-bar_component-full, .isi-bar_component-copy, .rep_component-copy {
    display: none;
  }

  .hamburger-menu {
    float: right;
    width: 4rem;
    display: inline-block;
  }

  .rep-header {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rep-header.margin-small.cancel-margin-mobile {
    margin-bottom: 0;
  }

  .color-change {
    color: var(--amicus-dark-purple);
  }

  .indication_container-copy {
    padding: 1.5rem;
  }

  .rep_component-copy {
    display: none;
  }

  .rep_container-copy {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: .875rem;
    line-height: 1.2;
  }

  h1 {
    font-size: 1.5rem;
    line-height: 1;
  }

  h2 {
    font-size: 1.35rem;
    line-height: 1;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
  }

  h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .975rem;
  }

  h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.2;
  }

  p {
    margin-top: 0;
    font-size: .875rem;
  }

  a {
    font-size: 1rem;
  }

  ul {
    font-size: .85rem;
    line-height: 1.2;
  }

  ol {
    font-size: .85rem;
  }

  li {
    font-size: .875rem;
  }

  .separator {
    flex: 0 auto;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .navbar_link {
    align-self: center;
  }

  .navbar_logo {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .navbar_logo.w--current {
    flex: none;
    max-width: none;
  }

  .topnav_menu {
    flex-wrap: nowrap;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .navbar_wrapper {
    z-index: 999;
    flex: 0 auto;
    display: flex;
  }

  .home-hero_pill-wrap {
    border-radius: 8rem .5rem .5rem 8rem;
    align-self: stretch;
    align-items: stretch;
    width: auto;
    height: 4rem;
    padding: .5rem .5rem .5rem 6.5rem;
    position: relative;
  }

  .topnav_container {
    flex: 0 auto;
    justify-content: space-around;
    align-self: auto;
    height: auto;
    padding: .25rem .5rem;
    display: flex;
  }

  .moa {
    object-fit: fill;
    align-items: stretch;
    margin-bottom: 0;
    position: relative;
    overflow: visible;
  }

  .schedule-image {
    display: none;
  }

  .navbar_container {
    z-index: 999;
    flex-direction: row;
    padding: 0 .5rem 0 1rem;
    position: relative;
  }

  .entry_container {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
  }

  .entry_component {
    z-index: 999;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .i-am-not {
    text-align: center;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .i-am-not.gray-modal-button {
    border-radius: 8rem;
    align-self: stretch;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: .5rem;
    font-size: .875rem;
    line-height: 1.2;
  }

  .entry_warning {
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    align-items: stretch;
    padding: 1rem;
    display: flex;
  }

  .i-am {
    text-align: center;
    flex-wrap: nowrap;
    align-self: stretch;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: .5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .entry_selection {
    padding: 1rem;
  }

  .topnav_link {
    clear: none;
    text-align: center;
    white-space: break-spaces;
    object-fit: contain;
    flex-wrap: nowrap;
    flex: 1;
    font-size: .75rem;
    line-height: 1.2;
    display: block;
  }

  .exit_wrapper {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: auto;
    height: auto;
  }

  .exit_buttons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .exit_message {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-hero_container {
    background-image: none;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: flex-end;
    min-height: 0;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .topnav_disclaimer {
    justify-content: center;
    margin-bottom: 2px;
  }

  .topnav_disclaimer-desc {
    font-size: .75rem;
  }

  .circle-pill {
    width: 6rem;
    height: 6rem;
  }

  .disclaimer-text {
    color: var(--snow);
    text-shadow: 0 0 #000, 1px 1px 2px #000;
    font-size: .65rem;
  }

  .footer_component {
    margin-top: 2rem;
    position: relative;
  }

  .isi_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1.75fr;
    padding: .5rem 1rem;
    display: block;
  }

  .footer_reference {
    margin-bottom: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer_signoff {
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .signoff_legal {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .legal {
    font-size: 14px;
  }

  .signoff_content {
    flex-direction: row;
    display: block;
  }

  .signoff_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: .3fr;
    align-items: center;
    display: flex;
  }

  .signoff_logo {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .subnav_container {
    display: none;
  }

  .hero_disclaimer {
    flex: none;
    align-self: auto;
    align-items: center;
    height: auto;
    position: absolute;
    top: auto;
    bottom: .125rem;
    left: 1rem;
    right: auto;
  }

  .hero_disclaimer.is-smaller {
    bottom: 3%;
  }

  .hero_disclaimer.is-about {
    margin-left: 5%;
  }

  .hero_disclaimer.is-amenability, .hero_disclaimer.is-support {
    margin-left: 5%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .hero_disclaimer.is-resources {
    left: 2rem;
  }

  .galafold_wrap {
    text-align: left;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .galafold_icon {
    margin-right: 0;
  }

  .stats_item {
    width: 11rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .stats_text.is--w-175 {
    width: auto;
  }

  .stats_big.is--push, .stats_big.is--push.text-color-pink {
    margin-top: 0;
  }

  .footnote {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .footnote.align-center.is--mobile {
    justify-content: center;
    align-self: auto;
    margin-top: 1rem;
    display: flex;
  }

  .footnote.align-center.is--desktop {
    display: none;
  }

  .footnote.footnote-mobile-left {
    text-align: left;
    display: flex;
  }

  .footnote.is--mobile {
    margin-top: 1rem;
    font-size: .875rem;
  }

  .is--normal {
    font-size: .875rem;
  }

  .video_player {
    flex: 1;
    align-self: stretch;
  }

  .video_text {
    text-align: center;
    align-self: auto;
    width: auto;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .video_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: left;
    flex-direction: column;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .identify_heading {
    text-align: left;
    max-width: none;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .identify_container, .identify_container.background-color-light-purple {
    padding: 1rem;
  }

  .identify_image {
    width: auto;
    margin-bottom: 20px;
  }

  .identify_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .identify_cta {
    align-self: stretch;
  }

  .identify_link {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .callout_wrapper {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .determine_container {
    padding: 1rem;
  }

  .determine_item {
    text-align: center;
    padding: 1rem;
  }

  .support_item {
    flex-wrap: nowrap;
    width: 150px;
  }

  .app-download {
    height: 30px;
  }

  .support-icon {
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .divider {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .prf_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1.75fr);
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .download_wrapper {
    text-align: left;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .download_thumbail {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .download_thumbail.is-portrait, .download_thumbail.is-landscape {
    align-self: center;
  }

  .download-item {
    width: 6rem;
  }

  .download-item.is--wide {
    width: 8rem;
  }

  .download_description {
    grid-row-gap: .5rem;
    text-align: center;
    flex-direction: column;
    order: -1;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding-right: 0;
    display: flex;
  }

  .advocacy_container {
    padding: 2rem 1rem;
  }

  .advocacy_wrapper {
    text-align: left;
    grid-template-columns: repeat(auto-fit, minmax(67%, 1fr));
    justify-items: center;
  }

  .advocacy_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    flex-direction: row;
    grid-template-columns: 1.25fr .5fr;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 1rem;
  }

  .advocacy_item.background-color-light-purple {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .5fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    padding: 1rem;
    display: grid;
  }

  .advocacy_item.switch-w-p {
    background-color: var(--faded-purple-bg);
  }

  .advocacy_item.switch-p-w {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .5fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    padding: 1rem;
    display: grid;
  }

  .is--sup-10 {
    font-size: 12px;
    top: -7px;
  }

  .isi-bar_component {
    z-index: 777;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .open-icon {
    width: 25px;
    height: 25px;
  }

  .stats_grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    margin-bottom: 20px;
  }

  .close-button {
    display: flex;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .rep_component {
    z-index: 999;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: fixed;
    overflow: auto;
  }

  .rep_container {
    border-radius: 0;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    overflow: visible;
  }

  .form-fields {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(296px, .75fr));
    grid-auto-columns: 1fr;
    align-items: stretch;
    justify-items: stretch;
    display: flex;
  }

  .recaptcha-3 {
    object-fit: fill;
  }

  .field-wrapper {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .form {
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .x-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .rep_wrapper {
    flex: 0 auto;
    padding-right: 0;
    overflow: visible;
  }

  .m-subnav {
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
    border-top-style: none;
    align-items: center;
    display: flex;
    position: relative;
    top: auto;
    bottom: -137%;
    left: 0%;
    right: 0%;
  }

  .m-subnav__wrapper {
    z-index: 1;
    background-color: var(--amicus-dark-purple);
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .dropdown-toggle {
    z-index: 1;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    margin-left: 0;
    margin-right: 0;
    padding: .5rem 1rem;
    font-size: 16px;
    display: flex;
  }

  .dropdown-toggle.w--open {
    align-self: center;
  }

  .quick-links {
    color: #fff;
    font-weight: 600;
  }

  .icon-2 {
    color: #fff;
    margin: 0 0 0 20px;
    font-size: 24px;
    position: static;
  }

  .dropdown-list {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .dropdown-list.w--open {
    text-align: center;
    background-color: #fff;
    align-self: center;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0%;
    right: 0%;
    box-shadow: 0 1px 3px rgba(41, 19, 39, .5);
  }

  .subnav__drop {
    text-align: center;
    font-size: 16px;
  }

  .subnav__drop.w--current {
    color: var(--amicus-blue);
  }

  .m-subnav__container {
    width: 100%;
    position: static;
  }

  .schedule-image-m {
    width: 100%;
    max-width: none;
    margin: 2rem auto 0;
    display: block;
  }

  .closed-isi {
    width: 25px;
    height: 25px;
  }

  ._404_wrapper {
    height: 100vh;
  }

  .card_section {
    background-color: rgba(0, 0, 0, 0);
  }

  .home_hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/AMIC189_Rebecca_v3_4C.jpg');
    background-position: 20% -60%;
    background-repeat: no-repeat;
    background-size: 1024px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    min-height: 220px;
    padding-bottom: 0;
    display: flex;
  }

  .home-hero_headline {
    z-index: auto;
    text-align: center;
    flex: none;
    justify-content: center;
    align-self: flex-end;
    align-items: flex-start;
    width: 13rem;
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.2;
    display: block;
    position: relative;
    top: 0;
    left: auto;
    right: 0%;
  }

  .home-hero_pill {
    z-index: auto;
    border-bottom-right-radius: .5px;
    align-self: auto;
    align-items: center;
    position: absolute;
    top: 80px;
    left: auto;
    right: auto;
  }

  .home-hero_text {
    align-self: auto;
    position: static;
  }

  .intro_container {
    grid-column-gap: 0rem;
    grid-row-gap: 0px;
    grid-template-columns: repeat(auto-fit, minmax(283px, 1.25fr));
    grid-auto-rows: minmax(40px, 1fr);
    justify-items: stretch;
  }

  .home-hero_disclaimer {
    z-index: auto;
    text-align: center;
    flex: 0 auto;
    align-self: center;
    position: absolute;
    top: 155px;
    bottom: auto;
    left: auto;
    right: 2rem;
  }

  .intro_wrapper {
    flex-flow: column wrap;
    align-content: flex-start;
    width: 100%;
    padding: 2rem 1rem 1rem;
    display: flex;
  }

  .intro_prf {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .prf-thumbnail {
    display: none;
  }

  .intro_prf-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    flex: 1;
    align-self: auto;
    align-items: center;
    width: auto;
    padding: 1rem;
    display: flex;
  }

  .footer_indication {
    display: block;
  }

  .card_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: minmax(200px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-items: stretch;
    justify-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .card_item {
    background-color: var(--snow);
    box-shadow: none;
    border-style: none;
    min-height: auto;
    padding: 1rem;
  }

  .card_item.background-purple {
    align-items: center;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .signup_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
  }

  .signup_left-wrap {
    text-align: center;
    width: auto;
    margin-bottom: 1rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .signup_right-wrap {
    align-self: stretch;
    width: auto;
  }

  .signup_form {
    text-align: center;
    display: block;
  }

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

  .hero_component {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    align-items: stretch;
    min-height: 22vh;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero_component.is-amenability {
    background-image: none;
    justify-content: center;
    min-height: 200px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero_component.is-about {
    background-image: none;
    min-height: 200px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero_component.is-resource {
    background-image: none;
    min-height: 200px;
  }

  .hero_component.is-support {
    background-image: none;
    background-position: 0 0;
    min-height: 200px;
  }

  .galafold_section {
    padding: 0 0;
  }

  .stats_section {
    background-color: rgba(0, 0, 0, 0);
  }

  .moa_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .video_section {
    text-align: left;
  }

  .identify_section {
    padding: 2rem 0 0;
  }

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

  .determine_section {
    padding: 0;
  }

  .tool_container {
    padding: 2rem 1rem 1rem;
    display: flex;
  }

  .indication {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    align-items: flex-start;
  }

  .indication.text-color-white {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    color: #fff;
  }

  .input-field {
    height: 40px;
    margin-right: 0;
    padding: .5rem;
  }

  .tab-link-tab-2 {
    padding: .5rem 1rem;
  }

  .tab-link-tab-2.w--current {
    border-radius: 10px 10px 0 0;
    flex: 0 auto;
    align-self: center;
    width: auto;
    padding: .5rem 1rem;
  }

  .tab-pane-tab-2 {
    flex: 0 auto;
    width: 100%;
    padding-top: 1rem;
    position: relative;
  }

  .tabs-menu {
    flex-flow: row;
    justify-content: flex-start;
    align-self: auto;
    width: auto;
    display: flex;
  }

  .tabs-content {
    border-radius: 0;
    flex-wrap: nowrap;
    align-self: center;
    padding: 0 1rem;
    display: flex;
  }

  .tab-link-tab-1 {
    flex: 0 auto;
    align-self: center;
    padding: .5rem 1rem;
  }

  .tab-link-tab-1.w--current {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab-pane-tab-1 {
    aspect-ratio: auto;
    object-fit: fill;
    flex: 0 auto;
    width: 100%;
    padding-top: 1rem;
    position: relative;
  }

  .input-form {
    align-items: center;
    margin-bottom: 0;
    display: block;
  }

  .multi_field-input {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .tabs {
    flex-flow: column;
    flex: 0 auto;
    align-self: stretch;
    align-items: flex-start;
    display: flex;
  }

  .multi-submit-btn {
    border-radius: 8rem;
    align-self: auto;
    width: auto;
    height: auto;
  }

  .single-submit-btn {
    border-radius: 8rem;
    align-self: stretch;
    width: auto;
    height: 40px;
    padding: .5rem 2rem;
    font-size: 1rem;
    font-weight: 700;
  }

  .tool_col-left {
    display: none;
  }

  .tool_col-right {
    order: -1;
  }

  .single-tab, .multi-tab {
    text-align: left;
    font-size: .875rem;
  }

  .single_field-input {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .multi-field {
    justify-content: center;
    align-self: auto;
    margin-bottom: 2rem;
  }

  .single_field {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }

  .callout_section {
    margin-bottom: 0;
    padding: 0;
  }

  .more_section {
    padding: 0;
  }

  .more_container {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .external_section {
    background-color: rgba(0, 0, 0, 0);
  }

  .external_container {
    max-width: none;
  }

  .external_wrapper {
    flex-direction: column;
    grid-template-rows: minmax(200px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-items: stretch;
    justify-items: stretch;
    display: flex;
  }

  .external_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-style: none;
    min-height: auto;
    margin-bottom: 0;
    padding: 0;
  }

  .rep-cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rep-cta_container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    align-items: center;
    width: auto;
    padding: 2rem 1rem;
  }

  .testing_container {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .routine_section, .app_section, .support_section, .patient_section, .advocacy_section {
    padding: 0;
  }

  .download_section {
    margin-bottom: 2rem;
    padding: 0;
  }

  .routine_container {
    padding: 2rem 1rem;
  }

  .tool_table {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 40px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .app_summary {
    order: -1;
    width: 100%;
    padding: 1rem;
  }

  .app_download {
    order: 0;
    align-items: center;
    width: 100%;
    padding: 1rem;
  }

  .support_container {
    margin-bottom: 0;
    padding: 2rem 1rem 1rem;
  }

  .assist_wrapper {
    padding: 1rem 1rem 2rem;
  }

  .support_grid {
    grid-column-gap: 0rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    order: 0;
    grid-template-rows: auto minmax(auto, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(124px, 1fr));
    grid-template-areas: ". ."
                         "Area Area";
    grid-auto-columns: 1fr;
    align-content: space-between;
    align-self: center;
    justify-items: center;
    margin-top: 0;
    margin-bottom: 1rem;
    display: grid;
  }

  .app_image {
    width: 12rem;
  }

  .intro_prf-thumb {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-self: auto;
    width: 17rem;
    display: flex;
  }

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

  .text-weight-medium.text-color-white.mobile-align-center {
    text-align: center;
  }

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

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

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

  .fs-styleguide_item {
    white-space: break-spaces;
    word-break: normal;
  }

  .text-align-center.text-color-purple.text-weight-medium.left-align-mobile {
    text-align: left;
  }

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

  .padding-global.padding-large {
    padding: 0;
  }

  .padding-global.padding-small {
    padding-bottom: 0;
  }

  .button {
    font-size: 1rem;
  }

  .button.is-large {
    align-self: center;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .button.is-large.small-size-mobile {
    align-self: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .button.is-large.smaller-size-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-style-allcaps.text-color-purple.text-weight-bold.text-style-italic.mobile {
    display: block;
  }

  .text-style-allcaps.text-color-purple.text-weight-bold.text-style-italic.desktop {
    display: none;
  }

  .text-color-white.text-style-italic {
    text-align: left;
  }

  .text-color-white.text-style-italic.text-weight-bold.is--header {
    text-align: left;
    font-size: .875rem;
  }

  .text-color-white.text-style-italic.header-smaller-mobile {
    font-size: 1rem;
  }

  .text-color-white.text-style-italic.is-support {
    text-align: center;
    font-size: 1rem;
  }

  .text-color-white.text-weight-medium {
    text-align: left;
  }

  .text-color-white.text-weight-medium.text-align-center, .text-color-white.text-weight-medium.center-align-mobile {
    text-align: center;
  }

  .text-color-white.text-weight-medium.heading-center-mobile {
    text-align: center;
    margin-bottom: 1rem;
    display: block;
  }

  .text-color-purple {
    margin-bottom: 10px;
  }

  .text-color-purple.text-weight-medium.text-align-center.left-align-mobile {
    text-align: left;
  }

  .text-color-purple.cancel-color-mobile {
    color: #fff;
  }

  .text-color-purple.is--desktop {
    display: none;
  }

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

  .padding-vertical.padding-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

  .padding-bottom.padding-small {
    padding-bottom: .5rem;
  }

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

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

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

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

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

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

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

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

  .margin-bottom.margin-small {
    float: none;
    align-self: center;
    margin-bottom: .5rem;
  }

  .margin-bottom.margin-small.cancel-margin-mobile {
    margin-bottom: 0;
  }

  .margin-bottom.margin-medium {
    align-self: center;
    margin-bottom: 1rem;
  }

  .margin-bottom.margin-xsmall {
    margin-bottom: .125rem;
  }

  .topnav_wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    flex: 0 auto;
  }

  .home-hero_image {
    z-index: auto;
    top: -1rem;
    left: 0;
  }

  .indication_component {
    display: none;
  }

  .indication_container {
    padding: 1rem;
  }

  .indication_content {
    padding-right: 1rem;
  }

  .indication-close {
    display: block;
    top: 0%;
    right: -4%;
  }

  .cookie_component {
    display: none;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .interactive_wrapper {
    position: static;
  }

  .intro_prf-cta {
    text-align: center;
    align-self: center;
    padding-right: 0;
  }

  .card_wrap {
    flex: 0 auto;
  }

  .home-hero_wrapper {
    z-index: auto;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    margin-top: 0;
    margin-right: 0;
    padding-right: 1rem;
    position: relative;
    left: auto;
  }

  .nav_menu {
    z-index: 9999;
    background-color: #fff;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    display: flex;
    position: static;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: hidden;
  }

  .navbar {
    z-index: 1;
  }

  .navbar.is-white {
    z-index: 20;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
  }

  .header-disclaimer {
    font-size: .55rem;
    line-height: 1em;
  }

  .text-color-light.is--eyebrow {
    margin-bottom: 0;
    font-size: .75rem;
  }

  .galafold_container, .galafold_container.background-color-light-purple {
    padding: 2rem 1rem 1rem;
  }

  .prf-image {
    width: 130px;
  }

  .hero_container {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-self: stretch;
    align-items: stretch;
    padding-left: 0;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .hero_container.is-smaller {
    align-items: flex-end;
    min-height: 0;
  }

  .hero_wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-end;
    width: 14rem;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: .5rem;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 21%;
    left: auto;
    right: 0%;
  }

  .hero_wrapper.is-about {
    text-align: left;
    width: 16rem;
    margin-bottom: 0%;
    margin-right: 5%;
    padding: .5rem;
    bottom: 1rem;
  }

  .hero_wrapper.is--amenability {
    width: 15rem;
    margin-right: 5%;
    padding-bottom: 1rem;
    bottom: 2rem;
  }

  .hero_wrapper.is-support {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 13rem;
    padding-top: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    bottom: 2rem;
  }

  .hero_wrapper.is-resource {
    text-align: left;
    justify-content: center;
    width: 15rem;
    margin-bottom: 0;
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    bottom: 2rem;
  }

  .footnote-large {
    font-size: .875rem;
  }

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

  .support_wrapper {
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .assist_section {
    padding: 0;
  }

  .assist_container {
    text-align: left;
    padding: 1rem;
  }

  .patient_container {
    flex-direction: column;
  }

  .patient_thumbnail {
    order: -1;
    width: 100%;
    padding: 1rem;
  }

  .patient_summary {
    order: -1;
    width: 100%;
    padding: 20px;
  }

  .patient_image {
    align-self: center;
    width: 16rem;
  }

  .exit_component {
    z-index: 999;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .stay-button {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .exit-button {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .external-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: Work Sans, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .external-link.is-larger {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .download_container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .download_container.background-color-light-purple {
    justify-content: center;
    align-items: center;
  }

  .download_heading {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .external_item-wrap {
    margin-bottom: 0;
  }

  .rep-button.is-large {
    align-self: stretch;
    margin-left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rep-button.m-navbar_button {
    margin-left: 0;
    font-size: 1.5rem;
  }

  .testing_wrapper {
    text-align: center;
  }

  ._404_section {
    margin-top: 4rem;
  }

  .back-to-top_component {
    display: none;
  }

  .thanks_component {
    z-index: 9999;
    display: none;
  }

  .thanks_container {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
    top: auto;
  }

  .thanks_warning {
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

  .thanks_wrap {
    display: none;
  }

  .pest_component {
    z-index: 222;
    display: none;
  }

  .pest_container {
    width: 13.5rem;
  }

  .pest_right-wrap {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .block-quote {
    font-size: 1rem;
    line-height: 1.2;
  }

  .pill-text {
    font-size: .75rem;
    line-height: 1;
  }

  .prf-thumbnail-m {
    display: inline-block;
  }

  .is--desktop {
    display: none;
  }

  .is--mobile {
    color: var(--amicus-dark-purple);
    margin-top: 2rem;
    font-size: 1rem;
    display: block;
  }

  .prf_container {
    padding: 1rem;
  }

  .isi-spacer-mobile {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    display: block;
  }

  ._3-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

  .table-mobile-only {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 1rem;
    display: flex;
  }

  .indication_special {
    background-color: var(--amicus-dark-purple);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .prf_thumbail {
    text-align: center;
    flex: none;
    order: 0;
    align-self: stretch;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .prf_description {
    grid-row-gap: .5rem;
    text-align: left;
    flex-direction: column;
    order: -1;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-right: 0;
    display: flex;
  }

  .hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: -160px 30px;
    background-size: 1024px;
    background-attachment: scroll;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 260px;
    padding-bottom: 0;
    display: block;
  }

  .hero.is-about {
    background-image: linear-gradient(#fff, rgba(255, 255, 255, .05) 53%, rgba(255, 255, 255, 0)), linear-gradient(to top, #000, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, 0)), url('../images/dock_02.jpg');
    background-position: 0 0, 0 0, 25% 70%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 1024px;
    background-attachment: scroll, scroll, scroll;
    min-height: 0;
  }

  .hero.is-amenability {
    background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0)), url('../images/dock_03.jpg');
    background-position: 0 0, 30% 58%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1440px;
    background-attachment: scroll, scroll;
    min-height: 0;
  }

  .hero.is-support {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/dock_04b.jpg');
    background-position: 44% 110%;
    background-repeat: no-repeat;
    background-size: 720px;
    background-attachment: scroll;
    min-height: 0;
    position: static;
  }

  .hero.is-resource {
    background-image: linear-gradient(0deg, #000, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0) 70%, #000), url('../images/AMIC191_Rebecca_dock_Exteneded.jpg');
    background-position: 0 0, 25% 160%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    min-height: 0;
  }

  .mobile-nav {
    z-index: 888;
    flex: 0 auto;
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .hamburger-icon {
    color: var(--amicus-dark-purple);
    font-size: 3rem;
    display: none;
  }

  .mobile-menu {
    z-index: 800;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #fff;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    padding: 2rem;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .m-navbar_link {
    border-bottom-width: 4px;
    align-self: center;
    font-size: 1.5rem;
  }

  .m-navbar_link.w--current {
    font-size: 1.5rem;
  }

  .m-navbar_button {
    border: 2px solid var(--amicus-blue);
    font-size: 1.5rem;
  }

  .close-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: flex;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .line-break {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
  }

  .entry_component-screen {
    z-index: 999;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .cookie_component-screen, .indication_component-screen {
    display: none;
  }

  .isi-bar_component-screen {
    z-index: 4;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .pest_component-screen {
    z-index: 222;
    display: none;
  }

  .isi-bar_component-full {
    z-index: 4;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .exit_component-screen {
    z-index: 9999;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .heading {
    font-size: 1.25rem;
  }

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

  .isi-bar_component-copy {
    z-index: 777;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .closed-isi-copy {
    width: 25px;
    height: 25px;
  }

  .rep_wrapper-copy {
    flex: 0 auto;
    padding-right: 0;
    overflow: visible;
  }

  .close-button-copy {
    display: flex;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .hamburger-menu {
    width: 100%;
    line-height: 0;
  }

  .rep-header {
    width: 90%;
    margin: 0 0 .5rem;
  }

  .rep-header.margin-small {
    float: none;
    align-self: center;
    margin-bottom: .5rem;
  }

  .rep-header.margin-small.cancel-margin-mobile {
    margin-bottom: 0;
  }

  .rep-header.margin-medium {
    align-self: center;
    margin-bottom: 1rem;
  }

  .rep-header.margin-xsmall {
    margin-bottom: .125rem;
  }

  .text-block {
    text-align: center;
    flex: 0 auto;
  }

  .text-block-2, .text-block-3, .text-block-4 {
    flex: 0 auto;
  }

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

  .color-change {
    color: var(--snow);
  }

  .heading-special {
    text-shadow: -4px 3px 0 var(--amicus-dark-purple);
  }

  .exit_message-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .indication_component-copy {
    display: none;
  }

  .indication_container-copy {
    padding: 1rem;
  }

  .exit_component-copy {
    z-index: 999;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .rep_component-copy {
    z-index: 999;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: fixed;
    overflow: auto;
  }

  .thanks_component-copy {
    z-index: 9999;
    display: none;
  }

  .exit_wrapper-copy {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: auto;
    height: auto;
  }

  .thanks_container-copy {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
    top: auto;
  }

  .rep_container-copy {
    border-radius: 0;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    overflow: visible;
  }
}

#w-node-cc84fde0-fc1c-ced4-640d-b1b13dc4f217-2041f173 {
  justify-self: stretch;
}

#w-node-c5eeb790-62ed-79bc-a7ac-0af65d8dd1ad-2041f173 {
  align-self: center;
  justify-self: auto;
}

#w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-2041f173 {
  align-self: auto;
  justify-self: auto;
}

#w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-2041f173, #w-node-_854a431a-e588-6412-ce91-55408065cca8-2041f173 {
  align-self: auto;
  justify-self: stretch;
}

#w-node-_4d3895ff-15b5-8ebc-4a00-c589d6851b34-d6851b32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b6aed0d8-8dd1-49ec-a3f1-2f1585e958fb-fbdf05d1 {
  justify-self: stretch;
}

#w-node-eedf582c-7d61-06c7-0d4f-95cfeaed882a-2041f191 {
  align-self: auto;
  justify-self: auto;
}

#w-node-f5003eae-2ae3-4825-d0f9-fbdea873ddfe-2041f191 {
  align-self: center;
}

#w-node-_363e24f8-0536-488d-6215-b76113493c98-2041f192, #w-node-_6bce1b90-81c2-97bb-02a5-c294892cb667-2041f192 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a13f0e0-be2e-1e20-5ffa-77fa235e4a98-2041f192 {
  justify-self: auto;
}

#w-node-bc6146ea-60da-02a7-274e-7849a240fd11-2041f192 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-bc6146ea-60da-02a7-274e-7849a240fd1e-2041f192 {
  justify-self: stretch;
}

#w-node-d87854d1-ed3c-d294-fa6b-0ffcc39fce38-2041f192 {
  justify-self: center;
}

#w-node-_923c77cd-ae60-3eba-2b9d-b029a9468751-2041f192, #w-node-_56735e9e-7701-1e01-b176-1253759a3817-2041f193 {
  align-self: auto;
  justify-self: center;
}

#w-node-_56735e9e-7701-1e01-b176-1253759a3826-2041f193, #w-node-_56735e9e-7701-1e01-b176-1253759a3832-2041f193, #w-node-_56735e9e-7701-1e01-b176-1253759a383e-2041f193 {
  justify-self: center;
}

#w-node-_6a307f7e-9827-f86b-3426-cbfbfc767e8a-2041f193 {
  align-self: auto;
  justify-self: center;
}

#w-node-_20afab48-93a7-808f-c617-667565f0d851-2041f193, #w-node-_20afab48-93a7-808f-c617-667565f0d85f-2041f193 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_758dc7ae-9021-3428-a263-abf0546759c3-546759bb, #w-node-_758dc7ae-9021-3428-a263-abf0546759cb-546759bb, #w-node-_758dc7ae-9021-3428-a263-abf0546759d3-546759bb, #w-node-_758dc7ae-9021-3428-a263-abf0546759d9-546759bb {
  align-self: stretch;
}

#w-node-_758dc7ae-9021-3428-a263-abf0546759e1-546759bb {
  align-self: stretch;
  justify-self: auto;
}

#w-node-_758dc7ae-9021-3428-a263-abf0546759e7-546759bb, #w-node-_758dc7ae-9021-3428-a263-abf0546759ef-546759bb, #w-node-_758dc7ae-9021-3428-a263-abf0546759f5-546759bb {
  align-self: stretch;
}

#w-node-_3c4a1956-f69f-e988-9ba9-1c605aab106a-2041f195, #w-node-_3c4a1956-f69f-e988-9ba9-1c605aab1070-2041f195, #w-node-_3c4a1956-f69f-e988-9ba9-1c605aab1074-2041f195 {
  align-self: start;
  justify-self: center;
}

#w-node-b63e77ab-8c52-d998-cdf0-9173e0309290-2041f1a8, #w-node-b63e77ab-8c52-d998-cdf0-9173e03092a9-2041f1a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b63e77ab-8c52-d998-cdf0-9173e03092ac-2041f1a8 {
  justify-self: start;
}

#w-node-b63e77ab-8c52-d998-cdf0-9173e03092ae-2041f1a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b63e77ab-8c52-d998-cdf0-9173e03092b1-2041f1a8, #w-node-b63e77ab-8c52-d998-cdf0-9173e03092c3-2041f1a8 {
  justify-self: start;
}

#w-node-db4150a2-10ea-7675-d91c-364846240f23-2041f1a9, #w-node-db4150a2-10ea-7675-d91c-364846240f2d-2041f1a9, #w-node-db4150a2-10ea-7675-d91c-364846240f2e-2041f1a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8209d368-dd92-2173-5484-4a81363f97f1-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f97f6-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f97fb-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9800-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9806-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f980c-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9812-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9872-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9877-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f987c-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9881-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9886-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f988b-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9895-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f989a-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f989f-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f98a4-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f98a9-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f98ae-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f98b3-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f98b8-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f98bd-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f98c2-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f98c7-2041f1aa {
  justify-self: start;
}

#w-node-_8209d368-dd92-2173-5484-4a81363f98cb-2041f1aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8209d368-dd92-2173-5484-4a81363f98cc-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f98d1-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f98d6-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f98db-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f98f0-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f98f5-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f98fa-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f98ff-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9904-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9909-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9913-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9918-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f991d-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9922-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9927-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f992c-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9931-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9936-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f993b-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9940-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9945-2041f1aa {
  justify-self: start;
}

#w-node-_8209d368-dd92-2173-5484-4a81363f9949-2041f1aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8209d368-dd92-2173-5484-4a81363f994a-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f994f-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9954-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9959-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f996b-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9970-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9975-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f997a-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f997f-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9984-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9989-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f998e-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9993-2041f1aa, #w-node-_8209d368-dd92-2173-5484-4a81363f9998-2041f1aa {
  justify-self: start;
}

#w-node-_8209d368-dd92-2173-5484-4a81363f999c-2041f1aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8209d368-dd92-2173-5484-4a81363f999d-2041f1aa {
  justify-self: start;
}

#w-node-_8209d368-dd92-2173-5484-4a81363f99a0-2041f1aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eedf582c-7d61-06c7-0d4f-95cfeaed882a-2041f1cb {
  align-self: auto;
  justify-self: auto;
}

#w-node-f5003eae-2ae3-4825-d0f9-fbdea873ddfe-2041f1cb {
  align-self: center;
}

#w-node-a4997ee7-bf4c-e0af-3a85-875924179d2d-24179d2b {
  align-self: auto;
  justify-self: auto;
}

#w-node-_363e24f8-0536-488d-6215-b76113493c98-2041f1de, #w-node-_6bce1b90-81c2-97bb-02a5-c294892cb667-2041f1de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6146ea-60da-02a7-274e-7849a240fd11-2041f1de {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-bc6146ea-60da-02a7-274e-7849a240fd1e-2041f1de {
  justify-self: stretch;
}

#w-node-d87854d1-ed3c-d294-fa6b-0ffcc39fce38-2041f1de {
  justify-self: center;
}

#w-node-_923c77cd-ae60-3eba-2b9d-b029a9468751-2041f1de, #w-node-_56735e9e-7701-1e01-b176-1253759a3817-46593fd1 {
  align-self: auto;
  justify-self: center;
}

#w-node-_56735e9e-7701-1e01-b176-1253759a3826-46593fd1, #w-node-_56735e9e-7701-1e01-b176-1253759a3832-46593fd1, #w-node-_56735e9e-7701-1e01-b176-1253759a383e-46593fd1 {
  justify-self: center;
}

#w-node-_6a307f7e-9827-f86b-3426-cbfbfc767e8a-46593fd1 {
  align-self: auto;
  justify-self: center;
}

#w-node-_20afab48-93a7-808f-c617-667565f0d851-46593fd1, #w-node-_20afab48-93a7-808f-c617-667565f0d85f-46593fd1 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_3c4a1956-f69f-e988-9ba9-1c605aab106a-95152c59, #w-node-_3c4a1956-f69f-e988-9ba9-1c605aab1070-95152c59, #w-node-_3c4a1956-f69f-e988-9ba9-1c605aab1074-95152c59 {
  align-self: start;
  justify-self: center;
}

#w-node-_363e24f8-0536-488d-6215-b76113493c98-7289f382, #w-node-_6bce1b90-81c2-97bb-02a5-c294892cb667-7289f382 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6146ea-60da-02a7-274e-7849a240fd11-7289f382 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-bc6146ea-60da-02a7-274e-7849a240fd1e-7289f382 {
  justify-self: stretch;
}

#w-node-d87854d1-ed3c-d294-fa6b-0ffcc39fce38-7289f382 {
  justify-self: center;
}

#w-node-_923c77cd-ae60-3eba-2b9d-b029a9468751-7289f382 {
  align-self: auto;
  justify-self: center;
}

#w-node-eedf582c-7d61-06c7-0d4f-95cfeaed882a-c5c43a12 {
  align-self: auto;
  justify-self: auto;
}

#w-node-f5003eae-2ae3-4825-d0f9-fbdea873ddfe-c5c43a12 {
  align-self: center;
}

#w-node-c5eeb790-62ed-79bc-a7ac-0af65d8dd1ad-de827f68 {
  align-self: center;
  justify-self: auto;
}

#w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-de827f68 {
  align-self: auto;
  justify-self: auto;
}

#w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-de827f68, #w-node-_854a431a-e588-6412-ce91-55408065cca8-de827f68 {
  align-self: auto;
  justify-self: stretch;
}

#w-node-c5eeb790-62ed-79bc-a7ac-0af65d8dd1ad-0ea37b74 {
  align-self: center;
  justify-self: auto;
}

#w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-0ea37b74 {
  align-self: auto;
  justify-self: auto;
}

#w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-0ea37b74, #w-node-_854a431a-e588-6412-ce91-55408065cca8-0ea37b74 {
  align-self: auto;
  justify-self: stretch;
}

#w-node-c5eeb790-62ed-79bc-a7ac-0af65d8dd1ad-56bb6f16 {
  align-self: center;
  justify-self: auto;
}

#w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-56bb6f16 {
  align-self: auto;
  justify-self: auto;
}

#w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-56bb6f16, #w-node-_854a431a-e588-6412-ce91-55408065cca8-56bb6f16 {
  align-self: auto;
  justify-self: stretch;
}

#w-node-c5eeb790-62ed-79bc-a7ac-0af65d8dd1ad-6b94ac62 {
  align-self: center;
  justify-self: auto;
}

#w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-6b94ac62 {
  align-self: auto;
  justify-self: auto;
}

#w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-6b94ac62, #w-node-_854a431a-e588-6412-ce91-55408065cca8-6b94ac62 {
  align-self: auto;
  justify-self: stretch;
}

#w-node-c5eeb790-62ed-79bc-a7ac-0af65d8dd1ad-72ca424d {
  align-self: center;
  justify-self: auto;
}

#w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-72ca424d {
  align-self: auto;
  justify-self: auto;
}

#w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-72ca424d, #w-node-_854a431a-e588-6412-ce91-55408065cca8-72ca424d {
  align-self: auto;
  justify-self: stretch;
}

#w-node-c5eeb790-62ed-79bc-a7ac-0af65d8dd1ad-5efc00b5 {
  align-self: center;
  justify-self: auto;
}

#w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-5efc00b5 {
  align-self: auto;
  justify-self: auto;
}

#w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-5efc00b5, #w-node-_854a431a-e588-6412-ce91-55408065cca8-5efc00b5 {
  align-self: auto;
  justify-self: stretch;
}

@media screen and (min-width: 1280px) {
  #App.w-node-_28e7b44e-a23b-ac21-1108-c1e30fe19d54-2041f195, #w-node-bdb4b3c0-13bc-7988-1d0c-70ec6fdde527-2041f195, #App.w-node-_28e7b44e-a23b-ac21-1108-c1e30fe19d54-95152c59, #w-node-bdb4b3c0-13bc-7988-1d0c-70ec6fdde527-95152c59 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-2041f173 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-2041f173 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-bc6146ea-60da-02a7-274e-7849a240fd11-2041f192 {
    justify-self: stretch;
  }

  #w-node-_20afab48-93a7-808f-c617-667565f0d851-2041f193 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_758dc7ae-9021-3428-a263-abf0546759c3-546759bb {
    align-self: auto;
  }

  #w-node-_758dc7ae-9021-3428-a263-abf0546759cb-546759bb {
    align-self: stretch;
  }

  #w-node-bc6146ea-60da-02a7-274e-7849a240fd11-2041f1de {
    justify-self: stretch;
  }

  #w-node-_20afab48-93a7-808f-c617-667565f0d851-46593fd1 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-bc6146ea-60da-02a7-274e-7849a240fd11-7289f382 {
    justify-self: stretch;
  }

  #w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-de827f68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-de827f68 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-0ea37b74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-0ea37b74 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-56bb6f16 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-56bb6f16 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-6b94ac62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-6b94ac62 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-72ca424d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-72ca424d {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-5efc00b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-5efc00b5 {
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-2041f173 {
    grid-area: amicus-assist;
  }

  #w-node-_854a431a-e588-6412-ce91-55408065cca8-2041f173 {
    grid-area: amenability-table;
  }

  #w-node-_20afab48-93a7-808f-c617-667565f0d851-2041f193 {
    grid-area: amicus-assist;
  }

  #w-node-_20afab48-93a7-808f-c617-667565f0d85f-2041f193 {
    grid-area: amenability-table;
  }

  #w-node-_758dc7ae-9021-3428-a263-abf0546759c3-546759bb {
    order: 0;
  }

  #w-node-_20afab48-93a7-808f-c617-667565f0d851-46593fd1 {
    grid-area: amicus-assist;
  }

  #w-node-_20afab48-93a7-808f-c617-667565f0d85f-46593fd1 {
    grid-area: amenability-table;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-de827f68 {
    grid-area: amicus-assist;
  }

  #w-node-_854a431a-e588-6412-ce91-55408065cca8-de827f68 {
    grid-area: amenability-table;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-0ea37b74 {
    grid-area: amicus-assist;
  }

  #w-node-_854a431a-e588-6412-ce91-55408065cca8-0ea37b74 {
    grid-area: amenability-table;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-56bb6f16 {
    grid-area: amicus-assist;
  }

  #w-node-_854a431a-e588-6412-ce91-55408065cca8-56bb6f16 {
    grid-area: amenability-table;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-6b94ac62 {
    grid-area: amicus-assist;
  }

  #w-node-_854a431a-e588-6412-ce91-55408065cca8-6b94ac62 {
    grid-area: amenability-table;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-72ca424d {
    grid-area: amicus-assist;
  }

  #w-node-_854a431a-e588-6412-ce91-55408065cca8-72ca424d {
    grid-area: amenability-table;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-5efc00b5 {
    grid-area: amicus-assist;
  }

  #w-node-_854a431a-e588-6412-ce91-55408065cca8-5efc00b5 {
    grid-area: amenability-table;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-2041f173 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: auto;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-2041f173 {
    grid-area: amicus-assist;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_854a431a-e588-6412-ce91-55408065cca8-2041f173 {
    grid-area: amenability-table;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_4d3895ff-15b5-8ebc-4a00-c589d6851b34-d6851b32 {
    justify-self: auto;
  }

  #w-node-_6c734f29-0ff6-15d8-8dda-467e61215045-2041f192 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc6146ea-60da-02a7-274e-7849a240fd11-2041f192 {
    justify-self: auto;
  }

  #w-node-_20afab48-93a7-808f-c617-667565f0d851-2041f193 {
    grid-area: amicus-assist;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_20afab48-93a7-808f-c617-667565f0d85f-2041f193 {
    grid-area: amenability-table;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_758dc7ae-9021-3428-a263-abf0546759c3-546759bb {
    order: 0;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_758dc7ae-9021-3428-a263-abf0546759c9-546759bb {
    align-self: auto;
  }

  #w-node-_758dc7ae-9021-3428-a263-abf0546759cb-546759bb {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_7c8d720f-cfdd-a63c-3558-f300cb1ea3fd-2041f195 {
    grid-area: Area;
    align-self: center;
    justify-self: center;
  }

  #w-node-_3c4a1956-f69f-e988-9ba9-1c605aab1074-2041f195 {
    grid-area: Area;
  }

  #w-node-bc6146ea-60da-02a7-274e-7849a240fd11-2041f1de {
    justify-self: auto;
  }

  #w-node-_20afab48-93a7-808f-c617-667565f0d851-46593fd1 {
    grid-area: amicus-assist;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_20afab48-93a7-808f-c617-667565f0d85f-46593fd1 {
    grid-area: amenability-table;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_7c8d720f-cfdd-a63c-3558-f300cb1ea3fd-95152c59 {
    grid-area: Area;
    align-self: center;
    justify-self: center;
  }

  #w-node-_3c4a1956-f69f-e988-9ba9-1c605aab1074-95152c59 {
    grid-area: Area;
  }

  #w-node-bc6146ea-60da-02a7-274e-7849a240fd11-7289f382 {
    justify-self: auto;
  }

  #w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-de827f68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: auto;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-de827f68 {
    grid-area: amicus-assist;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_854a431a-e588-6412-ce91-55408065cca8-de827f68 {
    grid-area: amenability-table;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-0ea37b74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: auto;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-0ea37b74 {
    grid-area: amicus-assist;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_854a431a-e588-6412-ce91-55408065cca8-0ea37b74 {
    grid-area: amenability-table;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-56bb6f16 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: auto;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-56bb6f16 {
    grid-area: amicus-assist;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_854a431a-e588-6412-ce91-55408065cca8-56bb6f16 {
    grid-area: amenability-table;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-6b94ac62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: auto;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-6b94ac62 {
    grid-area: amicus-assist;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_854a431a-e588-6412-ce91-55408065cca8-6b94ac62 {
    grid-area: amenability-table;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-72ca424d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: auto;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-72ca424d {
    grid-area: amicus-assist;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_854a431a-e588-6412-ce91-55408065cca8-72ca424d {
    grid-area: amenability-table;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_9e629c0f-6aa3-e340-10b5-5d62750d2028-5efc00b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: auto;
  }

  #w-node-beef4572-a8fa-bc70-5ab3-bb4b2f7326b1-5efc00b5 {
    grid-area: amicus-assist;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_854a431a-e588-6412-ce91-55408065cca8-5efc00b5 {
    grid-area: amenability-table;
    align-self: auto;
    justify-self: auto;
  }
}


