/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
  * Baseline
  * ------------------------------------------------------------------------ */
/*
  * Fonts
  * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Line Clamp
 * ------------------------------------------------------------------------ */
/*
 * Legacy browsers
 * Use these only at the root level of the stylesheet.
 * ------------------------------------------------------------------------ */
/*
 * TEXT
 * Text styles that can be used by @extend
 * ========================================================================== */
.AccordionPanel_textUppercase_36Sjp {
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.AccordionPanel_textFieldTitle_2zqb1 {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
  line-height: 20px; }

.AccordionPanel_textSmoothing_1YNQP, .AccordionPanel_textPageTitle_2g2uj {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.AccordionPanel_textPageTitle_2g2uj {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
  line-height: 28px; }
  @media only screen and (min-width: 33.5rem) {
    .AccordionPanel_textPageTitle_2g2uj {
      font-size: 2.125rem;
      line-height: 40px;
      letter-spacing: -0.015em; } }

/*
 * OTHER
 * Other styles that can be used by @extend
 * ========================================================================== */
.AccordionPanel_screenreaderOnly_3UKMZ {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); }

.AccordionPanel_resetScreenreaderOnly_11s_d {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: auto;
  clip: none;
  -webkit-clip-path: none;
          clip-path: none; }

.AccordionPanel_listUnstyled_16pEK {
  padding-left: 0;
  list-style: none; }

.AccordionPanel_buttonUnstyled_ffF9p {
  display: block;
  border: none; }

.AccordionPanel_shadow_2jdnn {
  -webkit-box-shadow: 0 1px 4px rgba(5, 5, 5, 0.3);
          box-shadow: 0 1px 4px rgba(5, 5, 5, 0.3); }

.AccordionPanel_mobileFullscreenFallback_2XbeK {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%; }
  .AccordionPanel_mobileFullscreenFallback_2XbeK > *:first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.AccordionPanel_accordion_YzNNd {
  display: block;
  margin-bottom: 1px; }

.AccordionPanel_panel_1Jl6X {
  padding: 16px 8px;
  border: 1px solid #ccc;
  border-top: none; }
  @media only screen and (min-width: 33.5rem) {
    .AccordionPanel_panel_1Jl6X {
      padding: 24px 16px; } }

.AccordionPanel_title_6_9La {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 16px 8px;
  color: #111;
  font-weight: 500;
  text-align: left;
  background: #ccc;
  cursor: pointer; }
  @media only screen and (min-width: 33.5rem) {
    .AccordionPanel_title_6_9La {
      padding: 16px; } }
  .AccordionPanel_title_6_9La span {
    margin-left: auto; }
  .AccordionPanel_title_6_9La .AccordionPanel_buttonIcon_3uuia {
    margin-left: auto; }
    .AccordionPanel_title_6_9La .AccordionPanel_buttonIcon_3uuia svg {
      max-height: 32px; }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
  * Baseline
  * ------------------------------------------------------------------------ */
/*
  * Fonts
  * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Line Clamp
 * ------------------------------------------------------------------------ */
/*
 * Legacy browsers
 * Use these only at the root level of the stylesheet.
 * ------------------------------------------------------------------------ */
/*
 * TEXT
 * Text styles that can be used by @extend
 * ========================================================================== */
.FeatureCards_textUppercase_3apDM, .FeatureCards_type_3mbXa {
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.FeatureCards_textFieldTitle_1hTof {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
  line-height: 20px; }

.FeatureCards_textSmoothing_3Qcxi, .FeatureCards_textPageTitle_1iR6P {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.FeatureCards_textPageTitle_1iR6P {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
  line-height: 28px; }
  @media only screen and (min-width: 33.5rem) {
    .FeatureCards_textPageTitle_1iR6P {
      font-size: 2.125rem;
      line-height: 40px;
      letter-spacing: -0.015em; } }

/*
 * OTHER
 * Other styles that can be used by @extend
 * ========================================================================== */
.FeatureCards_screenreaderOnly_JetVD {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); }

.FeatureCards_resetScreenreaderOnly_Pda-m {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: auto;
  clip: none;
  -webkit-clip-path: none;
          clip-path: none; }

.FeatureCards_listUnstyled_3EsRR {
  padding-left: 0;
  list-style: none; }

.FeatureCards_buttonUnstyled_2NebS {
  display: block;
  border: none; }

.FeatureCards_shadow_1iPFx {
  -webkit-box-shadow: 0 1px 4px rgba(5, 5, 5, 0.3);
          box-shadow: 0 1px 4px rgba(5, 5, 5, 0.3); }

.FeatureCards_mobileFullscreenFallback_aH3LB {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%; }
  .FeatureCards_mobileFullscreenFallback_aH3LB > *:first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.FeatureCards_relatedContent_3zOJp {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 33.5rem) {
    .FeatureCards_relatedContent_3zOJp {
      width: 100%;
      margin-left: unset;
      padding-left: unset; } }

.FeatureCards_items_37wPX {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100vw;
  margin-right: -16px;
  margin-left: -16px;
  padding-right: 16px;
  padding-left: 16px;
  -ms-scroll-snap-type: unset;
      scroll-snap-type: unset;
  overflow-y: hidden; }
  @media only screen and (min-width: 33.5rem) {
    .FeatureCards_items_37wPX {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row;
      width: auto; } }

.FeatureCards_item_3R8WU {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 85%;
  margin-right: 16px;
  scroll-snap-align: center;
  /* older (Safari) */
  -ms-scroll-snap-coordinate: 0% 0%;
      scroll-snap-coordinate: 0% 0%;
  /* older (Firefox/IE) */ }
  .FeatureCards_item_3R8WU > a {
    height: 100%; }
  @media only screen and (min-width: 33.5rem) {
    .FeatureCards_item_3R8WU {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0%;
              flex: 1 1 0%;
      width: auto;
      margin-right: 24px; }
      .FeatureCards_item_3R8WU:last-child {
        margin-right: 0; } }
  .FeatureCards_item_3R8WU a {
    text-decoration: none; }
  .FeatureCards_item_3R8WU .FeatureCards_imageContainer_1wtGe {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    text-align: center; }
  .FeatureCards_item_3R8WU .FeatureCards_image_1m7Lb {
    width: 100%;
    height: auto; }
  .FeatureCards_item_3R8WU .FeatureCards_info_1Z-Z6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 16px;
    background-color: #fff; }
  .FeatureCards_item_3R8WU .FeatureCards_title_3PwNp {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 1.125rem;
    font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
    line-height: 28px; }
  .FeatureCards_item_3R8WU:last-child::after {
    content: '';
    position: absolute;
    right: -16px;
    display: block;
    width: 16px;
    height: 1px; }

.FeatureCards_type_3mbXa {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1; }

.FeatureCards_description_6BMS0 {
  margin-bottom: 0;
  font-size: 1rem; }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
  * Baseline
  * ------------------------------------------------------------------------ */
/*
  * Fonts
  * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Line Clamp
 * ------------------------------------------------------------------------ */
/*
 * Legacy browsers
 * Use these only at the root level of the stylesheet.
 * ------------------------------------------------------------------------ */
/*
 * TEXT
 * Text styles that can be used by @extend
 * ========================================================================== */
.Accordion_textUppercase_2OG90 {
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.Accordion_textFieldTitle_3CGuO {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
  line-height: 20px; }

.Accordion_textSmoothing_2sIRt, .Accordion_textPageTitle_2hFsO {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.Accordion_textPageTitle_2hFsO {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
  line-height: 28px; }
  @media only screen and (min-width: 33.5rem) {
    .Accordion_textPageTitle_2hFsO {
      font-size: 2.125rem;
      line-height: 40px;
      letter-spacing: -0.015em; } }

/*
 * OTHER
 * Other styles that can be used by @extend
 * ========================================================================== */
.Accordion_screenreaderOnly_Iz5cX {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); }

.Accordion_resetScreenreaderOnly_3iPq- {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: auto;
  clip: none;
  -webkit-clip-path: none;
          clip-path: none; }

.Accordion_listUnstyled_1q-Z4 {
  padding-left: 0;
  list-style: none; }

.Accordion_buttonUnstyled_1RgsM {
  display: block;
  border: none; }

.Accordion_shadow_murq_ {
  -webkit-box-shadow: 0 1px 4px rgba(5, 5, 5, 0.3);
          box-shadow: 0 1px 4px rgba(5, 5, 5, 0.3); }

.Accordion_mobileFullscreenFallback_2fqe6 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%; }
  .Accordion_mobileFullscreenFallback_2fqe6 > *:first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.Accordion_accordion_3A3i_ {
  display: block;
  margin-bottom: 16px; }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
  * Baseline
  * ------------------------------------------------------------------------ */
/*
  * Fonts
  * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Line Clamp
 * ------------------------------------------------------------------------ */
/*
 * Legacy browsers
 * Use these only at the root level of the stylesheet.
 * ------------------------------------------------------------------------ */
/*
 * TEXT
 * Text styles that can be used by @extend
 * ========================================================================== */
.HierarchyIndentMarker_textUppercase_WBgd4 {
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.HierarchyIndentMarker_textFieldTitle_1CG_h {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
  line-height: 20px; }

.HierarchyIndentMarker_textSmoothing_1phsj, .HierarchyIndentMarker_textPageTitle_pQqLv {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.HierarchyIndentMarker_textPageTitle_pQqLv {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
  line-height: 28px; }
  @media only screen and (min-width: 33.5rem) {
    .HierarchyIndentMarker_textPageTitle_pQqLv {
      font-size: 2.125rem;
      line-height: 40px;
      letter-spacing: -0.015em; } }

/*
 * OTHER
 * Other styles that can be used by @extend
 * ========================================================================== */
.HierarchyIndentMarker_screenreaderOnly_aX8JP {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); }

.HierarchyIndentMarker_resetScreenreaderOnly_33puD {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: auto;
  clip: none;
  -webkit-clip-path: none;
          clip-path: none; }

.HierarchyIndentMarker_listUnstyled_2wkTi {
  padding-left: 0;
  list-style: none; }

.HierarchyIndentMarker_buttonUnstyled_1ZxUt {
  display: block;
  border: none; }

.HierarchyIndentMarker_shadow_1e6Rv {
  -webkit-box-shadow: 0 1px 4px rgba(5, 5, 5, 0.3);
          box-shadow: 0 1px 4px rgba(5, 5, 5, 0.3); }

.HierarchyIndentMarker_mobileFullscreenFallback_klJtM {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%; }
  .HierarchyIndentMarker_mobileFullscreenFallback_klJtM > *:first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.HierarchyIndentMarker_hierarchyIndentMarker_18MF1 {
  display: block;
  width: 8px;
  height: 26.4px; }

.HierarchyIndentMarker_levelIndicator_2XReg {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #f68b1f;
  border-left: 1px solid #f68b1f; }
  .HierarchyIndentMarker_digitalCollection_1BF54 .HierarchyIndentMarker_levelIndicator_2XReg {
    border-bottom-color: #64c3af;
    border-left-color: #64c3af; }

.HierarchyIndentMarker_pointer_PbzB- {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -5.5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #f68b1f; }
  .HierarchyIndentMarker_digitalCollection_1BF54 .HierarchyIndentMarker_pointer_PbzB- {
    border-left-color: #64c3af; }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
  * Baseline
  * ------------------------------------------------------------------------ */
/*
  * Fonts
  * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Line Clamp
 * ------------------------------------------------------------------------ */
/*
 * Legacy browsers
 * Use these only at the root level of the stylesheet.
 * ------------------------------------------------------------------------ */
/*
 * TEXT
 * Text styles that can be used by @extend
 * ========================================================================== */
.MiniHierarchyContainer_textUppercase_i_NDy, .MiniHierarchyContainer_levelHeading_2TH1U {
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.MiniHierarchyContainer_textFieldTitle_2tRRb {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
  line-height: 20px; }

.MiniHierarchyContainer_textSmoothing_3XCxz, .MiniHierarchyContainer_textPageTitle_3yWMk {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.MiniHierarchyContainer_textPageTitle_3yWMk {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
  line-height: 28px; }
  @media only screen and (min-width: 33.5rem) {
    .MiniHierarchyContainer_textPageTitle_3yWMk {
      font-size: 2.125rem;
      line-height: 40px;
      letter-spacing: -0.015em; } }

/*
 * OTHER
 * Other styles that can be used by @extend
 * ========================================================================== */
.MiniHierarchyContainer_screenreaderOnly_1BlmV {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); }

.MiniHierarchyContainer_resetScreenreaderOnly_EVx3b {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: auto;
  clip: none;
  -webkit-clip-path: none;
          clip-path: none; }

.MiniHierarchyContainer_listUnstyled_8GiET {
  padding-left: 0;
  list-style: none; }

.MiniHierarchyContainer_buttonUnstyled_h1-Sd {
  display: block;
  border: none; }

.MiniHierarchyContainer_shadow_2Zjfz {
  -webkit-box-shadow: 0 1px 4px rgba(5, 5, 5, 0.3);
          box-shadow: 0 1px 4px rgba(5, 5, 5, 0.3); }

.MiniHierarchyContainer_mobileFullscreenFallback_FQkxl {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%; }
  .MiniHierarchyContainer_mobileFullscreenFallback_FQkxl > *:first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.MiniHierarchyContainer_miniHierarchy_2JMnr {
  display: block; }

.MiniHierarchyContainer_title_1xS72 {
  margin-bottom: 16px;
  font-size: 1.125rem;
  line-height: 28px; }

.MiniHierarchyContainer_levelHeading_2TH1U {
  position: relative;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #333;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px; }
  .MiniHierarchyContainer_levelHeading_2TH1U span {
    color: #555;
    font-weight: 400;
    font-size: 0.875rem;
    text-transform: none; }

.MiniHierarchyContainer_firstLevelButton_1fkvc {
  margin-top: 0; }

.MiniHierarchyContainer_indentMarker_2nRpH {
  position: absolute;
  top: -16px;
  left: 0; }

.MiniHierarchyContainer_moreButton_3dpc5 {
  margin-bottom: 16px;
  padding: 0.3em 8px;
  color: #fff;
  font-size: 0.75rem;
  font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  background: #333; }

.MiniHierarchyContainer_levelIndent_20unE {
  position: relative;
  padding-bottom: 8px;
  padding-left: 32px; }

.MiniHierarchyContainer_modal_qg6k3 {
  max-width: 80rem; }
  @media only screen and (min-width: 33.5rem) {
    .MiniHierarchyContainer_modal_qg6k3 {
      height: auto; } }

.MiniHierarchyContainer_hierarchyBrowserButton_wPJWg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 36ch; }

