:root {
  --blue-brand: #0059a7;
  --standard-text-gray: #555;
  --focused-outline: #3898ec;
  --light-gray: #adadad;
  --red-brand: #e22f27;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  flex-direction: column;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

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

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

p {
  margin-bottom: 0;
}

a {
  color: var(--blue-brand);
  text-decoration: none;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  flex-direction: row;
  padding: 1rem;
  display: flex;
}

.padding-small.heading-title-top-padding {
  padding-top: 0;
  padding-bottom: .25rem;
}

.padding-small.padding-back-to-starting-map {
  padding-top: .5rem;
  padding-bottom: 0;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

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

.text-color-grey {
  color: gray;
}

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

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

.form_message-success {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

.container-small.center-details-page {
  max-width: 40rem;
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  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;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

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

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

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

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

.fs-styleguide_3-col {
  width: 100%;
  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;
  display: grid;
}

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

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

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

.page-wrapper {
  flex-direction: column;
  padding-bottom: 0;
  display: flex;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  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: #be4aa5;
}

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  margin-top: 0;
  padding-bottom: 3.3vmax;
}

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

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

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

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

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

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

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

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

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-search-field-viewtabs {
  flex-direction: column;
  display: block;
}

.search-viewtabs-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.search-primary-state-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.search {
  width: auto;
  min-width: 40rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.search-input {
  height: 50px;
  min-height: 3rem;
  min-width: 10rem;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-bottom: 0;
}

.search-input::-ms-input-placeholder {
  color: #adadad;
}

.search-input::placeholder {
  color: #adadad;
}

.search-button {
  width: 3.5rem;
  height: 50px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ICON_search.svg');
  background-position: 0 0;
  background-size: auto;
  border: 1px #000;
  border-radius: 3px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 1rem;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.dropdown-toggle {
  height: 50px;
  border: 1px solid #c6c6c6;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.dropdown-toggle:focus {
  border-color: var(--focused-outline);
}

.view-label {
  color: #000;
  padding-left: 8px;
  display: inline;
}

.view-label.tab-deselected {
  color: #666;
  text-align: left;
}

.section-search-results {
  display: block;
}

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

.name-hospital-seach-result {
  color: var(--blue-brand);
  text-transform: capitalize;
  font-size: 1.5rem;
}

.name-hospital-seach-result.details-hospital-name {
  color: var(--standard-text-gray);
  text-transform: capitalize;
}

.info-hospital-search-result-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 3.25fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: .125rem;
  display: grid;
}

.hospital-info-grid {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-columns: 1.75fr 1.5fr 1fr;
  align-content: start;
  justify-content: start;
  align-items: stretch;
  justify-items: stretch;
}

.address-hospital-search-result-wrap {
  display: flex;
}

.address-hospital {
  color: var(--standard-text-gray);
}

.icon-search-result {
  padding-right: .5rem;
}

.phone-website-ccn-search-result-wrap {
  justify-content: flex-start;
  display: flex;
}

.website-search-result {
  display: flex;
}

.ccn-number-search-result {
  margin-left: 1.5rem;
  display: flex;
}

.ccn-label {
  color: var(--standard-text-gray);
  padding-right: .5rem;
  display: inline;
}

.ccn-number {
  color: var(--standard-text-gray);
  padding-left: .5px;
}

.file-download-info-search-result {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.file-download-info-search-result.detail-stored-files-variant {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.price-transparency-file-grid {
  grid-row-gap: .5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 2fr 1fr;
  justify-content: stretch;
}

.as-of-label {
  color: var(--standard-text-gray);
  align-items: center;
  font-size: .75rem;
  display: flex;
}

.label-price-transparency-file {
  color: var(--blue-brand);
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.date-as-of {
  color: var(--standard-text-gray);
  align-items: center;
  padding-left: .25rem;
  font-size: .75rem;
  display: flex;
}

.as-of-date-wrapper {
  align-items: flex-start;
  display: flex;
}

.size-of-file, .file-type-text {
  color: var(--standard-text-gray);
  font-size: .75rem;
}

.file-type-suffix {
  color: var(--standard-text-gray);
  padding-left: .5rem;
  font-size: .75rem;
}

.view-type-tab-wrapper {
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.state-dropdown {
  margin-left: 0;
}

.dropdown-list.w--open {
  width: auto;
  max-width: none;
  background-color: #fff;
  overflow: scroll;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.state-label {
  color: #adadad;
}

.icon {
  color: var(--blue-brand);
}

.section-divider-line {
  height: .5px;
  background-color: #adadad;
  margin-top: -.5rem;
}

.number-of-results-wrapper {
  display: flex;
}

.number-of-results {
  color: #555;
  font-weight: 300;
}

.results-label {
  color: #555;
  margin-left: .25rem;
  font-weight: 300;
}

.search-result-item-wrapper {
  margin-top: .5rem;
}

.search-result-item-divider {
  height: .5px;
  background-color: #c6c6c6;
  margin-top: 15px;
}

.file-type-wrapper {
  align-items: flex-start;
  display: flex;
}

.no-machine-readable-file-wrapper {
  justify-content: center;
  display: flex;
}

.no-machine-readable-file-found-text {
  color: var(--light-gray);
}

.state-abbreviation {
  width: auto;
  color: var(--standard-text-gray);
  text-align: left;
  object-fit: fill;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 2px 38px;
  display: flex;
  overflow: visible;
}

.state-abbreviation:hover {
  background-color: rgba(0, 89, 167, .1);
}

.icon-tab {
  margin-left: 20px;
}

.icon-tab.tab-deselected {
  color: var(--light-gray);
}

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

.phone-number {
  color: var(--standard-text-gray);
}

.details-hospital-info-wrapper {
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.back-to-opening-map-link-block {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.back-to-opening-map-link-block.bottom-padding-back-to-map-link.w--current {
  margin-bottom: 0;
}

.label-back-to-search {
  margin-left: .5rem;
  font-size: 1rem;
}

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

.details-map-thumbnail-wrapper {
  object-fit: fill;
  margin-top: 1rem;
  position: static;
}

.grid-hospital-details {
  grid-column-gap: 16px;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.details-address-link-wrapper {
  text-decoration: none;
  display: flex;
}

.details-hospital-street-address {
  margin-left: .5rem;
  display: block;
}

.details-hospital-city-state-zip {
  word-break: normal;
  overflow-wrap: normal;
  margin-left: 2rem;
}

.details-address-icon-link {
  min-width: 1.5px;
}

.details-address-icon-link.hide-map-pin-blue {
  display: none;
}

.link-block-4 {
  text-decoration: none;
  display: flex;
}

.link-block-5 {
  display: block;
}

.details-hospital-phone-number-wrapper {
  color: var(--standard-text-gray);
  margin-top: .75rem;
  margin-left: .5px;
  text-decoration: none;
  display: flex;
}

.details-hospital-phone-number {
  margin-left: .5rem;
}

.map-pin-blue-icon-wrapper {
  min-width: 1.5rem;
  text-align: center;
  display: block;
}

.phone-icon-blue-wrapper {
  min-width: 1.5rem;
  text-align: center;
}

.details-hospital-ccn-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: .5rem;
  padding-left: 2rem;
  display: flex;
}

.details-hospital-ccn-label {
  color: var(--standard-text-gray);
  font-weight: 400;
}

.details-hospital-ccn-number {
  color: var(--standard-text-gray);
  margin-left: .5rem;
}

.details-latest-price-transparency-files-wrapper {
  width: 32rem;
  background-color: rgba(0, 89, 167, .1);
  flex-direction: column;
  padding-top: 1rem;
  display: flex;
}

.details-title-price-transparency-files {
  color: var(--standard-text-gray);
  text-align: center;
  font-weight: 600;
}

.details-price-transparency-file-links-wrapper.padding-small {
  flex-direction: column;
}

.details-price-transparency-page-link-wrapper {
  word-break: break-all;
}

.details-price-transparency-file-url {
  font-size: .75rem;
}

.details-stored-files-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.details-files-divider-line {
  height: .5px;
  background-color: #adadad;
}

.details-title-stored-files {
  color: var(--standard-text-gray);
  font-weight: 500;
}

.stored-files-divider-line {
  height: .5px;
  background-color: var(--light-gray);
  padding-right: 0;
}

.details-report-issue-form-wrapper {
  justify-content: center;
  display: flex;
}

.button-report-issue-form {
  border: .5px solid var(--standard-text-gray);
  color: var(--standard-text-gray);
  background-color: #fff;
  font-size: .75rem;
  font-weight: 300;
}

.map-plus-pagenav-wrapper {
  width: 40rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.back-to-details-link-block {
  margin-bottom: .5rem;
  display: flex;
}

.hospital-name-map-header-nav {
  margin-left: .5rem;
}

.body {
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.phone-number-with-icon-search-result {
  flex-wrap: nowrap;
  display: flex;
}

.website-with-icon-search-result {
  margin-left: 1.5rem;
  display: flex;
}

.page-back-navigation-wrapper {
  width: 500px;
  display: block;
}

.map-detail-image {
  text-align: left;
}

.map-detail-image-wrapper {
  justify-content: center;
  display: flex;
}

.social-media-icon {
  margin-left: 28.8px;
}

.header-announcement-bar-wrapper {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
  position: relative;
}

.header-title-nav-wrapper {
  width: 100%;
  background-color: #fff;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.header-nav-wrapper {
  justify-content: center;
  margin-right: 10vw;
  display: flex;
}

.header-display-desktop {
  width: 100%;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.header-title {
  margin-left: 3vw;
}

.header-nav {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-nav.mobile-nav {
  flex-direction: row;
  justify-content: flex-end;
}

.header-nav-list {
  margin-right: 2vw;
}

.header-actions-header-actions--right {
  align-items: center;
  display: flex;
}

.header-actions-action-header-actions-action--social {
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.header-nav-item-header-nav-item--collection {
  text-transform: uppercase;
  margin-left: 1.2vw;
  padding: 0 0 1.6px 0;
}

.header-nav-item-header-nav-item--collection:active {
  text-decoration: underline;
}

.header-nav-item-header-nav-item--folder {
  text-transform: uppercase;
  padding-bottom: 0;
  padding-left: 2vw;
  padding-right: 0;
}

.header-nav-item-header-nav-item--folder.select-language {
  text-transform: none;
  padding-top: 0;
}

.class-header-nav-item-header-nav-item--collection {
  margin-left: 1.2vw;
  padding: 0 0 1.6px 0;
}

.dropdown-toggle-2 {
  padding-bottom: 0;
  padding-left: 2vw;
  padding-right: 0;
}

.dropdown-toggle-2.w--open {
  padding-bottom: 20px;
}

.dropdown-toggle-2.header-nav-item-header-nav-item--folder {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-toggle-2.header-nav-item-header-nav-item--folder.mobile-nav-sub-dropdown-item {
  margin-left: 0;
  padding-left: 0;
}

.dropdown-list-2 {
  background-color: #584d4d;
  display: none;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  margin-top: 1.25vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -10%;
}

.dropdown-link {
  text-align: right;
  padding: 0 10px;
}

.dropdown-link.first-link-top-padding {
  padding-top: .75vw;
}

.footer-wrapper {
  width: 100%;
  max-width: none;
  background-color: var(--blue-brand);
  justify-content: center;
  margin-top: auto;
  padding: 1vmax 0 1vmax 17px;
  display: flex;
  position: relative;
}

.footer-content {
  width: 100%;
}

.footer-layout {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr 1fr 1fr .75fr 1fr 1fr .5fr .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.image {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
}

.image.logo-footer-white {
  width: 184px;
  height: 46px;
}

.footer-link {
  color: #fff;
  white-space: normal;
  word-break: normal;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.footer-link-block {
  padding-left: 17px;
  padding-right: 17px;
}

.footer-social-media-icons-wrapper {
  color: #000;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-social-media-icon-link-block {
  margin-left: 20px;
  display: block;
}

.btn-footer-subscribe-for-updates-wrapper {
  justify-content: center;
  padding-right: 0;
  display: flex;
  position: relative;
}

.button-2 {
  background-color: var(--red-brand);
  text-align: center;
  font-size: 21px;
  font-weight: 500;
}

.footer-copyright {
  padding-top: 17px;
  padding-bottom: 17px;
}

.copyright-text {
  color: #fff;
}

.nav-dropdown, .nav-dropdown.mobile-nav-dropdown {
  margin-left: 1.2vw;
  padding-bottom: 1.6px;
}

.body-2 {
  flex-direction: column;
  display: flex;
}

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

.feedback-form-pop-up-wrapper {
  z-index: 9999;
  opacity: 0;
  background-color: rgba(0, 89, 167, .95);
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-block {
  width: 100%;
  max-width: 500px;
}

.feedback-form-labels {
  color: #fff;
}

.feedback-form-labels.subject-feddback-form {
  margin-top: 2vw;
}

.feedback-form-submit-btn {
  background-color: var(--red-brand);
  margin-top: 2vw;
}

.textarea {
  min-height: 100px;
}

.link {
  color: rgba(255, 255, 255, .8);
}

.pop-up-close {
  color: rgba(255, 255, 255, .8);
  position: absolute;
  top: 5%;
  right: 5%;
}

.feedback-form-title {
  color: #fff;
  margin-bottom: 3vw;
  font-weight: 500;
}

.section-map-selector-paragraphs {
  display: block;
}

.heading {
  font-size: 3rem;
  font-weight: 700;
}

.heading.heading-style-h2 {
  color: var(--blue-brand);
  font-size: 2.25rem;
}

.page-title-wrapper {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.header-text-map-wrapper {
  flex-direction: column;
  display: flex;
}

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

.header-text.header-text-first-paragraph {
  margin-top: 0;
}

.header-text-link {
  color: #000;
  font-weight: 500;
}

.header-map-wrapper {
  flex-direction: column;
  align-items: center;
  display: block;
}

.header-map-title-embed {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.map-title {
  color: #000;
  margin-top: 1rem;
  padding-top: 0;
  padding-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.image-2 {
  display: none;
}

.div-block-2 {
  width: auto;
}

.section-back-button-opening-map, .back-button-opening-map-wrapper {
  display: block;
}

.label-back-to-map {
  margin-left: .5rem;
}

.back-to-search-link-block {
  margin-bottom: .25rem;
  display: flex;
}

.temp-link-to-files-search-results {
  color: #000;
}

.mobile-button-to-search, .section-mobile-back-button-and-directive {
  display: none;
}

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

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .search {
    width: 30rem;
  }

  .view-label {
    display: none;
  }

  .info-hospital-search-result-wrapper {
    grid-template-columns: 4.75fr 3.25fr .75fr;
  }

  .website-search-result {
    display: flex;
  }

  .ccn-number-search-result {
    margin-left: .75rem;
  }

  .label-price-transparency-file {
    color: var(--blue-brand);
    font-size: 1rem;
  }

  .icon-tab.mobile-icon-tab-left {
    margin-left: 0;
  }

  .phone-number {
    min-width: auto;
  }

  .phone-number-with-icon-search-result {
    min-width: 9rem;
  }

  .website-with-icon-search-result {
    margin-left: .75rem;
  }

  .header-title-nav-wrapper.mobile-nav {
    justify-content: space-between;
    display: flex;
  }

  .header-title {
    margin-left: 20px;
  }

  .header-actions-action-header-actions-action--social {
    display: none;
  }

  .footer-layout {
    grid-template-columns: .75fr .25fr 1fr 1fr .75fr 1fr 1fr .5fr;
  }

  .footer-social-media-icon-link-block {
    margin-left: 20px;
  }

  .menu-button {
    margin-left: 80px;
  }

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

  .page-title-wrapper {
    text-align: center;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .search {
    min-width: auto;
  }

  .info-hospital-search-result-wrapper {
    grid-column-gap: 15px;
    grid-template-columns: 6fr .5fr 1.25fr;
  }

  .file-download-info-search-result {
    margin-top: .5rem;
    display: none;
  }

  .file-download-info-search-result.detail-stored-files-variant {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .price-transparency-file-grid {
    grid-template-columns: 2.5fr .25fr;
    display: none;
  }

  .label-price-transparency-file {
    font-size: 1rem;
  }

  .view-type-tab-wrapper {
    margin-left: 0;
    display: none;
  }

  .no-machine-readable-file-wrapper {
    margin-top: .5rem;
    display: none;
  }

  .icon-tab.mobile-icon-tab-left {
    margin-left: 0;
  }

  .link-block.details-link-wrapper {
    margin-top: .5rem;
    display: none;
  }

  .details-map-thumbnail-wrapper {
    display: none;
  }

  .details-hospital-phone-number-wrapper.mobile-icon-link-invoke-event, .details-phone-icon-link.mobile-icon-invoke-call {
    color: var(--blue-brand);
  }

  .website-with-icon-search-result {
    display: none;
  }

  .header-announcement-bar-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .header-title-nav-wrapper.mobile-nav {
    justify-content: space-between;
  }

  .header-title {
    justify-content: center;
    display: block;
  }

  .header-actions-header-actions--right {
    display: block;
  }

  .footer-layout {
    grid-template-columns: .75fr .25fr 1fr 1fr;
  }

  .logo-mobile {
    height: 50px;
  }

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

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

  .section-back-button-opening-map {
    display: none;
  }

  .section-mobile-back-button-and-directive {
    display: block;
  }

  .back-button-mobile-to-intro {
    display: flex;
  }

  .label-back-to-intro {
    margin-left: .5rem;
  }

  .back-to-intro-link {
    margin-left: 0;
    display: flex;
  }

  .heading-2.select-state-to-begin-header {
    font-weight: 500;
  }

  .back-to-intro-select-state-wrapper {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .select-a-state-to-begin-title {
    margin-left: 4vw;
  }
}

@media screen and (max-width: 479px) {
  img {
    display: inline-block;
  }

  .padding-small.moble-header-text {
    padding-top: 0;
  }

  .padding-small.padding-top-mobile-back-button {
    padding-top: .5rem;
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .search-viewtabs-wrapper {
    min-width: 100px;
    flex-wrap: wrap;
    flex: 1;
    grid-template-columns: .25fr 1.65fr;
    grid-auto-flow: column dense;
  }

  .search-primary-state-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: stretch;
    display: flex;
  }

  .search {
    width: auto;
    min-width: auto;
  }

  .search-input {
    min-height: auto;
    min-width: 6rem;
    color: var(--standard-text-gray);
    flex: 0 auto;
  }

  .search-input::-ms-input-placeholder {
    font-weight: 400;
  }

  .search-input::placeholder {
    font-weight: 400;
  }

  .search-button {
    background-image: url('../images/ICON_Search-Files.svg');
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-toggle {
    z-index: 1;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    flex-wrap: nowrap;
    padding-left: 20px;
    padding-right: 40px;
    display: flex;
  }

  .dropdown-toggle.w--open {
    background-color: #fff;
  }

  .name-hospital-seach-result {
    font-size: 1rem;
    font-weight: 500;
  }

  .info-hospital-search-result-wrapper {
    grid-template-columns: 3fr 2fr 1fr;
  }

  .hospital-info-grid {
    grid-row-gap: .25rem;
    grid-template-columns: 1.75fr .25fr 1.25fr;
  }

  .icon-search-result, .icon-search-result.icon-website {
    display: block;
  }

  .website-search-result {
    align-items: center;
    display: none;
  }

  .file-download-info-search-result {
    grid-template-columns: .25fr 1.5fr;
    display: none;
  }

  .price-transparency-file-grid {
    display: none;
  }

  .label-price-transparency-file {
    align-items: flex-start;
    font-size: 1rem;
  }

  .view-type-tab-wrapper {
    justify-content: flex-start;
    display: none;
  }

  .state-dropdown {
    z-index: 1;
  }

  .dropdown-list {
    background-color: #c7a1a1;
  }

  .dropdown-list.w--open {
    background-color: #fff;
  }

  .state-label {
    color: #adadad;
    font-size: .85rem;
  }

  .number-of-results-wrapper {
    margin-bottom: .5rem;
  }

  .search-result-item-wrapper {
    margin-top: .125rem;
  }

  .search-result-item-wrapper.mobile-search-result-card-style {
    border: 1px none var(--light-gray);
    border-radius: 10px;
    margin-bottom: 1rem;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 1px 15px rgba(173, 173, 173, .35);
  }

  .no-machine-readable-file-wrapper {
    justify-content: flex-start;
    display: none;
  }

  .icon-tab.mobile-icon-tab-left {
    margin-left: 0;
  }

  .link-block.details-link-wrapper {
    display: none;
  }

  .details-hospital-info-wrapper {
    max-width: 22rem;
    grid-column-gap: 16px;
    grid-row-gap: .125rem;
    flex-wrap: wrap;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    align-items: stretch;
    display: flex;
    position: static;
    overflow: visible;
  }

  .hospital-url {
    word-break: break-all;
    font-size: .75rem;
    display: block;
  }

  .label-back-to-search {
    font-size: 1rem;
  }

  .link-block-3 {
    display: block;
  }

  .details-map-thumbnail-wrapper {
    display: none;
  }

  .details-address-phone-ccn-wrapper {
    flex-wrap: wrap;
    display: flex;
  }

  .details-hospital-ccn-wrapper {
    display: flex;
  }

  .details-latest-price-transparency-files-wrapper {
    width: auto;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .details-price-transparency-file-links-wrapper.padding-small {
    padding-left: 0;
    padding-right: 0;
  }

  .details-stored-files-wrapper.padding-xsmall {
    display: flex;
  }

  .details-files-divider-line {
    height: .5px;
    border: 1px #000;
    display: block;
  }

  .stored-files-divider-line {
    height: .5px;
    background-color: var(--light-gray);
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-report-issue-form {
    font-weight: 400;
  }

  .map-plus-pagenav-wrapper {
    width: auto;
    align-items: flex-start;
  }

  .page-back-navigation-wrapper {
    width: auto;
  }

  .header-title-nav-wrapper.mobile-nav {
    justify-content: center;
  }

  .header-nav-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 2vw;
    font-size: .75rem;
  }

  .header-title {
    margin-left: 0;
    padding-left: 0;
  }

  .header-nav.mobile-nav {
    max-width: none;
    flex: 0 auto;
    order: 1;
    justify-content: center;
  }

  .header-nav-list {
    z-index: 3;
    width: 100%;
    height: 100vh;
    text-align: left;
    background-color: #ffefe5;
    flex-direction: column;
    flex: 0 auto;
    order: 1;
    align-items: flex-start;
    display: block;
    position: absolute;
  }

  .header-actions-header-actions--right {
    order: 0;
  }

  .header-actions-action-header-actions-action--social {
    display: none;
  }

  .header-nav-item-header-nav-item--collection {
    order: 0;
    justify-content: flex-start;
    margin-left: 4vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 2vw;
    display: flex;
  }

  .header-nav-item-header-nav-item--collection.files-nav-mobile {
    padding-top: 1vw;
  }

  .class-header-nav-item-header-nav-item--collection {
    text-align: left;
    justify-content: flex-start;
    padding-top: 1vw;
    padding-bottom: 1vw;
    display: flex;
  }

  .dropdown-toggle-2.header-nav-item-header-nav-item--folder {
    text-align: left;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2vw;
    display: flex;
  }

  .dropdown-toggle-2.header-nav-item-header-nav-item--folder.mobile-nav-sub-dropdown-item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2vw;
  }

  .dropdown-list-2 {
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-top: 3px;
    display: none;
  }

  .dropdown-list-2.w--open {
    z-index: 10;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    font-size: .8rem;
    display: flex;
  }

  .dropdown-link {
    padding-top: 10px;
  }

  .dropdown-link.first-link-top-padding {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-layout {
    grid-template-columns: 1fr;
  }

  .footer-link {
    font-size: .75rem;
  }

  .button-2.mobile-subscribe-btn {
    font-size: 16px;
  }

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

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

  .menu-button {
    background-color: #fff;
    margin-left: -60px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .logo-mobile {
    width: auto;
    height: 50px;
  }

  .nav-dropdown {
    justify-content: flex-start;
    padding-top: 1vw;
    padding-bottom: 1vw;
    display: flex;
  }

  .nav-dropdown.mobile-nav-dropdown {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .dropdown-2 {
    text-align: left;
    justify-content: flex-start;
    padding-top: 1vw;
    padding-bottom: 1vw;
    display: flex;
  }

  .icon-2 {
    color: #000;
  }

  .dropdown-3 {
    text-align: left;
    justify-content: flex-start;
    padding-top: 1vw;
    padding-bottom: 1vw;
    display: flex;
  }

  .text-block-2 {
    display: block;
  }

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

  .dropdown-4 {
    padding-top: 1vw;
    padding-bottom: 1vw;
    display: block;
  }

  .feedback-form-pop-up-wrapper {
    margin: 0;
    padding: 5vw;
  }

  .feedback-form-labels.subject-feddback-form {
    margin-top: 7vw;
  }

  .feedback-form-submit-btn {
    margin-top: 5vw;
  }

  .feedback-form-title {
    margin-bottom: 5vw;
  }

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

  .heading.heading-style-h2.mobile-header-title {
    margin-top: 1rem;
  }

  .header-text {
    margin-top: 2vw;
  }

  .header-text.header-text-first-paragraph {
    margin-top: 1vw;
  }

  .header-text.header-text-first-paragraph.header-text-first-paragraph-mobile {
    margin-top: 3vw;
  }

  .header-map-wrapper {
    display: none;
  }

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

  .html-embed, .section-back-button-opening-map {
    display: none;
  }

  .back-button-opening-map-wrapper, .mobile-button-to-search {
    display: block;
  }

  .mobile-button-to-files-wrapper {
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .link-mobile-go-to-search {
    font-size: 1.25rem;
  }

  .button-3, .button-moble-go-to-search {
    background-color: var(--red-brand);
  }

  .div-block-3 {
    width: 100%;
    flex: 0 auto;
    display: flex;
  }

  .section-mobile-back-button-and-directive {
    display: block;
  }

  .back-button-mobile-to-intro {
    width: auto;
    display: block;
  }

  .label-back-to-intro {
    margin-left: .5rem;
  }

  .back-to-intro-link {
    margin-bottom: .5rem;
    display: flex;
  }

  .heading-2 {
    text-align: center;
    text-transform: none;
    padding-top: .1rem;
    font-size: 1rem;
    font-weight: 500;
  }

  .back-to-intro-select-state-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    display: flex;
  }

  .select-a-state-to-begin-title {
    color: #555;
    font-weight: 400;
  }
}

#w-node-_34990411-b491-27f0-e130-2ace6346199e-6346199a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_34990411-b491-27f0-e130-2ace634619a0-6346199a, #w-node-_34990411-b491-27f0-e130-2ace634619a3-6346199a, #w-node-_34990411-b491-27f0-e130-2ace634619a6-6346199a, #w-node-_34990411-b491-27f0-e130-2ace634619a9-6346199a, #w-node-_34990411-b491-27f0-e130-2ace634619ac-6346199a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34990411-b491-27f0-e130-2ace634619af-6346199a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_34990411-b491-27f0-e130-2ace634619b8-6346199a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_114a0f28-4e1e-1765-5c50-b6d979b05d96-b803862d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b46f49af-6191-255e-db1e-8cdb0ea4a8b9-b803862d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4e8266c1-6898-cec1-579e-b783d40089d2-b803862d, #w-node-a3eac0d5-a762-3b16-4265-45a9441bbf19-b803862d, #w-node-b21336b7-8f6f-1864-bc30-4228286cdd1d-b803862d, #w-node-_7dd16fd3-3280-13fe-c21d-f4250d73c833-b803862d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31d4f197-fc05-af3b-883d-723a5b83e473-b803862d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_30f6308c-0019-93ef-16ca-8a8953b08de9-b803862d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_30f6308c-0019-93ef-16ca-8a8953b08dea-b803862d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_30f6308c-0019-93ef-16ca-8a8953b08dee-b803862d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_30f6308c-0019-93ef-16ca-8a8953b08df0-b803862d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30f6308c-0019-93ef-16ca-8a8953b08df3-b803862d {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_30f6308c-0019-93ef-16ca-8a8953b08df4-b803862d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30f6308c-0019-93ef-16ca-8a8953b08df8-b803862d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_98b5c460-d52d-32b3-9a8a-13cc76ac7409-b803862d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_98b5c460-d52d-32b3-9a8a-13cc76ac740a-b803862d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_98b5c460-d52d-32b3-9a8a-13cc76ac740e-b803862d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_98b5c460-d52d-32b3-9a8a-13cc76ac7410-b803862d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98b5c460-d52d-32b3-9a8a-13cc76ac7413-b803862d {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_98b5c460-d52d-32b3-9a8a-13cc76ac7414-b803862d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98b5c460-d52d-32b3-9a8a-13cc76ac7418-b803862d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bea526bf-9473-0ea5-fb04-65587f00d402-b803862f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-bea526bf-9473-0ea5-fb04-65587f00d416-b803862f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-b8038631 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-b8038631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-b8038631 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-b8038631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-b8038631 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-b8038631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-b8038631 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-b8038631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-b8038631 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-b8038631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-b8038631, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-b8038631, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-b8038631, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-b8038631, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-b8038631, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-b8038631, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-b8038631, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-b8038631, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-b8038631, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-b8038631, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-b8038631 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-b8038631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-b8038631 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-b8038631, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-b8038631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-b8038631 {
  justify-self: start;
}

#w-node-d8765c65-11ad-846f-f1c1-142c65ab61e5-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-b60bfa4d-5437-36b4-276a-9b44a953e336-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fc1225e1-6f93-de75-1473-ff91af888cfb-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc1225e1-6f93-de75-1473-ff91af888cfc-66daa052 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fc1225e1-6f93-de75-1473-ff91af888cfd-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc1225e1-6f93-de75-1473-ff91af888d00-66daa052 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fc1225e1-6f93-de75-1473-ff91af888d06-66daa052, #w-node-fc1225e1-6f93-de75-1473-ff91af888d08-66daa052, #w-node-fc1225e1-6f93-de75-1473-ff91af888d09-66daa052, #w-node-fc1225e1-6f93-de75-1473-ff91af888d0b-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc1225e1-6f93-de75-1473-ff91af888d0e-66daa052 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fc1225e1-6f93-de75-1473-ff91af888d0f-66daa052 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fc1225e1-6f93-de75-1473-ff91af888d10-66daa052 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1bda2d84-714b-6b54-ec6a-c61fea702d65-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_772d3570-0118-e217-2909-753d705dab64-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc1225e1-6f93-de75-1473-ff91af888d17-66daa052 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-fc1225e1-6f93-de75-1473-ff91af888d18-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc1225e1-6f93-de75-1473-ff91af888d1c-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fc1225e1-6f93-de75-1473-ff91af888d1e-66daa052, #w-node-_2d27962f-7c6d-48b1-bf35-95d0b94e0b34-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d27962f-7c6d-48b1-bf35-95d0b94e0b35-66daa052 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2d27962f-7c6d-48b1-bf35-95d0b94e0b36-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d27962f-7c6d-48b1-bf35-95d0b94e0b39-66daa052 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2d27962f-7c6d-48b1-bf35-95d0b94e0b40-66daa052, #w-node-_2d27962f-7c6d-48b1-bf35-95d0b94e0b42-66daa052, #w-node-_2d27962f-7c6d-48b1-bf35-95d0b94e0b43-66daa052, #w-node-_2d27962f-7c6d-48b1-bf35-95d0b94e0b45-66daa052, #w-node-_109767a6-8f8a-b4cc-6208-035cc649a2a8-66daa052, #w-node-_6cf1222f-a434-5222-4463-1b91a15f1819-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cf1222f-a434-5222-4463-1b91a15f181a-66daa052 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6cf1222f-a434-5222-4463-1b91a15f181b-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cf1222f-a434-5222-4463-1b91a15f181e-66daa052 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6cf1222f-a434-5222-4463-1b91a15f1825-66daa052, #w-node-_6cf1222f-a434-5222-4463-1b91a15f1827-66daa052, #w-node-_6cf1222f-a434-5222-4463-1b91a15f1828-66daa052, #w-node-_6cf1222f-a434-5222-4463-1b91a15f182a-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cf1222f-a434-5222-4463-1b91a15f182d-66daa052 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6cf1222f-a434-5222-4463-1b91a15f182e-66daa052 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6cf1222f-a434-5222-4463-1b91a15f182f-66daa052 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6cf1222f-a434-5222-4463-1b91a15f1833-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6cf1222f-a434-5222-4463-1b91a15f1835-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cf1222f-a434-5222-4463-1b91a15f1838-66daa052 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_6cf1222f-a434-5222-4463-1b91a15f1839-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cf1222f-a434-5222-4463-1b91a15f183d-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6cf1222f-a434-5222-4463-1b91a15f183f-66daa052, #w-node-d905741c-5f7f-c827-08cd-7c94d2b6c983-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d905741c-5f7f-c827-08cd-7c94d2b6c984-66daa052 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d905741c-5f7f-c827-08cd-7c94d2b6c985-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d905741c-5f7f-c827-08cd-7c94d2b6c988-66daa052 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d905741c-5f7f-c827-08cd-7c94d2b6c98f-66daa052, #w-node-d905741c-5f7f-c827-08cd-7c94d2b6c991-66daa052, #w-node-d905741c-5f7f-c827-08cd-7c94d2b6c992-66daa052, #w-node-d905741c-5f7f-c827-08cd-7c94d2b6c994-66daa052, #w-node-d905741c-5f7f-c827-08cd-7c94d2b6c999-66daa052, #w-node-a8053753-2f88-80d2-8bb8-e8dc67c4756b-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8053753-2f88-80d2-8bb8-e8dc67c4756c-66daa052 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a8053753-2f88-80d2-8bb8-e8dc67c4756d-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8053753-2f88-80d2-8bb8-e8dc67c47570-66daa052 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a8053753-2f88-80d2-8bb8-e8dc67c47577-66daa052, #w-node-a8053753-2f88-80d2-8bb8-e8dc67c47579-66daa052, #w-node-a8053753-2f88-80d2-8bb8-e8dc67c4757a-66daa052, #w-node-a8053753-2f88-80d2-8bb8-e8dc67c4757c-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8053753-2f88-80d2-8bb8-e8dc67c4757f-66daa052 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a8053753-2f88-80d2-8bb8-e8dc67c47580-66daa052 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a8053753-2f88-80d2-8bb8-e8dc67c47581-66daa052 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a8053753-2f88-80d2-8bb8-e8dc67c47585-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a8053753-2f88-80d2-8bb8-e8dc67c47587-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8053753-2f88-80d2-8bb8-e8dc67c4758a-66daa052 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-a8053753-2f88-80d2-8bb8-e8dc67c4758b-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8053753-2f88-80d2-8bb8-e8dc67c4758f-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a8053753-2f88-80d2-8bb8-e8dc67c47591-66daa052, #w-node-_07d812d6-4689-4cee-8b91-b322222d8612-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d812d6-4689-4cee-8b91-b322222d8613-66daa052 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_07d812d6-4689-4cee-8b91-b322222d8614-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d812d6-4689-4cee-8b91-b322222d8617-66daa052 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_07d812d6-4689-4cee-8b91-b322222d861e-66daa052, #w-node-_07d812d6-4689-4cee-8b91-b322222d8620-66daa052, #w-node-_07d812d6-4689-4cee-8b91-b322222d8621-66daa052, #w-node-_07d812d6-4689-4cee-8b91-b322222d8623-66daa052, #w-node-_07d812d6-4689-4cee-8b91-b322222d8628-66daa052, #w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c15a-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c15b-66daa052 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c15c-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c15f-66daa052 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c166-66daa052, #w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c168-66daa052, #w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c169-66daa052, #w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c16b-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c16e-66daa052 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c16f-66daa052 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c170-66daa052 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c174-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c176-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c179-66daa052 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c17a-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c17e-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c180-66daa052, #w-node-_395d2ad2-f1d9-1490-162f-a9b3134744ab-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_395d2ad2-f1d9-1490-162f-a9b3134744ac-66daa052 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_395d2ad2-f1d9-1490-162f-a9b3134744ad-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_395d2ad2-f1d9-1490-162f-a9b3134744b0-66daa052 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_395d2ad2-f1d9-1490-162f-a9b3134744b7-66daa052, #w-node-_395d2ad2-f1d9-1490-162f-a9b3134744b9-66daa052, #w-node-_395d2ad2-f1d9-1490-162f-a9b3134744ba-66daa052, #w-node-_395d2ad2-f1d9-1490-162f-a9b3134744bc-66daa052, #w-node-_395d2ad2-f1d9-1490-162f-a9b3134744c1-66daa052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fc1225e1-6f93-de75-1473-ff91af888d00-66daa052, #w-node-_2d27962f-7c6d-48b1-bf35-95d0b94e0b39-66daa052, #w-node-_6cf1222f-a434-5222-4463-1b91a15f181e-66daa052, #w-node-d905741c-5f7f-c827-08cd-7c94d2b6c988-66daa052, #w-node-a8053753-2f88-80d2-8bb8-e8dc67c47570-66daa052, #w-node-_07d812d6-4689-4cee-8b91-b322222d8617-66daa052, #w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c15f-66daa052, #w-node-_395d2ad2-f1d9-1490-162f-a9b3134744b0-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_114a0f28-4e1e-1765-5c50-b6d979b05d96-b803862d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a3eac0d5-a762-3b16-4265-45a9441bbf19-b803862d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fc1225e1-6f93-de75-1473-ff91af888cfb-66daa052, #w-node-fc1225e1-6f93-de75-1473-ff91af888cfc-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fc1225e1-6f93-de75-1473-ff91af888d00-66daa052 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fc1225e1-6f93-de75-1473-ff91af888d0e-66daa052 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2d27962f-7c6d-48b1-bf35-95d0b94e0b34-66daa052, #w-node-_2d27962f-7c6d-48b1-bf35-95d0b94e0b35-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2d27962f-7c6d-48b1-bf35-95d0b94e0b39-66daa052 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cf1222f-a434-5222-4463-1b91a15f1819-66daa052, #w-node-_6cf1222f-a434-5222-4463-1b91a15f181a-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6cf1222f-a434-5222-4463-1b91a15f181e-66daa052 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cf1222f-a434-5222-4463-1b91a15f182d-66daa052 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d905741c-5f7f-c827-08cd-7c94d2b6c983-66daa052, #w-node-d905741c-5f7f-c827-08cd-7c94d2b6c984-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d905741c-5f7f-c827-08cd-7c94d2b6c988-66daa052 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8053753-2f88-80d2-8bb8-e8dc67c4756b-66daa052, #w-node-a8053753-2f88-80d2-8bb8-e8dc67c4756c-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a8053753-2f88-80d2-8bb8-e8dc67c47570-66daa052 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8053753-2f88-80d2-8bb8-e8dc67c4757f-66daa052 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_07d812d6-4689-4cee-8b91-b322222d8612-66daa052, #w-node-_07d812d6-4689-4cee-8b91-b322222d8613-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_07d812d6-4689-4cee-8b91-b322222d8617-66daa052 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c15a-66daa052, #w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c15b-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c15f-66daa052 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c16e-66daa052 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_395d2ad2-f1d9-1490-162f-a9b3134744ab-66daa052, #w-node-_395d2ad2-f1d9-1490-162f-a9b3134744ac-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_395d2ad2-f1d9-1490-162f-a9b3134744b0-66daa052 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_34990411-b491-27f0-e130-2ace6346199e-6346199a {
    justify-self: center;
  }

  #w-node-_34990411-b491-27f0-e130-2ace634619a0-6346199a, #w-node-_34990411-b491-27f0-e130-2ace634619a3-6346199a, #w-node-_34990411-b491-27f0-e130-2ace634619a6-6346199a, #w-node-_34990411-b491-27f0-e130-2ace634619a9-6346199a, #w-node-_34990411-b491-27f0-e130-2ace634619ac-6346199a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_114a0f28-4e1e-1765-5c50-b6d979b05d96-b803862d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b46f49af-6191-255e-db1e-8cdb0ea4a8b9-b803862d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_30f6308c-0019-93ef-16ca-8a8953b08dee-b803862d, #w-node-_30f6308c-0019-93ef-16ca-8a8953b08df8-b803862d, #w-node-_98b5c460-d52d-32b3-9a8a-13cc76ac740e-b803862d, #w-node-_98b5c460-d52d-32b3-9a8a-13cc76ac7418-b803862d {
    justify-self: center;
  }

  #w-node-fc1225e1-6f93-de75-1473-ff91af888cfc-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fc1225e1-6f93-de75-1473-ff91af888d00-66daa052 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fc1225e1-6f93-de75-1473-ff91af888d0d-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fc1225e1-6f93-de75-1473-ff91af888d0e-66daa052 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1bda2d84-714b-6b54-ec6a-c61fea702d65-66daa052, #w-node-fc1225e1-6f93-de75-1473-ff91af888d1c-66daa052 {
    justify-self: center;
  }

  #w-node-fc1225e1-6f93-de75-1473-ff91af888d1e-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_2d27962f-7c6d-48b1-bf35-95d0b94e0b35-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2d27962f-7c6d-48b1-bf35-95d0b94e0b39-66daa052 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_109767a6-8f8a-b4cc-6208-035cc649a297-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_109767a6-8f8a-b4cc-6208-035cc649a2a8-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_6cf1222f-a434-5222-4463-1b91a15f181a-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6cf1222f-a434-5222-4463-1b91a15f181e-66daa052 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6cf1222f-a434-5222-4463-1b91a15f182c-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6cf1222f-a434-5222-4463-1b91a15f182d-66daa052 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6cf1222f-a434-5222-4463-1b91a15f1833-66daa052, #w-node-_6cf1222f-a434-5222-4463-1b91a15f183d-66daa052 {
    justify-self: center;
  }

  #w-node-_6cf1222f-a434-5222-4463-1b91a15f183f-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-d905741c-5f7f-c827-08cd-7c94d2b6c984-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d905741c-5f7f-c827-08cd-7c94d2b6c988-66daa052 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d905741c-5f7f-c827-08cd-7c94d2b6c996-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d905741c-5f7f-c827-08cd-7c94d2b6c999-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-a8053753-2f88-80d2-8bb8-e8dc67c4756c-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a8053753-2f88-80d2-8bb8-e8dc67c47570-66daa052 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a8053753-2f88-80d2-8bb8-e8dc67c4757e-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a8053753-2f88-80d2-8bb8-e8dc67c4757f-66daa052 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a8053753-2f88-80d2-8bb8-e8dc67c47585-66daa052, #w-node-a8053753-2f88-80d2-8bb8-e8dc67c4758f-66daa052 {
    justify-self: center;
  }

  #w-node-a8053753-2f88-80d2-8bb8-e8dc67c47591-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_07d812d6-4689-4cee-8b91-b322222d8613-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_07d812d6-4689-4cee-8b91-b322222d8617-66daa052 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_07d812d6-4689-4cee-8b91-b322222d8625-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_07d812d6-4689-4cee-8b91-b322222d8628-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c15b-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c15f-66daa052 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c16d-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c16e-66daa052 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c174-66daa052, #w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c17e-66daa052 {
    justify-self: center;
  }

  #w-node-f7f698a7-868f-76d9-3a9d-4f9a1317c180-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_395d2ad2-f1d9-1490-162f-a9b3134744ac-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_395d2ad2-f1d9-1490-162f-a9b3134744b0-66daa052 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_395d2ad2-f1d9-1490-162f-a9b3134744be-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_395d2ad2-f1d9-1490-162f-a9b3134744c1-66daa052 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}