Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Creative Cloud/Components/Discover/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Creative Cloud/Components/Discover/DiscoverLayouts.css

.spectrum-StatusLight {
  min-height: 32px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;

  padding: 6px 0px;
  box-sizing: border-box;

  font-size: 14px;
  font-weight: 400;
}
.spectrum-StatusLight::before {
    content: '';
    flex-grow: 0;
    flex-shrink: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 6px 12px;
  }
.spectrum-StatusLight--neutral {
  font-style: italic;
}

.spectrum--light .spectrum-StatusLight {
  color: rgb(75, 75, 75);
}
.spectrum--light .spectrum-StatusLight[disabled],
.spectrum--light .spectrum-StatusLight.is-disabled {
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-StatusLight[disabled]::before,
.spectrum--light .spectrum-StatusLight.is-disabled::before {
      background-color: rgb(202, 202, 202);
    }
.spectrum--light .spectrum-StatusLight--negative::before {
  background-color: rgb(227, 72, 80);
}
.spectrum--light .spectrum-StatusLight--notice::before {
  background-color: rgb(230, 134, 25);
}
.spectrum--light .spectrum-StatusLight--positive::before {
  background-color: rgb(45, 157, 120);
}
.spectrum--light .spectrum-StatusLight--info::before,
.spectrum--light .spectrum-StatusLight--active::before {
  background-color: rgb(38, 128, 235);
}
.spectrum--light .spectrum-StatusLight--neutral {
  color: rgb(110, 110, 110);
}
.spectrum--light .spectrum-StatusLight--neutral::before {
    background-color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-StatusLight--celery::before {
  background-color: rgb(68, 181, 86);
}
.spectrum--light .spectrum-StatusLight--yellow::before {
  background-color: rgb(223, 191, 0);
}
.spectrum--light .spectrum-StatusLight--fuchsia::before {
  background-color: rgb(192, 56, 204);
}
.spectrum--light .spectrum-StatusLight--indigo::before {
  background-color: rgb(103, 103, 236);
}
.spectrum--light .spectrum-StatusLight--seafoam::before {
  background-color: rgb(27, 149, 154);
}
.spectrum--light .spectrum-StatusLight--chartreuse::before {
  background-color: rgb(133, 208, 68);
}
.spectrum--light .spectrum-StatusLight--magenta::before {
  background-color: rgb(216, 55, 144);
}
.spectrum--light .spectrum-StatusLight--purple::before {
  background-color: rgb(146, 86, 217);
}

.spectrum--darkest .spectrum-StatusLight {
  color: rgb(200, 200, 200);
}
.spectrum--darkest .spectrum-StatusLight[disabled],
.spectrum--darkest .spectrum-StatusLight.is-disabled {
    color: rgb(92, 92, 92);
  }
.spectrum--darkest .spectrum-StatusLight[disabled]::before,
.spectrum--darkest .spectrum-StatusLight.is-disabled::before {
      background-color: rgb(73, 73, 73);
    }
.spectrum--darkest .spectrum-StatusLight--negative::before {
  background-color: rgb(215, 55, 63);
}
.spectrum--darkest .spectrum-StatusLight--notice::before {
  background-color: rgb(218, 123, 17);
}
.spectrum--darkest .spectrum-StatusLight--positive::before {
  background-color: rgb(38, 142, 108);
}
.spectrum--darkest .spectrum-StatusLight--info::before,
.spectrum--darkest .spectrum-StatusLight--active::before {
  background-color: rgb(20, 115, 230);
}
.spectrum--darkest .spectrum-StatusLight--neutral {
  color: rgb(162, 162, 162);
}
.spectrum--darkest .spectrum-StatusLight--neutral::before {
    background-color: rgb(92, 92, 92);
  }
.spectrum--darkest .spectrum-StatusLight--celery::before {
  background-color: rgb(61, 167, 78);
}
.spectrum--darkest .spectrum-StatusLight--yellow::before {
  background-color: rgb(210, 178, 0);
}
.spectrum--darkest .spectrum-StatusLight--fuchsia::before {
  background-color: rgb(177, 48, 189);
}
.spectrum--darkest .spectrum-StatusLight--indigo::before {
  background-color: rgb(92, 92, 224);
}
.spectrum--darkest .spectrum-StatusLight--seafoam::before {
  background-color: rgb(22, 135, 140);
}
.spectrum--darkest .spectrum-StatusLight--chartreuse::before {
  background-color: rgb(124, 195, 63);
}
.spectrum--darkest .spectrum-StatusLight--magenta::before {
  background-color: rgb(202, 41, 150);
}
.spectrum--darkest .spectrum-StatusLight--purple::before {
  background-color: rgb(134, 76, 204);
}

.spectrum-Icon,
.spectrum-UIIcon {
  display: inline-block;
  color: inherit;
  fill: currentColor;
  pointer-events: none;
}
.spectrum-Icon:not(:root), .spectrum-UIIcon:not(:root) {
    overflow: hidden;
  }
.spectrum-Icon--sizeXXS,
  .spectrum-Icon--sizeXXS img,
  .spectrum-Icon--sizeXXS svg {
    height: 9px;
    width: 9px;
  }
.spectrum-Icon--sizeXS,
  .spectrum-Icon--sizeXS img,
  .spectrum-Icon--sizeXS svg {
    height: 12px;
    width: 12px;
  }
.spectrum-Icon--sizeS,
  .spectrum-Icon--sizeS img,
  .spectrum-Icon--sizeS svg {
    height: 18px;
    width: 18px;
  }
.spectrum-Icon--sizeM,
  .spectrum-Icon--sizeM img,
  .spectrum-Icon--sizeM svg {
    height: 24px;
    width: 24px;
  }
.spectrum-Icon--sizeL,
  .spectrum-Icon--sizeL img,
  .spectrum-Icon--sizeL svg {
    height: 36px;
    width: 36px;
  }
.spectrum-Icon--sizeXL,
  .spectrum-Icon--sizeXL img,
  .spectrum-Icon--sizeXL svg {
    height: 48px;
    width: 48px;
  }
.spectrum-Icon--sizeXXL,
  .spectrum-Icon--sizeXXL img,
  .spectrum-Icon--sizeXXL svg {
    height: 72px;
    width: 72px;
  }
.spectrum--medium .spectrum-UIIcon--large {
    display: none;
  }
.spectrum--medium .spectrum-UIIcon--medium {
    display: inline;
  }
.spectrum--large .spectrum-UIIcon--medium {
    display: none;
  }
.spectrum--large .spectrum-UIIcon--large {
    display: inline;
  }
.spectrum--large {
  --ui-icon-large-display: block;
  --ui-icon-medium-display: none;
}
.spectrum--medium {
  --ui-icon-medium-display: block;
  --ui-icon-large-display: none;
}
.spectrum-UIIcon--large {
  display: var(--ui-icon-large-display);
}
.spectrum-UIIcon--medium {
  display: var(--ui-icon-medium-display);
}
.spectrum-UIIcon-AlertMedium {
  width: 18px;
  height: 18px;
}
.spectrum-UIIcon-AlertSmall {
  width: 14px;
  height: 14px;
}
.spectrum-UIIcon-ArrowDownSmall {
  width: 8px;
  height: 10px;
}
.spectrum-UIIcon-ArrowLeftMedium {
  width: 14px;
  height: 10px;
}
.spectrum-UIIcon-Asterisk {
  width: 8px;
  height: 8px;
}
.spectrum-UIIcon-CheckmarkMedium {
  width: 12px;
  height: 12px;
}
.spectrum-UIIcon-CheckmarkSmall {
  width: 10px;
  height: 10px;
}
.spectrum-UIIcon-ChevronDownMedium {
  width: 10px;
  height: 6px;
}
.spectrum-UIIcon-ChevronDownSmall {
  width: 8px;
  height: 6px;
}
.spectrum-UIIcon-ChevronLeftLarge {
  width: 12px;
  height: 16px;
}
.spectrum-UIIcon-ChevronLeftMedium {
  width: 6px;
  height: 10px;
}
.spectrum-UIIcon-ChevronRightLarge {
  width: 12px;
  height: 16px;
}
.spectrum-UIIcon-ChevronRightMedium {
  width: 6px;
  height: 10px;
}
.spectrum-UIIcon-ChevronRightSmall {
  width: 6px;
  height: 8px;
}
.spectrum-UIIcon-ChevronUpSmall {
  width: 8px;
  height: 6px;
}
.spectrum-UIIcon-CornerTriangle {
  width: 5px;
  height: 5px;
}
.spectrum-UIIcon-CrossLarge {
  width: 12px;
  height: 12px;
}
.spectrum-UIIcon-CrossMedium {
  width: 8px;
  height: 8px;
}
.spectrum-UIIcon-CrossSmall {
  width: 8px;
  height: 8px;
}
.spectrum-UIIcon-DashSmall {
  width: 10px;
  height: 10px;
}
.spectrum-UIIcon-DoubleGripper {
  width: 16px;
  height: 4px;
}
.spectrum-UIIcon-FolderBreadcrumb {
  width: 18px;
  height: 18px;
}
.spectrum-UIIcon-HelpMedium {
  width: 18px;
  height: 18px;
}
.spectrum-UIIcon-HelpSmall {
  width: 14px;
  height: 14px;
}
.spectrum-UIIcon-InfoMedium {
  width: 18px;
  height: 18px;
}
.spectrum-UIIcon-InfoSmall {
  width: 14px;
  height: 14px;
}
.spectrum-UIIcon-Magnifier {
  width: 16px;
  height: 16px;
}
.spectrum-UIIcon-SkipLeft {
  width: 9px;
  height: 10px;
}
.spectrum-UIIcon-SkipRight {
  width: 9px;
  height: 10px;
}
.spectrum-UIIcon-Star {
  width: 18px;
  height: 18px;
}
.spectrum-UIIcon-StarOutline {
  width: 18px;
  height: 18px;
}
.spectrum-UIIcon-SuccessMedium {
  width: 18px;
  height: 18px;
}
.spectrum-UIIcon-SuccessSmall {
  width: 14px;
  height: 14px;
}
.spectrum-UIIcon-TripleGripper {
  width: 10px;
  height: 7px;
}

.discover-custom-icon{color:inherit;display:inline-block;fill:currentColor;margin-right:.5rem;pointer-events:none;height:1.125rem}.discover-custom-icon .icon-image{height:auto;width:1.125rem}.discover-custom-icon.featured-default-icon{background-image:url(../../Components/Container/resources/assets/Featured-Default-Icon.3013bd72f236cab29d67.svg);background-size:1.125rem auto;width:1.125rem}.discover-module-icon{margin-right:.5rem;width:1.125rem}
.spectrum--light {
  --spectrum-global-color-celery-400: rgb(68, 181, 86);
  --spectrum-global-color-celery-500: rgb(61, 167, 78);
  --spectrum-global-color-celery-600: rgb(55, 153, 71);
  --spectrum-global-color-celery-700: rgb(49, 139, 64);
  --spectrum-global-color-chartreuse-400: rgb(133, 208, 68);
  --spectrum-global-color-chartreuse-500: rgb(124, 195, 63);
  --spectrum-global-color-chartreuse-600: rgb(115, 181, 58);
  --spectrum-global-color-chartreuse-700: rgb(106, 168, 52);
  --spectrum-global-color-yellow-400: rgb(223, 191, 0);
  --spectrum-global-color-yellow-500: rgb(210, 178, 0);
  --spectrum-global-color-yellow-600: rgb(196, 166, 0);
  --spectrum-global-color-yellow-700: rgb(183, 153, 0);
  --spectrum-global-color-magenta-400: rgb(216, 55, 144);
  --spectrum-global-color-magenta-500: rgb(206, 39, 131);
  --spectrum-global-color-magenta-600: rgb(188, 28, 116);
  --spectrum-global-color-magenta-700: rgb(174, 14, 102);
  --spectrum-global-color-fuchsia-400: rgb(192, 56, 204);
  --spectrum-global-color-fuchsia-500: rgb(177, 48, 189);
  --spectrum-global-color-fuchsia-600: rgb(162, 40, 173);
  --spectrum-global-color-fuchsia-700: rgb(147, 33, 158);
  --spectrum-global-color-purple-400: rgb(146, 86, 217);
  --spectrum-global-color-purple-500: rgb(134, 76, 204);
  --spectrum-global-color-purple-600: rgb(122, 66, 191);
  --spectrum-global-color-purple-700: rgb(111, 56, 177);
  --spectrum-global-color-indigo-400: rgb(103, 103, 236);
  --spectrum-global-color-indigo-500: rgb(92, 92, 224);
  --spectrum-global-color-indigo-600: rgb(81, 81, 211);
  --spectrum-global-color-indigo-700: rgb(70, 70, 198);
  --spectrum-global-color-seafoam-400: rgb(27, 149, 154);
  --spectrum-global-color-seafoam-500: rgb(22, 135, 140);
  --spectrum-global-color-seafoam-600: rgb(15, 121, 125);
  --spectrum-global-color-seafoam-700: rgb(9, 108, 111);
  --spectrum-global-color-red-400: rgb(227, 72, 80);
  --spectrum-global-color-red-500: rgb(215, 55, 63);
  --spectrum-global-color-red-600: rgb(201, 37, 45);
  --spectrum-global-color-red-700: rgb(187, 18, 26);
  --spectrum-global-color-orange-400: rgb(230, 134, 25);
  --spectrum-global-color-orange-500: rgb(218, 123, 17);
  --spectrum-global-color-orange-600: rgb(203, 111, 16);
  --spectrum-global-color-orange-700: rgb(189, 100, 13);
  --spectrum-global-color-green-400: rgb(45, 157, 120);
  --spectrum-global-color-green-500: rgb(38, 142, 108);
  --spectrum-global-color-green-600: rgb(18, 128, 92);
  --spectrum-global-color-green-700: rgb(16, 113, 84);
  --spectrum-global-color-blue-400: rgb(38, 128, 235);
  --spectrum-global-color-blue-500: rgb(20, 115, 230);
  --spectrum-global-color-blue-600: rgb(13, 102, 208);
  --spectrum-global-color-blue-700: rgb(9, 90, 186);
  --spectrum-global-color-gray-50: rgb(255, 255, 255);
  --spectrum-global-color-gray-75: rgb(250, 250, 250);
  --spectrum-global-color-gray-100: rgb(245, 245, 245);
  --spectrum-global-color-gray-200: rgb(234, 234, 234);
  --spectrum-global-color-gray-300: rgb(225, 225, 225);
  --spectrum-global-color-gray-400: rgb(202, 202, 202);
  --spectrum-global-color-gray-500: rgb(179, 179, 179);
  --spectrum-global-color-gray-600: rgb(142, 142, 142);
  --spectrum-global-color-gray-700: rgb(110, 110, 110);
  --spectrum-global-color-gray-800: rgb(75, 75, 75);
  --spectrum-global-color-gray-900: rgb(44, 44, 44);
  --spectrum-alias-background-color-modal-overlay: rgba(0,0,0,0.4);
  --spectrum-alias-dropshadow-color: rgba(0,0,0,0.15);
  --spectrum-alias-background-color-hover-overlay: rgba(44,44,44,0.04);
  --spectrum-alias-highlight-hover: rgba(44,44,44,0.06);
  --spectrum-alias-highlight-active: rgba(44,44,44,0.1);
  --spectrum-alias-highlight-selected: rgba(20,115,230,0.1);
  --spectrum-alias-highlight-selected-hover: rgba(20,115,230,0.2);
  --spectrum-alias-text-highlight-color: rgba(20,115,230,0.2);
  --spectrum-alias-background-color-quickactions: rgba(245,245,245,0.9);
  --spectrum-alias-radial-reaction-color-default: rgba(75,75,75,0.6);
  --spectrum-alias-pasteboard-background-color: var(--spectrum-global-color-gray-300);
  --spectrum-alias-appframe-border-color: var(--spectrum-global-color-gray-300);
  --spectrum-alias-appframe-separator-color: var(--spectrum-global-color-gray-300);
  --spectrum-colorarea-border-color: rgba(44,44,44,0.1);
  --spectrum-colorarea-border-color-hover: rgba(44,44,44,0.1);
  --spectrum-colorarea-border-color-down: rgba(44,44,44,0.1);
  --spectrum-colorarea-border-color-key-focus: rgba(44,44,44,0.1);
  --spectrum-colorslider-border-color: rgba(44,44,44,0.1);
  --spectrum-colorslider-border-color-hover: rgba(44,44,44,0.1);
  --spectrum-colorslider-border-color-down: rgba(44,44,44,0.1);
  --spectrum-colorslider-border-color-key-focus: rgba(44,44,44,0.1);
  --spectrum-colorslider-vertical-border-color: rgba(44,44,44,0.1);
  --spectrum-colorslider-vertical-border-color-hover: rgba(44,44,44,0.1);
  --spectrum-colorslider-vertical-border-color-down: rgba(44,44,44,0.1);
  --spectrum-colorslider-vertical-border-color-key-focus: rgba(44,44,44,0.1);
  --spectrum-colorwheel-border-color: rgba(44,44,44,0.1);
  --spectrum-colorwheel-border-color-hover: rgba(44,44,44,0.1);
  --spectrum-colorwheel-border-color-down: rgba(44,44,44,0.1);
  --spectrum-colorwheel-border-color-key-focus: rgba(44,44,44,0.1);
  --spectrum-miller-column-item-background-color-selected: rgba(20,115,230,0.1);
  --spectrum-miller-column-item-background-color-selected-hover: rgba(20,115,230,0.2);
  --spectrum-tabs-compact-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-compact-vertical-rule-color: var(--spectrum-global-color-gray-200);
  --spectrum-tabs-compact-vertical-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-compact-vertical-emphasized-rule-color: var(--spectrum-global-color-gray-200);
  --spectrum-tabs-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-compact-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-compact-vertical-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-vertical-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-well-background-color: rgba(75,75,75,0.02);
  --spectrum-well-border-color: rgba(44,44,44,0.05);
}

.spectrum--darkest {
  --spectrum-global-color-celery-400: rgb(61, 167, 78);
  --spectrum-global-color-celery-500: rgb(68, 181, 86);
  --spectrum-global-color-celery-600: rgb(75, 195, 95);
  --spectrum-global-color-celery-700: rgb(81, 210, 103);
  --spectrum-global-color-chartreuse-400: rgb(124, 195, 63);
  --spectrum-global-color-chartreuse-500: rgb(133, 208, 68);
  --spectrum-global-color-chartreuse-600: rgb(142, 222, 73);
  --spectrum-global-color-chartreuse-700: rgb(155, 236, 84);
  --spectrum-global-color-yellow-400: rgb(210, 178, 0);
  --spectrum-global-color-yellow-500: rgb(223, 191, 0);
  --spectrum-global-color-yellow-600: rgb(237, 204, 0);
  --spectrum-global-color-yellow-700: rgb(250, 217, 0);
  --spectrum-global-color-magenta-400: rgb(202, 41, 150);
  --spectrum-global-color-magenta-500: rgb(216, 55, 144);
  --spectrum-global-color-magenta-600: rgb(226, 73, 157);
  --spectrum-global-color-magenta-700: rgb(236, 90, 170);
  --spectrum-global-color-fuchsia-400: rgb(177, 48, 189);
  --spectrum-global-color-fuchsia-500: rgb(192, 56, 204);
  --spectrum-global-color-fuchsia-600: rgb(207, 62, 220);
  --spectrum-global-color-fuchsia-700: rgb(217, 81, 229);
  --spectrum-global-color-purple-400: rgb(134, 76, 204);
  --spectrum-global-color-purple-500: rgb(146, 86, 217);
  --spectrum-global-color-purple-600: rgb(157, 100, 225);
  --spectrum-global-color-purple-700: rgb(168, 115, 223);
  --spectrum-global-color-indigo-400: rgb(92, 92, 224);
  --spectrum-global-color-indigo-500: rgb(103, 103, 236);
  --spectrum-global-color-indigo-600: rgb(117, 117, 241);
  --spectrum-global-color-indigo-700: rgb(130, 130, 246);
  --spectrum-global-color-seafoam-400: rgb(22, 135, 140);
  --spectrum-global-color-seafoam-500: rgb(27, 149, 154);
  --spectrum-global-color-seafoam-600: rgb(32, 163, 168);
  --spectrum-global-color-seafoam-700: rgb(35, 178, 184);
  --spectrum-global-color-red-400: rgb(215, 55, 63);
  --spectrum-global-color-red-500: rgb(227, 72, 80);
  --spectrum-global-color-red-600: rgb(236, 91, 98);
  --spectrum-global-color-red-700: rgb(247, 109, 116);
  --spectrum-global-color-orange-400: rgb(218, 123, 17);
  --spectrum-global-color-orange-500: rgb(230, 134, 25);
  --spectrum-global-color-orange-600: rgb(242, 148, 35);
  --spectrum-global-color-orange-700: rgb(249, 164, 63);
  --spectrum-global-color-green-400: rgb(38, 142, 108);
  --spectrum-global-color-green-500: rgb(45, 157, 120);
  --spectrum-global-color-green-600: rgb(51, 171, 132);
  --spectrum-global-color-green-700: rgb(57, 185, 144);
  --spectrum-global-color-blue-400: rgb(20, 115, 230);
  --spectrum-global-color-blue-500: rgb(38, 128, 235);
  --spectrum-global-color-blue-600: rgb(55, 142, 240);
  --spectrum-global-color-blue-700: rgb(75, 156, 245);
  --spectrum-global-color-gray-50: rgb(8, 8, 8);
  --spectrum-global-color-gray-75: rgb(26, 26, 26);
  --spectrum-global-color-gray-100: rgb(30, 30, 30);
  --spectrum-global-color-gray-200: rgb(44, 44, 44);
  --spectrum-global-color-gray-300: rgb(57, 57, 57);
  --spectrum-global-color-gray-400: rgb(73, 73, 73);
  --spectrum-global-color-gray-500: rgb(92, 92, 92);
  --spectrum-global-color-gray-600: rgb(124, 124, 124);
  --spectrum-global-color-gray-700: rgb(162, 162, 162);
  --spectrum-global-color-gray-800: rgb(200, 200, 200);
  --spectrum-global-color-gray-900: rgb(239, 239, 239);
  --spectrum-alias-background-color-modal-overlay: rgba(0,0,0,0.6);
  --spectrum-alias-dropshadow-color: rgba(0,0,0,0.8);
  --spectrum-alias-background-color-hover-overlay: rgba(239,239,239,0.08);
  --spectrum-alias-highlight-hover: rgba(239,239,239,0.08);
  --spectrum-alias-highlight-active: rgba(239,239,239,0.15);
  --spectrum-alias-highlight-selected: rgba(38,128,235,0.2);
  --spectrum-alias-highlight-selected-hover: rgba(38,128,235,0.3);
  --spectrum-alias-text-highlight-color: rgba(38,128,235,0.3);
  --spectrum-alias-background-color-quickactions: rgba(30,30,30,0.9);
  --spectrum-alias-radial-reaction-color-default: rgba(200,200,200,0.6);
  --spectrum-alias-pasteboard-background-color: var(--spectrum-global-color-gray-50);
  --spectrum-alias-appframe-border-color: var(--spectrum-global-color-gray-50);
  --spectrum-alias-appframe-separator-color: var(--spectrum-global-color-gray-50);
  --spectrum-colorarea-border-color: rgba(239,239,239,0.1);
  --spectrum-colorarea-border-color-hover: rgba(239,239,239,0.1);
  --spectrum-colorarea-border-color-down: rgba(239,239,239,0.1);
  --spectrum-colorarea-border-color-key-focus: rgba(239,239,239,0.1);
  --spectrum-colorslider-border-color: rgba(239,239,239,0.1);
  --spectrum-colorslider-border-color-hover: rgba(239,239,239,0.1);
  --spectrum-colorslider-border-color-down: rgba(239,239,239,0.1);
  --spectrum-colorslider-border-color-key-focus: rgba(239,239,239,0.1);
  --spectrum-colorslider-vertical-border-color: rgba(239,239,239,0.1);
  --spectrum-colorslider-vertical-border-color-hover: rgba(239,239,239,0.1);
  --spectrum-colorslider-vertical-border-color-down: rgba(239,239,239,0.1);
  --spectrum-colorslider-vertical-border-color-key-focus: rgba(239,239,239,0.1);
  --spectrum-colorwheel-border-color: rgba(239,239,239,0.1);
  --spectrum-colorwheel-border-color-hover: rgba(239,239,239,0.1);
  --spectrum-colorwheel-border-color-down: rgba(239,239,239,0.1);
  --spectrum-colorwheel-border-color-key-focus: rgba(239,239,239,0.1);
  --spectrum-miller-column-item-background-color-selected: rgba(38,128,235,0.1);
  --spectrum-miller-column-item-background-color-selected-hover: rgba(38,128,235,0.2);
  --spectrum-tabs-compact-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-compact-vertical-rule-color: var(--spectrum-global-color-gray-200);
  --spectrum-tabs-compact-vertical-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-compact-vertical-emphasized-rule-color: var(--spectrum-global-color-gray-200);
  --spectrum-tabs-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-compact-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-compact-vertical-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-vertical-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-well-background-color: rgba(200,200,200,0.02);
  --spectrum-well-border-color: rgba(239,239,239,0.05);
}

.spectrum {  /* spectrum-animationGlobals.css */
  --spectrum-global-animation-duration-0: 0ms;
  --spectrum-global-animation-duration-100: 130ms;
  --spectrum-global-animation-duration-200: 160ms;
  --spectrum-global-animation-duration-300: 190ms;
  --spectrum-global-animation-duration-400: 220ms;
  --spectrum-global-animation-duration-500: 250ms;
  --spectrum-global-animation-duration-600: 300ms;
  --spectrum-global-animation-duration-700: 350ms;
  --spectrum-global-animation-duration-800: 400ms;
  --spectrum-global-animation-duration-900: 450ms;
  --spectrum-global-animation-duration-1000: 500ms;
  --spectrum-global-animation-duration-2000: 1000ms;
  --spectrum-global-animation-duration-4000: 2000ms;
  --spectrum-global-animation-ease-in-out: cubic-bezier(.45, 0, .40, 1);
  --spectrum-global-animation-ease-in: cubic-bezier(.50, 0, 1, 1);
  --spectrum-global-animation-ease-out: cubic-bezier(0, 0, 0.40, 1);
  --spectrum-global-animation-linear: cubic-bezier(0, 0, 1, 1);


  /* spectrum-colorGlobals.css */
  --spectrum-global-color-static-black: rgb(0, 0, 0);
  --spectrum-global-color-static-white: rgb(255, 255, 255);
  --spectrum-global-color-static-blue: rgb(20, 115, 230);
  --spectrum-global-color-static-gray-50: rgb(255, 255, 255);
  --spectrum-global-color-static-gray-75: rgb(255, 255, 255);
  --spectrum-global-color-static-gray-100: rgb(255, 255, 255);
  --spectrum-global-color-static-gray-200: rgb(244, 244, 244);
  --spectrum-global-color-static-gray-300: rgb(234, 234, 234);
  --spectrum-global-color-static-gray-400: rgb(211, 211, 211);
  --spectrum-global-color-static-gray-500: rgb(188, 188, 188);
  --spectrum-global-color-static-gray-600: rgb(149, 149, 149);
  --spectrum-global-color-static-gray-700: rgb(116, 116, 116);
  --spectrum-global-color-static-gray-800: rgb(80, 80, 80);
  --spectrum-global-color-static-gray-900: rgb(50, 50, 50);
  --spectrum-global-color-static-blue-400: rgb(55, 142, 240);
  --spectrum-global-color-static-blue-500: rgb(38, 128, 235);
  --spectrum-global-color-static-blue-600: rgb(20, 115, 230);
  --spectrum-global-color-static-blue-700: rgb(13, 102, 208);
  --spectrum-global-color-static-red-400: rgb(236, 91, 98);
  --spectrum-global-color-static-red-500: rgb(227, 72, 80);
  --spectrum-global-color-static-red-600: rgb(215, 55, 63);
  --spectrum-global-color-static-red-700: rgb(201, 37, 45);
  --spectrum-global-color-static-orange-400: rgb(242, 148, 35);
  --spectrum-global-color-static-orange-500: rgb(230, 134, 25);
  --spectrum-global-color-static-orange-600: rgb(218, 123, 17);
  --spectrum-global-color-static-orange-700: rgb(203, 111, 16);
  --spectrum-global-color-static-green-400: rgb(51, 171, 132);
  --spectrum-global-color-static-green-500: rgb(45, 157, 120);
  --spectrum-global-color-static-green-600: rgb(38, 142, 108);
  --spectrum-global-color-static-green-700: rgb(18, 128, 92);
  --spectrum-global-color-static-celery-400: rgb(75, 195, 95);
  --spectrum-global-color-static-celery-500: rgb(68, 181, 86);
  --spectrum-global-color-static-celery-600: rgb(61, 167, 78);
  --spectrum-global-color-static-celery-700: rgb(55, 153, 71);
  --spectrum-global-color-static-chartreuse-400: rgb(142, 222, 73);
  --spectrum-global-color-static-chartreuse-500: rgb(133, 208, 68);
  --spectrum-global-color-static-chartreuse-600: rgb(124, 195, 63);
  --spectrum-global-color-static-chartreuse-700: rgb(115, 181, 58);
  --spectrum-global-color-static-yellow-400: rgb(237, 204, 0);
  --spectrum-global-color-static-yellow-500: rgb(223, 191, 0);
  --spectrum-global-color-static-yellow-600: rgb(210, 178, 0);
  --spectrum-global-color-static-yellow-700: rgb(196, 166, 0);
  --spectrum-global-color-static-magenta-400: rgb(226, 73, 157);
  --spectrum-global-color-static-magenta-500: rgb(216, 55, 144);
  --spectrum-global-color-static-magenta-600: rgb(202, 41, 130);
  --spectrum-global-color-static-magenta-700: rgb(188, 28, 116);
  --spectrum-global-color-static-fuchsia-400: rgb(207, 62, 220);
  --spectrum-global-color-static-fuchsia-500: rgb(192, 56, 204);
  --spectrum-global-color-static-fuchsia-600: rgb(177, 48, 189);
  --spectrum-global-color-static-fuchsia-700: rgb(162, 40, 173);
  --spectrum-global-color-static-purple-400: rgb(157, 100, 225);
  --spectrum-global-color-static-purple-500: rgb(146, 86, 217);
  --spectrum-global-color-static-purple-600: rgb(134, 76, 204);
  --spectrum-global-color-static-purple-700: rgb(122, 66, 191);
  --spectrum-global-color-static-indigo-400: rgb(117, 117, 241);
  --spectrum-global-color-static-indigo-500: rgb(103, 103, 236);
  --spectrum-global-color-static-indigo-600: rgb(92, 92, 224);
  --spectrum-global-color-static-indigo-700: rgb(81, 81, 211);
  --spectrum-global-color-static-seafoam-400: rgb(32, 163, 168);
  --spectrum-global-color-static-seafoam-500: rgb(27, 149, 154);
  --spectrum-global-color-static-seafoam-600: rgb(22, 135, 140);
  --spectrum-global-color-static-seafoam-700: rgb(15, 121, 125);
  --spectrum-global-color-opacity-100: 1;
  --spectrum-global-color-opacity-90: 0.9;
  --spectrum-global-color-opacity-80: 0.8;
  --spectrum-global-color-opacity-60: 0.6;
  --spectrum-global-color-opacity-50: 0.5;
  --spectrum-global-color-opacity-40: 0.4;
  --spectrum-global-color-opacity-30: 0.3;
  --spectrum-global-color-opacity-25: 0.25;
  --spectrum-global-color-opacity-20: 0.2;
  --spectrum-global-color-opacity-15: 0.15;
  --spectrum-global-color-opacity-10: 0.1;
  --spectrum-global-color-opacity-8: 0.08;
  --spectrum-global-color-opacity-7: 0.07;
  --spectrum-global-color-opacity-6: 0.06;
  --spectrum-global-color-opacity-5: 0.05;
  --spectrum-global-color-opacity-4: 0.04;


  /* spectrum-colorSemantics.css */
  --spectrum-semantic-negative-color-background: var(--spectrum-global-color-static-red-700);
  --spectrum-semantic-negative-color-default: var(--spectrum-global-color-red-500);
  --spectrum-semantic-negative-color-dark: var(--spectrum-global-color-red-600);
  --spectrum-semantic-negative-color-border: var(--spectrum-global-color-red-400);
  --spectrum-semantic-negative-color-icon: var(--spectrum-global-color-red-600);
  --spectrum-semantic-negative-color-status: var(--spectrum-global-color-red-400);
  --spectrum-semantic-negative-color-text-large: var(--spectrum-global-color-red-500);
  --spectrum-semantic-negative-color-text-small: var(--spectrum-global-color-red-600);
  --spectrum-semantic-negative-color-state-down: var(--spectrum-global-color-red-700);
  --spectrum-semantic-negative-color-state-focus: var(--spectrum-global-color-red-400);
  --spectrum-semantic-notice-color-background: var(--spectrum-global-color-static-orange-700);
  --spectrum-semantic-notice-color-default: var(--spectrum-global-color-orange-500);
  --spectrum-semantic-notice-color-dark: var(--spectrum-global-color-orange-600);
  --spectrum-semantic-notice-color-border: var(--spectrum-global-color-orange-400);
  --spectrum-semantic-notice-color-icon: var(--spectrum-global-color-orange-600);
  --spectrum-semantic-notice-color-status: var(--spectrum-global-color-orange-400);
  --spectrum-semantic-notice-color-text-large: var(--spectrum-global-color-orange-500);
  --spectrum-semantic-notice-color-text-small: var(--spectrum-global-color-orange-600);
  --spectrum-semantic-notice-color-state-down: var(--spectrum-global-color-orange-700);
  --spectrum-semantic-notice-color-state-focus: var(--spectrum-global-color-orange-400);
  --spectrum-semantic-positive-color-background: var(--spectrum-global-color-static-green-700);
  --spectrum-semantic-positive-color-default: var(--spectrum-global-color-green-500);
  --spectrum-semantic-positive-color-dark: var(--spectrum-global-color-green-600);
  --spectrum-semantic-positive-color-border: var(--spectrum-global-color-green-400);
  --spectrum-semantic-positive-color-icon: var(--spectrum-global-color-green-600);
  --spectrum-semantic-positive-color-status: var(--spectrum-global-color-green-400);
  --spectrum-semantic-positive-color-text-large: var(--spectrum-global-color-green-500);
  --spectrum-semantic-positive-color-text-small: var(--spectrum-global-color-green-600);
  --spectrum-semantic-positive-color-state-down: var(--spectrum-global-color-green-700);
  --spectrum-semantic-positive-color-state-focus: var(--spectrum-global-color-green-400);
  --spectrum-semantic-informative-color-background: var(--spectrum-global-color-static-blue-700);
  --spectrum-semantic-informative-color-default: var(--spectrum-global-color-blue-500);
  --spectrum-semantic-informative-color-dark: var(--spectrum-global-color-blue-600);
  --spectrum-semantic-informative-color-border: var(--spectrum-global-color-blue-400);
  --spectrum-semantic-informative-color-icon: var(--spectrum-global-color-blue-600);
  --spectrum-semantic-informative-color-status: var(--spectrum-global-color-blue-400);
  --spectrum-semantic-informative-color-text-large: var(--spectrum-global-color-blue-500);
  --spectrum-semantic-informative-color-text-small: var(--spectrum-global-color-blue-600);
  --spectrum-semantic-informative-color-state-down: var(--spectrum-global-color-blue-700);
  --spectrum-semantic-informative-color-state-focus: var(--spectrum-global-color-blue-400);
  --spectrum-semantic-cta-color-background-default: var(--spectrum-global-color-static-blue-600);
  --spectrum-semantic-cta-color-background-hover: var(--spectrum-global-color-static-blue-700);
  --spectrum-semantic-cta-color-background-down: var(--spectrum-global-color-static-blue-700);
  --spectrum-semantic-cta-color-background-key-focus: var(--spectrum-global-color-static-blue-600);
  --spectrum-semantic-background-color-key-focus: var(--spectrum-global-color-static-blue-600);
  --spectrum-semantic-neutral-color-background: var(--spectrum-global-color-static-gray-700);
  --spectrum-semantic-presence-color-1: var(--spectrum-global-color-static-red-500);
  --spectrum-semantic-presence-color-2: var(--spectrum-global-color-static-orange-400);
  --spectrum-semantic-presence-color-3: var(--spectrum-global-color-static-yellow-400);
  --spectrum-semantic-presence-color-4: rgb(75, 204, 162);
  --spectrum-semantic-presence-color-5: rgb(0, 199, 255);
  --spectrum-semantic-presence-color-6: rgb(0, 140, 184);
  --spectrum-semantic-presence-color-7: rgb(126, 75, 243);
  --spectrum-semantic-presence-color-8: var(--spectrum-global-color-static-fuchsia-600);


  /* spectrum-dimensionGlobals.css */
  --spectrum-global-dimension-static-size-0: 0px;
  --spectrum-global-dimension-static-size-10: 1px;
  --spectrum-global-dimension-static-size-25: 2px;
  --spectrum-global-dimension-static-size-50: 4px;
  --spectrum-global-dimension-static-size-40: 3px;
  --spectrum-global-dimension-static-size-65: 5px;
  --spectrum-global-dimension-static-size-100: 8px;
  --spectrum-global-dimension-static-size-115: 9px;
  --spectrum-global-dimension-static-size-125: 10px;
  --spectrum-global-dimension-static-size-150: 12px;
  --spectrum-global-dimension-static-size-175: 14px;
  --spectrum-global-dimension-static-size-200: 16px;
  --spectrum-global-dimension-static-size-225: 18px;
  --spectrum-global-dimension-static-size-250: 20px;
  --spectrum-global-dimension-static-size-300: 24px;
  --spectrum-global-dimension-static-size-400: 32px;
  --spectrum-global-dimension-static-size-450: 36px;
  --spectrum-global-dimension-static-size-500: 40px;
  --spectrum-global-dimension-static-size-550: 44px;
  --spectrum-global-dimension-static-size-600: 48px;
  --spectrum-global-dimension-static-size-700: 56px;
  --spectrum-global-dimension-static-size-800: 64px;
  --spectrum-global-dimension-static-size-900: 72px;
  --spectrum-global-dimension-static-size-1000: 80px;
  --spectrum-global-dimension-static-size-1200: 96px;
  --spectrum-global-dimension-static-size-1700: 136px;
  --spectrum-global-dimension-static-size-2400: 192px;
  --spectrum-global-dimension-static-size-2600: 208px;
  --spectrum-global-dimension-static-size-3400: 272px;
  --spectrum-global-dimension-static-size-3600: 288px;
  --spectrum-global-dimension-static-size-4600: 368px;
  --spectrum-global-dimension-static-size-5000: 400px;
  --spectrum-global-dimension-static-size-6000: 480px;
  --spectrum-global-dimension-static-font-size-50: 11px;
  --spectrum-global-dimension-static-font-size-75: 12px;
  --spectrum-global-dimension-static-font-size-100: 14px;
  --spectrum-global-dimension-static-font-size-150: 15px;
  --spectrum-global-dimension-static-font-size-200: 16px;
  --spectrum-global-dimension-static-font-size-300: 18px;
  --spectrum-global-dimension-static-font-size-400: 20px;
  --spectrum-global-dimension-static-font-size-500: 22px;
  --spectrum-global-dimension-static-font-size-600: 25px;
  --spectrum-global-dimension-static-font-size-700: 28px;
  --spectrum-global-dimension-static-font-size-800: 32px;
  --spectrum-global-dimension-static-font-size-900: 36px;
  --spectrum-global-dimension-static-font-size-1000: 40px;
  --spectrum-global-dimension-static-percent-50: 50%;
  --spectrum-global-dimension-static-percent-100: 100%;
  --spectrum-global-dimension-static-breakpoint-xsmall: 304px;
  --spectrum-global-dimension-static-breakpoint-small: 768px;
  --spectrum-global-dimension-static-breakpoint-medium: 1280px;
  --spectrum-global-dimension-static-breakpoint-large: 1768px;
  --spectrum-global-dimension-static-breakpoint-xlarge: 2160px;
  --spectrum-global-dimension-static-grid-columns: 12;
  --spectrum-global-dimension-static-grid-fluid-width: 100%;
  --spectrum-global-dimension-static-grid-fixed-max-width: 1280px;


  /* spectrum-fontGlobals.css */
  --spectrum-global-font-family-base: adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  --spectrum-global-font-family-serif: adobe-clean-serif, 'Source Serif Pro', Georgia, serif;
  --spectrum-global-font-family-code: 'Source Code Pro', Monaco, monospace;
  --spectrum-global-font-weight-thin: 100;
  --spectrum-global-font-weight-ultra-light: 200;
  --spectrum-global-font-weight-light: 300;
  --spectrum-global-font-weight-regular: 400;
  --spectrum-global-font-weight-medium: 500;
  --spectrum-global-font-weight-semi-bold: 600;
  --spectrum-global-font-weight-bold: 700;
  --spectrum-global-font-weight-extra-bold: 800;
  --spectrum-global-font-weight-black: 900;
  --spectrum-global-font-style-regular: normal;
  --spectrum-global-font-style-italic: italic;
  --spectrum-global-font-letter-spacing-none: 0;
  --spectrum-global-font-letter-spacing-small: 0.0125em;
  --spectrum-global-font-letter-spacing-han: 0.05em;
  --spectrum-global-font-letter-spacing-medium: 0.06em;
  --spectrum-global-font-line-height-large: 1.7;
  --spectrum-global-font-line-height-medium: 1.5;
  --spectrum-global-font-line-height-small: 1.3;
  --spectrum-global-font-multiplier-25: 0.25em;
  --spectrum-global-font-multiplier-75: 0.75em;


  /* spectrum-staticAliases.css */
  --spectrum-alias-border-size-thin: var(--spectrum-global-dimension-static-size-10);
  --spectrum-alias-border-size-thick: var(--spectrum-global-dimension-static-size-25);
  --spectrum-alias-border-size-thicker: var(--spectrum-global-dimension-static-size-50);
  --spectrum-alias-border-size-thickest: var(--spectrum-global-dimension-static-size-100);
  --spectrum-alias-border-offset-thin: var(--spectrum-global-dimension-static-size-25);
  --spectrum-alias-border-offset-thick: var(--spectrum-global-dimension-static-size-50);
  --spectrum-alias-border-offset-thicker: var(--spectrum-global-dimension-static-size-100);
  --spectrum-alias-border-offset-thickest: var(--spectrum-global-dimension-static-size-200);
  --spectrum-alias-grid-baseline: var(--spectrum-global-dimension-static-size-100);
  --spectrum-alias-grid-gutter-xsmall: var(--spectrum-global-dimension-static-size-200);
  --spectrum-alias-grid-gutter-small: var(--spectrum-global-dimension-static-size-300);
  --spectrum-alias-grid-gutter-medium: var(--spectrum-global-dimension-static-size-400);
  --spectrum-alias-grid-gutter-large: var(--spectrum-global-dimension-static-size-500);
  --spectrum-alias-grid-gutter-xlarge: var(--spectrum-global-dimension-static-size-600);
  --spectrum-alias-grid-margin-xsmall: var(--spectrum-global-dimension-static-size-200);
  --spectrum-alias-grid-margin-small: var(--spectrum-global-dimension-static-size-300);
  --spectrum-alias-grid-margin-medium: var(--spectrum-global-dimension-static-size-400);
  --spectrum-alias-grid-margin-large: var(--spectrum-global-dimension-static-size-500);
  --spectrum-alias-grid-margin-xlarge: var(--spectrum-global-dimension-static-size-600);
  --spectrum-alias-grid-layout-region-margin-bottom-xsmall: var(--spectrum-global-dimension-static-size-200);
  --spectrum-alias-grid-layout-region-margin-bottom-small: var(--spectrum-global-dimension-static-size-300);
  --spectrum-alias-grid-layout-region-margin-bottom-medium: var(--spectrum-global-dimension-static-size-400);
  --spectrum-alias-grid-layout-region-margin-bottom-large: var(--spectrum-global-dimension-static-size-500);
  --spectrum-alias-grid-layout-region-margin-bottom-xlarge: var(--spectrum-global-dimension-static-size-600);
  --spectrum-alias-radial-reaction-size-default: var(--spectrum-global-dimension-static-size-550);
  --spectrum-alias-font-family-ar: myriad-arabic, adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  --spectrum-alias-font-family-he: myriad-hebrew, adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  --spectrum-alias-font-family-zh: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light','sans-serif';
  --spectrum-alias-font-family-zhhans: adobe-clean-han-simplified-c, source-han-simplified-c, 'SimSun', 'Heiti SC Light', 'sans-serif';
  --spectrum-alias-font-family-ko: adobe-clean-han-korean, source-han-korean, 'Malgun Gothic', 'Apple Gothic', 'sans-serif';
  --spectrum-alias-font-family-ja: adobe-clean-han-japanese, source-han-japanese, 'Yu Gothic', '\30E1 \30A4 \30EA \30AA', '\30D2 \30E9 \30AE \30CE \89D2 \30B4  Pro W3', 'Hiragino Kaku Gothic Pro W3', 'Osaka', '\FF2D \FF33 \FF30 \30B4 \30B7 \30C3 \30AF', 'MS PGothic', 'sans-serif';
  --spectrum-alias-font-family-condensed: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light', adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  --spectrum-alias-line-height-body: var(--spectrum-global-font-line-height-medium);
  --spectrum-alias-line-height-title: var(--spectrum-global-font-line-height-small);
  --spectrum-alias-body-han-text-line-height: var(--spectrum-global-font-line-height-large);
  --spectrum-alias-body-text-font-family: var(--spectrum-global-font-family-base);
  --spectrum-alias-body-text-line-height: var(--spectrum-global-font-line-height-medium);
  --spectrum-alias-body-text-font-weight: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-body-text-font-weight-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-button-text-line-height: var(--spectrum-global-font-line-height-small);
  --spectrum-alias-heading-han-text-line-height: var(--spectrum-global-font-line-height-medium);
  --spectrum-alias-heading-text-line-height: var(--spectrum-global-font-line-height-small);
  --spectrum-alias-heading-text-font-weight-regular: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-heading-text-font-weight-regular-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-heading-text-font-weight-quiet: var(--spectrum-global-font-weight-light);
  --spectrum-alias-heading-text-font-weight-quiet-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-heading-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-heading-text-font-weight-strong-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-subheading-text-font-weight: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-subheading-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-detail-text-font-weight: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-detail-text-font-weight-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-serif-text-font-family: var(--spectrum-global-font-family-serif);
  --spectrum-alias-article-text-font-family: var(--spectrum-global-font-family-serif);
  --spectrum-alias-article-body-text-font-weight: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-article-body-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-article-heading-text-font-weight: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-article-heading-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-article-heading-text-font-weight-quiet: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-article-heading-text-font-weight-quiet-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-article-subheading-text-font-weight: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-article-subheading-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-article-detail-text-font-weight: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-article-detail-text-font-weight-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-code-text-font-family: var(--spectrum-global-font-family-code);
  --spectrum-alias-han-heading-text-font-weight-regular: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-han-heading-text-font-weight-regular-emphasis: var(--spectrum-global-font-weight-extra-bold);
  --spectrum-alias-han-heading-text-font-weight-regular-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-heading-text-font-weight-quiet: var(--spectrum-global-font-weight-light);
  --spectrum-alias-han-heading-text-font-weight-quiet-emphasis: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-han-heading-text-font-weight-quiet-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-han-heading-text-font-weight-light: var(--spectrum-global-font-weight-light);
  --spectrum-alias-han-heading-text-font-weight-light-emphasis: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-han-heading-text-font-weight-light-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-han-heading-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-heading-text-font-weight-strong-emphasis: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-heading-text-font-weight-strong-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-heading-text-font-weight-heavy: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-heading-text-font-weight-heavy-emphasis: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-heading-text-font-weight-heavy-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-body-text-font-weight-regular: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-han-body-text-font-weight-emphasis: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-han-body-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-subheading-text-font-weight-regular: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-han-subheading-text-font-weight-emphasis: var(--spectrum-global-font-weight-extra-bold);
  --spectrum-alias-han-subheading-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-detail-text-font-weight: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-han-detail-text-font-weight-emphasis: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-han-detail-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-code-text-font-weight-regular: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-code-text-font-weight-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-code-text-line-height: var(--spectrum-global-font-line-height-medium);
  --spectrum-alias-heading-margin-bottom: var(--spectrum-global-font-multiplier-25);
  --spectrum-alias-body-margin-bottom: var(--spectrum-global-font-multiplier-75);

}

.spectrum--medium,
.spectrum--large {
  /* spectrum-dimensionAliases.css */
  --spectrum-alias-dropshadow-blur: var(--spectrum-global-dimension-size-50);
  --spectrum-alias-dropshadow-offset-y: var(--spectrum-global-dimension-size-10);
  --spectrum-alias-font-size-default: var(--spectrum-global-dimension-font-size-100);
  --spectrum-alias-line-height-small: var(--spectrum-global-dimension-size-200);
  --spectrum-alias-line-height-medium: var(--spectrum-global-dimension-size-250);
  --spectrum-alias-line-height-large: var(--spectrum-global-dimension-size-300);
  --spectrum-alias-line-height-xlarge: var(--spectrum-global-dimension-size-400);
  --spectrum-alias-line-height-xxlarge: var(--spectrum-global-dimension-size-600);
  --spectrum-alias-layout-label-gap-size: var(--spectrum-global-dimension-size-100);
  --spectrum-alias-pill-button-text-size: var(--spectrum-global-dimension-font-size-100);
  --spectrum-alias-pill-button-text-baseline: var(--spectrum-global-dimension-static-size-150);
  --spectrum-alias-border-radius-xsmall: var(--spectrum-global-dimension-size-10);
  --spectrum-alias-border-radius-small: var(--spectrum-global-dimension-size-25);
  --spectrum-alias-border-radius-regular: var(--spectrum-global-dimension-size-50);
  --spectrum-alias-border-radius-medium: var(--spectrum-global-dimension-size-100);
  --spectrum-alias-border-radius-large: var(--spectrum-global-dimension-size-200);
  --spectrum-alias-single-line-height: var(--spectrum-global-dimension-size-400);
  --spectrum-alias-single-line-width: var(--spectrum-global-dimension-size-2400);
  --spectrum-alias-workflow-icon-size: var(--spectrum-global-dimension-size-225);
  --spectrum-alias-heading-han-display1-text-size: var(--spectrum-global-dimension-font-size-1000);
  --spectrum-alias-heading-han-xxxl-text-size: var(--spectrum-global-dimension-font-size-1000);
  --spectrum-alias-heading-han-display1-margin-top: var(--spectrum-global-dimension-font-size-900);
  --spectrum-alias-heading-han-xxxl-margin-top: var(--spectrum-global-dimension-font-size-900);
  --spectrum-alias-heading-han-display2-text-size: var(--spectrum-global-dimension-font-size-900);
  --spectrum-alias-heading-han-xxl-text-size: var(--spectrum-global-dimension-font-size-900);
  --spectrum-alias-heading-han-display2-margin-top: var(--spectrum-global-dimension-font-size-800);
  --spectrum-alias-heading-han-xxl-margin-top: var(--spectrum-global-dimension-font-size-800);
  --spectrum-alias-heading1-han-text-size: var(--spectrum-global-dimension-font-size-800);
  --spectrum-alias-heading-han-xl-text-size: var(--spectrum-global-dimension-font-size-800);
  --spectrum-alias-heading1-han-margin-top: var(--spectrum-global-dimension-font-size-700);
  --spectrum-alias-heading-han-xl-margin-top: var(--spectrum-global-dimension-font-size-700);
  --spectrum-alias-heading2-han-text-size: var(--spectrum-global-dimension-font-size-600);
  --spectrum-alias-heading-han-l-text-size: var(--spectrum-global-dimension-font-size-600);
  --spectrum-alias-heading2-han-margin-top: var(--spectrum-global-dimension-font-size-500);
  --spectrum-alias-heading-han-l-margin-top: var(--spectrum-global-dimension-font-size-500);
  --spectrum-alias-heading3-han-text-size: var(--spectrum-global-dimension-font-size-400);
  --spectrum-alias-heading-han-m-text-size: var(--spectrum-global-dimension-font-size-400);
  --spectrum-alias-heading3-han-margin-top: var(--spectrum-global-dimension-font-size-300);
  --spectrum-alias-heading-han-m-margin-top: var(--spectrum-global-dimension-font-size-300);
  --spectrum-alias-heading4-text-size: var(--spectrum-global-dimension-font-size-300);
  --spectrum-alias-heading-s-text-size: var(--spectrum-global-dimension-font-size-300);
  --spectrum-alias-heading4-margin-top: var(--spectrum-global-dimension-font-size-200);
  --spectrum-alias-heading-s-margin-top: var(--spectrum-global-dimension-font-size-200);
  --spectrum-alias-heading5-text-size: var(--spectrum-global-dimension-font-size-200);
  --spectrum-alias-heading-xs-text-size: var(--spectrum-global-dimension-font-size-200);
  --spectrum-alias-heading5-margin-top: var(--spectrum-global-dimension-font-size-100);
  --spectrum-alias-heading-xs-margin-top: var(--spectrum-global-dimension-font-size-100);
  --spectrum-alias-heading6-text-size: var(--spectrum-global-dimension-font-size-100);
  --spectrum-alias-heading-xxs-text-size: var(--spectrum-global-dimension-font-size-100);
  --spectrum-alias-heading6-margin-top: var(--spectrum-global-dimension-font-size-75);
  --spectrum-alias-heading-xxs-margin-top: var(--spectrum-global-dimension-font-size-75);
}

.spectrum--darkest,
.spectrum--dark,
.spectrum--light,
.spectrum--lightest {
  /* spectrum-colorAliases.css */
  --spectrum-alias-background-color-default: var(--spectrum-global-color-gray-100);
  --spectrum-alias-background-color-transparent: transparent;
  --spectrum-alias-background-color-label-gray: rgb(112, 112, 112);
  --spectrum-alias-background-color-quickactions-overlay: rgba(0,0,0,0.2);
  --spectrum-alias-placeholder-text-color: var(--spectrum-global-color-gray-600);
  --spectrum-alias-placeholder-text-color-hover: var(--spectrum-global-color-gray-900);
  --spectrum-alias-placeholder-text-color-down: var(--spectrum-global-color-gray-900);
  --spectrum-alias-placeholder-text-color-selected: var(--spectrum-global-color-gray-800);
  --spectrum-alias-label-text-color: var(--spectrum-global-color-gray-700);
  --spectrum-alias-text-color: var(--spectrum-global-color-gray-800);
  --spectrum-alias-text-color-hover: var(--spectrum-global-color-gray-900);
  --spectrum-alias-text-color-down: var(--spectrum-global-color-gray-900);
  --spectrum-alias-text-color-key-focus: var(--spectrum-global-color-blue-600);
  --spectrum-alias-text-color-mouse-focus: var(--spectrum-global-color-blue-600);
  --spectrum-alias-text-color-disabled: var(--spectrum-global-color-gray-500);
  --spectrum-alias-text-color-invalid: var(--spectrum-global-color-red-500);
  --spectrum-alias-text-color-selected: var(--spectrum-global-color-blue-600);
  --spectrum-alias-text-color-selected-neutral: var(--spectrum-global-color-gray-900);
  --spectrum-alias-title-text-color: var(--spectrum-global-color-gray-900);
  --spectrum-alias-heading-text-color: var(--spectrum-global-color-gray-900);
  --spectrum-alias-border-color: var(--spectrum-global-color-gray-300);
  --spectrum-alias-border-color-hover: var(--spectrum-global-color-gray-400);
  --spectrum-alias-border-color-focus: var(--spectrum-global-color-blue-400);
  --spectrum-alias-border-color-down: var(--spectrum-global-color-blue-500);
  --spectrum-alias-border-color-extralight: var(--spectrum-global-color-gray-100);
  --spectrum-alias-border-color-light: var(--spectrum-global-color-gray-200);
  --spectrum-alias-border-color-mid: var(--spectrum-global-color-gray-300);
  --spectrum-alias-border-color-dark: var(--spectrum-global-color-gray-400);
  --spectrum-alias-border-color-transparent: transparent;
  --spectrum-alias-border-color-translucent-dark: rgba(0,0,0,0.05);
  --spectrum-alias-border-color-translucent-darker: rgba(0,0,0,0.1);
  --spectrum-alias-focus-color: var(--spectrum-global-color-blue-400);
  --spectrum-alias-track-color-default: var(--spectrum-global-color-gray-300);
  --spectrum-alias-track-color-disabled: var(--spectrum-global-color-gray-300);
  --spectrum-alias-track-color-over-background: rgba(255,255,255,0.2);
  --spectrum-alias-icon-color: var(--spectrum-global-color-gray-700);
  --spectrum-alias-icon-color-over-background: var(--spectrum-global-color-static-white);
  --spectrum-alias-icon-color-hover: var(--spectrum-global-color-gray-900);
  --spectrum-alias-icon-color-down: var(--spectrum-global-color-gray-900);
  --spectrum-alias-icon-color-focus: var(--spectrum-global-color-gray-900);
  --spectrum-alias-icon-color-disabled: var(--spectrum-global-color-gray-400);
  --spectrum-alias-icon-color-selected-neutral: var(--spectrum-global-color-gray-900);
  --spectrum-alias-icon-color-selected: var(--spectrum-global-color-blue-500);
  --spectrum-alias-icon-color-selected-hover: var(--spectrum-global-color-blue-600);
  --spectrum-alias-icon-color-selected-down: var(--spectrum-global-color-blue-700);
  --spectrum-alias-icon-color-selected-focus: var(--spectrum-global-color-blue-600);
  --spectrum-alias-icon-color-error: var(--spectrum-global-color-red-400);
  --spectrum-alias-toolbar-background-color: var(--spectrum-global-color-gray-100);
}

.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.discover-sidenav-container{display:flex;flex-direction:row;height:100%}.discover-sidenav-container .discover-sidenav{border-right:solid .125rem var(--spectrum-global-color-gray-200);flex:none;overflow-x:hidden;overflow-y:auto;padding-left:1rem;padding-right:1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:16rem !important}.discover-sidenav-container .discover-sidenav .discover-sidenav-apps-hide{display:none}.discover-sidenav-container .discover-sidenav .discover-sidenav-label{display:flex;align-items:center}.discover-sidenav-container .discover-sidenav .discover-sidenav-label .sidenav-label-dot{right:0;margin-left:auto}.discover-sidenav-container .discover-sidenav .discover-sidenav-label .sidenav-label-dot-hide{display:none}.discover-sidenav-container .discover-sidenav .discover-sidenav-label .spectrum-StatusLight{height:unset;line-height:unset}.discover-sidenav-container ul{width:14rem}.discover-sidenav-container .discover-sidenav.react-spectrum-SideNav>div{height:0rem}
.spectrum--light{--background-color-primary: var(--spectrum-global-color-gray-50);--background-color-secondary: var(--spectrum-global-color-gray-100)}.spectrum--darkest{--background-color-primary: var(--spectrum-global-color-gray-100);--background-color-secondary: var(--spectrum-global-color-gray-75)}.containerSize,.verticalContainer,.horizontalContainer{width:100%;height:100%}.horizontalContainer{display:flex;flex-direction:row;align-items:center;position:relative;justify-content:center;padding:.5rem 0rem;box-sizing:border-box}.verticalContainer{display:flex;flex-direction:column;justify-content:center;position:relative;align-items:center;padding:0rem .5rem;box-sizing:border-box}.horizontalContainer__left{position:absolute;left:1rem}.horizontalContainer__right{position:absolute;right:1rem}.verticalContainer__top{position:absolute;top:1rem}.verticalContainer__bottom{position:absolute;bottom:1rem}
.Frame__section{display:flex;flex-direction:row}.Frame__VR{border-left:.1rem solid #e9e3e3;height:auto}
.ccdHeader{height:3rem}.ccdHeader__item{padding:0rem}
@keyframes simplified-wait-spinner{100%{transform:rotate(360deg)}}.spectrum--darkest .simplified-wait{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzYgMzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM2IDM2OyIgd2lkdGg9IjM2cHgiIGhlaWdodD0iMzZweCI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGwtb3BhY2l0eTowO3N0cm9rZTojMzkzOTM5O3N0cm9rZS13aWR0aDozO3N0cm9rZS1vcGFjaXR5OjE7fS5zdDF7ZmlsbC1vcGFjaXR5OjA7c3Ryb2tlOiMyNjgwZWI7c3Ryb2tlLXdpZHRoOjM7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE4LDMuNWM4LDAsMTQuNSw2LjUsMTQuNSwxNC41UzI2LDMyLjUsMTgsMzIuNVMzLjUsMjYsMy41LDE4UzEwLDMuNSwxOCwzLjV6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTE4LDMuNUwxOCwzLjVjOCwwLDE0LjUsNi41LDE0LjUsMTQuNSIvPjwvc3ZnPg==)}.spectrum--darkest .simplified-wait.simplified-wait--large{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjhweCIgaGVpZ2h0PSI2OHB4IiB2aWV3Qm94PSIwIDAgNjggNjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY4IDY4OyI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGwtb3BhY2l0eTowO3N0cm9rZTojMzkzOTM5O3N0cm9rZS13aWR0aDo0O3N0cm9rZS1vcGFjaXR5OjE7fS5zdDF7ZmlsbC1vcGFjaXR5OjA7c3Ryb2tlOiMyNjgwZWI7c3Ryb2tlLXdpZHRoOjQ7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM0LDRjMTYuNiwwLDMwLDEzLjQsMzAsMzBTNTAuNiw2NCwzNCw2NFM0LDUwLjYsNCwzNFMxNy40LDQsMzQsNHoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzQsNEwzNCw0YzE2LjYsMCwzMCwxMy40LDMwLDMwIi8+PC9zdmc+)}.simplified-wait{display:inline-block;width:2rem;height:2rem;background-size:auto 100%;background-repeat:no-repeat;transition-property:all;transition-duration:1.5s;transition-timing-function:cubic-bezier(0, 1, 0.5, 1);animation-name:simplified-wait-spinner;animation-timing-function:steps(30);animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzYgMzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM2IDM2OyIgd2lkdGg9IjM2cHgiIGhlaWdodD0iMzZweCI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGwtb3BhY2l0eTowO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDozO3N0cm9rZS1vcGFjaXR5OjAuMTt9LnN0MXtmaWxsLW9wYWNpdHk6MDtzdHJva2U6IzE0NzNFNjtzdHJva2Utd2lkdGg6Mzt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTgsMy41YzgsMCwxNC41LDYuNSwxNC41LDE0LjVTMjYsMzIuNSwxOCwzMi41UzMuNSwyNiwzLjUsMThTMTAsMy41LDE4LDMuNXoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTgsMy41TDE4LDMuNWM4LDAsMTQuNSw2LjUsMTQuNSwxNC41Ii8+PC9zdmc+)}.simplified-wait.simplified-wait--small{width:1rem;height:1rem}.simplified-wait.simplified-wait--large{width:4rem;height:4rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjhweCIgaGVpZ2h0PSI2OHB4IiB2aWV3Qm94PSIwIDAgNjggNjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY4IDY4OyI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGwtb3BhY2l0eTowO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1vcGFjaXR5OjAuMTt9LnN0MXtmaWxsLW9wYWNpdHk6MDtzdHJva2U6IzE0NzNFNjtzdHJva2Utd2lkdGg6NDt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzQsNGMxNi42LDAsMzAsMTMuNCwzMCwzMFM1MC42LDY0LDM0LDY0UzQsNTAuNiw0LDM0UzE3LjQsNCwzNCw0eiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0zNCw0TDM0LDRjMTYuNiwwLDMwLDEzLjQsMzAsMzAiLz48L3N2Zz4=)}.simplified-wait.hidden{display:none}
.spectrum-Underlay {
  visibility: hidden;

  opacity: 0;

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;

  pointer-events: none;
}
.spectrum-Underlay.is-open {
  visibility: visible;

  opacity: 1;

  transition-delay: 0ms;

  pointer-events: auto;
}
.spectrum-Underlay {

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;

  overflow: hidden;
  transition: opacity 190ms cubic-bezier(0.5, 0, 1, 1) 160ms,
              visibility 0ms linear 350ms;
}
.spectrum-Underlay.is-open {
  transition: opacity 300ms cubic-bezier(0, 0, 0.40, 1) 0ms;
}

.spectrum--light .spectrum-Underlay {
  background: rgba(0,0,0,0.4);
}

.spectrum--darkest .spectrum-Underlay {
  background: rgba(0,0,0,0.6);
}

.spectrum-Tooltip {
  visibility: hidden;

  opacity: 0;

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;

  pointer-events: none;
}
.spectrum-Tooltip.is-open {
  visibility: visible;

  opacity: 1;

  transition-delay: 0ms;

  pointer-events: auto;
}
.spectrum-Tooltip--bottom.is-open {
  transform: translateY(6px);
}
.spectrum-Tooltip--top.is-open {
  transform: translateY(-6px);
}
.spectrum-Tooltip--right.is-open {
  transform: translateX(6px);
}
.spectrum-Tooltip--left.is-open {
  transform: translateX(-6px);
}
.spectrum-Tooltip {

  position: relative;
  left: 0px;
  top: 0px;

  display: inline-flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;

  vertical-align: top;

  width: auto;
  padding: 4px 10px;
  border-radius: 4px;
  min-height: 24px;

  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}
.spectrum-Tooltip {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
.spectrum-Tooltip p {
    margin: 0;
  }
.spectrum-Tooltip-tip {
  position: absolute;

  height: 0;
  width: 0;

  border-width: 4px;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.spectrum-Tooltip--right .spectrum-Tooltip-tip, .spectrum-Tooltip--left .spectrum-Tooltip-tip {
    top: 50%;
    margin-top: -4px;
  }
.spectrum-Tooltip--right {
  margin-left: 3px;
}
.spectrum-Tooltip--right .spectrum-Tooltip-tip {
    right: 100%;
    transform: rotate(90deg);
  }
.spectrum-Tooltip--left {
  margin-right: 3px;
}
.spectrum-Tooltip--left .spectrum-Tooltip-tip {
    left: 100%;
    transform: rotate(-90deg);
  }
.spectrum-Tooltip--top {
  margin-bottom: 3px;
}
.spectrum-Tooltip--top .spectrum-Tooltip-tip {
    top: 100%;
  }
.spectrum-Tooltip--bottom {
  margin-top: 3px;
}
.spectrum-Tooltip--bottom .spectrum-Tooltip-tip {
    bottom: 100%;
    transform: rotate(-180deg);
  }
.spectrum-Tooltip--bottom .spectrum-Tooltip-tip, .spectrum-Tooltip--top .spectrum-Tooltip-tip {
    left: 50%;
    margin-left: -4px;
  }
.spectrum-Tooltip-typeIcon {
  margin-left: -2px;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  align-self: flex-start;
  margin-top: 1px;
}
.spectrum-Tooltip-label {
  max-width: 101px;
  line-height: 16px;
}
.u-tooltip-showOnHover {
  display: inline-block;
  position: relative;
}
.u-tooltip-showOnHover .spectrum-Tooltip {
    position: absolute;
    white-space: nowrap;
    visibility: visible !important;
    transition: transform 130ms ease-in-out;
    top: -100%;
  }
.u-tooltip-showOnHover .spectrum-Tooltip-label {
    max-width: none;
  }
.u-tooltip-showOnHover .spectrum-Tooltip--right,
  .u-tooltip-showOnHover .spectrum-Tooltip--left {
    top: 50%;
  }
.u-tooltip-showOnHover .spectrum-Tooltip--right .spectrum-Tooltip-tip, .u-tooltip-showOnHover .spectrum-Tooltip--left .spectrum-Tooltip-tip {
      top: 50%;
    }
.u-tooltip-showOnHover .spectrum-Tooltip--right {
    left: 100%;
    transform: translate(0, -50%);
  }
.u-tooltip-showOnHover .spectrum-Tooltip--left {
    transform: translate(-100%, -50%);
  }
.u-tooltip-showOnHover .spectrum-Tooltip--bottom,
  .u-tooltip-showOnHover .spectrum-Tooltip--top {
    left: 50%;
  }
.u-tooltip-showOnHover .spectrum-Tooltip--bottom .spectrum-Tooltip-tip, .u-tooltip-showOnHover .spectrum-Tooltip--top .spectrum-Tooltip-tip {
      left: 50%;
    }
.u-tooltip-showOnHover .spectrum-Tooltip--bottom {
    top: 100%;
    transform: translate(-50%, -4px);
  }
.u-tooltip-showOnHover .spectrum-Tooltip--top {
    transform: translate(-50%, 4px);
  }
.u-tooltip-showOnHover:hover .spectrum-Tooltip,
  .u-tooltip-showOnHover:focus .spectrum-Tooltip,
  .u-tooltip-showOnHover.is-focused .spectrum-Tooltip,
  .u-tooltip-showOnHover *:focus .spectrum-Tooltip {
    opacity: 1;
  }
.u-tooltip-showOnHover:hover .spectrum-Tooltip.spectrum-Tooltip--bottom,
  .u-tooltip-showOnHover:focus .spectrum-Tooltip.spectrum-Tooltip--bottom,
  .u-tooltip-showOnHover.is-focused .spectrum-Tooltip.spectrum-Tooltip--bottom,
  .u-tooltip-showOnHover *:focus .spectrum-Tooltip.spectrum-Tooltip--bottom {
    transform: translate(-50%, 0);
  }
.u-tooltip-showOnHover:hover .spectrum-Tooltip.spectrum-Tooltip--top,
  .u-tooltip-showOnHover:focus .spectrum-Tooltip.spectrum-Tooltip--top,
  .u-tooltip-showOnHover.is-focused .spectrum-Tooltip.spectrum-Tooltip--top,
  .u-tooltip-showOnHover *:focus .spectrum-Tooltip.spectrum-Tooltip--top {
    transform: translate(-50%, -4px);
  }
.u-tooltip-showOnHover:hover .spectrum-Tooltip.spectrum-Tooltip--left,
  .u-tooltip-showOnHover:focus .spectrum-Tooltip.spectrum-Tooltip--left,
  .u-tooltip-showOnHover.is-focused .spectrum-Tooltip.spectrum-Tooltip--left,
  .u-tooltip-showOnHover *:focus .spectrum-Tooltip.spectrum-Tooltip--left {
    transform: translate(calc(-100% - 4px), -50%);
  }
.u-tooltip-showOnHover:hover .spectrum-Tooltip.spectrum-Tooltip--right,
  .u-tooltip-showOnHover:focus .spectrum-Tooltip.spectrum-Tooltip--right,
  .u-tooltip-showOnHover.is-focused .spectrum-Tooltip.spectrum-Tooltip--right,
  .u-tooltip-showOnHover *:focus .spectrum-Tooltip.spectrum-Tooltip--right {
    transform: translate(4px, -50%);
  }

.spectrum--light .spectrum-Tooltip {
  background-color: rgb(116, 116, 116);

  color: rgb(255, 255, 255);
}
.spectrum--light .spectrum-Tooltip-tip {
  border-top-color: rgb(116, 116, 116);
}
.spectrum--light .spectrum-Tooltip--negative,
.spectrum--light .spectrum-Tooltip--error {
  background-color: rgb(201, 37, 45);
}
.spectrum--light .spectrum-Tooltip--negative .spectrum-Tooltip-tip,
.spectrum--light .spectrum-Tooltip--error .spectrum-Tooltip-tip {
    border-top-color: rgb(201, 37, 45);
  }
.spectrum--light .spectrum-Tooltip--info,
.spectrum--light .spectrum-Tooltip--help {
  background-color: rgb(13, 102, 208);
}
.spectrum--light .spectrum-Tooltip--info .spectrum-Tooltip-tip,
.spectrum--light .spectrum-Tooltip--help .spectrum-Tooltip-tip {
    border-top-color: rgb(13, 102, 208);
  }
.spectrum--light .spectrum-Tooltip--positive,
.spectrum--light .spectrum-Tooltip--success {
  background-color: rgb(18, 128, 92);
}
.spectrum--light .spectrum-Tooltip--positive .spectrum-Tooltip-tip,
.spectrum--light .spectrum-Tooltip--success .spectrum-Tooltip-tip {
    border-top-color: rgb(18, 128, 92);
  }

.spectrum--darkest .spectrum-Tooltip {
  background-color: rgb(116, 116, 116);

  color: rgb(255, 255, 255);
}
.spectrum--darkest .spectrum-Tooltip-tip {
  border-top-color: rgb(116, 116, 116);
}
.spectrum--darkest .spectrum-Tooltip--negative,
.spectrum--darkest .spectrum-Tooltip--error {
  background-color: rgb(201, 37, 45);
}
.spectrum--darkest .spectrum-Tooltip--negative .spectrum-Tooltip-tip,
.spectrum--darkest .spectrum-Tooltip--error .spectrum-Tooltip-tip {
    border-top-color: rgb(201, 37, 45);
  }
.spectrum--darkest .spectrum-Tooltip--info,
.spectrum--darkest .spectrum-Tooltip--help {
  background-color: rgb(13, 102, 208);
}
.spectrum--darkest .spectrum-Tooltip--info .spectrum-Tooltip-tip,
.spectrum--darkest .spectrum-Tooltip--help .spectrum-Tooltip-tip {
    border-top-color: rgb(13, 102, 208);
  }
.spectrum--darkest .spectrum-Tooltip--positive,
.spectrum--darkest .spectrum-Tooltip--success {
  background-color: rgb(18, 128, 92);
}
.spectrum--darkest .spectrum-Tooltip--positive .spectrum-Tooltip-tip,
.spectrum--darkest .spectrum-Tooltip--success .spectrum-Tooltip-tip {
    border-top-color: rgb(18, 128, 92);
  }

.spectrum--light {
  --spectrum-global-color-celery-400: rgb(68, 181, 86);
  --spectrum-global-color-celery-500: rgb(61, 167, 78);
  --spectrum-global-color-celery-600: rgb(55, 153, 71);
  --spectrum-global-color-celery-700: rgb(49, 139, 64);
  --spectrum-global-color-chartreuse-400: rgb(133, 208, 68);
  --spectrum-global-color-chartreuse-500: rgb(124, 195, 63);
  --spectrum-global-color-chartreuse-600: rgb(115, 181, 58);
  --spectrum-global-color-chartreuse-700: rgb(106, 168, 52);
  --spectrum-global-color-yellow-400: rgb(223, 191, 0);
  --spectrum-global-color-yellow-500: rgb(210, 178, 0);
  --spectrum-global-color-yellow-600: rgb(196, 166, 0);
  --spectrum-global-color-yellow-700: rgb(183, 153, 0);
  --spectrum-global-color-magenta-400: rgb(216, 55, 144);
  --spectrum-global-color-magenta-500: rgb(206, 39, 131);
  --spectrum-global-color-magenta-600: rgb(188, 28, 116);
  --spectrum-global-color-magenta-700: rgb(174, 14, 102);
  --spectrum-global-color-fuchsia-400: rgb(192, 56, 204);
  --spectrum-global-color-fuchsia-500: rgb(177, 48, 189);
  --spectrum-global-color-fuchsia-600: rgb(162, 40, 173);
  --spectrum-global-color-fuchsia-700: rgb(147, 33, 158);
  --spectrum-global-color-purple-400: rgb(146, 86, 217);
  --spectrum-global-color-purple-500: rgb(134, 76, 204);
  --spectrum-global-color-purple-600: rgb(122, 66, 191);
  --spectrum-global-color-purple-700: rgb(111, 56, 177);
  --spectrum-global-color-indigo-400: rgb(103, 103, 236);
  --spectrum-global-color-indigo-500: rgb(92, 92, 224);
  --spectrum-global-color-indigo-600: rgb(81, 81, 211);
  --spectrum-global-color-indigo-700: rgb(70, 70, 198);
  --spectrum-global-color-seafoam-400: rgb(27, 149, 154);
  --spectrum-global-color-seafoam-500: rgb(22, 135, 140);
  --spectrum-global-color-seafoam-600: rgb(15, 121, 125);
  --spectrum-global-color-seafoam-700: rgb(9, 108, 111);
  --spectrum-global-color-red-400: rgb(227, 72, 80);
  --spectrum-global-color-red-500: rgb(215, 55, 63);
  --spectrum-global-color-red-600: rgb(201, 37, 45);
  --spectrum-global-color-red-700: rgb(187, 18, 26);
  --spectrum-global-color-orange-400: rgb(230, 134, 25);
  --spectrum-global-color-orange-500: rgb(218, 123, 17);
  --spectrum-global-color-orange-600: rgb(203, 111, 16);
  --spectrum-global-color-orange-700: rgb(189, 100, 13);
  --spectrum-global-color-green-400: rgb(45, 157, 120);
  --spectrum-global-color-green-500: rgb(38, 142, 108);
  --spectrum-global-color-green-600: rgb(18, 128, 92);
  --spectrum-global-color-green-700: rgb(16, 113, 84);
  --spectrum-global-color-blue-400: rgb(38, 128, 235);
  --spectrum-global-color-blue-500: rgb(20, 115, 230);
  --spectrum-global-color-blue-600: rgb(13, 102, 208);
  --spectrum-global-color-blue-700: rgb(9, 90, 186);
  --spectrum-global-color-gray-50: rgb(255, 255, 255);
  --spectrum-global-color-gray-75: rgb(250, 250, 250);
  --spectrum-global-color-gray-100: rgb(245, 245, 245);
  --spectrum-global-color-gray-200: rgb(234, 234, 234);
  --spectrum-global-color-gray-300: rgb(225, 225, 225);
  --spectrum-global-color-gray-400: rgb(202, 202, 202);
  --spectrum-global-color-gray-500: rgb(179, 179, 179);
  --spectrum-global-color-gray-600: rgb(142, 142, 142);
  --spectrum-global-color-gray-700: rgb(110, 110, 110);
  --spectrum-global-color-gray-800: rgb(75, 75, 75);
  --spectrum-global-color-gray-900: rgb(44, 44, 44);
  --spectrum-alias-background-color-modal-overlay: rgba(0,0,0,0.4);
  --spectrum-alias-dropshadow-color: rgba(0,0,0,0.15);
  --spectrum-alias-background-color-hover-overlay: rgba(44,44,44,0.04);
  --spectrum-alias-highlight-hover: rgba(44,44,44,0.06);
  --spectrum-alias-highlight-active: rgba(44,44,44,0.1);
  --spectrum-alias-highlight-selected: rgba(20,115,230,0.1);
  --spectrum-alias-highlight-selected-hover: rgba(20,115,230,0.2);
  --spectrum-alias-text-highlight-color: rgba(20,115,230,0.2);
  --spectrum-alias-background-color-quickactions: rgba(245,245,245,0.9);
  --spectrum-alias-radial-reaction-color-default: rgba(75,75,75,0.6);
  --spectrum-alias-pasteboard-background-color: var(--spectrum-global-color-gray-300);
  --spectrum-alias-appframe-border-color: var(--spectrum-global-color-gray-300);
  --spectrum-alias-appframe-separator-color: var(--spectrum-global-color-gray-300);
  --spectrum-colorarea-border-color: rgba(44,44,44,0.1);
  --spectrum-colorarea-border-color-hover: rgba(44,44,44,0.1);
  --spectrum-colorarea-border-color-down: rgba(44,44,44,0.1);
  --spectrum-colorarea-border-color-key-focus: rgba(44,44,44,0.1);
  --spectrum-colorslider-border-color: rgba(44,44,44,0.1);
  --spectrum-colorslider-border-color-hover: rgba(44,44,44,0.1);
  --spectrum-colorslider-border-color-down: rgba(44,44,44,0.1);
  --spectrum-colorslider-border-color-key-focus: rgba(44,44,44,0.1);
  --spectrum-colorslider-vertical-border-color: rgba(44,44,44,0.1);
  --spectrum-colorslider-vertical-border-color-hover: rgba(44,44,44,0.1);
  --spectrum-colorslider-vertical-border-color-down: rgba(44,44,44,0.1);
  --spectrum-colorslider-vertical-border-color-key-focus: rgba(44,44,44,0.1);
  --spectrum-colorwheel-border-color: rgba(44,44,44,0.1);
  --spectrum-colorwheel-border-color-hover: rgba(44,44,44,0.1);
  --spectrum-colorwheel-border-color-down: rgba(44,44,44,0.1);
  --spectrum-colorwheel-border-color-key-focus: rgba(44,44,44,0.1);
  --spectrum-miller-column-item-background-color-selected: rgba(20,115,230,0.1);
  --spectrum-miller-column-item-background-color-selected-hover: rgba(20,115,230,0.2);
  --spectrum-tabs-compact-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-compact-vertical-rule-color: var(--spectrum-global-color-gray-200);
  --spectrum-tabs-compact-vertical-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-compact-vertical-emphasized-rule-color: var(--spectrum-global-color-gray-200);
  --spectrum-tabs-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-compact-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-compact-vertical-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-vertical-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-well-background-color: rgba(75,75,75,0.02);
  --spectrum-well-border-color: rgba(44,44,44,0.05);
}

.spectrum--darkest {
  --spectrum-global-color-celery-400: rgb(61, 167, 78);
  --spectrum-global-color-celery-500: rgb(68, 181, 86);
  --spectrum-global-color-celery-600: rgb(75, 195, 95);
  --spectrum-global-color-celery-700: rgb(81, 210, 103);
  --spectrum-global-color-chartreuse-400: rgb(124, 195, 63);
  --spectrum-global-color-chartreuse-500: rgb(133, 208, 68);
  --spectrum-global-color-chartreuse-600: rgb(142, 222, 73);
  --spectrum-global-color-chartreuse-700: rgb(155, 236, 84);
  --spectrum-global-color-yellow-400: rgb(210, 178, 0);
  --spectrum-global-color-yellow-500: rgb(223, 191, 0);
  --spectrum-global-color-yellow-600: rgb(237, 204, 0);
  --spectrum-global-color-yellow-700: rgb(250, 217, 0);
  --spectrum-global-color-magenta-400: rgb(202, 41, 150);
  --spectrum-global-color-magenta-500: rgb(216, 55, 144);
  --spectrum-global-color-magenta-600: rgb(226, 73, 157);
  --spectrum-global-color-magenta-700: rgb(236, 90, 170);
  --spectrum-global-color-fuchsia-400: rgb(177, 48, 189);
  --spectrum-global-color-fuchsia-500: rgb(192, 56, 204);
  --spectrum-global-color-fuchsia-600: rgb(207, 62, 220);
  --spectrum-global-color-fuchsia-700: rgb(217, 81, 229);
  --spectrum-global-color-purple-400: rgb(134, 76, 204);
  --spectrum-global-color-purple-500: rgb(146, 86, 217);
  --spectrum-global-color-purple-600: rgb(157, 100, 225);
  --spectrum-global-color-purple-700: rgb(168, 115, 223);
  --spectrum-global-color-indigo-400: rgb(92, 92, 224);
  --spectrum-global-color-indigo-500: rgb(103, 103, 236);
  --spectrum-global-color-indigo-600: rgb(117, 117, 241);
  --spectrum-global-color-indigo-700: rgb(130, 130, 246);
  --spectrum-global-color-seafoam-400: rgb(22, 135, 140);
  --spectrum-global-color-seafoam-500: rgb(27, 149, 154);
  --spectrum-global-color-seafoam-600: rgb(32, 163, 168);
  --spectrum-global-color-seafoam-700: rgb(35, 178, 184);
  --spectrum-global-color-red-400: rgb(215, 55, 63);
  --spectrum-global-color-red-500: rgb(227, 72, 80);
  --spectrum-global-color-red-600: rgb(236, 91, 98);
  --spectrum-global-color-red-700: rgb(247, 109, 116);
  --spectrum-global-color-orange-400: rgb(218, 123, 17);
  --spectrum-global-color-orange-500: rgb(230, 134, 25);
  --spectrum-global-color-orange-600: rgb(242, 148, 35);
  --spectrum-global-color-orange-700: rgb(249, 164, 63);
  --spectrum-global-color-green-400: rgb(38, 142, 108);
  --spectrum-global-color-green-500: rgb(45, 157, 120);
  --spectrum-global-color-green-600: rgb(51, 171, 132);
  --spectrum-global-color-green-700: rgb(57, 185, 144);
  --spectrum-global-color-blue-400: rgb(20, 115, 230);
  --spectrum-global-color-blue-500: rgb(38, 128, 235);
  --spectrum-global-color-blue-600: rgb(55, 142, 240);
  --spectrum-global-color-blue-700: rgb(75, 156, 245);
  --spectrum-global-color-gray-50: rgb(8, 8, 8);
  --spectrum-global-color-gray-75: rgb(26, 26, 26);
  --spectrum-global-color-gray-100: rgb(30, 30, 30);
  --spectrum-global-color-gray-200: rgb(44, 44, 44);
  --spectrum-global-color-gray-300: rgb(57, 57, 57);
  --spectrum-global-color-gray-400: rgb(73, 73, 73);
  --spectrum-global-color-gray-500: rgb(92, 92, 92);
  --spectrum-global-color-gray-600: rgb(124, 124, 124);
  --spectrum-global-color-gray-700: rgb(162, 162, 162);
  --spectrum-global-color-gray-800: rgb(200, 200, 200);
  --spectrum-global-color-gray-900: rgb(239, 239, 239);
  --spectrum-alias-background-color-modal-overlay: rgba(0,0,0,0.6);
  --spectrum-alias-dropshadow-color: rgba(0,0,0,0.8);
  --spectrum-alias-background-color-hover-overlay: rgba(239,239,239,0.08);
  --spectrum-alias-highlight-hover: rgba(239,239,239,0.08);
  --spectrum-alias-highlight-active: rgba(239,239,239,0.15);
  --spectrum-alias-highlight-selected: rgba(38,128,235,0.2);
  --spectrum-alias-highlight-selected-hover: rgba(38,128,235,0.3);
  --spectrum-alias-text-highlight-color: rgba(38,128,235,0.3);
  --spectrum-alias-background-color-quickactions: rgba(30,30,30,0.9);
  --spectrum-alias-radial-reaction-color-default: rgba(200,200,200,0.6);
  --spectrum-alias-pasteboard-background-color: var(--spectrum-global-color-gray-50);
  --spectrum-alias-appframe-border-color: var(--spectrum-global-color-gray-50);
  --spectrum-alias-appframe-separator-color: var(--spectrum-global-color-gray-50);
  --spectrum-colorarea-border-color: rgba(239,239,239,0.1);
  --spectrum-colorarea-border-color-hover: rgba(239,239,239,0.1);
  --spectrum-colorarea-border-color-down: rgba(239,239,239,0.1);
  --spectrum-colorarea-border-color-key-focus: rgba(239,239,239,0.1);
  --spectrum-colorslider-border-color: rgba(239,239,239,0.1);
  --spectrum-colorslider-border-color-hover: rgba(239,239,239,0.1);
  --spectrum-colorslider-border-color-down: rgba(239,239,239,0.1);
  --spectrum-colorslider-border-color-key-focus: rgba(239,239,239,0.1);
  --spectrum-colorslider-vertical-border-color: rgba(239,239,239,0.1);
  --spectrum-colorslider-vertical-border-color-hover: rgba(239,239,239,0.1);
  --spectrum-colorslider-vertical-border-color-down: rgba(239,239,239,0.1);
  --spectrum-colorslider-vertical-border-color-key-focus: rgba(239,239,239,0.1);
  --spectrum-colorwheel-border-color: rgba(239,239,239,0.1);
  --spectrum-colorwheel-border-color-hover: rgba(239,239,239,0.1);
  --spectrum-colorwheel-border-color-down: rgba(239,239,239,0.1);
  --spectrum-colorwheel-border-color-key-focus: rgba(239,239,239,0.1);
  --spectrum-miller-column-item-background-color-selected: rgba(38,128,235,0.1);
  --spectrum-miller-column-item-background-color-selected-hover: rgba(38,128,235,0.2);
  --spectrum-tabs-compact-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-compact-vertical-rule-color: var(--spectrum-global-color-gray-200);
  --spectrum-tabs-compact-vertical-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-compact-vertical-emphasized-rule-color: var(--spectrum-global-color-gray-200);
  --spectrum-tabs-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-compact-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-compact-vertical-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-vertical-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-well-background-color: rgba(200,200,200,0.02);
  --spectrum-well-border-color: rgba(239,239,239,0.05);
}

.spectrum {  /* spectrum-animationGlobals.css */
  --spectrum-global-animation-duration-0: 0ms;
  --spectrum-global-animation-duration-100: 130ms;
  --spectrum-global-animation-duration-200: 160ms;
  --spectrum-global-animation-duration-300: 190ms;
  --spectrum-global-animation-duration-400: 220ms;
  --spectrum-global-animation-duration-500: 250ms;
  --spectrum-global-animation-duration-600: 300ms;
  --spectrum-global-animation-duration-700: 350ms;
  --spectrum-global-animation-duration-800: 400ms;
  --spectrum-global-animation-duration-900: 450ms;
  --spectrum-global-animation-duration-1000: 500ms;
  --spectrum-global-animation-duration-2000: 1000ms;
  --spectrum-global-animation-duration-4000: 2000ms;
  --spectrum-global-animation-ease-in-out: cubic-bezier(.45, 0, .40, 1);
  --spectrum-global-animation-ease-in: cubic-bezier(.50, 0, 1, 1);
  --spectrum-global-animation-ease-out: cubic-bezier(0, 0, 0.40, 1);
  --spectrum-global-animation-linear: cubic-bezier(0, 0, 1, 1);


  /* spectrum-colorGlobals.css */
  --spectrum-global-color-static-black: rgb(0, 0, 0);
  --spectrum-global-color-static-white: rgb(255, 255, 255);
  --spectrum-global-color-static-blue: rgb(20, 115, 230);
  --spectrum-global-color-static-gray-50: rgb(255, 255, 255);
  --spectrum-global-color-static-gray-75: rgb(255, 255, 255);
  --spectrum-global-color-static-gray-100: rgb(255, 255, 255);
  --spectrum-global-color-static-gray-200: rgb(244, 244, 244);
  --spectrum-global-color-static-gray-300: rgb(234, 234, 234);
  --spectrum-global-color-static-gray-400: rgb(211, 211, 211);
  --spectrum-global-color-static-gray-500: rgb(188, 188, 188);
  --spectrum-global-color-static-gray-600: rgb(149, 149, 149);
  --spectrum-global-color-static-gray-700: rgb(116, 116, 116);
  --spectrum-global-color-static-gray-800: rgb(80, 80, 80);
  --spectrum-global-color-static-gray-900: rgb(50, 50, 50);
  --spectrum-global-color-static-blue-400: rgb(55, 142, 240);
  --spectrum-global-color-static-blue-500: rgb(38, 128, 235);
  --spectrum-global-color-static-blue-600: rgb(20, 115, 230);
  --spectrum-global-color-static-blue-700: rgb(13, 102, 208);
  --spectrum-global-color-static-red-400: rgb(236, 91, 98);
  --spectrum-global-color-static-red-500: rgb(227, 72, 80);
  --spectrum-global-color-static-red-600: rgb(215, 55, 63);
  --spectrum-global-color-static-red-700: rgb(201, 37, 45);
  --spectrum-global-color-static-orange-400: rgb(242, 148, 35);
  --spectrum-global-color-static-orange-500: rgb(230, 134, 25);
  --spectrum-global-color-static-orange-600: rgb(218, 123, 17);
  --spectrum-global-color-static-orange-700: rgb(203, 111, 16);
  --spectrum-global-color-static-green-400: rgb(51, 171, 132);
  --spectrum-global-color-static-green-500: rgb(45, 157, 120);
  --spectrum-global-color-static-green-600: rgb(38, 142, 108);
  --spectrum-global-color-static-green-700: rgb(18, 128, 92);
  --spectrum-global-color-static-celery-400: rgb(75, 195, 95);
  --spectrum-global-color-static-celery-500: rgb(68, 181, 86);
  --spectrum-global-color-static-celery-600: rgb(61, 167, 78);
  --spectrum-global-color-static-celery-700: rgb(55, 153, 71);
  --spectrum-global-color-static-chartreuse-400: rgb(142, 222, 73);
  --spectrum-global-color-static-chartreuse-500: rgb(133, 208, 68);
  --spectrum-global-color-static-chartreuse-600: rgb(124, 195, 63);
  --spectrum-global-color-static-chartreuse-700: rgb(115, 181, 58);
  --spectrum-global-color-static-yellow-400: rgb(237, 204, 0);
  --spectrum-global-color-static-yellow-500: rgb(223, 191, 0);
  --spectrum-global-color-static-yellow-600: rgb(210, 178, 0);
  --spectrum-global-color-static-yellow-700: rgb(196, 166, 0);
  --spectrum-global-color-static-magenta-400: rgb(226, 73, 157);
  --spectrum-global-color-static-magenta-500: rgb(216, 55, 144);
  --spectrum-global-color-static-magenta-600: rgb(202, 41, 130);
  --spectrum-global-color-static-magenta-700: rgb(188, 28, 116);
  --spectrum-global-color-static-fuchsia-400: rgb(207, 62, 220);
  --spectrum-global-color-static-fuchsia-500: rgb(192, 56, 204);
  --spectrum-global-color-static-fuchsia-600: rgb(177, 48, 189);
  --spectrum-global-color-static-fuchsia-700: rgb(162, 40, 173);
  --spectrum-global-color-static-purple-400: rgb(157, 100, 225);
  --spectrum-global-color-static-purple-500: rgb(146, 86, 217);
  --spectrum-global-color-static-purple-600: rgb(134, 76, 204);
  --spectrum-global-color-static-purple-700: rgb(122, 66, 191);
  --spectrum-global-color-static-indigo-400: rgb(117, 117, 241);
  --spectrum-global-color-static-indigo-500: rgb(103, 103, 236);
  --spectrum-global-color-static-indigo-600: rgb(92, 92, 224);
  --spectrum-global-color-static-indigo-700: rgb(81, 81, 211);
  --spectrum-global-color-static-seafoam-400: rgb(32, 163, 168);
  --spectrum-global-color-static-seafoam-500: rgb(27, 149, 154);
  --spectrum-global-color-static-seafoam-600: rgb(22, 135, 140);
  --spectrum-global-color-static-seafoam-700: rgb(15, 121, 125);
  --spectrum-global-color-opacity-100: 1;
  --spectrum-global-color-opacity-90: 0.9;
  --spectrum-global-color-opacity-80: 0.8;
  --spectrum-global-color-opacity-60: 0.6;
  --spectrum-global-color-opacity-50: 0.5;
  --spectrum-global-color-opacity-40: 0.4;
  --spectrum-global-color-opacity-30: 0.3;
  --spectrum-global-color-opacity-25: 0.25;
  --spectrum-global-color-opacity-20: 0.2;
  --spectrum-global-color-opacity-15: 0.15;
  --spectrum-global-color-opacity-10: 0.1;
  --spectrum-global-color-opacity-8: 0.08;
  --spectrum-global-color-opacity-7: 0.07;
  --spectrum-global-color-opacity-6: 0.06;
  --spectrum-global-color-opacity-5: 0.05;
  --spectrum-global-color-opacity-4: 0.04;


  /* spectrum-colorSemantics.css */
  --spectrum-semantic-negative-color-background: var(--spectrum-global-color-static-red-700);
  --spectrum-semantic-negative-color-default: var(--spectrum-global-color-red-500);
  --spectrum-semantic-negative-color-dark: var(--spectrum-global-color-red-600);
  --spectrum-semantic-negative-color-border: var(--spectrum-global-color-red-400);
  --spectrum-semantic-negative-color-icon: var(--spectrum-global-color-red-600);
  --spectrum-semantic-negative-color-status: var(--spectrum-global-color-red-400);
  --spectrum-semantic-negative-color-text-large: var(--spectrum-global-color-red-500);
  --spectrum-semantic-negative-color-text-small: var(--spectrum-global-color-red-600);
  --spectrum-semantic-negative-color-state-down: var(--spectrum-global-color-red-700);
  --spectrum-semantic-negative-color-state-focus: var(--spectrum-global-color-red-400);
  --spectrum-semantic-notice-color-background: var(--spectrum-global-color-static-orange-700);
  --spectrum-semantic-notice-color-default: var(--spectrum-global-color-orange-500);
  --spectrum-semantic-notice-color-dark: var(--spectrum-global-color-orange-600);
  --spectrum-semantic-notice-color-border: var(--spectrum-global-color-orange-400);
  --spectrum-semantic-notice-color-icon: var(--spectrum-global-color-orange-600);
  --spectrum-semantic-notice-color-status: var(--spectrum-global-color-orange-400);
  --spectrum-semantic-notice-color-text-large: var(--spectrum-global-color-orange-500);
  --spectrum-semantic-notice-color-text-small: var(--spectrum-global-color-orange-600);
  --spectrum-semantic-notice-color-state-down: var(--spectrum-global-color-orange-700);
  --spectrum-semantic-notice-color-state-focus: var(--spectrum-global-color-orange-400);
  --spectrum-semantic-positive-color-background: var(--spectrum-global-color-static-green-700);
  --spectrum-semantic-positive-color-default: var(--spectrum-global-color-green-500);
  --spectrum-semantic-positive-color-dark: var(--spectrum-global-color-green-600);
  --spectrum-semantic-positive-color-border: var(--spectrum-global-color-green-400);
  --spectrum-semantic-positive-color-icon: var(--spectrum-global-color-green-600);
  --spectrum-semantic-positive-color-status: var(--spectrum-global-color-green-400);
  --spectrum-semantic-positive-color-text-large: var(--spectrum-global-color-green-500);
  --spectrum-semantic-positive-color-text-small: var(--spectrum-global-color-green-600);
  --spectrum-semantic-positive-color-state-down: var(--spectrum-global-color-green-700);
  --spectrum-semantic-positive-color-state-focus: var(--spectrum-global-color-green-400);
  --spectrum-semantic-informative-color-background: var(--spectrum-global-color-static-blue-700);
  --spectrum-semantic-informative-color-default: var(--spectrum-global-color-blue-500);
  --spectrum-semantic-informative-color-dark: var(--spectrum-global-color-blue-600);
  --spectrum-semantic-informative-color-border: var(--spectrum-global-color-blue-400);
  --spectrum-semantic-informative-color-icon: var(--spectrum-global-color-blue-600);
  --spectrum-semantic-informative-color-status: var(--spectrum-global-color-blue-400);
  --spectrum-semantic-informative-color-text-large: var(--spectrum-global-color-blue-500);
  --spectrum-semantic-informative-color-text-small: var(--spectrum-global-color-blue-600);
  --spectrum-semantic-informative-color-state-down: var(--spectrum-global-color-blue-700);
  --spectrum-semantic-informative-color-state-focus: var(--spectrum-global-color-blue-400);
  --spectrum-semantic-cta-color-background-default: var(--spectrum-global-color-static-blue-600);
  --spectrum-semantic-cta-color-background-hover: var(--spectrum-global-color-static-blue-700);
  --spectrum-semantic-cta-color-background-down: var(--spectrum-global-color-static-blue-700);
  --spectrum-semantic-cta-color-background-key-focus: var(--spectrum-global-color-static-blue-600);
  --spectrum-semantic-background-color-key-focus: var(--spectrum-global-color-static-blue-600);
  --spectrum-semantic-neutral-color-background: var(--spectrum-global-color-static-gray-700);
  --spectrum-semantic-presence-color-1: var(--spectrum-global-color-static-red-500);
  --spectrum-semantic-presence-color-2: var(--spectrum-global-color-static-orange-400);
  --spectrum-semantic-presence-color-3: var(--spectrum-global-color-static-yellow-400);
  --spectrum-semantic-presence-color-4: rgb(75, 204, 162);
  --spectrum-semantic-presence-color-5: rgb(0, 199, 255);
  --spectrum-semantic-presence-color-6: rgb(0, 140, 184);
  --spectrum-semantic-presence-color-7: rgb(126, 75, 243);
  --spectrum-semantic-presence-color-8: var(--spectrum-global-color-static-fuchsia-600);


  /* spectrum-dimensionGlobals.css */
  --spectrum-global-dimension-static-size-0: 0px;
  --spectrum-global-dimension-static-size-10: 1px;
  --spectrum-global-dimension-static-size-25: 2px;
  --spectrum-global-dimension-static-size-50: 4px;
  --spectrum-global-dimension-static-size-40: 3px;
  --spectrum-global-dimension-static-size-65: 5px;
  --spectrum-global-dimension-static-size-100: 8px;
  --spectrum-global-dimension-static-size-115: 9px;
  --spectrum-global-dimension-static-size-125: 10px;
  --spectrum-global-dimension-static-size-150: 12px;
  --spectrum-global-dimension-static-size-175: 14px;
  --spectrum-global-dimension-static-size-200: 16px;
  --spectrum-global-dimension-static-size-225: 18px;
  --spectrum-global-dimension-static-size-250: 20px;
  --spectrum-global-dimension-static-size-300: 24px;
  --spectrum-global-dimension-static-size-400: 32px;
  --spectrum-global-dimension-static-size-450: 36px;
  --spectrum-global-dimension-static-size-500: 40px;
  --spectrum-global-dimension-static-size-550: 44px;
  --spectrum-global-dimension-static-size-600: 48px;
  --spectrum-global-dimension-static-size-700: 56px;
  --spectrum-global-dimension-static-size-800: 64px;
  --spectrum-global-dimension-static-size-900: 72px;
  --spectrum-global-dimension-static-size-1000: 80px;
  --spectrum-global-dimension-static-size-1200: 96px;
  --spectrum-global-dimension-static-size-1700: 136px;
  --spectrum-global-dimension-static-size-2400: 192px;
  --spectrum-global-dimension-static-size-2600: 208px;
  --spectrum-global-dimension-static-size-3400: 272px;
  --spectrum-global-dimension-static-size-3600: 288px;
  --spectrum-global-dimension-static-size-4600: 368px;
  --spectrum-global-dimension-static-size-5000: 400px;
  --spectrum-global-dimension-static-size-6000: 480px;
  --spectrum-global-dimension-static-font-size-50: 11px;
  --spectrum-global-dimension-static-font-size-75: 12px;
  --spectrum-global-dimension-static-font-size-100: 14px;
  --spectrum-global-dimension-static-font-size-150: 15px;
  --spectrum-global-dimension-static-font-size-200: 16px;
  --spectrum-global-dimension-static-font-size-300: 18px;
  --spectrum-global-dimension-static-font-size-400: 20px;
  --spectrum-global-dimension-static-font-size-500: 22px;
  --spectrum-global-dimension-static-font-size-600: 25px;
  --spectrum-global-dimension-static-font-size-700: 28px;
  --spectrum-global-dimension-static-font-size-800: 32px;
  --spectrum-global-dimension-static-font-size-900: 36px;
  --spectrum-global-dimension-static-font-size-1000: 40px;
  --spectrum-global-dimension-static-percent-50: 50%;
  --spectrum-global-dimension-static-percent-100: 100%;
  --spectrum-global-dimension-static-breakpoint-xsmall: 304px;
  --spectrum-global-dimension-static-breakpoint-small: 768px;
  --spectrum-global-dimension-static-breakpoint-medium: 1280px;
  --spectrum-global-dimension-static-breakpoint-large: 1768px;
  --spectrum-global-dimension-static-breakpoint-xlarge: 2160px;
  --spectrum-global-dimension-static-grid-columns: 12;
  --spectrum-global-dimension-static-grid-fluid-width: 100%;
  --spectrum-global-dimension-static-grid-fixed-max-width: 1280px;


  /* spectrum-fontGlobals.css */
  --spectrum-global-font-family-base: adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  --spectrum-global-font-family-serif: adobe-clean-serif, 'Source Serif Pro', Georgia, serif;
  --spectrum-global-font-family-code: 'Source Code Pro', Monaco, monospace;
  --spectrum-global-font-weight-thin: 100;
  --spectrum-global-font-weight-ultra-light: 200;
  --spectrum-global-font-weight-light: 300;
  --spectrum-global-font-weight-regular: 400;
  --spectrum-global-font-weight-medium: 500;
  --spectrum-global-font-weight-semi-bold: 600;
  --spectrum-global-font-weight-bold: 700;
  --spectrum-global-font-weight-extra-bold: 800;
  --spectrum-global-font-weight-black: 900;
  --spectrum-global-font-style-regular: normal;
  --spectrum-global-font-style-italic: italic;
  --spectrum-global-font-letter-spacing-none: 0;
  --spectrum-global-font-letter-spacing-small: 0.0125em;
  --spectrum-global-font-letter-spacing-han: 0.05em;
  --spectrum-global-font-letter-spacing-medium: 0.06em;
  --spectrum-global-font-line-height-large: 1.7;
  --spectrum-global-font-line-height-medium: 1.5;
  --spectrum-global-font-line-height-small: 1.3;
  --spectrum-global-font-multiplier-25: 0.25em;
  --spectrum-global-font-multiplier-75: 0.75em;


  /* spectrum-staticAliases.css */
  --spectrum-alias-border-size-thin: var(--spectrum-global-dimension-static-size-10);
  --spectrum-alias-border-size-thick: var(--spectrum-global-dimension-static-size-25);
  --spectrum-alias-border-size-thicker: var(--spectrum-global-dimension-static-size-50);
  --spectrum-alias-border-size-thickest: var(--spectrum-global-dimension-static-size-100);
  --spectrum-alias-border-offset-thin: var(--spectrum-global-dimension-static-size-25);
  --spectrum-alias-border-offset-thick: var(--spectrum-global-dimension-static-size-50);
  --spectrum-alias-border-offset-thicker: var(--spectrum-global-dimension-static-size-100);
  --spectrum-alias-border-offset-thickest: var(--spectrum-global-dimension-static-size-200);
  --spectrum-alias-grid-baseline: var(--spectrum-global-dimension-static-size-100);
  --spectrum-alias-grid-gutter-xsmall: var(--spectrum-global-dimension-static-size-200);
  --spectrum-alias-grid-gutter-small: var(--spectrum-global-dimension-static-size-300);
  --spectrum-alias-grid-gutter-medium: var(--spectrum-global-dimension-static-size-400);
  --spectrum-alias-grid-gutter-large: var(--spectrum-global-dimension-static-size-500);
  --spectrum-alias-grid-gutter-xlarge: var(--spectrum-global-dimension-static-size-600);
  --spectrum-alias-grid-margin-xsmall: var(--spectrum-global-dimension-static-size-200);
  --spectrum-alias-grid-margin-small: var(--spectrum-global-dimension-static-size-300);
  --spectrum-alias-grid-margin-medium: var(--spectrum-global-dimension-static-size-400);
  --spectrum-alias-grid-margin-large: var(--spectrum-global-dimension-static-size-500);
  --spectrum-alias-grid-margin-xlarge: var(--spectrum-global-dimension-static-size-600);
  --spectrum-alias-grid-layout-region-margin-bottom-xsmall: var(--spectrum-global-dimension-static-size-200);
  --spectrum-alias-grid-layout-region-margin-bottom-small: var(--spectrum-global-dimension-static-size-300);
  --spectrum-alias-grid-layout-region-margin-bottom-medium: var(--spectrum-global-dimension-static-size-400);
  --spectrum-alias-grid-layout-region-margin-bottom-large: var(--spectrum-global-dimension-static-size-500);
  --spectrum-alias-grid-layout-region-margin-bottom-xlarge: var(--spectrum-global-dimension-static-size-600);
  --spectrum-alias-radial-reaction-size-default: var(--spectrum-global-dimension-static-size-550);
  --spectrum-alias-font-family-ar: myriad-arabic, adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  --spectrum-alias-font-family-he: myriad-hebrew, adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  --spectrum-alias-font-family-zh: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light','sans-serif';
  --spectrum-alias-font-family-zhhans: adobe-clean-han-simplified-c, source-han-simplified-c, 'SimSun', 'Heiti SC Light', 'sans-serif';
  --spectrum-alias-font-family-ko: adobe-clean-han-korean, source-han-korean, 'Malgun Gothic', 'Apple Gothic', 'sans-serif';
  --spectrum-alias-font-family-ja: adobe-clean-han-japanese, source-han-japanese, 'Yu Gothic', '\30E1 \30A4 \30EA \30AA', '\30D2 \30E9 \30AE \30CE \89D2 \30B4  Pro W3', 'Hiragino Kaku Gothic Pro W3', 'Osaka', '\FF2D \FF33 \FF30 \30B4 \30B7 \30C3 \30AF', 'MS PGothic', 'sans-serif';
  --spectrum-alias-font-family-condensed: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light', adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  --spectrum-alias-line-height-body: var(--spectrum-global-font-line-height-medium);
  --spectrum-alias-line-height-title: var(--spectrum-global-font-line-height-small);
  --spectrum-alias-body-han-text-line-height: var(--spectrum-global-font-line-height-large);
  --spectrum-alias-body-text-font-family: var(--spectrum-global-font-family-base);
  --spectrum-alias-body-text-line-height: var(--spectrum-global-font-line-height-medium);
  --spectrum-alias-body-text-font-weight: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-body-text-font-weight-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-button-text-line-height: var(--spectrum-global-font-line-height-small);
  --spectrum-alias-heading-han-text-line-height: var(--spectrum-global-font-line-height-medium);
  --spectrum-alias-heading-text-line-height: var(--spectrum-global-font-line-height-small);
  --spectrum-alias-heading-text-font-weight-regular: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-heading-text-font-weight-regular-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-heading-text-font-weight-quiet: var(--spectrum-global-font-weight-light);
  --spectrum-alias-heading-text-font-weight-quiet-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-heading-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-heading-text-font-weight-strong-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-subheading-text-font-weight: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-subheading-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-detail-text-font-weight: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-detail-text-font-weight-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-serif-text-font-family: var(--spectrum-global-font-family-serif);
  --spectrum-alias-article-text-font-family: var(--spectrum-global-font-family-serif);
  --spectrum-alias-article-body-text-font-weight: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-article-body-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-article-heading-text-font-weight: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-article-heading-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-article-heading-text-font-weight-quiet: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-article-heading-text-font-weight-quiet-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-article-subheading-text-font-weight: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-article-subheading-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-article-detail-text-font-weight: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-article-detail-text-font-weight-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-code-text-font-family: var(--spectrum-global-font-family-code);
  --spectrum-alias-han-heading-text-font-weight-regular: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-han-heading-text-font-weight-regular-emphasis: var(--spectrum-global-font-weight-extra-bold);
  --spectrum-alias-han-heading-text-font-weight-regular-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-heading-text-font-weight-quiet: var(--spectrum-global-font-weight-light);
  --spectrum-alias-han-heading-text-font-weight-quiet-emphasis: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-han-heading-text-font-weight-quiet-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-han-heading-text-font-weight-light: var(--spectrum-global-font-weight-light);
  --spectrum-alias-han-heading-text-font-weight-light-emphasis: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-han-heading-text-font-weight-light-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-han-heading-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-heading-text-font-weight-strong-emphasis: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-heading-text-font-weight-strong-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-heading-text-font-weight-heavy: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-heading-text-font-weight-heavy-emphasis: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-heading-text-font-weight-heavy-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-body-text-font-weight-regular: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-han-body-text-font-weight-emphasis: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-han-body-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-subheading-text-font-weight-regular: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-han-subheading-text-font-weight-emphasis: var(--spectrum-global-font-weight-extra-bold);
  --spectrum-alias-han-subheading-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-detail-text-font-weight: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-han-detail-text-font-weight-emphasis: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-han-detail-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-code-text-font-weight-regular: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-code-text-font-weight-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-code-text-line-height: var(--spectrum-global-font-line-height-medium);
  --spectrum-alias-heading-margin-bottom: var(--spectrum-global-font-multiplier-25);
  --spectrum-alias-body-margin-bottom: var(--spectrum-global-font-multiplier-75);

}

.spectrum--medium,
.spectrum--large {
  /* spectrum-dimensionAliases.css */
  --spectrum-alias-dropshadow-blur: var(--spectrum-global-dimension-size-50);
  --spectrum-alias-dropshadow-offset-y: var(--spectrum-global-dimension-size-10);
  --spectrum-alias-font-size-default: var(--spectrum-global-dimension-font-size-100);
  --spectrum-alias-line-height-small: var(--spectrum-global-dimension-size-200);
  --spectrum-alias-line-height-medium: var(--spectrum-global-dimension-size-250);
  --spectrum-alias-line-height-large: var(--spectrum-global-dimension-size-300);
  --spectrum-alias-line-height-xlarge: var(--spectrum-global-dimension-size-400);
  --spectrum-alias-line-height-xxlarge: var(--spectrum-global-dimension-size-600);
  --spectrum-alias-layout-label-gap-size: var(--spectrum-global-dimension-size-100);
  --spectrum-alias-pill-button-text-size: var(--spectrum-global-dimension-font-size-100);
  --spectrum-alias-pill-button-text-baseline: var(--spectrum-global-dimension-static-size-150);
  --spectrum-alias-border-radius-xsmall: var(--spectrum-global-dimension-size-10);
  --spectrum-alias-border-radius-small: var(--spectrum-global-dimension-size-25);
  --spectrum-alias-border-radius-regular: var(--spectrum-global-dimension-size-50);
  --spectrum-alias-border-radius-medium: var(--spectrum-global-dimension-size-100);
  --spectrum-alias-border-radius-large: var(--spectrum-global-dimension-size-200);
  --spectrum-alias-single-line-height: var(--spectrum-global-dimension-size-400);
  --spectrum-alias-single-line-width: var(--spectrum-global-dimension-size-2400);
  --spectrum-alias-workflow-icon-size: var(--spectrum-global-dimension-size-225);
  --spectrum-alias-heading-han-display1-text-size: var(--spectrum-global-dimension-font-size-1000);
  --spectrum-alias-heading-han-xxxl-text-size: var(--spectrum-global-dimension-font-size-1000);
  --spectrum-alias-heading-han-display1-margin-top: var(--spectrum-global-dimension-font-size-900);
  --spectrum-alias-heading-han-xxxl-margin-top: var(--spectrum-global-dimension-font-size-900);
  --spectrum-alias-heading-han-display2-text-size: var(--spectrum-global-dimension-font-size-900);
  --spectrum-alias-heading-han-xxl-text-size: var(--spectrum-global-dimension-font-size-900);
  --spectrum-alias-heading-han-display2-margin-top: var(--spectrum-global-dimension-font-size-800);
  --spectrum-alias-heading-han-xxl-margin-top: var(--spectrum-global-dimension-font-size-800);
  --spectrum-alias-heading1-han-text-size: var(--spectrum-global-dimension-font-size-800);
  --spectrum-alias-heading-han-xl-text-size: var(--spectrum-global-dimension-font-size-800);
  --spectrum-alias-heading1-han-margin-top: var(--spectrum-global-dimension-font-size-700);
  --spectrum-alias-heading-han-xl-margin-top: var(--spectrum-global-dimension-font-size-700);
  --spectrum-alias-heading2-han-text-size: var(--spectrum-global-dimension-font-size-600);
  --spectrum-alias-heading-han-l-text-size: var(--spectrum-global-dimension-font-size-600);
  --spectrum-alias-heading2-han-margin-top: var(--spectrum-global-dimension-font-size-500);
  --spectrum-alias-heading-han-l-margin-top: var(--spectrum-global-dimension-font-size-500);
  --spectrum-alias-heading3-han-text-size: var(--spectrum-global-dimension-font-size-400);
  --spectrum-alias-heading-han-m-text-size: var(--spectrum-global-dimension-font-size-400);
  --spectrum-alias-heading3-han-margin-top: var(--spectrum-global-dimension-font-size-300);
  --spectrum-alias-heading-han-m-margin-top: var(--spectrum-global-dimension-font-size-300);
  --spectrum-alias-heading4-text-size: var(--spectrum-global-dimension-font-size-300);
  --spectrum-alias-heading-s-text-size: var(--spectrum-global-dimension-font-size-300);
  --spectrum-alias-heading4-margin-top: var(--spectrum-global-dimension-font-size-200);
  --spectrum-alias-heading-s-margin-top: var(--spectrum-global-dimension-font-size-200);
  --spectrum-alias-heading5-text-size: var(--spectrum-global-dimension-font-size-200);
  --spectrum-alias-heading-xs-text-size: var(--spectrum-global-dimension-font-size-200);
  --spectrum-alias-heading5-margin-top: var(--spectrum-global-dimension-font-size-100);
  --spectrum-alias-heading-xs-margin-top: var(--spectrum-global-dimension-font-size-100);
  --spectrum-alias-heading6-text-size: var(--spectrum-global-dimension-font-size-100);
  --spectrum-alias-heading-xxs-text-size: var(--spectrum-global-dimension-font-size-100);
  --spectrum-alias-heading6-margin-top: var(--spectrum-global-dimension-font-size-75);
  --spectrum-alias-heading-xxs-margin-top: var(--spectrum-global-dimension-font-size-75);
}

.spectrum--darkest,
.spectrum--dark,
.spectrum--light,
.spectrum--lightest {
  /* spectrum-colorAliases.css */
  --spectrum-alias-background-color-default: var(--spectrum-global-color-gray-100);
  --spectrum-alias-background-color-transparent: transparent;
  --spectrum-alias-background-color-label-gray: rgb(112, 112, 112);
  --spectrum-alias-background-color-quickactions-overlay: rgba(0,0,0,0.2);
  --spectrum-alias-placeholder-text-color: var(--spectrum-global-color-gray-600);
  --spectrum-alias-placeholder-text-color-hover: var(--spectrum-global-color-gray-900);
  --spectrum-alias-placeholder-text-color-down: var(--spectrum-global-color-gray-900);
  --spectrum-alias-placeholder-text-color-selected: var(--spectrum-global-color-gray-800);
  --spectrum-alias-label-text-color: var(--spectrum-global-color-gray-700);
  --spectrum-alias-text-color: var(--spectrum-global-color-gray-800);
  --spectrum-alias-text-color-hover: var(--spectrum-global-color-gray-900);
  --spectrum-alias-text-color-down: var(--spectrum-global-color-gray-900);
  --spectrum-alias-text-color-key-focus: var(--spectrum-global-color-blue-600);
  --spectrum-alias-text-color-mouse-focus: var(--spectrum-global-color-blue-600);
  --spectrum-alias-text-color-disabled: var(--spectrum-global-color-gray-500);
  --spectrum-alias-text-color-invalid: var(--spectrum-global-color-red-500);
  --spectrum-alias-text-color-selected: var(--spectrum-global-color-blue-600);
  --spectrum-alias-text-color-selected-neutral: var(--spectrum-global-color-gray-900);
  --spectrum-alias-title-text-color: var(--spectrum-global-color-gray-900);
  --spectrum-alias-heading-text-color: var(--spectrum-global-color-gray-900);
  --spectrum-alias-border-color: var(--spectrum-global-color-gray-300);
  --spectrum-alias-border-color-hover: var(--spectrum-global-color-gray-400);
  --spectrum-alias-border-color-focus: var(--spectrum-global-color-blue-400);
  --spectrum-alias-border-color-down: var(--spectrum-global-color-blue-500);
  --spectrum-alias-border-color-extralight: var(--spectrum-global-color-gray-100);
  --spectrum-alias-border-color-light: var(--spectrum-global-color-gray-200);
  --spectrum-alias-border-color-mid: var(--spectrum-global-color-gray-300);
  --spectrum-alias-border-color-dark: var(--spectrum-global-color-gray-400);
  --spectrum-alias-border-color-transparent: transparent;
  --spectrum-alias-border-color-translucent-dark: rgba(0,0,0,0.05);
  --spectrum-alias-border-color-translucent-darker: rgba(0,0,0,0.1);
  --spectrum-alias-focus-color: var(--spectrum-global-color-blue-400);
  --spectrum-alias-track-color-default: var(--spectrum-global-color-gray-300);
  --spectrum-alias-track-color-disabled: var(--spectrum-global-color-gray-300);
  --spectrum-alias-track-color-over-background: rgba(255,255,255,0.2);
  --spectrum-alias-icon-color: var(--spectrum-global-color-gray-700);
  --spectrum-alias-icon-color-over-background: var(--spectrum-global-color-static-white);
  --spectrum-alias-icon-color-hover: var(--spectrum-global-color-gray-900);
  --spectrum-alias-icon-color-down: var(--spectrum-global-color-gray-900);
  --spectrum-alias-icon-color-focus: var(--spectrum-global-color-gray-900);
  --spectrum-alias-icon-color-disabled: var(--spectrum-global-color-gray-400);
  --spectrum-alias-icon-color-selected-neutral: var(--spectrum-global-color-gray-900);
  --spectrum-alias-icon-color-selected: var(--spectrum-global-color-blue-500);
  --spectrum-alias-icon-color-selected-hover: var(--spectrum-global-color-blue-600);
  --spectrum-alias-icon-color-selected-down: var(--spectrum-global-color-blue-700);
  --spectrum-alias-icon-color-selected-focus: var(--spectrum-global-color-blue-600);
  --spectrum-alias-icon-color-error: var(--spectrum-global-color-red-400);
  --spectrum-alias-toolbar-background-color: var(--spectrum-global-color-gray-100);
}

.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.discover-appActionBar{height:100%}.discover-appActionBar .discover-app-related-actions{border:none;padding:0rem}.discover-appActionBar .discover-app-related-actions span.discover-appAction-button{margin:0 .25rem}.discover-appActionBar .discover-appAction-isWaiting-container{display:flex;flex-direction:row;justify-content:space-between;margin:0rem 0rem 0rem .25rem;height:100%}.discover-appActionBar .discover-appAction-isWaiting-progress{display:flex;flex-direction:row;justify-content:space-between;width:100%;height:100%;align-items:center}.discover-appActionBar .discover-appAction-isWaiting-text{display:flex;flex-direction:row;justify-content:space-between;color:var(--spectrum-global-color-gray-800);font-size:.875rem;font-style:italic}.discover-appActionBar .discover-appAction-progress-container{display:flex;flex-direction:row;justify-content:space-between;margin:0rem 0rem 0rem .25rem}.discover-appActionBar .discover-appAction-progress{display:flex;flex-direction:row;justify-content:space-between;width:100%}.discover-appActionBar .discover-appAction-progress-bar-text{display:flex;flex-direction:row;justify-content:space-between;margin-left:.5rem;height:1rem}.discover-appActionBar .discover-appAction-progress-bar-left-text{font-size:.875rem;font-style:normal;color:var(--spectrum-global-color-gray-800);display:flex;align-self:center}.discover-appActionBar .discover-appAction-progress-bar-right-text{font-size:.875rem;font-style:normal;color:var(--spectrum-global-color-gray-600);align-self:center;display:flex;margin-left:.25rem}.discover-appActionBar .discover-progress-container{width:100%;display:flex;height:100%}.discover-appActionBar .discover-progress-container .discover-progress-content{flex-grow:1;display:flex;align-items:center}.discover-appActionBar .discover-progress-container .discover-progress-cancel{align-items:center;cursor:pointer;display:flex;height:100%;width:2rem}.discover-appActionBar .discover-progress-container .discover-progress-cancel span{padding-left:.5rem;padding-top:.375rem}.discover-appActionBar .discover-progress-container .discover-progress-cancel span.focus-ring{border-color:var(--spectrum-global-color-blue-500);border-radius:.125rem;box-shadow:0 0 0 .0625rem var(--spectrum-global-color-blue-500);outline:none}.discover-appActionBar .discover-progress-container .discover-progress-cancel span:focus{outline:none}.discover-appAction-button-tooltip span{max-width:-moz-fit-content;max-width:fit-content;white-space:nowrap}
.spectrum-Accordion {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.spectrum-Accordion-itemIndicator {
  display: block;

  position: absolute;
  left: 16px;
  top: 14.5px;

  transition: transform ease 130ms;
}
.spectrum-Accordion-item {
  z-index: inherit;
  position: relative;

  display: list-item;
  margin: 0;

  border-bottom: 1px solid transparent;
}
.spectrum-Accordion-item:first-of-type {
    border-top: 1px solid transparent;
  }
.spectrum-Accordion-itemHeading {
  margin: 0;
}
.spectrum-Accordion-itemHeader {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: flex-start;

  box-sizing: border-box;
  padding: 12px 16px 12px 34px;
  margin: 0;

  min-height: 39px;

  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.0006em;

  text-overflow: ellipsis;
  cursor: pointer;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: inherit;
  border: 0;
  font-family: inherit;
  text-align: start;
  width: 100%;
}
.spectrum-Accordion-itemHeader:focus {
    outline: none;
  }
.spectrum-Accordion-itemHeader:focus::after {
      content: '';

      position: absolute;
      left: 0;
      top: -1px;
      bottom: -1px;

      width: 2px;
    }
.spectrum-Accordion-itemContent {
  padding: 0 16px 16px 16px;
  display: none;
}
.spectrum-Accordion-item.is-open > .spectrum-Accordion-itemHeading > .spectrum-Accordion-itemIndicator {
        transform: rotate(90deg);
      }
.spectrum-Accordion-item.is-open > .spectrum-Accordion-itemIndicator {
      transform: rotate(90deg);
    }
.spectrum-Accordion-item.is-open > .spectrum-Accordion-itemHeader::after {
      height: 39px;
    }
.spectrum-Accordion-item.is-open > .spectrum-Accordion-itemContent {
      display: block;
    }
.spectrum-Accordion-item.is-disabled .spectrum-Accordion-itemHeader {
      cursor: default;
    }

.spectrum--light .spectrum-Accordion-item {
  border-color: rgb(225, 225, 225);
}
.spectrum--light .spectrum-Accordion-itemIndicator {
  color: rgb(142, 142, 142);
}
.spectrum--light .spectrum-Accordion-itemHeader {
  color: rgb(110, 110, 110);
}
.spectrum--light .spectrum-Accordion-itemHeader:hover {
    color: rgb(44, 44, 44);

    background-color: rgb(234, 234, 234);
  }
.spectrum--light .spectrum-Accordion-itemHeader:hover + .spectrum-Accordion-itemIndicator {
      color: rgb(75, 75, 75);
    }
.spectrum--light .spectrum-Accordion-itemHeader.focus-ring:after  {
      background-color: rgb(38, 128, 235);
    }
.spectrum--light .spectrum-Accordion-item.is-open .spectrum-Accordion-itemHeader:hover {
        background-color: transparent;
      }
.spectrum--light .spectrum-Accordion-item.is-disabled .spectrum-Accordion-itemHeader,
.spectrum--light .spectrum-Accordion-item.is-disabled .spectrum-Accordion-itemHeader:hover,
.spectrum--light .spectrum-Accordion-item.is-disabled .spectrum-Accordion-itemHeader.focus-ring {
      color: rgb(179, 179, 179);
      background-color: transparent;
    }
.spectrum--light .spectrum-Accordion-item.is-disabled .spectrum-Accordion-itemHeader + .spectrum-Accordion-itemIndicator {
      color: rgb(202, 202, 202);
    }

.spectrum--darkest .spectrum-Accordion-item {
  border-color: rgb(57, 57, 57);
}
.spectrum--darkest .spectrum-Accordion-itemIndicator {
  color: rgb(124, 124, 124);
}
.spectrum--darkest .spectrum-Accordion-itemHeader {
  color: rgb(162, 162, 162);
}
.spectrum--darkest .spectrum-Accordion-itemHeader:hover {
    color: rgb(239, 239, 239);

    background-color: rgb(44, 44, 44);
  }
.spectrum--darkest .spectrum-Accordion-itemHeader:hover + .spectrum-Accordion-itemIndicator {
      color: rgb(200, 200, 200);
    }
.spectrum--darkest .spectrum-Accordion-itemHeader.focus-ring:after  {
      background-color: rgb(20, 115, 230);
    }
.spectrum--darkest .spectrum-Accordion-item.is-open .spectrum-Accordion-itemHeader:hover {
        background-color: transparent;
      }
.spectrum--darkest .spectrum-Accordion-item.is-disabled .spectrum-Accordion-itemHeader,
.spectrum--darkest .spectrum-Accordion-item.is-disabled .spectrum-Accordion-itemHeader:hover,
.spectrum--darkest .spectrum-Accordion-item.is-disabled .spectrum-Accordion-itemHeader.focus-ring {
      color: rgb(92, 92, 92);
      background-color: transparent;
    }
.spectrum--darkest .spectrum-Accordion-item.is-disabled .spectrum-Accordion-itemHeader + .spectrum-Accordion-itemIndicator {
      color: rgb(73, 73, 73);
    }

.spectrum-Checkbox {
  display: inline-flex;
  align-items: flex-start;

  position: relative;

  min-height: 32px;
  max-width: 100%;

  margin-right: 16px;

  vertical-align: top;
}
.spectrum-Checkbox-input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  top: 0;
  left: -8px;
  width: calc(100% + 16px);;
  height: 100%;

  opacity: .0001;
  z-index: 1;

  cursor: pointer;
}
.spectrum-Checkbox-input:disabled {
    cursor: default;
  }
.spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
    border-width: 7px;
  }
.spectrum-Checkbox-input:checked + .spectrum-Checkbox-box .spectrum-Checkbox-checkmark {
      transform: scale(1);
      opacity: 1;
    }
.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box,
  .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
    border-width: 7px;
  }
.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box .spectrum-Checkbox-checkmark, .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box .spectrum-Checkbox-checkmark {
      display: none;
    }
.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box .spectrum-Checkbox-partialCheckmark, .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box .spectrum-Checkbox-partialCheckmark {
      display: block;

      transform: scale(1);
      opacity: 1;
    }
.spectrum-Checkbox-label {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  transition: color 130ms ease-in-out;

  margin-top: 6px;
}
.spectrum-Checkbox-box {
  position: relative;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin: 9px 0;

  flex-grow: 0;
  flex-shrink: 0;

  border-radius: 2px;
  border-width: 2px;
  border-style: solid;

  transition: border 130ms ease-in-out, box-shadow 130ms ease-in-out;
}
.spectrum-Checkbox-checkmark,
.spectrum-Checkbox-partialCheckmark {
  position: absolute;
  top: 50%;
  left: 50%;

  margin-top: -5px;
  margin-left: -5px;

  opacity: 0;
  transform: scale(0);

  transition: opacity 130ms ease-in-out, transform 130ms ease-in-out;
}
.spectrum-Checkbox-partialCheckmark {
  display: none;
}

.spectrum--light .spectrum-Checkbox-label {
  color: rgb(75, 75, 75);
}
.spectrum--light .spectrum-Checkbox-box {
  border-color: rgb(142, 142, 142);
  background-color: rgb(250, 250, 250);
}
.spectrum--light .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box,
.spectrum--light .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
  border-color: rgb(20, 115, 230);
}
.spectrum--light .spectrum-Checkbox:hover.is-indeterminate .spectrum-Checkbox-box,
.spectrum--light .spectrum-Checkbox:hover .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
    border-color: rgb(13, 102, 208);

  }
.spectrum--light .spectrum-Checkbox:active.is-indeterminate .spectrum-Checkbox-box,
.spectrum--light .spectrum-Checkbox:active .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
    border-color: rgb(9, 90, 186);

  }
.spectrum--light .spectrum-Checkbox {
  border-color: rgb(142, 142, 142);
}
.spectrum--light .spectrum-Checkbox:hover .spectrum-Checkbox-box {
      border-color: rgb(110, 110, 110);

      box-shadow: none;
    }
.spectrum--light .spectrum-Checkbox:hover .spectrum-Checkbox-label {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Checkbox:active .spectrum-Checkbox-box {
      border-color: rgb(75, 75, 75);

    }
.spectrum--light .spectrum-Checkbox:active .spectrum-Checkbox-label {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Checkbox .spectrum-Checkbox-checkmark,
.spectrum--light .spectrum-Checkbox .spectrum-Checkbox-partialCheckmark {
    color: rgb(250, 250, 250);
  }
.spectrum--light .spectrum-Checkbox-input:disabled + .spectrum-Checkbox-box {
    border-color: rgb(202, 202, 202) !important;

    background-color: rgb(250, 250, 250);
  }
.spectrum--light .spectrum-Checkbox-input:disabled ~ .spectrum-Checkbox-label {
    color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-Checkbox-input.focus-ring + .spectrum-Checkbox-box {
    border-color: rgb(38, 128, 235) !important;

    box-shadow: 0 0 0 1px rgb(38, 128, 235) !important;
  }
.spectrum--light .spectrum-Checkbox-input.focus-ring ~ .spectrum-Checkbox-label {
    color: rgb(13, 102, 208) !important;
  }
.spectrum--light .spectrum-Checkbox--quiet.is-indeterminate .spectrum-Checkbox-box,
.spectrum--light .spectrum-Checkbox--quiet .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
  border-color: rgb(110, 110, 110);
}
.spectrum--light .spectrum-Checkbox--quiet:hover.is-indeterminate .spectrum-Checkbox-box,
.spectrum--light .spectrum-Checkbox--quiet:hover .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
    border-color: rgb(75, 75, 75);
  }
.spectrum--light .spectrum-Checkbox--quiet:active.is-indeterminate .spectrum-Checkbox-box,
.spectrum--light .spectrum-Checkbox--quiet:active .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
    border-color: rgb(44, 44, 44);
  }
.spectrum--light .spectrum-Checkbox.is-invalid .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box,
.spectrum--light .spectrum-Checkbox.is-invalid .spectrum-Checkbox-box {
    border-color: rgb(215, 55, 63);
  }
.spectrum--light .spectrum-Checkbox.is-invalid .spectrum-Checkbox-label {
    color: rgb(201, 37, 45);
  }
.spectrum--light .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box,
.spectrum--light .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-box {
      border-color: rgb(201, 37, 45);
    }
.spectrum--light .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-label {
      color: rgb(187, 18, 26);
    }
.spectrum--light .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box,
.spectrum--light .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-box {
      border-color: rgb(187, 18, 26);
    }
.spectrum--light .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-label {
      color: rgb(187, 18, 26);
    }

.spectrum--darkest .spectrum-Checkbox-label {
  color: rgb(200, 200, 200);
}
.spectrum--darkest .spectrum-Checkbox-box {
  border-color: rgb(124, 124, 124);
  background-color: rgb(26, 26, 26);
}
.spectrum--darkest .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box,
.spectrum--darkest .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
  border-color: rgb(38, 128, 235);
}
.spectrum--darkest .spectrum-Checkbox:hover.is-indeterminate .spectrum-Checkbox-box,
.spectrum--darkest .spectrum-Checkbox:hover .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
    border-color: rgb(55, 142, 240);

  }
.spectrum--darkest .spectrum-Checkbox:active.is-indeterminate .spectrum-Checkbox-box,
.spectrum--darkest .spectrum-Checkbox:active .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
    border-color: rgb(75, 156, 245);

  }
.spectrum--darkest .spectrum-Checkbox {
  border-color: rgb(124, 124, 124);
}
.spectrum--darkest .spectrum-Checkbox:hover .spectrum-Checkbox-box {
      border-color: rgb(162, 162, 162);

      box-shadow: none;
    }
.spectrum--darkest .spectrum-Checkbox:hover .spectrum-Checkbox-label {
      color: rgb(239, 239, 239);
    }
.spectrum--darkest .spectrum-Checkbox:active .spectrum-Checkbox-box {
      border-color: rgb(200, 200, 200);

    }
.spectrum--darkest .spectrum-Checkbox:active .spectrum-Checkbox-label {
      color: rgb(239, 239, 239);
    }
.spectrum--darkest .spectrum-Checkbox .spectrum-Checkbox-checkmark,
.spectrum--darkest .spectrum-Checkbox .spectrum-Checkbox-partialCheckmark {
    color: rgb(26, 26, 26);
  }
.spectrum--darkest .spectrum-Checkbox-input:disabled + .spectrum-Checkbox-box {
    border-color: rgb(73, 73, 73) !important;

    background-color: rgb(26, 26, 26);
  }
.spectrum--darkest .spectrum-Checkbox-input:disabled ~ .spectrum-Checkbox-label {
    color: rgb(92, 92, 92);
  }
.spectrum--darkest .spectrum-Checkbox-input.focus-ring + .spectrum-Checkbox-box {
    border-color: rgb(20, 115, 230) !important;

    box-shadow: 0 0 0 1px rgb(20, 115, 230) !important;
  }
.spectrum--darkest .spectrum-Checkbox-input.focus-ring ~ .spectrum-Checkbox-label {
    color: rgb(55, 142, 240) !important;
  }
.spectrum--darkest .spectrum-Checkbox--quiet.is-indeterminate .spectrum-Checkbox-box,
.spectrum--darkest .spectrum-Checkbox--quiet .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
  border-color: rgb(162, 162, 162);
}
.spectrum--darkest .spectrum-Checkbox--quiet:hover.is-indeterminate .spectrum-Checkbox-box,
.spectrum--darkest .spectrum-Checkbox--quiet:hover .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
    border-color: rgb(200, 200, 200);
  }
.spectrum--darkest .spectrum-Checkbox--quiet:active.is-indeterminate .spectrum-Checkbox-box,
.spectrum--darkest .spectrum-Checkbox--quiet:active .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
    border-color: rgb(239, 239, 239);
  }
.spectrum--darkest .spectrum-Checkbox.is-invalid .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box,
.spectrum--darkest .spectrum-Checkbox.is-invalid .spectrum-Checkbox-box {
    border-color: rgb(227, 72, 80);
  }
.spectrum--darkest .spectrum-Checkbox.is-invalid .spectrum-Checkbox-label {
    color: rgb(236, 91, 98);
  }
.spectrum--darkest .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box,
.spectrum--darkest .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-box {
      border-color: rgb(236, 91, 98);
    }
.spectrum--darkest .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-label {
      color: rgb(247, 109, 116);
    }
.spectrum--darkest .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box,
.spectrum--darkest .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-box {
      border-color: rgb(247, 109, 116);
    }
.spectrum--darkest .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-label {
      color: rgb(247, 109, 116);
    }

.spectrum-FieldGroup {
  display: flex;
  vertical-align: top;
  flex-wrap: wrap;
}
.spectrum-FieldGroup--vertical {
  display: inline-flex;
  flex-direction: column;
}

.spectrum-Radio {
  display: inline-flex;
  align-items: flex-start;

  position: relative;

  min-height: 32px;
  max-width: 100%;

  margin-right: 16px;

  vertical-align: top;
}
.spectrum-Radio-input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  top: 0;
  left: -8px;
  width: calc(100% + 16px);
  height: 100%;

  opacity: .0001;
  z-index: 1;

  cursor: pointer;
}
.spectrum-Radio-input:disabled {
    cursor: default;
  }
.spectrum-Radio-input:checked + .spectrum-Radio-button {
    border-width: 5px;
  }
.spectrum-Radio-label {
  margin-left: 10px;
  font-size: 14px;

  transition: color 130ms ease-in-out;
  margin-top: 6px;
}
.spectrum-Radio-button {
  position: relative;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin: 9px 0;

  flex-grow: 0;
  flex-shrink: 0;

  border-radius: 7px;
  border-width: 2px;
  border-style: solid;

  transition: border 130ms ease-in-out, box-shadow 130ms ease-in-out;
}
.spectrum-Radio--labelBelow {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
.spectrum-Radio--labelBelow .spectrum-Radio-button {
    flex-shrink: 0;

    margin: 0;
  }
.spectrum-Radio--labelBelow .spectrum-Radio-label {
    margin: 3px 0 0 0;
  }

.spectrum--light .spectrum-Radio .spectrum-Radio-input:checked + .spectrum-Radio-button {
    border-color: rgb(20, 115, 230);
  }
.spectrum--light .spectrum-Radio-label {
  color: rgb(75, 75, 75);
}
.spectrum--light .spectrum-Radio-button {
  background-color: rgb(250, 250, 250);
  border-color: rgb(142, 142, 142);
}
.spectrum--light .spectrum-Radio:hover .spectrum-Radio-button {
      border-color: rgb(110, 110, 110);
      box-shadow: none;
    }
.spectrum--light .spectrum-Radio:hover .spectrum-Radio-input:checked + .spectrum-Radio-button {
      border-color: rgb(13, 102, 208);

    }
.spectrum--light .spectrum-Radio:hover .spectrum-Radio-label {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Radio:active .spectrum-Radio-button {
      border-color: rgb(75, 75, 75);
    }
.spectrum--light .spectrum-Radio:active .spectrum-Radio-input:checked + .spectrum-Radio-button {
      border-color: rgb(9, 90, 186);

    }
.spectrum--light .spectrum-Radio:active .spectrum-Radio-label {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Radio--quiet .spectrum-Radio-input:checked + .spectrum-Radio-button {
    border-color: rgb(110, 110, 110);
  }
.spectrum--light .spectrum-Radio--quiet:hover .spectrum-Radio-input:checked + .spectrum-Radio-button {
      border-color: rgb(75, 75, 75);
    }
.spectrum--light .spectrum-Radio--quiet:active .spectrum-Radio-input:checked + .spectrum-Radio-button {
      border-color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Radio.is-invalid:hover .spectrum-Radio-input + .spectrum-Radio-button,
.spectrum--light .spectrum-Radio--quiet.is-invalid:hover .spectrum-Radio-input + .spectrum-Radio-button {
      border-color: rgb(201, 37, 45);
    }
.spectrum--light .spectrum-Radio.is-invalid:hover .spectrum-Radio-label,
.spectrum--light .spectrum-Radio--quiet.is-invalid:hover .spectrum-Radio-label {
      color: rgb(201, 37, 45);
    }
.spectrum--light .spectrum-Radio.is-invalid:active .spectrum-Radio-input + .spectrum-Radio-button,
.spectrum--light .spectrum-Radio--quiet.is-invalid:active .spectrum-Radio-input + .spectrum-Radio-button {
      border-color: rgb(187, 18, 26);
    }
.spectrum--light .spectrum-Radio.is-invalid:active .spectrum-Radio-label,
.spectrum--light .spectrum-Radio--quiet.is-invalid:active .spectrum-Radio-label {
      color: rgb(187, 18, 26);
    }
.spectrum--light .spectrum-Radio.is-invalid .spectrum-Radio-button,
.spectrum--light .spectrum-Radio.is-invalid .spectrum-Radio-input:checked + .spectrum-Radio-button,
.spectrum--light .spectrum-Radio--quiet.is-invalid .spectrum-Radio-button,
.spectrum--light .spectrum-Radio--quiet.is-invalid .spectrum-Radio-input:checked + .spectrum-Radio-button {
      border-color: rgb(215, 55, 63);
    }
.spectrum--light .spectrum-Radio.is-invalid .spectrum-Radio-label,
.spectrum--light .spectrum-Radio--quiet.is-invalid .spectrum-Radio-label {
      color: rgb(215, 55, 63);
    }
.spectrum--light .spectrum-Radio-input:disabled + .spectrum-Radio-button {
    border-color: rgb(202, 202, 202) !important;
  }
.spectrum--light .spectrum-Radio-input:disabled ~ .spectrum-Radio-label {
    color: rgb(179, 179, 179) !important;
  }
.spectrum--light .spectrum-Radio .spectrum-Radio-input.focus-ring + .spectrum-Radio-button,
.spectrum--light .spectrum-Radio:hover .spectrum-Radio-input.focus-ring + .spectrum-Radio-button,
.spectrum--light .spectrum-Radio--quiet .spectrum-Radio-input.focus-ring + .spectrum-Radio-button,
.spectrum--light .spectrum-Radio--quiet:hover .spectrum-Radio-input.focus-ring + .spectrum-Radio-button {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }
.spectrum--light .spectrum-Radio .spectrum-Radio-input.focus-ring ~ .spectrum-Radio-label,
.spectrum--light .spectrum-Radio:hover .spectrum-Radio-input.focus-ring ~ .spectrum-Radio-label,
.spectrum--light .spectrum-Radio--quiet .spectrum-Radio-input.focus-ring ~ .spectrum-Radio-label,
.spectrum--light .spectrum-Radio--quiet:hover .spectrum-Radio-input.focus-ring ~ .spectrum-Radio-label {
      color: rgb(13, 102, 208);
    }
.spectrum--light .spectrum-Radio.is-invalid .spectrum-Radio-input:checked.focus-ring + .spectrum-Radio-button,
.spectrum--light .spectrum-Radio--quiet.is-invalid .spectrum-Radio-input:checked.focus-ring + .spectrum-Radio-button {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }

.spectrum--darkest .spectrum-Radio .spectrum-Radio-input:checked + .spectrum-Radio-button {
    border-color: rgb(38, 128, 235);
  }
.spectrum--darkest .spectrum-Radio-label {
  color: rgb(200, 200, 200);
}
.spectrum--darkest .spectrum-Radio-button {
  background-color: rgb(26, 26, 26);
  border-color: rgb(124, 124, 124);
}
.spectrum--darkest .spectrum-Radio:hover .spectrum-Radio-button {
      border-color: rgb(162, 162, 162);
      box-shadow: none;
    }
.spectrum--darkest .spectrum-Radio:hover .spectrum-Radio-input:checked + .spectrum-Radio-button {
      border-color: rgb(55, 142, 240);

    }
.spectrum--darkest .spectrum-Radio:hover .spectrum-Radio-label {
      color: rgb(239, 239, 239);
    }
.spectrum--darkest .spectrum-Radio:active .spectrum-Radio-button {
      border-color: rgb(200, 200, 200);
    }
.spectrum--darkest .spectrum-Radio:active .spectrum-Radio-input:checked + .spectrum-Radio-button {
      border-color: rgb(75, 156, 245);

    }
.spectrum--darkest .spectrum-Radio:active .spectrum-Radio-label {
      color: rgb(239, 239, 239);
    }
.spectrum--darkest .spectrum-Radio--quiet .spectrum-Radio-input:checked + .spectrum-Radio-button {
    border-color: rgb(162, 162, 162);
  }
.spectrum--darkest .spectrum-Radio--quiet:hover .spectrum-Radio-input:checked + .spectrum-Radio-button {
      border-color: rgb(200, 200, 200);
    }
.spectrum--darkest .spectrum-Radio--quiet:active .spectrum-Radio-input:checked + .spectrum-Radio-button {
      border-color: rgb(239, 239, 239);
    }
.spectrum--darkest .spectrum-Radio.is-invalid:hover .spectrum-Radio-input + .spectrum-Radio-button,
.spectrum--darkest .spectrum-Radio--quiet.is-invalid:hover .spectrum-Radio-input + .spectrum-Radio-button {
      border-color: rgb(236, 91, 98);
    }
.spectrum--darkest .spectrum-Radio.is-invalid:hover .spectrum-Radio-label,
.spectrum--darkest .spectrum-Radio--quiet.is-invalid:hover .spectrum-Radio-label {
      color: rgb(236, 91, 98);
    }
.spectrum--darkest .spectrum-Radio.is-invalid:active .spectrum-Radio-input + .spectrum-Radio-button,
.spectrum--darkest .spectrum-Radio--quiet.is-invalid:active .spectrum-Radio-input + .spectrum-Radio-button {
      border-color: rgb(247, 109, 116);
    }
.spectrum--darkest .spectrum-Radio.is-invalid:active .spectrum-Radio-label,
.spectrum--darkest .spectrum-Radio--quiet.is-invalid:active .spectrum-Radio-label {
      color: rgb(247, 109, 116);
    }
.spectrum--darkest .spectrum-Radio.is-invalid .spectrum-Radio-button,
.spectrum--darkest .spectrum-Radio.is-invalid .spectrum-Radio-input:checked + .spectrum-Radio-button,
.spectrum--darkest .spectrum-Radio--quiet.is-invalid .spectrum-Radio-button,
.spectrum--darkest .spectrum-Radio--quiet.is-invalid .spectrum-Radio-input:checked + .spectrum-Radio-button {
      border-color: rgb(227, 72, 80);
    }
.spectrum--darkest .spectrum-Radio.is-invalid .spectrum-Radio-label,
.spectrum--darkest .spectrum-Radio--quiet.is-invalid .spectrum-Radio-label {
      color: rgb(227, 72, 80);
    }
.spectrum--darkest .spectrum-Radio-input:disabled + .spectrum-Radio-button {
    border-color: rgb(73, 73, 73) !important;
  }
.spectrum--darkest .spectrum-Radio-input:disabled ~ .spectrum-Radio-label {
    color: rgb(92, 92, 92) !important;
  }
.spectrum--darkest .spectrum-Radio .spectrum-Radio-input.focus-ring + .spectrum-Radio-button,
.spectrum--darkest .spectrum-Radio:hover .spectrum-Radio-input.focus-ring + .spectrum-Radio-button,
.spectrum--darkest .spectrum-Radio--quiet .spectrum-Radio-input.focus-ring + .spectrum-Radio-button,
.spectrum--darkest .spectrum-Radio--quiet:hover .spectrum-Radio-input.focus-ring + .spectrum-Radio-button {
      border-color: rgb(20, 115, 230);
      box-shadow: 0 0 0 1px rgb(20, 115, 230);
    }
.spectrum--darkest .spectrum-Radio .spectrum-Radio-input.focus-ring ~ .spectrum-Radio-label,
.spectrum--darkest .spectrum-Radio:hover .spectrum-Radio-input.focus-ring ~ .spectrum-Radio-label,
.spectrum--darkest .spectrum-Radio--quiet .spectrum-Radio-input.focus-ring ~ .spectrum-Radio-label,
.spectrum--darkest .spectrum-Radio--quiet:hover .spectrum-Radio-input.focus-ring ~ .spectrum-Radio-label {
      color: rgb(55, 142, 240);
    }
.spectrum--darkest .spectrum-Radio.is-invalid .spectrum-Radio-input:checked.focus-ring + .spectrum-Radio-button,
.spectrum--darkest .spectrum-Radio--quiet.is-invalid .spectrum-Radio-input:checked.focus-ring + .spectrum-Radio-button {
      border-color: rgb(20, 115, 230);
      box-shadow: 0 0 0 1px rgb(20, 115, 230);
    }

.spectrum-Textfield {
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 4px;
  padding: 3px 12px 5px 12px;
  text-indent: 0;

  min-width: 48px;
  height: 32px;
  width: 192px;

  vertical-align: top;
  margin: 0;
  overflow: visible;
  font-family: adobe-clean, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-overflow: ellipsis;

  transition: border-color 130ms ease-in-out, box-shadow 130ms ease-in-out;

  outline: none;

  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.spectrum-Textfield::-moz-placeholder {
    font-weight: 400;
    font-style: italic;
    -moz-transition: color 130ms ease-in-out;
    transition: color 130ms ease-in-out;
    opacity: 1;
  }
.spectrum-Textfield::placeholder {
    font-weight: 400;
    font-style: italic;
    transition: color 130ms ease-in-out;
    opacity: 1;
  }
.spectrum-Textfield:lang(ja)::-moz-placeholder, .spectrum-Textfield:lang(zh)::-moz-placeholder, .spectrum-Textfield:lang(ko)::-moz-placeholder {
       font-style: normal;
    }
.spectrum-Textfield:lang(ja)::placeholder, .spectrum-Textfield:lang(zh)::placeholder, .spectrum-Textfield:lang(ko)::placeholder {
       font-style: normal;
    }
.spectrum-Textfield:hover::-moz-placeholder {
      font-weight: 400;
    }
.spectrum-Textfield:hover::placeholder {
      font-weight: 400;
    }
.spectrum-Textfield:disabled {
    opacity: 1;
  }
.spectrum-Textfield:disabled::-moz-placeholder {
      font-weight: 400;
    }
.spectrum-Textfield:disabled::placeholder {
      font-weight: 400;
    }
.spectrum-Textfield::-ms-clear {
    width: 0;
    height: 0;
  }
.spectrum-Textfield::-webkit-inner-spin-button,
  .spectrum-Textfield::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
.spectrum-Textfield:-moz-ui-invalid {
    box-shadow: none;
  }
.spectrum-Textfield.is-invalid,
  .spectrum-Textfield:invalid,
  .spectrum-Textfield.is-valid {
    background-repeat: no-repeat;
  }
.spectrum-Textfield.is-invalid,
  .spectrum-Textfield:invalid {
    background-size: 18px 18px;
    background-position: calc(100% - 12px) 50%;
    padding-right: 42px;
  }
.spectrum-Textfield.is-valid {
    background-size: 12px 12px;
    background-position: calc(100% - 12px) 50%;
    padding-right: 36px;
  }
.spectrum-Textfield--multiline {
  height: auto;
  min-height: 56px;
  padding: 3px 12px 5px 12px;
  overflow: auto;
}
.spectrum-Textfield--multiline.is-invalid,
  .spectrum-Textfield--multiline:invalid,
  .spectrum-Textfield--multiline.is-valid {
    background-position: calc(100% - 9px) calc(100% - 9px);
  }
.spectrum-Textfield--quiet {
  border-radius: 0;
  border-width: 0 0 1px 0;
  padding-left: 0;
  padding-right: 0;
  resize: none;
  overflow-y: hidden;
}
.spectrum-Textfield--quiet.is-invalid,
  .spectrum-Textfield--quiet:invalid,
  .spectrum-Textfield--quiet.is-valid {
    background-position: 100% 50%;
  }

.spectrum--light .spectrum-Textfield {
  background-color: rgb(255, 255, 255);
  border-color: rgb(225, 225, 225);
  color: rgb(75, 75, 75);
}
.spectrum--light .spectrum-Textfield::-moz-placeholder {
    color: rgb(142, 142, 142);
  }
.spectrum--light .spectrum-Textfield::placeholder {
    color: rgb(142, 142, 142);
  }
.spectrum--light .spectrum-Textfield:hover {
    border-color: rgb(202, 202, 202);
    box-shadow: none;
  }
.spectrum--light .spectrum-Textfield:hover::-moz-placeholder {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Textfield:hover::placeholder {
      color: rgb(44, 44, 44);
    }
.spectrum--light .spectrum-Textfield:focus {
    border-color: rgb(20, 115, 230);
  }
.spectrum--light .spectrum-Textfield.focus-ring:not(:active) {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 0 0 1px rgb(38, 128, 235);
    }
.spectrum--light .spectrum-Textfield[disabled] {
    background-color: rgb(234, 234, 234);
    border-color: transparent;
    color: rgb(179, 179, 179);
    -webkit-text-fill-color: rgb(179, 179, 179);
  }
.spectrum--light .spectrum-Textfield[disabled]::-moz-placeholder {
      color: rgb(179, 179, 179);
    }
.spectrum--light .spectrum-Textfield[disabled]::placeholder {
      color: rgb(179, 179, 179);
    }
.spectrum--light .spectrum-Textfield.is-invalid,
.spectrum--light .spectrum-Textfield:invalid {
    border-color: rgb(215, 55, 63);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2718%27 viewBox=%270 0 18 18%27 width=%2718%27%3E%3Cpath style=%27fill:rgb%28227%2C 72%2C 80%29%27 d=%27M8.564 1.289L.2 16.256A.5.5 0 0 0 .636 17h16.728a.5.5 0 0 0 .5-.5.494.494 0 0 0-.064-.244L9.436 1.289a.5.5 0 0 0-.872 0zM10 14.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25zm0-3a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-6a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25z%27/%3E%3C/svg%3E");
  }
.spectrum--light .spectrum-Textfield.is-invalid.focus-ring:not(:active),
.spectrum--light .spectrum-Textfield:invalid.focus-ring:not(:active) {
        border-color: rgb(215, 55, 63);
        box-shadow: 0 0 0 1px rgb(215, 55, 63);
      }
.spectrum--light .spectrum-Textfield.is-valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2712%27 viewBox=%270 0 12 12%27 width=%2712%27%3E%3Cpath style=%27fill:rgb%2818%2C 128%2C 92%29%27 d=%27M4.5 10a1.023 1.023 0 0 1-.8-.384l-2.488-3a1 1 0 0 1 1.577-1.233L4.5 7.376l4.712-5.991a1 1 0 1 1 1.576 1.23l-5.511 7A.977.977 0 0 1 4.5 10z%27/%3E%3C/svg%3E");
  }
.spectrum--light .spectrum-Textfield--quiet {
  background-color: transparent;
  border-color: rgb(225, 225, 225);
}
.spectrum--light .spectrum-Textfield--quiet:hover {
    border-color: rgb(202, 202, 202);
  }
.spectrum--light .spectrum-Textfield--quiet:active {
    border-color: rgb(20, 115, 230);
  }
.spectrum--light .spectrum-Textfield--quiet:focus {
    border-color: rgb(38, 128, 235);
    box-shadow: 0 1px 0 rgb(38, 128, 235);
  }
.spectrum--light .spectrum-Textfield--quiet.focus-ring:not(:active) {
      border-color: rgb(38, 128, 235);
      box-shadow: 0 1px 0 rgb(38, 128, 235);
    }
.spectrum--light .spectrum-Textfield--quiet:disabled {
    background-color: transparent;
    border-color:  rgb(225, 225, 225);
  }
.spectrum--light .spectrum-Textfield--quiet.is-invalid,
.spectrum--light .spectrum-Textfield--quiet:invalid {
    border-color: rgb(215, 55, 63);
  }
.spectrum--light .spectrum-Textfield--quiet.is-invalid:focus,
.spectrum--light .spectrum-Textfield--quiet:invalid:focus {
      box-shadow: 0 1px 0 rgb(215, 55, 63);
    }
.spectrum--light .spectrum-Textfield--quiet.is-invalid.focus-ring:not(:active),
.spectrum--light .spectrum-Textfield--quiet:invalid.focus-ring:not(:active) {
        border-color: rgb(215, 55, 63);
        box-shadow: 0 1px 0 rgb(215, 55, 63);
      }

.spectrum--darkest .spectrum-Textfield {
  background-color: rgb(8, 8, 8);
  border-color: rgb(57, 57, 57);
  color: rgb(200, 200, 200);
}
.spectrum--darkest .spectrum-Textfield::-moz-placeholder {
    color: rgb(124, 124, 124);
  }
.spectrum--darkest .spectrum-Textfield::placeholder {
    color: rgb(124, 124, 124);
  }
.spectrum--darkest .spectrum-Textfield:hover {
    border-color: rgb(73, 73, 73);
    box-shadow: none;
  }
.spectrum--darkest .spectrum-Textfield:hover::-moz-placeholder {
      color: rgb(239, 239, 239);
    }
.spectrum--darkest .spectrum-Textfield:hover::placeholder {
      color: rgb(239, 239, 239);
    }
.spectrum--darkest .spectrum-Textfield:focus {
    border-color: rgb(38, 128, 235);
  }
.spectrum--darkest .spectrum-Textfield.focus-ring:not(:active) {
      border-color: rgb(20, 115, 230);
      box-shadow: 0 0 0 1px rgb(20, 115, 230);
    }
.spectrum--darkest .spectrum-Textfield[disabled] {
    background-color: rgb(44, 44, 44);
    border-color: transparent;
    color: rgb(92, 92, 92);
    -webkit-text-fill-color: rgb(92, 92, 92);
  }
.spectrum--darkest .spectrum-Textfield[disabled]::-moz-placeholder {
      color: rgb(92, 92, 92);
    }
.spectrum--darkest .spectrum-Textfield[disabled]::placeholder {
      color: rgb(92, 92, 92);
    }
.spectrum--darkest .spectrum-Textfield.is-invalid,
.spectrum--darkest .spectrum-Textfield:invalid {
    border-color: rgb(227, 72, 80);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2718%27 viewBox=%270 0 18 18%27 width=%2718%27%3E%3Cpath style=%27fill:rgb%28215%2C 55%2C 63%29%27 d=%27M8.564 1.289L.2 16.256A.5.5 0 0 0 .636 17h16.728a.5.5 0 0 0 .5-.5.494.494 0 0 0-.064-.244L9.436 1.289a.5.5 0 0 0-.872 0zM10 14.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25zm0-3a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-6a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25z%27/%3E%3C/svg%3E");
  }
.spectrum--darkest .spectrum-Textfield.is-invalid.focus-ring:not(:active),
.spectrum--darkest .spectrum-Textfield:invalid.focus-ring:not(:active) {
        border-color: rgb(227, 72, 80);
        box-shadow: 0 0 0 1px rgb(227, 72, 80);
      }
.spectrum--darkest .spectrum-Textfield.is-valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2712%27 viewBox=%270 0 12 12%27 width=%2712%27%3E%3Cpath style=%27fill:rgb%2851%2C 171%2C 132%29%27 d=%27M4.5 10a1.023 1.023 0 0 1-.8-.384l-2.488-3a1 1 0 0 1 1.577-1.233L4.5 7.376l4.712-5.991a1 1 0 1 1 1.576 1.23l-5.511 7A.977.977 0 0 1 4.5 10z%27/%3E%3C/svg%3E");
  }
.spectrum--darkest .spectrum-Textfield--quiet {
  background-color: transparent;
  border-color: rgb(57, 57, 57);
}
.spectrum--darkest .spectrum-Textfield--quiet:hover {
    border-color: rgb(73, 73, 73);
  }
.spectrum--darkest .spectrum-Textfield--quiet:active {
    border-color: rgb(38, 128, 235);
  }
.spectrum--darkest .spectrum-Textfield--quiet:focus {
    border-color: rgb(20, 115, 230);
    box-shadow: 0 1px 0 rgb(20, 115, 230);
  }
.spectrum--darkest .spectrum-Textfield--quiet.focus-ring:not(:active) {
      border-color: rgb(20, 115, 230);
      box-shadow: 0 1px 0 rgb(20, 115, 230);
    }
.spectrum--darkest .spectrum-Textfield--quiet:disabled {
    background-color: transparent;
    border-color:  rgb(57, 57, 57);
  }
.spectrum--darkest .spectrum-Textfield--quiet.is-invalid,
.spectrum--darkest .spectrum-Textfield--quiet:invalid {
    border-color: rgb(227, 72, 80);
  }
.spectrum--darkest .spectrum-Textfield--quiet.is-invalid:focus,
.spectrum--darkest .spectrum-Textfield--quiet:invalid:focus {
      box-shadow: 0 1px 0 rgb(227, 72, 80);
    }
.spectrum--darkest .spectrum-Textfield--quiet.is-invalid.focus-ring:not(:active),
.spectrum--darkest .spectrum-Textfield--quiet:invalid.focus-ring:not(:active) {
        border-color: rgb(227, 72, 80);
        box-shadow: 0 1px 0 rgb(227, 72, 80);
      }

.cci-survey{background:var(--spectrum-global-color-gray-50);border-radius:.25rem;box-sizing:border-box;color:var(--spectrum-global-color-gray-800);padding:2.5rem;position:relative;width:30rem;height:32.125rem;display:flex;flex-direction:column}.cci-survey .cci-survey-title{border-bottom:solid .125rem var(--spectrum-global-color-gray-200);display:flex;justify-content:space-between}.cci-survey .cci-survey-title span{color:var(--spectrum-global-color-gray-600);margin-left:.5rem;white-space:nowrap}.cci-survey .cci-survey-title h1{border:none}.cci-survey .survey-content{display:flex;flex-direction:column;margin-top:.75rem;overflow:hidden}.cci-survey .survey-content .survey-desc{margin-bottom:1rem;flex-shrink:0}.cci-survey .survey-content .hide-desc{display:none}.cci-survey .survey-content .option-btn-grp{flex-wrap:wrap}.cci-survey .survey-content .option-btn{margin:.25rem .2rem}.cci-survey .survey-content .collapsible-questionList.spectrum-Accordion{overflow-y:auto}.cci-survey .survey-content .collapsible-questionList.spectrum-Accordion .spectrum-Accordion-item .spectrum-Accordion-itemHeading{position:relative}.cci-survey .survey-content .collapsible-questionList.spectrum-Accordion .spectrum-Accordion-item .spectrum-Accordion-itemHeading .spectrum-Accordion-itemIndicator{top:.75rem;left:.125rem;color:var(--spectrum-global-color-gray-800)}.cci-survey .survey-content .collapsible-questionList.spectrum-Accordion .spectrum-Accordion-item .spectrum-Accordion-itemHeading .spectrum-Accordion-itemHeader{min-height:0rem;padding:.5rem 0rem .5rem .875rem;margin:.5rem 0rem .5rem .125rem;text-transform:none;font-weight:bold;font-size:.875rem;color:var(--spectrum-global-color-gray-800);width:calc(100% - 1rem)}.cci-survey .survey-content .collapsible-questionList.spectrum-Accordion .spectrum-Accordion-item .spectrum-Accordion-itemHeading .spectrum-Accordion-itemHeader.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem;border-radius:.25rem;outline:none}.cci-survey .survey-content .collapsible-questionList.spectrum-Accordion .spectrum-Accordion-item .spectrum-Accordion-itemHeading .spectrum-Accordion-itemHeader:focus{outline:none;background-color:var(--spectrum-global-color-gray-50)}.cci-survey .survey-content .collapsible-questionList.spectrum-Accordion .spectrum-Accordion-item .spectrum-Accordion-itemHeading .spectrum-Accordion-itemHeader:focus::after{inline-size:0rem;inset-inline-start:none;inset-block-start:none;inset-block-end:none}.cci-survey .survey-content .collapsible-questionList.spectrum-Accordion .spectrum-Accordion-item .spectrum-Accordion-itemHeading .spectrum-Accordion-itemHeader:hover{background-color:var(--spectrum-global-color-gray-50)}.cci-survey .survey-content .collapsible-questionList.spectrum-Accordion .is-open.spectrum-Accordion-item .spectrum-Accordion-itemHeading .spectrum-Accordion-itemIndicator{top:.75rem;left:.1875rem;color:var(--spectrum-global-color-gray-800)}.cci-survey .survey-content .collapsible-questionList.spectrum-Accordion .is-open.spectrum-Accordion-item .spectrum-Accordion-itemHeading .spectrum-Accordion-itemHeader{padding:.5rem 0rem .5rem 1.125rem}.cci-survey .survey-content .collapsible-questionList.spectrum-Accordion .is-open.spectrum-Accordion-item .spectrum-Accordion-itemContent{padding-left:.2rem;margin-top:-0.25rem}.cci-survey .survey-content .collapsible-questionList.spectrum-Accordion .is-open.spectrum-Accordion-item .spectrum-Accordion-itemContent .survey-options{margin-top:0rem;overflow:unset}.cci-survey .survey-content .collapsible-questionList.spectrum-Accordion .is-open.spectrum-Accordion-item .spectrum-Accordion-itemContent .survey-options .survey-radio-options{margin-bottom:-0.625rem;margin-top:.125rem}.cci-survey .survey-content .collapsible-questionList.spectrum-Accordion .is-open.spectrum-Accordion-item .spectrum-Accordion-itemContent .survey-options .survey-radio-options.multi-column{margin-top:.75rem !important}.cci-survey .survey-content .collapsible-questionList.spectrum-Accordion .is-open.spectrum-Accordion-item .spectrum-Accordion-itemContent .survey-options .survey-checkbox-options{margin-top:.25rem;margin-bottom:-0.5rem}.cci-survey .survey-content .collapsible-questionList.spectrum-Accordion .is-open.spectrum-Accordion-item .spectrum-Accordion-itemContent .survey-options .survey-checkbox-options.multi-column{margin-top:.75rem !important}.cci-survey .survey-content-no-desc{margin-top:0rem}.cci-survey .q-text-field{margin-left:24px;width:308px}.cci-survey .subjective-text-field{margin-left:0rem;width:100%;height:12rem}.cci-survey .cci-question{margin-left:.0625rem;display:flex;flex-direction:column;overflow:hidden}.cci-survey .cci-question.hidden{display:none}.cci-survey .cci-question .cci-question-title-compact{display:flex;justify-content:space-between}.cci-survey .cci-question .cci-question-title-compact span{color:var(--spectrum-global-color-gray-600);margin-left:.5rem;white-space:nowrap}.cci-survey .cci-question .cci-question-title-compact h1{border:none}.cci-survey .cci-question .cci-question-desc-compact{border-bottom:solid .125rem var(--spectrum-global-color-gray-200);padding-bottom:.75rem}.cci-survey .survey-options{margin-top:1rem;overflow-x:hidden;overflow-y:auto}.cci-survey .survey-options .survey-radio-options{display:flex;flex-direction:column}.cci-survey .survey-options .survey-radio-options.multi-column{flex-direction:row;flex-wrap:wrap}.cci-survey .survey-options .survey-radio-options.multi-column .spectrum-Radio-button{margin:0}.cci-survey .survey-options .survey-radio-options.multi-column .spectrum-Radio{width:47%;margin:0 2px;align-items:flex-start}.cci-survey .survey-options .survey-radio-options.multi-column .spectrum-Radio .spectrum-Radio-label{margin-top:-0.25rem;white-space:normal}.cci-survey .survey-options .survey-checkbox-options{display:flex;flex-direction:column}.cci-survey .survey-options .survey-checkbox-options.multi-column{flex-direction:row;flex-wrap:wrap}.cci-survey .survey-options .survey-checkbox-options.multi-column .spectrum-Checkbox-box{margin:0}.cci-survey .survey-options .survey-checkbox-options.multi-column .option-Checkbox{width:47%;margin:0 2px;align-items:flex-start}.cci-survey .survey-options .survey-checkbox-options.multi-column .option-Checkbox .spectrum-Checkbox-label{margin-top:-0.25rem;white-space:normal}.cci-survey .survey-options .survey-select-options{margin-top:.75rem;min-width:70%;width:unset}.cci-survey .survey-summary{background:var(--spectrum-global-color-gray-100);height:16 rem;margin-top:.75rem;overflow-y:auto;padding:.875rem 1.25rem}.cci-survey .survey-summary .survey-q-container{display:flex;flex-direction:column;margin-top:.75rem}.cci-survey .summary-footer{font-style:italic;margin-top:1.5rem}.cci-survey .actions{display:flex;align-self:flex-end;justify-content:space-between;width:100%;margin-top:auto;padding-top:1rem}.cci-survey .actions .action-left{align-self:flex-start}.cci-survey .actions .action-right{display:flex;align-self:flex-end;margin-right:-0.5rem;margin-left:auto}.cci-survey h1{color:var(--spectrum-global-color-gray-900);font-size:1.125rem;line-height:1;margin:0;padding-bottom:.75rem}.cci-survey .desc{font-size:.875rem;margin-top:.75rem}.cci-survey .desc-header{font-weight:bold}@keyframes wiper{0%{background-position:-62.5rem 0}100%{background-position:62.5rem 0}}.survey-skeleton .skeleton-row{animation:wiper 2.5s linear 0s infinite;background:linear-gradient(90deg, var(--spectrum-global-color-gray-100) 0, var(--spectrum-global-color-gray-200) 50%, var(--spectrum-global-color-gray-100));background-size:62.5rem;height:.625rem;margin-bottom:1rem;margin-right:1rem}.survey-skeleton .skeleton-row.w-0{visibility:hidden}.survey-skeleton .skeleton-row.w-100{width:100%}.survey-skeleton .skeleton-row.w-80{width:80%}.survey-skeleton .skeleton-row.w-70{width:70%}.survey-skeleton .skeleton-row.w-3{width:3%}.survey-skeleton h1 .skeleton-row{margin-bottom:.5rem}.f-row{display:flex;flex-direction:row}.f-col{display:flex;flex-direction:column}.f-row.ac,.f-col.ac{align-items:center}.f-row.sb,.f-col.sb{justify-content:space-between}.f-row.se,.f-col.se{justify-content:space-evenly}.f-row.jc,.f-col.jc{justify-content:center}.f-row.fw,.f-col.fw{flex-wrap:wrap}
.ccd-questionnaire .spectrum-Dialog{padding:0rem}.ccd-questionnaire .cci-survey{height:29rem;width:30rem}.ccd-questionnaire .cci-survey .cci-survey-title{border-bottom:none}.ccd-questionnaire .cci-survey .survey-content .cci-question .survey-options{margin-top:.75rem}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.discover-main-header{border-bottom:solid .125rem var(--spectrum-global-color-gray-200);height:3.5rem !important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.discover-main-header .left-section{left:.75rem;top:1rem}.discover-main-header .left-section .product-heading-wrapper{font-size:1rem;font-weight:700;display:flex;text-overflow:ellipsis;align-items:center;color:var(--spectrum-global-color-gray-900)}.discover-main-header .left-section .product-heading-wrapper .product-name{padding:0 .75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.discover-main-header .right-section{right:1.5rem}.discover-main-header .right-section .hideButton{display:none}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.discover-content{overflow:hidden;flex-grow:1;height:0rem;min-height:100%}.discover-content .discover-content-container{align-content:center;flex-grow:1;flex-direction:column;height:100%;padding:0 2rem;max-width:80rem;margin-left:auto;margin-right:auto}.discover-content .discover-content-container .skeletonLoader-animator{animation:wiper 2s linear 0s infinite;animation-duration:2s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:wiper;background:linear-gradient(90deg, var(--spectrum-global-color-gray-100) 0, var(--spectrum-global-color-gray-200) 50%, var(--spectrum-global-color-gray-100));background-size:62.5rem;width:100%;height:100%}.discover-content .discover-content-container .discover-content-banner{height:21.875rem;width:100%;margin-top:2rem;margin-bottom:2rem}.discover-content .discover-content-container .discover-content-header-section{display:flex;flex-direction:column;margin-top:1rem}.discover-content .discover-content-container .discover-content-header-section .discover-content-header{width:8.75rem;height:1.125rem}.discover-content .discover-content-container .discover-content-header-section .discover-content-tileWrapper{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-0.5rem;margin-right:-0.5rem;margin-top:1rem}.discover-content .discover-content-container .discover-content-header-section .discover-content-tileWrapper .discover-content-tile{margin:0 .5rem 1rem;height:11.25rem;width:calc((100% - 4rem)/4)}@media screen and (max-width: 100rem){.discover-content .discover-content-container .discover-content-header-section .discover-content-tileWrapper .discover-content-tile{width:calc((100% - 3rem)/3)}}@media screen and (max-width: 77.5rem){.discover-content .discover-content-container .discover-content-header-section .discover-content-tileWrapper .discover-content-tile{width:calc((100% - 2rem)/2)}}@media screen and (max-width: 60.5rem){.discover-content .discover-content-container .discover-content-header-section .discover-content-tileWrapper .discover-content-tile{width:calc(100% - 1rem)}}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.get-started{width:100%;padding-top:2rem}.get-started-header{display:flex;justify-content:space-between;margin-bottom:1rem;border-color:var(--spectrum-global-color-gray-300);border-style:solid;border-width:0rem 0rem .0625rem 0rem;padding-bottom:.5rem}.get-started-header .title{display:flex;font-size:1rem;color:var(--spectrum-global-color-gray-800);font-weight:bold}.get-started-header .view-controller{display:flex;padding-right:.25rem;align-items:center}.get-started-header .view-controller.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.get-started-header .view-controller:focus{outline:none}.get-started-header .view-controller .icon{height:1.125rem;margin-right:.5rem}.get-started-header .view-controller .text{white-space:nowrap;font-size:.875rem;color:var(--spectrum-global-color-gray-800)}.get-started .content-wrapper{display:flex;height:22.25rem;border-radius:.25rem}.get-started .content-wrapper .banner{flex:1.95 1 0}.get-started .content-wrapper .checkList{flex:1 1 0;min-width:20.3125rem;display:flex;flex-direction:column}.get-started .content-wrapper .checkList .item{border-color:var(--spectrum-global-color-gray-300);border-style:solid;border-width:.0625rem;padding:1.5rem 1rem;width:100%;display:flex;background-color:var(--spectrum-global-color-gray-75)}.get-started .content-wrapper .checkList .item.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.get-started .content-wrapper .checkList .item:focus{outline:none}.get-started .content-wrapper .checkList .item.focus-ring{margin:.0625rem}.get-started .content-wrapper .checkList .item .checkmark-placeholder{border-radius:.5625rem;border-width:.0625rem;border-color:var(--spectrum-global-color-gray-700);width:1.125rem;min-width:1.125rem;height:1.125rem;border-style:solid}.get-started .content-wrapper .checkList .item .checkmark-icon{width:1.125rem;height:1.125rem;flex-shrink:0}.get-started .content-wrapper .checkList .item .content{flex-grow:1;margin:0rem 1rem;position:relative}.get-started .content-wrapper .checkList .item .content .title{font-size:.875rem;line-height:.875rem;color:var(--spectrum-global-color-gray-700);font-weight:bold;line-height:1.125rem}.get-started .content-wrapper .checkList .item .content .description{display:none}.get-started .content-wrapper .checkList .item .content .cta-button{display:none;position:absolute;bottom:0}.get-started .content-wrapper .checkList .item .time{font-size:.875rem;color:var(--spectrum-global-color-gray-600);white-space:nowrap}.get-started .content-wrapper .checkList .item.selected{border-color:var(--spectrum-global-color-gray-500);flex-grow:1;padding:1.5rem 1rem;background-color:var(--spectrum-global-color-gray-50)}.get-started .content-wrapper .checkList .item.selected .content{display:flex;flex-direction:column;align-items:flex-start}.get-started .content-wrapper .checkList .item.selected .content .title{font-size:1.125rem;color:var(--spectrum-global-color-gray-800);font-weight:bold}.get-started .content-wrapper .checkList .item.selected .content .description{display:initial;font-size:.875rem;color:var(--spectrum-global-color-gray-600);min-height:.5rem;padding:.625rem 0rem 0rem 0rem;overflow:hidden}.get-started .content-wrapper .checkList .item.selected .content .cta-button{margin-top:1rem;display:initial}.get-started .content-wrapper .checkList .item:first-child{border-radius:0rem .25rem 0rem 0rem}.get-started .content-wrapper .checkList .item:last-child{border-radius:0rem 0rem .25rem 0rem}.get-started .content-wrapper .checkList .item.selected+.item{border-top:none}.get-started .content-wrapper .checkList .remove-bottom-border{border-bottom:none}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.image-wrapper{background-color:var(--spectrum-global-color-gray-200);background-repeat:no-repeat;background-position:center;height:100%;width:100%;border:.0625rem solid var(--spectrum-global-color-gray-200);border-radius:.25rem}.image-wrapper.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.image-wrapper:focus{outline:none}.image-wrapper .show-image{visibility:visible}.image-wrapper .hide-image{visibility:hidden}.unsetBackground{background:none}.error-image{background-image:url(../../Components/Container/resources/assets/ErrorImage.b200797b594d60bbc63a.svg);background-size:unset !important}.default-image{background-size:100% 100%;background-image:url(../../Components/Container/resources/assets/DefaultImage.3576bceb2999cea92f11.svg)}.animation-loader{animation:wiper 2s linear 0s infinite;animation-duration:2s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:wiper;background:linear-gradient(90deg, var(--spectrum-global-color-gray-100) 0, var(--spectrum-global-color-gray-200) 50%, var(--spectrum-global-color-gray-100));background-size:62.5rem;width:100%;height:100%}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.get-started .content-wrapper .banner .image-only-layout{height:100%;width:100%;position:relative}.get-started .content-wrapper .banner .image-only-layout .banner-image{height:100%;width:100%;border-radius:.25rem 0rem 0rem .25rem}.get-started .content-wrapper .banner .image-only-layout .banner-overlay{position:absolute;width:100%;height:100%;opacity:0}.get-started .content-wrapper .banner .image-only-layout .banner-overlay:hover{opacity:1}.get-started .content-wrapper .banner .image-only-layout .image{height:100%;width:100%;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover;border-radius:.25rem 0rem 0rem .25rem}@media only screen and (max-width: 64rem){.get-started .content-wrapper .banner .image-only-layout .banner-image{width:100%;padding-top:56.25%;position:relative}.get-started .content-wrapper .banner .image-only-layout .image{width:100%;position:absolute;top:0;bottom:0;right:0;left:0}}.get-started .content-wrapper .banner .video-only-layout{height:100%;width:100%;position:relative;display:flex;position:relative;background-color:#000;border-radius:.25rem 0rem 0rem .25rem}.get-started .content-wrapper .banner .video-only-layout .banner-image{height:100%;width:100%;border-radius:.25rem 0rem 0rem .25rem}.get-started .content-wrapper .banner .video-only-layout .banner-overlay{position:absolute;width:100%;height:100%;opacity:0}.get-started .content-wrapper .banner .video-only-layout .banner-overlay:hover{opacity:1}.get-started .content-wrapper .banner .video-only-layout .image{height:100%;width:100%;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover;border-radius:.25rem 0rem 0rem .25rem}@media only screen and (max-width: 64rem){.get-started .content-wrapper .banner .video-only-layout .banner-image{width:100%;padding-top:56.25%;position:relative}.get-started .content-wrapper .banner .video-only-layout .image{width:100%;position:absolute;top:0;bottom:0;right:0;left:0}}.get-started .content-wrapper .banner .video-only-layout .banner-video{height:100%;width:100%;border-radius:.25rem 0rem 0rem .25rem}.get-started .content-wrapper .banner .video-only-layout .play-icon-container{background-color:var(--spectrum-global-color-blue-500);border-radius:50%;color:var(--spectrum-global-color-gray-50);cursor:pointer;left:calc(50% - 1.875rem);line-height:1;max-height:3.75rem;max-width:3.75rem;padding:1.875rem;position:absolute;top:50%;transform:translate(0, -50%);z-index:0}.get-started .content-wrapper .banner .video-only-layout .play-icon-container.focus-ring{box-shadow:0 0 0 .25rem var(--spectrum-global-color-blue-500)}.get-started .content-wrapper .banner .video-only-layout .play-icon-container:focus{outline:none}.get-started .content-wrapper .banner .video-only-layout .play-icon-container .play-icon{color:var(--spectrum-global-color-gray-50);height:50%;left:20%;position:absolute;top:25%;width:70%}.get-started .content-wrapper .banner .video-only-layout .play-icon-container:hover{background-color:var(--spectrum-global-color-blue-600)}
.editPref-penIcon{display:flex}.editPref-penIcon .spectrum-Tool.link-icon{height:auto}
.spectrum--light {
  --spectrum-global-color-celery-400: rgb(68, 181, 86);
  --spectrum-global-color-celery-500: rgb(61, 167, 78);
  --spectrum-global-color-celery-600: rgb(55, 153, 71);
  --spectrum-global-color-celery-700: rgb(49, 139, 64);
  --spectrum-global-color-chartreuse-400: rgb(133, 208, 68);
  --spectrum-global-color-chartreuse-500: rgb(124, 195, 63);
  --spectrum-global-color-chartreuse-600: rgb(115, 181, 58);
  --spectrum-global-color-chartreuse-700: rgb(106, 168, 52);
  --spectrum-global-color-yellow-400: rgb(223, 191, 0);
  --spectrum-global-color-yellow-500: rgb(210, 178, 0);
  --spectrum-global-color-yellow-600: rgb(196, 166, 0);
  --spectrum-global-color-yellow-700: rgb(183, 153, 0);
  --spectrum-global-color-magenta-400: rgb(216, 55, 144);
  --spectrum-global-color-magenta-500: rgb(206, 39, 131);
  --spectrum-global-color-magenta-600: rgb(188, 28, 116);
  --spectrum-global-color-magenta-700: rgb(174, 14, 102);
  --spectrum-global-color-fuchsia-400: rgb(192, 56, 204);
  --spectrum-global-color-fuchsia-500: rgb(177, 48, 189);
  --spectrum-global-color-fuchsia-600: rgb(162, 40, 173);
  --spectrum-global-color-fuchsia-700: rgb(147, 33, 158);
  --spectrum-global-color-purple-400: rgb(146, 86, 217);
  --spectrum-global-color-purple-500: rgb(134, 76, 204);
  --spectrum-global-color-purple-600: rgb(122, 66, 191);
  --spectrum-global-color-purple-700: rgb(111, 56, 177);
  --spectrum-global-color-indigo-400: rgb(103, 103, 236);
  --spectrum-global-color-indigo-500: rgb(92, 92, 224);
  --spectrum-global-color-indigo-600: rgb(81, 81, 211);
  --spectrum-global-color-indigo-700: rgb(70, 70, 198);
  --spectrum-global-color-seafoam-400: rgb(27, 149, 154);
  --spectrum-global-color-seafoam-500: rgb(22, 135, 140);
  --spectrum-global-color-seafoam-600: rgb(15, 121, 125);
  --spectrum-global-color-seafoam-700: rgb(9, 108, 111);
  --spectrum-global-color-red-400: rgb(227, 72, 80);
  --spectrum-global-color-red-500: rgb(215, 55, 63);
  --spectrum-global-color-red-600: rgb(201, 37, 45);
  --spectrum-global-color-red-700: rgb(187, 18, 26);
  --spectrum-global-color-orange-400: rgb(230, 134, 25);
  --spectrum-global-color-orange-500: rgb(218, 123, 17);
  --spectrum-global-color-orange-600: rgb(203, 111, 16);
  --spectrum-global-color-orange-700: rgb(189, 100, 13);
  --spectrum-global-color-green-400: rgb(45, 157, 120);
  --spectrum-global-color-green-500: rgb(38, 142, 108);
  --spectrum-global-color-green-600: rgb(18, 128, 92);
  --spectrum-global-color-green-700: rgb(16, 113, 84);
  --spectrum-global-color-blue-400: rgb(38, 128, 235);
  --spectrum-global-color-blue-500: rgb(20, 115, 230);
  --spectrum-global-color-blue-600: rgb(13, 102, 208);
  --spectrum-global-color-blue-700: rgb(9, 90, 186);
  --spectrum-global-color-gray-50: rgb(255, 255, 255);
  --spectrum-global-color-gray-75: rgb(250, 250, 250);
  --spectrum-global-color-gray-100: rgb(245, 245, 245);
  --spectrum-global-color-gray-200: rgb(234, 234, 234);
  --spectrum-global-color-gray-300: rgb(225, 225, 225);
  --spectrum-global-color-gray-400: rgb(202, 202, 202);
  --spectrum-global-color-gray-500: rgb(179, 179, 179);
  --spectrum-global-color-gray-600: rgb(142, 142, 142);
  --spectrum-global-color-gray-700: rgb(110, 110, 110);
  --spectrum-global-color-gray-800: rgb(75, 75, 75);
  --spectrum-global-color-gray-900: rgb(44, 44, 44);
  --spectrum-alias-background-color-modal-overlay: rgba(0,0,0,0.4);
  --spectrum-alias-dropshadow-color: rgba(0,0,0,0.15);
  --spectrum-alias-background-color-hover-overlay: rgba(44,44,44,0.04);
  --spectrum-alias-highlight-hover: rgba(44,44,44,0.06);
  --spectrum-alias-highlight-active: rgba(44,44,44,0.1);
  --spectrum-alias-highlight-selected: rgba(20,115,230,0.1);
  --spectrum-alias-highlight-selected-hover: rgba(20,115,230,0.2);
  --spectrum-alias-text-highlight-color: rgba(20,115,230,0.2);
  --spectrum-alias-background-color-quickactions: rgba(245,245,245,0.9);
  --spectrum-alias-radial-reaction-color-default: rgba(75,75,75,0.6);
  --spectrum-alias-pasteboard-background-color: var(--spectrum-global-color-gray-300);
  --spectrum-alias-appframe-border-color: var(--spectrum-global-color-gray-300);
  --spectrum-alias-appframe-separator-color: var(--spectrum-global-color-gray-300);
  --spectrum-colorarea-border-color: rgba(44,44,44,0.1);
  --spectrum-colorarea-border-color-hover: rgba(44,44,44,0.1);
  --spectrum-colorarea-border-color-down: rgba(44,44,44,0.1);
  --spectrum-colorarea-border-color-key-focus: rgba(44,44,44,0.1);
  --spectrum-colorslider-border-color: rgba(44,44,44,0.1);
  --spectrum-colorslider-border-color-hover: rgba(44,44,44,0.1);
  --spectrum-colorslider-border-color-down: rgba(44,44,44,0.1);
  --spectrum-colorslider-border-color-key-focus: rgba(44,44,44,0.1);
  --spectrum-colorslider-vertical-border-color: rgba(44,44,44,0.1);
  --spectrum-colorslider-vertical-border-color-hover: rgba(44,44,44,0.1);
  --spectrum-colorslider-vertical-border-color-down: rgba(44,44,44,0.1);
  --spectrum-colorslider-vertical-border-color-key-focus: rgba(44,44,44,0.1);
  --spectrum-colorwheel-border-color: rgba(44,44,44,0.1);
  --spectrum-colorwheel-border-color-hover: rgba(44,44,44,0.1);
  --spectrum-colorwheel-border-color-down: rgba(44,44,44,0.1);
  --spectrum-colorwheel-border-color-key-focus: rgba(44,44,44,0.1);
  --spectrum-miller-column-item-background-color-selected: rgba(20,115,230,0.1);
  --spectrum-miller-column-item-background-color-selected-hover: rgba(20,115,230,0.2);
  --spectrum-tabs-compact-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-compact-vertical-rule-color: var(--spectrum-global-color-gray-200);
  --spectrum-tabs-compact-vertical-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-compact-vertical-emphasized-rule-color: var(--spectrum-global-color-gray-200);
  --spectrum-tabs-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-compact-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-compact-vertical-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-vertical-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-well-background-color: rgba(75,75,75,0.02);
  --spectrum-well-border-color: rgba(44,44,44,0.05);
}

.spectrum--darkest {
  --spectrum-global-color-celery-400: rgb(61, 167, 78);
  --spectrum-global-color-celery-500: rgb(68, 181, 86);
  --spectrum-global-color-celery-600: rgb(75, 195, 95);
  --spectrum-global-color-celery-700: rgb(81, 210, 103);
  --spectrum-global-color-chartreuse-400: rgb(124, 195, 63);
  --spectrum-global-color-chartreuse-500: rgb(133, 208, 68);
  --spectrum-global-color-chartreuse-600: rgb(142, 222, 73);
  --spectrum-global-color-chartreuse-700: rgb(155, 236, 84);
  --spectrum-global-color-yellow-400: rgb(210, 178, 0);
  --spectrum-global-color-yellow-500: rgb(223, 191, 0);
  --spectrum-global-color-yellow-600: rgb(237, 204, 0);
  --spectrum-global-color-yellow-700: rgb(250, 217, 0);
  --spectrum-global-color-magenta-400: rgb(202, 41, 150);
  --spectrum-global-color-magenta-500: rgb(216, 55, 144);
  --spectrum-global-color-magenta-600: rgb(226, 73, 157);
  --spectrum-global-color-magenta-700: rgb(236, 90, 170);
  --spectrum-global-color-fuchsia-400: rgb(177, 48, 189);
  --spectrum-global-color-fuchsia-500: rgb(192, 56, 204);
  --spectrum-global-color-fuchsia-600: rgb(207, 62, 220);
  --spectrum-global-color-fuchsia-700: rgb(217, 81, 229);
  --spectrum-global-color-purple-400: rgb(134, 76, 204);
  --spectrum-global-color-purple-500: rgb(146, 86, 217);
  --spectrum-global-color-purple-600: rgb(157, 100, 225);
  --spectrum-global-color-purple-700: rgb(168, 115, 223);
  --spectrum-global-color-indigo-400: rgb(92, 92, 224);
  --spectrum-global-color-indigo-500: rgb(103, 103, 236);
  --spectrum-global-color-indigo-600: rgb(117, 117, 241);
  --spectrum-global-color-indigo-700: rgb(130, 130, 246);
  --spectrum-global-color-seafoam-400: rgb(22, 135, 140);
  --spectrum-global-color-seafoam-500: rgb(27, 149, 154);
  --spectrum-global-color-seafoam-600: rgb(32, 163, 168);
  --spectrum-global-color-seafoam-700: rgb(35, 178, 184);
  --spectrum-global-color-red-400: rgb(215, 55, 63);
  --spectrum-global-color-red-500: rgb(227, 72, 80);
  --spectrum-global-color-red-600: rgb(236, 91, 98);
  --spectrum-global-color-red-700: rgb(247, 109, 116);
  --spectrum-global-color-orange-400: rgb(218, 123, 17);
  --spectrum-global-color-orange-500: rgb(230, 134, 25);
  --spectrum-global-color-orange-600: rgb(242, 148, 35);
  --spectrum-global-color-orange-700: rgb(249, 164, 63);
  --spectrum-global-color-green-400: rgb(38, 142, 108);
  --spectrum-global-color-green-500: rgb(45, 157, 120);
  --spectrum-global-color-green-600: rgb(51, 171, 132);
  --spectrum-global-color-green-700: rgb(57, 185, 144);
  --spectrum-global-color-blue-400: rgb(20, 115, 230);
  --spectrum-global-color-blue-500: rgb(38, 128, 235);
  --spectrum-global-color-blue-600: rgb(55, 142, 240);
  --spectrum-global-color-blue-700: rgb(75, 156, 245);
  --spectrum-global-color-gray-50: rgb(8, 8, 8);
  --spectrum-global-color-gray-75: rgb(26, 26, 26);
  --spectrum-global-color-gray-100: rgb(30, 30, 30);
  --spectrum-global-color-gray-200: rgb(44, 44, 44);
  --spectrum-global-color-gray-300: rgb(57, 57, 57);
  --spectrum-global-color-gray-400: rgb(73, 73, 73);
  --spectrum-global-color-gray-500: rgb(92, 92, 92);
  --spectrum-global-color-gray-600: rgb(124, 124, 124);
  --spectrum-global-color-gray-700: rgb(162, 162, 162);
  --spectrum-global-color-gray-800: rgb(200, 200, 200);
  --spectrum-global-color-gray-900: rgb(239, 239, 239);
  --spectrum-alias-background-color-modal-overlay: rgba(0,0,0,0.6);
  --spectrum-alias-dropshadow-color: rgba(0,0,0,0.8);
  --spectrum-alias-background-color-hover-overlay: rgba(239,239,239,0.08);
  --spectrum-alias-highlight-hover: rgba(239,239,239,0.08);
  --spectrum-alias-highlight-active: rgba(239,239,239,0.15);
  --spectrum-alias-highlight-selected: rgba(38,128,235,0.2);
  --spectrum-alias-highlight-selected-hover: rgba(38,128,235,0.3);
  --spectrum-alias-text-highlight-color: rgba(38,128,235,0.3);
  --spectrum-alias-background-color-quickactions: rgba(30,30,30,0.9);
  --spectrum-alias-radial-reaction-color-default: rgba(200,200,200,0.6);
  --spectrum-alias-pasteboard-background-color: var(--spectrum-global-color-gray-50);
  --spectrum-alias-appframe-border-color: var(--spectrum-global-color-gray-50);
  --spectrum-alias-appframe-separator-color: var(--spectrum-global-color-gray-50);
  --spectrum-colorarea-border-color: rgba(239,239,239,0.1);
  --spectrum-colorarea-border-color-hover: rgba(239,239,239,0.1);
  --spectrum-colorarea-border-color-down: rgba(239,239,239,0.1);
  --spectrum-colorarea-border-color-key-focus: rgba(239,239,239,0.1);
  --spectrum-colorslider-border-color: rgba(239,239,239,0.1);
  --spectrum-colorslider-border-color-hover: rgba(239,239,239,0.1);
  --spectrum-colorslider-border-color-down: rgba(239,239,239,0.1);
  --spectrum-colorslider-border-color-key-focus: rgba(239,239,239,0.1);
  --spectrum-colorslider-vertical-border-color: rgba(239,239,239,0.1);
  --spectrum-colorslider-vertical-border-color-hover: rgba(239,239,239,0.1);
  --spectrum-colorslider-vertical-border-color-down: rgba(239,239,239,0.1);
  --spectrum-colorslider-vertical-border-color-key-focus: rgba(239,239,239,0.1);
  --spectrum-colorwheel-border-color: rgba(239,239,239,0.1);
  --spectrum-colorwheel-border-color-hover: rgba(239,239,239,0.1);
  --spectrum-colorwheel-border-color-down: rgba(239,239,239,0.1);
  --spectrum-colorwheel-border-color-key-focus: rgba(239,239,239,0.1);
  --spectrum-miller-column-item-background-color-selected: rgba(38,128,235,0.1);
  --spectrum-miller-column-item-background-color-selected-hover: rgba(38,128,235,0.2);
  --spectrum-tabs-compact-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-compact-vertical-rule-color: var(--spectrum-global-color-gray-200);
  --spectrum-tabs-compact-vertical-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-compact-vertical-emphasized-rule-color: var(--spectrum-global-color-gray-200);
  --spectrum-tabs-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-compact-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-compact-vertical-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-tabs-quiet-vertical-emphasized-selection-indicator-color: var(--spectrum-global-color-blue-500);
  --spectrum-well-background-color: rgba(200,200,200,0.02);
  --spectrum-well-border-color: rgba(239,239,239,0.05);
}

.spectrum {  /* spectrum-animationGlobals.css */
  --spectrum-global-animation-duration-0: 0ms;
  --spectrum-global-animation-duration-100: 130ms;
  --spectrum-global-animation-duration-200: 160ms;
  --spectrum-global-animation-duration-300: 190ms;
  --spectrum-global-animation-duration-400: 220ms;
  --spectrum-global-animation-duration-500: 250ms;
  --spectrum-global-animation-duration-600: 300ms;
  --spectrum-global-animation-duration-700: 350ms;
  --spectrum-global-animation-duration-800: 400ms;
  --spectrum-global-animation-duration-900: 450ms;
  --spectrum-global-animation-duration-1000: 500ms;
  --spectrum-global-animation-duration-2000: 1000ms;
  --spectrum-global-animation-duration-4000: 2000ms;
  --spectrum-global-animation-ease-in-out: cubic-bezier(.45, 0, .40, 1);
  --spectrum-global-animation-ease-in: cubic-bezier(.50, 0, 1, 1);
  --spectrum-global-animation-ease-out: cubic-bezier(0, 0, 0.40, 1);
  --spectrum-global-animation-linear: cubic-bezier(0, 0, 1, 1);


  /* spectrum-colorGlobals.css */
  --spectrum-global-color-static-black: rgb(0, 0, 0);
  --spectrum-global-color-static-white: rgb(255, 255, 255);
  --spectrum-global-color-static-blue: rgb(20, 115, 230);
  --spectrum-global-color-static-gray-50: rgb(255, 255, 255);
  --spectrum-global-color-static-gray-75: rgb(255, 255, 255);
  --spectrum-global-color-static-gray-100: rgb(255, 255, 255);
  --spectrum-global-color-static-gray-200: rgb(244, 244, 244);
  --spectrum-global-color-static-gray-300: rgb(234, 234, 234);
  --spectrum-global-color-static-gray-400: rgb(211, 211, 211);
  --spectrum-global-color-static-gray-500: rgb(188, 188, 188);
  --spectrum-global-color-static-gray-600: rgb(149, 149, 149);
  --spectrum-global-color-static-gray-700: rgb(116, 116, 116);
  --spectrum-global-color-static-gray-800: rgb(80, 80, 80);
  --spectrum-global-color-static-gray-900: rgb(50, 50, 50);
  --spectrum-global-color-static-blue-400: rgb(55, 142, 240);
  --spectrum-global-color-static-blue-500: rgb(38, 128, 235);
  --spectrum-global-color-static-blue-600: rgb(20, 115, 230);
  --spectrum-global-color-static-blue-700: rgb(13, 102, 208);
  --spectrum-global-color-static-red-400: rgb(236, 91, 98);
  --spectrum-global-color-static-red-500: rgb(227, 72, 80);
  --spectrum-global-color-static-red-600: rgb(215, 55, 63);
  --spectrum-global-color-static-red-700: rgb(201, 37, 45);
  --spectrum-global-color-static-orange-400: rgb(242, 148, 35);
  --spectrum-global-color-static-orange-500: rgb(230, 134, 25);
  --spectrum-global-color-static-orange-600: rgb(218, 123, 17);
  --spectrum-global-color-static-orange-700: rgb(203, 111, 16);
  --spectrum-global-color-static-green-400: rgb(51, 171, 132);
  --spectrum-global-color-static-green-500: rgb(45, 157, 120);
  --spectrum-global-color-static-green-600: rgb(38, 142, 108);
  --spectrum-global-color-static-green-700: rgb(18, 128, 92);
  --spectrum-global-color-static-celery-400: rgb(75, 195, 95);
  --spectrum-global-color-static-celery-500: rgb(68, 181, 86);
  --spectrum-global-color-static-celery-600: rgb(61, 167, 78);
  --spectrum-global-color-static-celery-700: rgb(55, 153, 71);
  --spectrum-global-color-static-chartreuse-400: rgb(142, 222, 73);
  --spectrum-global-color-static-chartreuse-500: rgb(133, 208, 68);
  --spectrum-global-color-static-chartreuse-600: rgb(124, 195, 63);
  --spectrum-global-color-static-chartreuse-700: rgb(115, 181, 58);
  --spectrum-global-color-static-yellow-400: rgb(237, 204, 0);
  --spectrum-global-color-static-yellow-500: rgb(223, 191, 0);
  --spectrum-global-color-static-yellow-600: rgb(210, 178, 0);
  --spectrum-global-color-static-yellow-700: rgb(196, 166, 0);
  --spectrum-global-color-static-magenta-400: rgb(226, 73, 157);
  --spectrum-global-color-static-magenta-500: rgb(216, 55, 144);
  --spectrum-global-color-static-magenta-600: rgb(202, 41, 130);
  --spectrum-global-color-static-magenta-700: rgb(188, 28, 116);
  --spectrum-global-color-static-fuchsia-400: rgb(207, 62, 220);
  --spectrum-global-color-static-fuchsia-500: rgb(192, 56, 204);
  --spectrum-global-color-static-fuchsia-600: rgb(177, 48, 189);
  --spectrum-global-color-static-fuchsia-700: rgb(162, 40, 173);
  --spectrum-global-color-static-purple-400: rgb(157, 100, 225);
  --spectrum-global-color-static-purple-500: rgb(146, 86, 217);
  --spectrum-global-color-static-purple-600: rgb(134, 76, 204);
  --spectrum-global-color-static-purple-700: rgb(122, 66, 191);
  --spectrum-global-color-static-indigo-400: rgb(117, 117, 241);
  --spectrum-global-color-static-indigo-500: rgb(103, 103, 236);
  --spectrum-global-color-static-indigo-600: rgb(92, 92, 224);
  --spectrum-global-color-static-indigo-700: rgb(81, 81, 211);
  --spectrum-global-color-static-seafoam-400: rgb(32, 163, 168);
  --spectrum-global-color-static-seafoam-500: rgb(27, 149, 154);
  --spectrum-global-color-static-seafoam-600: rgb(22, 135, 140);
  --spectrum-global-color-static-seafoam-700: rgb(15, 121, 125);
  --spectrum-global-color-opacity-100: 1;
  --spectrum-global-color-opacity-90: 0.9;
  --spectrum-global-color-opacity-80: 0.8;
  --spectrum-global-color-opacity-60: 0.6;
  --spectrum-global-color-opacity-50: 0.5;
  --spectrum-global-color-opacity-40: 0.4;
  --spectrum-global-color-opacity-30: 0.3;
  --spectrum-global-color-opacity-25: 0.25;
  --spectrum-global-color-opacity-20: 0.2;
  --spectrum-global-color-opacity-15: 0.15;
  --spectrum-global-color-opacity-10: 0.1;
  --spectrum-global-color-opacity-8: 0.08;
  --spectrum-global-color-opacity-7: 0.07;
  --spectrum-global-color-opacity-6: 0.06;
  --spectrum-global-color-opacity-5: 0.05;
  --spectrum-global-color-opacity-4: 0.04;


  /* spectrum-colorSemantics.css */
  --spectrum-semantic-negative-color-background: var(--spectrum-global-color-static-red-700);
  --spectrum-semantic-negative-color-default: var(--spectrum-global-color-red-500);
  --spectrum-semantic-negative-color-dark: var(--spectrum-global-color-red-600);
  --spectrum-semantic-negative-color-border: var(--spectrum-global-color-red-400);
  --spectrum-semantic-negative-color-icon: var(--spectrum-global-color-red-600);
  --spectrum-semantic-negative-color-status: var(--spectrum-global-color-red-400);
  --spectrum-semantic-negative-color-text-large: var(--spectrum-global-color-red-500);
  --spectrum-semantic-negative-color-text-small: var(--spectrum-global-color-red-600);
  --spectrum-semantic-negative-color-state-down: var(--spectrum-global-color-red-700);
  --spectrum-semantic-negative-color-state-focus: var(--spectrum-global-color-red-400);
  --spectrum-semantic-notice-color-background: var(--spectrum-global-color-static-orange-700);
  --spectrum-semantic-notice-color-default: var(--spectrum-global-color-orange-500);
  --spectrum-semantic-notice-color-dark: var(--spectrum-global-color-orange-600);
  --spectrum-semantic-notice-color-border: var(--spectrum-global-color-orange-400);
  --spectrum-semantic-notice-color-icon: var(--spectrum-global-color-orange-600);
  --spectrum-semantic-notice-color-status: var(--spectrum-global-color-orange-400);
  --spectrum-semantic-notice-color-text-large: var(--spectrum-global-color-orange-500);
  --spectrum-semantic-notice-color-text-small: var(--spectrum-global-color-orange-600);
  --spectrum-semantic-notice-color-state-down: var(--spectrum-global-color-orange-700);
  --spectrum-semantic-notice-color-state-focus: var(--spectrum-global-color-orange-400);
  --spectrum-semantic-positive-color-background: var(--spectrum-global-color-static-green-700);
  --spectrum-semantic-positive-color-default: var(--spectrum-global-color-green-500);
  --spectrum-semantic-positive-color-dark: var(--spectrum-global-color-green-600);
  --spectrum-semantic-positive-color-border: var(--spectrum-global-color-green-400);
  --spectrum-semantic-positive-color-icon: var(--spectrum-global-color-green-600);
  --spectrum-semantic-positive-color-status: var(--spectrum-global-color-green-400);
  --spectrum-semantic-positive-color-text-large: var(--spectrum-global-color-green-500);
  --spectrum-semantic-positive-color-text-small: var(--spectrum-global-color-green-600);
  --spectrum-semantic-positive-color-state-down: var(--spectrum-global-color-green-700);
  --spectrum-semantic-positive-color-state-focus: var(--spectrum-global-color-green-400);
  --spectrum-semantic-informative-color-background: var(--spectrum-global-color-static-blue-700);
  --spectrum-semantic-informative-color-default: var(--spectrum-global-color-blue-500);
  --spectrum-semantic-informative-color-dark: var(--spectrum-global-color-blue-600);
  --spectrum-semantic-informative-color-border: var(--spectrum-global-color-blue-400);
  --spectrum-semantic-informative-color-icon: var(--spectrum-global-color-blue-600);
  --spectrum-semantic-informative-color-status: var(--spectrum-global-color-blue-400);
  --spectrum-semantic-informative-color-text-large: var(--spectrum-global-color-blue-500);
  --spectrum-semantic-informative-color-text-small: var(--spectrum-global-color-blue-600);
  --spectrum-semantic-informative-color-state-down: var(--spectrum-global-color-blue-700);
  --spectrum-semantic-informative-color-state-focus: var(--spectrum-global-color-blue-400);
  --spectrum-semantic-cta-color-background-default: var(--spectrum-global-color-static-blue-600);
  --spectrum-semantic-cta-color-background-hover: var(--spectrum-global-color-static-blue-700);
  --spectrum-semantic-cta-color-background-down: var(--spectrum-global-color-static-blue-700);
  --spectrum-semantic-cta-color-background-key-focus: var(--spectrum-global-color-static-blue-600);
  --spectrum-semantic-background-color-key-focus: var(--spectrum-global-color-static-blue-600);
  --spectrum-semantic-neutral-color-background: var(--spectrum-global-color-static-gray-700);
  --spectrum-semantic-presence-color-1: var(--spectrum-global-color-static-red-500);
  --spectrum-semantic-presence-color-2: var(--spectrum-global-color-static-orange-400);
  --spectrum-semantic-presence-color-3: var(--spectrum-global-color-static-yellow-400);
  --spectrum-semantic-presence-color-4: rgb(75, 204, 162);
  --spectrum-semantic-presence-color-5: rgb(0, 199, 255);
  --spectrum-semantic-presence-color-6: rgb(0, 140, 184);
  --spectrum-semantic-presence-color-7: rgb(126, 75, 243);
  --spectrum-semantic-presence-color-8: var(--spectrum-global-color-static-fuchsia-600);


  /* spectrum-dimensionGlobals.css */
  --spectrum-global-dimension-static-size-0: 0px;
  --spectrum-global-dimension-static-size-10: 1px;
  --spectrum-global-dimension-static-size-25: 2px;
  --spectrum-global-dimension-static-size-50: 4px;
  --spectrum-global-dimension-static-size-40: 3px;
  --spectrum-global-dimension-static-size-65: 5px;
  --spectrum-global-dimension-static-size-100: 8px;
  --spectrum-global-dimension-static-size-115: 9px;
  --spectrum-global-dimension-static-size-125: 10px;
  --spectrum-global-dimension-static-size-150: 12px;
  --spectrum-global-dimension-static-size-175: 14px;
  --spectrum-global-dimension-static-size-200: 16px;
  --spectrum-global-dimension-static-size-225: 18px;
  --spectrum-global-dimension-static-size-250: 20px;
  --spectrum-global-dimension-static-size-300: 24px;
  --spectrum-global-dimension-static-size-400: 32px;
  --spectrum-global-dimension-static-size-450: 36px;
  --spectrum-global-dimension-static-size-500: 40px;
  --spectrum-global-dimension-static-size-550: 44px;
  --spectrum-global-dimension-static-size-600: 48px;
  --spectrum-global-dimension-static-size-700: 56px;
  --spectrum-global-dimension-static-size-800: 64px;
  --spectrum-global-dimension-static-size-900: 72px;
  --spectrum-global-dimension-static-size-1000: 80px;
  --spectrum-global-dimension-static-size-1200: 96px;
  --spectrum-global-dimension-static-size-1700: 136px;
  --spectrum-global-dimension-static-size-2400: 192px;
  --spectrum-global-dimension-static-size-2600: 208px;
  --spectrum-global-dimension-static-size-3400: 272px;
  --spectrum-global-dimension-static-size-3600: 288px;
  --spectrum-global-dimension-static-size-4600: 368px;
  --spectrum-global-dimension-static-size-5000: 400px;
  --spectrum-global-dimension-static-size-6000: 480px;
  --spectrum-global-dimension-static-font-size-50: 11px;
  --spectrum-global-dimension-static-font-size-75: 12px;
  --spectrum-global-dimension-static-font-size-100: 14px;
  --spectrum-global-dimension-static-font-size-150: 15px;
  --spectrum-global-dimension-static-font-size-200: 16px;
  --spectrum-global-dimension-static-font-size-300: 18px;
  --spectrum-global-dimension-static-font-size-400: 20px;
  --spectrum-global-dimension-static-font-size-500: 22px;
  --spectrum-global-dimension-static-font-size-600: 25px;
  --spectrum-global-dimension-static-font-size-700: 28px;
  --spectrum-global-dimension-static-font-size-800: 32px;
  --spectrum-global-dimension-static-font-size-900: 36px;
  --spectrum-global-dimension-static-font-size-1000: 40px;
  --spectrum-global-dimension-static-percent-50: 50%;
  --spectrum-global-dimension-static-percent-100: 100%;
  --spectrum-global-dimension-static-breakpoint-xsmall: 304px;
  --spectrum-global-dimension-static-breakpoint-small: 768px;
  --spectrum-global-dimension-static-breakpoint-medium: 1280px;
  --spectrum-global-dimension-static-breakpoint-large: 1768px;
  --spectrum-global-dimension-static-breakpoint-xlarge: 2160px;
  --spectrum-global-dimension-static-grid-columns: 12;
  --spectrum-global-dimension-static-grid-fluid-width: 100%;
  --spectrum-global-dimension-static-grid-fixed-max-width: 1280px;


  /* spectrum-fontGlobals.css */
  --spectrum-global-font-family-base: adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  --spectrum-global-font-family-serif: adobe-clean-serif, 'Source Serif Pro', Georgia, serif;
  --spectrum-global-font-family-code: 'Source Code Pro', Monaco, monospace;
  --spectrum-global-font-weight-thin: 100;
  --spectrum-global-font-weight-ultra-light: 200;
  --spectrum-global-font-weight-light: 300;
  --spectrum-global-font-weight-regular: 400;
  --spectrum-global-font-weight-medium: 500;
  --spectrum-global-font-weight-semi-bold: 600;
  --spectrum-global-font-weight-bold: 700;
  --spectrum-global-font-weight-extra-bold: 800;
  --spectrum-global-font-weight-black: 900;
  --spectrum-global-font-style-regular: normal;
  --spectrum-global-font-style-italic: italic;
  --spectrum-global-font-letter-spacing-none: 0;
  --spectrum-global-font-letter-spacing-small: 0.0125em;
  --spectrum-global-font-letter-spacing-han: 0.05em;
  --spectrum-global-font-letter-spacing-medium: 0.06em;
  --spectrum-global-font-line-height-large: 1.7;
  --spectrum-global-font-line-height-medium: 1.5;
  --spectrum-global-font-line-height-small: 1.3;
  --spectrum-global-font-multiplier-25: 0.25em;
  --spectrum-global-font-multiplier-75: 0.75em;


  /* spectrum-staticAliases.css */
  --spectrum-alias-border-size-thin: var(--spectrum-global-dimension-static-size-10);
  --spectrum-alias-border-size-thick: var(--spectrum-global-dimension-static-size-25);
  --spectrum-alias-border-size-thicker: var(--spectrum-global-dimension-static-size-50);
  --spectrum-alias-border-size-thickest: var(--spectrum-global-dimension-static-size-100);
  --spectrum-alias-border-offset-thin: var(--spectrum-global-dimension-static-size-25);
  --spectrum-alias-border-offset-thick: var(--spectrum-global-dimension-static-size-50);
  --spectrum-alias-border-offset-thicker: var(--spectrum-global-dimension-static-size-100);
  --spectrum-alias-border-offset-thickest: var(--spectrum-global-dimension-static-size-200);
  --spectrum-alias-grid-baseline: var(--spectrum-global-dimension-static-size-100);
  --spectrum-alias-grid-gutter-xsmall: var(--spectrum-global-dimension-static-size-200);
  --spectrum-alias-grid-gutter-small: var(--spectrum-global-dimension-static-size-300);
  --spectrum-alias-grid-gutter-medium: var(--spectrum-global-dimension-static-size-400);
  --spectrum-alias-grid-gutter-large: var(--spectrum-global-dimension-static-size-500);
  --spectrum-alias-grid-gutter-xlarge: var(--spectrum-global-dimension-static-size-600);
  --spectrum-alias-grid-margin-xsmall: var(--spectrum-global-dimension-static-size-200);
  --spectrum-alias-grid-margin-small: var(--spectrum-global-dimension-static-size-300);
  --spectrum-alias-grid-margin-medium: var(--spectrum-global-dimension-static-size-400);
  --spectrum-alias-grid-margin-large: var(--spectrum-global-dimension-static-size-500);
  --spectrum-alias-grid-margin-xlarge: var(--spectrum-global-dimension-static-size-600);
  --spectrum-alias-grid-layout-region-margin-bottom-xsmall: var(--spectrum-global-dimension-static-size-200);
  --spectrum-alias-grid-layout-region-margin-bottom-small: var(--spectrum-global-dimension-static-size-300);
  --spectrum-alias-grid-layout-region-margin-bottom-medium: var(--spectrum-global-dimension-static-size-400);
  --spectrum-alias-grid-layout-region-margin-bottom-large: var(--spectrum-global-dimension-static-size-500);
  --spectrum-alias-grid-layout-region-margin-bottom-xlarge: var(--spectrum-global-dimension-static-size-600);
  --spectrum-alias-radial-reaction-size-default: var(--spectrum-global-dimension-static-size-550);
  --spectrum-alias-font-family-ar: myriad-arabic, adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  --spectrum-alias-font-family-he: myriad-hebrew, adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  --spectrum-alias-font-family-zh: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light','sans-serif';
  --spectrum-alias-font-family-zhhans: adobe-clean-han-simplified-c, source-han-simplified-c, 'SimSun', 'Heiti SC Light', 'sans-serif';
  --spectrum-alias-font-family-ko: adobe-clean-han-korean, source-han-korean, 'Malgun Gothic', 'Apple Gothic', 'sans-serif';
  --spectrum-alias-font-family-ja: adobe-clean-han-japanese, source-han-japanese, 'Yu Gothic', '\30E1 \30A4 \30EA \30AA', '\30D2 \30E9 \30AE \30CE \89D2 \30B4  Pro W3', 'Hiragino Kaku Gothic Pro W3', 'Osaka', '\FF2D \FF33 \FF30 \30B4 \30B7 \30C3 \30AF', 'MS PGothic', 'sans-serif';
  --spectrum-alias-font-family-condensed: adobe-clean-han-traditional, source-han-traditional, 'MingLiu', 'Heiti TC Light', adobe-clean, 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Trebuchet MS', 'Lucida Grande', sans-serif;
  --spectrum-alias-line-height-body: var(--spectrum-global-font-line-height-medium);
  --spectrum-alias-line-height-title: var(--spectrum-global-font-line-height-small);
  --spectrum-alias-body-han-text-line-height: var(--spectrum-global-font-line-height-large);
  --spectrum-alias-body-text-font-family: var(--spectrum-global-font-family-base);
  --spectrum-alias-body-text-line-height: var(--spectrum-global-font-line-height-medium);
  --spectrum-alias-body-text-font-weight: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-body-text-font-weight-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-button-text-line-height: var(--spectrum-global-font-line-height-small);
  --spectrum-alias-heading-han-text-line-height: var(--spectrum-global-font-line-height-medium);
  --spectrum-alias-heading-text-line-height: var(--spectrum-global-font-line-height-small);
  --spectrum-alias-heading-text-font-weight-regular: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-heading-text-font-weight-regular-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-heading-text-font-weight-quiet: var(--spectrum-global-font-weight-light);
  --spectrum-alias-heading-text-font-weight-quiet-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-heading-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-heading-text-font-weight-strong-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-subheading-text-font-weight: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-subheading-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-detail-text-font-weight: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-detail-text-font-weight-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-serif-text-font-family: var(--spectrum-global-font-family-serif);
  --spectrum-alias-article-text-font-family: var(--spectrum-global-font-family-serif);
  --spectrum-alias-article-body-text-font-weight: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-article-body-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-article-heading-text-font-weight: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-article-heading-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-article-heading-text-font-weight-quiet: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-article-heading-text-font-weight-quiet-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-article-subheading-text-font-weight: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-article-subheading-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-article-detail-text-font-weight: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-article-detail-text-font-weight-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-code-text-font-family: var(--spectrum-global-font-family-code);
  --spectrum-alias-han-heading-text-font-weight-regular: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-han-heading-text-font-weight-regular-emphasis: var(--spectrum-global-font-weight-extra-bold);
  --spectrum-alias-han-heading-text-font-weight-regular-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-heading-text-font-weight-quiet: var(--spectrum-global-font-weight-light);
  --spectrum-alias-han-heading-text-font-weight-quiet-emphasis: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-han-heading-text-font-weight-quiet-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-han-heading-text-font-weight-light: var(--spectrum-global-font-weight-light);
  --spectrum-alias-han-heading-text-font-weight-light-emphasis: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-han-heading-text-font-weight-light-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-han-heading-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-heading-text-font-weight-strong-emphasis: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-heading-text-font-weight-strong-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-heading-text-font-weight-heavy: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-heading-text-font-weight-heavy-emphasis: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-heading-text-font-weight-heavy-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-body-text-font-weight-regular: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-han-body-text-font-weight-emphasis: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-han-body-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-subheading-text-font-weight-regular: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-han-subheading-text-font-weight-emphasis: var(--spectrum-global-font-weight-extra-bold);
  --spectrum-alias-han-subheading-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-han-detail-text-font-weight: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-han-detail-text-font-weight-emphasis: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-han-detail-text-font-weight-strong: var(--spectrum-global-font-weight-black);
  --spectrum-alias-code-text-font-weight-regular: var(--spectrum-global-font-weight-regular);
  --spectrum-alias-code-text-font-weight-strong: var(--spectrum-global-font-weight-bold);
  --spectrum-alias-code-text-line-height: var(--spectrum-global-font-line-height-medium);
  --spectrum-alias-heading-margin-bottom: var(--spectrum-global-font-multiplier-25);
  --spectrum-alias-body-margin-bottom: var(--spectrum-global-font-multiplier-75);

}

.spectrum--medium,
.spectrum--large {
  /* spectrum-dimensionAliases.css */
  --spectrum-alias-dropshadow-blur: var(--spectrum-global-dimension-size-50);
  --spectrum-alias-dropshadow-offset-y: var(--spectrum-global-dimension-size-10);
  --spectrum-alias-font-size-default: var(--spectrum-global-dimension-font-size-100);
  --spectrum-alias-line-height-small: var(--spectrum-global-dimension-size-200);
  --spectrum-alias-line-height-medium: var(--spectrum-global-dimension-size-250);
  --spectrum-alias-line-height-large: var(--spectrum-global-dimension-size-300);
  --spectrum-alias-line-height-xlarge: var(--spectrum-global-dimension-size-400);
  --spectrum-alias-line-height-xxlarge: var(--spectrum-global-dimension-size-600);
  --spectrum-alias-layout-label-gap-size: var(--spectrum-global-dimension-size-100);
  --spectrum-alias-pill-button-text-size: var(--spectrum-global-dimension-font-size-100);
  --spectrum-alias-pill-button-text-baseline: var(--spectrum-global-dimension-static-size-150);
  --spectrum-alias-border-radius-xsmall: var(--spectrum-global-dimension-size-10);
  --spectrum-alias-border-radius-small: var(--spectrum-global-dimension-size-25);
  --spectrum-alias-border-radius-regular: var(--spectrum-global-dimension-size-50);
  --spectrum-alias-border-radius-medium: var(--spectrum-global-dimension-size-100);
  --spectrum-alias-border-radius-large: var(--spectrum-global-dimension-size-200);
  --spectrum-alias-single-line-height: var(--spectrum-global-dimension-size-400);
  --spectrum-alias-single-line-width: var(--spectrum-global-dimension-size-2400);
  --spectrum-alias-workflow-icon-size: var(--spectrum-global-dimension-size-225);
  --spectrum-alias-heading-han-display1-text-size: var(--spectrum-global-dimension-font-size-1000);
  --spectrum-alias-heading-han-xxxl-text-size: var(--spectrum-global-dimension-font-size-1000);
  --spectrum-alias-heading-han-display1-margin-top: var(--spectrum-global-dimension-font-size-900);
  --spectrum-alias-heading-han-xxxl-margin-top: var(--spectrum-global-dimension-font-size-900);
  --spectrum-alias-heading-han-display2-text-size: var(--spectrum-global-dimension-font-size-900);
  --spectrum-alias-heading-han-xxl-text-size: var(--spectrum-global-dimension-font-size-900);
  --spectrum-alias-heading-han-display2-margin-top: var(--spectrum-global-dimension-font-size-800);
  --spectrum-alias-heading-han-xxl-margin-top: var(--spectrum-global-dimension-font-size-800);
  --spectrum-alias-heading1-han-text-size: var(--spectrum-global-dimension-font-size-800);
  --spectrum-alias-heading-han-xl-text-size: var(--spectrum-global-dimension-font-size-800);
  --spectrum-alias-heading1-han-margin-top: var(--spectrum-global-dimension-font-size-700);
  --spectrum-alias-heading-han-xl-margin-top: var(--spectrum-global-dimension-font-size-700);
  --spectrum-alias-heading2-han-text-size: var(--spectrum-global-dimension-font-size-600);
  --spectrum-alias-heading-han-l-text-size: var(--spectrum-global-dimension-font-size-600);
  --spectrum-alias-heading2-han-margin-top: var(--spectrum-global-dimension-font-size-500);
  --spectrum-alias-heading-han-l-margin-top: var(--spectrum-global-dimension-font-size-500);
  --spectrum-alias-heading3-han-text-size: var(--spectrum-global-dimension-font-size-400);
  --spectrum-alias-heading-han-m-text-size: var(--spectrum-global-dimension-font-size-400);
  --spectrum-alias-heading3-han-margin-top: var(--spectrum-global-dimension-font-size-300);
  --spectrum-alias-heading-han-m-margin-top: var(--spectrum-global-dimension-font-size-300);
  --spectrum-alias-heading4-text-size: var(--spectrum-global-dimension-font-size-300);
  --spectrum-alias-heading-s-text-size: var(--spectrum-global-dimension-font-size-300);
  --spectrum-alias-heading4-margin-top: var(--spectrum-global-dimension-font-size-200);
  --spectrum-alias-heading-s-margin-top: var(--spectrum-global-dimension-font-size-200);
  --spectrum-alias-heading5-text-size: var(--spectrum-global-dimension-font-size-200);
  --spectrum-alias-heading-xs-text-size: var(--spectrum-global-dimension-font-size-200);
  --spectrum-alias-heading5-margin-top: var(--spectrum-global-dimension-font-size-100);
  --spectrum-alias-heading-xs-margin-top: var(--spectrum-global-dimension-font-size-100);
  --spectrum-alias-heading6-text-size: var(--spectrum-global-dimension-font-size-100);
  --spectrum-alias-heading-xxs-text-size: var(--spectrum-global-dimension-font-size-100);
  --spectrum-alias-heading6-margin-top: var(--spectrum-global-dimension-font-size-75);
  --spectrum-alias-heading-xxs-margin-top: var(--spectrum-global-dimension-font-size-75);
}

.spectrum--darkest,
.spectrum--dark,
.spectrum--light,
.spectrum--lightest {
  /* spectrum-colorAliases.css */
  --spectrum-alias-background-color-default: var(--spectrum-global-color-gray-100);
  --spectrum-alias-background-color-transparent: transparent;
  --spectrum-alias-background-color-label-gray: rgb(112, 112, 112);
  --spectrum-alias-background-color-quickactions-overlay: rgba(0,0,0,0.2);
  --spectrum-alias-placeholder-text-color: var(--spectrum-global-color-gray-600);
  --spectrum-alias-placeholder-text-color-hover: var(--spectrum-global-color-gray-900);
  --spectrum-alias-placeholder-text-color-down: var(--spectrum-global-color-gray-900);
  --spectrum-alias-placeholder-text-color-selected: var(--spectrum-global-color-gray-800);
  --spectrum-alias-label-text-color: var(--spectrum-global-color-gray-700);
  --spectrum-alias-text-color: var(--spectrum-global-color-gray-800);
  --spectrum-alias-text-color-hover: var(--spectrum-global-color-gray-900);
  --spectrum-alias-text-color-down: var(--spectrum-global-color-gray-900);
  --spectrum-alias-text-color-key-focus: var(--spectrum-global-color-blue-600);
  --spectrum-alias-text-color-mouse-focus: var(--spectrum-global-color-blue-600);
  --spectrum-alias-text-color-disabled: var(--spectrum-global-color-gray-500);
  --spectrum-alias-text-color-invalid: var(--spectrum-global-color-red-500);
  --spectrum-alias-text-color-selected: var(--spectrum-global-color-blue-600);
  --spectrum-alias-text-color-selected-neutral: var(--spectrum-global-color-gray-900);
  --spectrum-alias-title-text-color: var(--spectrum-global-color-gray-900);
  --spectrum-alias-heading-text-color: var(--spectrum-global-color-gray-900);
  --spectrum-alias-border-color: var(--spectrum-global-color-gray-300);
  --spectrum-alias-border-color-hover: var(--spectrum-global-color-gray-400);
  --spectrum-alias-border-color-focus: var(--spectrum-global-color-blue-400);
  --spectrum-alias-border-color-down: var(--spectrum-global-color-blue-500);
  --spectrum-alias-border-color-extralight: var(--spectrum-global-color-gray-100);
  --spectrum-alias-border-color-light: var(--spectrum-global-color-gray-200);
  --spectrum-alias-border-color-mid: var(--spectrum-global-color-gray-300);
  --spectrum-alias-border-color-dark: var(--spectrum-global-color-gray-400);
  --spectrum-alias-border-color-transparent: transparent;
  --spectrum-alias-border-color-translucent-dark: rgba(0,0,0,0.05);
  --spectrum-alias-border-color-translucent-darker: rgba(0,0,0,0.1);
  --spectrum-alias-focus-color: var(--spectrum-global-color-blue-400);
  --spectrum-alias-track-color-default: var(--spectrum-global-color-gray-300);
  --spectrum-alias-track-color-disabled: var(--spectrum-global-color-gray-300);
  --spectrum-alias-track-color-over-background: rgba(255,255,255,0.2);
  --spectrum-alias-icon-color: var(--spectrum-global-color-gray-700);
  --spectrum-alias-icon-color-over-background: var(--spectrum-global-color-static-white);
  --spectrum-alias-icon-color-hover: var(--spectrum-global-color-gray-900);
  --spectrum-alias-icon-color-down: var(--spectrum-global-color-gray-900);
  --spectrum-alias-icon-color-focus: var(--spectrum-global-color-gray-900);
  --spectrum-alias-icon-color-disabled: var(--spectrum-global-color-gray-400);
  --spectrum-alias-icon-color-selected-neutral: var(--spectrum-global-color-gray-900);
  --spectrum-alias-icon-color-selected: var(--spectrum-global-color-blue-500);
  --spectrum-alias-icon-color-selected-hover: var(--spectrum-global-color-blue-600);
  --spectrum-alias-icon-color-selected-down: var(--spectrum-global-color-blue-700);
  --spectrum-alias-icon-color-selected-focus: var(--spectrum-global-color-blue-600);
  --spectrum-alias-icon-color-error: var(--spectrum-global-color-red-400);
  --spectrum-alias-toolbar-background-color: var(--spectrum-global-color-gray-100);
}

.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.get-started .content-wrapper .banner .image-only-layout{height:100%;width:100%;position:relative}.get-started .content-wrapper .banner .image-only-layout .banner-image{height:100%;width:100%;border-radius:.25rem 0rem 0rem .25rem}.get-started .content-wrapper .banner .image-only-layout .banner-overlay{position:absolute;width:100%;height:100%;opacity:0}.get-started .content-wrapper .banner .image-only-layout .banner-overlay:hover{opacity:1}.get-started .content-wrapper .banner .image-only-layout .image{height:100%;width:100%;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover;border-radius:.25rem 0rem 0rem .25rem}@media only screen and (max-width: 64rem){.get-started .content-wrapper .banner .image-only-layout .banner-image{width:100%;padding-top:56.25%;position:relative}.get-started .content-wrapper .banner .image-only-layout .image{width:100%;position:absolute;top:0;bottom:0;right:0;left:0}}.get-started .content-wrapper .banner .video-only-layout{height:100%;width:100%;position:relative;display:flex;position:relative;background-color:#000;border-radius:.25rem 0rem 0rem .25rem}.get-started .content-wrapper .banner .video-only-layout .banner-image{height:100%;width:100%;border-radius:.25rem 0rem 0rem .25rem}.get-started .content-wrapper .banner .video-only-layout .banner-overlay{position:absolute;width:100%;height:100%;opacity:0}.get-started .content-wrapper .banner .video-only-layout .banner-overlay:hover{opacity:1}.get-started .content-wrapper .banner .video-only-layout .image{height:100%;width:100%;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover;border-radius:.25rem 0rem 0rem .25rem}@media only screen and (max-width: 64rem){.get-started .content-wrapper .banner .video-only-layout .banner-image{width:100%;padding-top:56.25%;position:relative}.get-started .content-wrapper .banner .video-only-layout .image{width:100%;position:absolute;top:0;bottom:0;right:0;left:0}}.get-started .content-wrapper .banner .video-only-layout .banner-video{height:100%;width:100%;border-radius:.25rem 0rem 0rem .25rem}.get-started .content-wrapper .banner .video-only-layout .play-icon-container{background-color:var(--spectrum-global-color-blue-500);border-radius:50%;color:var(--spectrum-global-color-gray-50);cursor:pointer;left:calc(50% - 1.875rem);line-height:1;max-height:3.75rem;max-width:3.75rem;padding:1.875rem;position:absolute;top:50%;transform:translate(0, -50%);z-index:0}.get-started .content-wrapper .banner .video-only-layout .play-icon-container.focus-ring{box-shadow:0 0 0 .25rem var(--spectrum-global-color-blue-500)}.get-started .content-wrapper .banner .video-only-layout .play-icon-container:focus{outline:none}.get-started .content-wrapper .banner .video-only-layout .play-icon-container .play-icon{color:var(--spectrum-global-color-gray-50);height:50%;left:20%;position:absolute;top:25%;width:70%}.get-started .content-wrapper .banner .video-only-layout .play-icon-container:hover{background-color:var(--spectrum-global-color-blue-600)}.get-started{width:100%;padding-top:2rem}.get-started-header{display:flex;justify-content:space-between;margin-bottom:1rem;border-color:var(--spectrum-global-color-gray-200);border-style:solid;border-width:0rem 0rem .0625rem 0rem;padding-bottom:1rem}.get-started-header .title{display:flex;font-size:1rem;color:var(--spectrum-global-color-gray-800);font-weight:bold}.get-started-header .view-controller{display:flex;padding-right:.25rem;align-items:center}.get-started-header .view-controller.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.get-started-header .view-controller:focus{outline:none}.get-started-header .view-controller .icon{height:1.125rem;margin-right:.5rem}.get-started-header .view-controller .text{white-space:nowrap;font-size:.875rem;color:var(--spectrum-global-color-gray-800)}.get-started .new-content-wrapper{display:flex;height:15rem;border-radius:.25rem;cursor:pointer}.get-started .new-content-wrapper .banner{flex:1.95 1 0}.get-started .new-content-wrapper .banner .image-only-layout{height:100%;width:100%;position:relative}.get-started .new-content-wrapper .banner .image-only-layout .banner-image{height:100%;width:100%;border-radius:.25rem 0rem 0rem .25rem}.get-started .new-content-wrapper .banner .image-only-layout .banner-overlay{position:absolute;width:100%;height:100%;opacity:0}.get-started .new-content-wrapper .banner .image-only-layout .banner-overlay:hover{opacity:1}.get-started .new-content-wrapper .banner .image-only-layout .image{height:100%;width:100%;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover;border-radius:.25rem 0rem 0rem .25rem}@media only screen and (max-width: 64rem){.get-started .new-content-wrapper .banner .image-only-layout .banner-image{width:100%;padding-top:56.25%;position:relative}.get-started .new-content-wrapper .banner .image-only-layout .image{width:100%;position:absolute;top:0;bottom:0;right:0;left:0}}.get-started .new-content-wrapper .banner .video-only-layout{height:100%;width:100%;position:relative;display:flex;position:relative;background-color:#000;border-radius:.25rem 0rem 0rem .25rem}.get-started .new-content-wrapper .banner .video-only-layout .banner-image{height:100%;width:100%;border-radius:.25rem 0rem 0rem .25rem}.get-started .new-content-wrapper .banner .video-only-layout .banner-overlay{position:absolute;width:100%;height:100%;opacity:0}.get-started .new-content-wrapper .banner .video-only-layout .banner-overlay:hover{opacity:1}.get-started .new-content-wrapper .banner .video-only-layout .image{height:100%;width:100%;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover;border-radius:.25rem 0rem 0rem .25rem}@media only screen and (max-width: 64rem){.get-started .new-content-wrapper .banner .video-only-layout .banner-image{width:100%;padding-top:56.25%;position:relative}.get-started .new-content-wrapper .banner .video-only-layout .image{width:100%;position:absolute;top:0;bottom:0;right:0;left:0}}.get-started .new-content-wrapper .banner .video-only-layout .banner-video{height:100%;width:100%;border-radius:.25rem 0rem 0rem .25rem}.get-started .new-content-wrapper .banner .video-only-layout .play-icon-container{background-color:var(--spectrum-global-color-blue-500);border-radius:50%;color:var(--spectrum-global-color-gray-50);cursor:pointer;left:calc(50% - 1.875rem);line-height:1;max-height:3.75rem;max-width:3.75rem;padding:1.875rem;position:absolute;top:50%;transform:translate(0, -50%);z-index:0}.get-started .new-content-wrapper .banner .video-only-layout .play-icon-container.focus-ring{box-shadow:0 0 0 .25rem var(--spectrum-global-color-blue-500)}.get-started .new-content-wrapper .banner .video-only-layout .play-icon-container:focus{outline:none}.get-started .new-content-wrapper .banner .video-only-layout .play-icon-container .play-icon{color:var(--spectrum-global-color-gray-50);height:50%;left:20%;position:absolute;top:25%;width:70%}.get-started .new-content-wrapper .banner .video-only-layout .play-icon-container:hover{background-color:var(--spectrum-global-color-blue-600)}.get-started .new-content-wrapper .checkList-element{flex:1 1 0;min-width:40rem;display:flex;flex-direction:column}.get-started .new-content-wrapper .checkList-element .item{border-style:solid;border-width:.0625rem;width:100%;display:flex;background-color:var(--primary-ccd-bg-color);border-color:var(--spectrum-global-color-gray-200);border-radius:0rem .25rem .25rem 0rem;flex-grow:1;padding:2rem;height:15rem}.get-started .new-content-wrapper .checkList-element .item.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.get-started .new-content-wrapper .checkList-element .item:focus{outline:none}.get-started .new-content-wrapper .checkList-element .item .content{display:flex;flex-direction:column;align-items:flex-start}.get-started .new-content-wrapper .checkList-element .item .content .checklist-app-icon{height:2.25rem;margin-top:1rem}.get-started .new-content-wrapper .checkList-element .item .content .text-display{display:flex;flex-direction:column;justify-content:space-evenly;height:3rem;margin-top:1rem;margin-bottom:1rem}.get-started .new-content-wrapper .checkList-element .item .content .text-display .time{font-size:.75rem;color:var(--spectrum-global-color-gray-700);margin-bottom:.25rem;line-height:.9375rem}.get-started .new-content-wrapper .checkList-element .item .content .text-display .description{display:initial;font-size:1.125rem;color:var(--spectrum-global-color-gray-900);line-height:1.4375;min-height:.5rem;overflow:hidden}.get-started .new-content-wrapper .checkList-element .item .content .cta-button{margin-bottom:1rem;height:3rem;display:initial}@media only screen and (max-width: 105rem){.get-started .new-content-wrapper .checkList-element{min-width:35.4375rem}.get-started .new-content-wrapper .content{margin-top:unset;justify-content:space-between}.get-started .new-content-wrapper .content .text-display{display:flex;flex:1 1 0}.get-started .new-content-wrapper .content .text-display .time{margin:0rem}}@media only screen and (max-width: 80rem){.get-started .new-content-wrapper .checkList-element{min-width:25.625rem}.get-started .new-content-wrapper .cta-button{margin-bottom:0rem !important;display:initial}.get-started .new-content-wrapper .text-display{height:unset !important}.get-started .new-content-wrapper .checklist-app-icon{margin-top:0rem !important}}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.latest-live{margin-top:2rem}.latest-live .live-replay-header{display:flex;justify-content:space-between}.latest-live .live-replay-header .live-replay-title{display:flex;justify-content:space-between;flex-direction:column}.latest-live .live-replay-header .live-replay-title .live-replay-header-title{display:flex;font-size:1rem;font-weight:700;color:var(--spectrum-global-color-gray-800)}.latest-live .live-replay-header .live-replay-title .live-replay-header-desc{font-size:.875rem;font-weight:400;color:var(--spectrum-global-color-gray-700);display:flex;justify-content:space-between}.latest-live .live-replay-header .live-replay-header-view-more{float:right;display:flex;margin-top:auto}.latest-live .live-replay-header .live-replay-header-view-more .view-more-text{padding:.125rem;font-weight:normal}.latest-live .live-replay-header .live-replay-header-view-more .view-more-text.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.latest-live .live-replay-header .live-replay-header-view-more .view-more-text:focus{outline:none}.latest-live .live-replay-header .live-replay-header-view-more .view-more-text a{color:var(--spectrum-global-color-gray-800);font-size:.875rem}.latest-live .live-replay-header .live-replay-header-view-more .view-more-text .view-more-link{display:flex;cursor:pointer}.latest-live .live-replay-header .live-replay-header-view-more .view-more-text .view-more-link .view-more{display:flex}.latest-live .live-replay-header .live-replay-header-view-more .view-more-text .view-more-link .link-out-icon{margin-top:.25rem;margin-left:.4375rem;display:flex}.latest-live .live-replay-header .live-replay-header-view-more .view-more-text .view-more-link .link-out-icon svg{height:.875rem;width:.875rem}.latest-live .live-replay-content{margin-top:1rem;display:flex;flex-direction:row;margin-left:-0.5rem;margin-right:-0.5rem}.latest-live .live-replay-content .replay-card{border-radius:.25rem;max-width:calc((100% - 2rem)/3);margin-right:.5rem;margin-left:.5rem;cursor:unset}.latest-live .live-replay-content .replay-card .card-image-container{align-items:center;border-radius:.3125rem;display:flex;overflow:hidden;position:relative;padding-top:56.25%;width:100%}.latest-live .live-replay-content .replay-card .card-image-container.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.latest-live .live-replay-content .replay-card .card-image-container:focus{outline:none}.latest-live .live-replay-content .replay-card .card-image-container .duration-container{border-radius:.25rem;font-size:.6875rem;color:var(--spectrum-global-color-gray-50);font-weight:700;background-color:var(--spectrum-global-color-gray-900);opacity:.6;width:-moz-fit-content;width:fit-content;position:absolute;top:1rem;left:1rem;padding-left:.3125rem;padding-right:.3125rem;z-index:1}.latest-live .live-replay-content .replay-card .card-image-container .live-container{border-radius:.25rem;font-size:.6875rem;font-weight:700;color:#fff;background-color:var(--spectrum-global-color-red-500);width:-moz-fit-content;width:fit-content;position:absolute;top:1rem;left:1rem;padding-left:.3125rem;padding-right:.3125rem;z-index:1}.latest-live .live-replay-content .replay-card .card-image-container .card-view-count{bottom:.75rem;color:var(--spectrum-global-color-gray-50);font-size:.75rem;font-weight:700;opacity:0;position:absolute;right:.875rem;transition:.25s;will-change:transform;z-index:2;display:flex;flex-direction:row;align-items:center}.latest-live .live-replay-content .replay-card .card-image-container .card-view-count .card-view-count-number{display:inline-block;margin-left:.3125rem}.latest-live .live-replay-content .replay-card .card-image-container .card-image{border-radius:.3125rem;position:relative;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}.latest-live .live-replay-content .replay-card .card-image-container .card-image-wrapper{position:absolute;top:0;bottom:0;left:0;right:0}.latest-live .live-replay-content .replay-card .card-image-container .card-overlay{background:var(--spectrum-global-color-static-gray-900) !important;font-size:1rem;font-weight:700;text-align:center;opacity:0;border-radius:.3125rem;bottom:0;left:0;position:absolute;right:0;top:0;transition:.25s;z-index:1;display:flex}.latest-live .live-replay-content .replay-card .card-image-container .card-overlay.now-playing{opacity:.85;font-size:1rem;font-weight:700;color:var(--spectrum-global-color-gray-50);text-align:center}.latest-live .live-replay-content .replay-card .card-image-container .card-overlay .text{margin:auto}.latest-live .live-replay-content .replay-card .card-image-container .card-overlay .buttons-overlay{display:block;margin:auto}.latest-live .live-replay-content .replay-card .card-image-container .card-overlay .buttons-overlay .button-overlay{display:block;margin:1rem}.latest-live .live-replay-content .replay-card .card-image-container:focus-within .card-overlay{opacity:.85}.latest-live .live-replay-content .replay-card .card-footer{display:flex;justify-content:space-between;margin-top:.375rem}.latest-live .live-replay-content .replay-card .card-footer .card-dropDown-menu{height:-moz-fit-content;height:fit-content;margin-top:.3rem}.latest-live .live-replay-content .replay-card .replay-card-timestamp{border-radius:.25rem;font-size:.6875rem;color:var(--spectrum-global-color-gray-50);font-weight:700;background-color:var(--spectrum-global-color-gray-900);opacity:.6;width:-moz-fit-content;width:fit-content;position:absolute;top:1rem;left:1rem;padding-left:.25rem;padding-right:.25rem}.latest-live .live-replay-content .replay-card .spectrum-Card-body{margin-right:0rem !important;margin-left:0rem !important;position:relative}.latest-live .live-replay-content .replay-card .spectrum-Card-body .spectrum-Card-header{width:calc(100% - 2.0625rem);height:-moz-fit-content !important;height:fit-content !important;font-size:1rem;color:var(--spectrum-global-color-gray-800);font-weight:700;margin-bottom:.625rem;margin-top:.625rem}.latest-live .live-replay-content .replay-card .spectrum-Card-body .spectrum-Card-header .spectrum-Card-title{white-space:unset !important;text-overflow:unset !important}.latest-live .live-replay-content .replay-card .spectrum-Card-body .spectrum-Card-content{width:calc(100% - 2.0625rem);font-size:.75rem;color:var(--spectrum-global-color-gray-700);margin-top:unset !important}.latest-live .live-replay-content .replay-card .spectrum-Card-body .card-subtitle{display:flex}.latest-live .live-replay-content .replay-card .spectrum-Card-body .card-subtitle .live-logo{height:1rem;width:1rem;-o-object-fit:cover;object-fit:cover}.latest-live .live-replay-content .replay-card .spectrum-Card-body .card-subtitle .card-subtitle-desc{font-size:.75rem;color:var(--spectrum-global-color-gray-700);margin-left:.5rem;display:flex;flex-direction:row}.latest-live .live-replay-content .replay-card .spectrum-Card-body .card-subtitle .card-subtitle-desc .subtitle-separator{margin-left:.25rem;margin-right:.25rem}.latest-live .live-replay-content .replay-card:hover .card-overlay{opacity:.85}.latest-live .live-replay-content .replay-card:hover .card-view-count{opacity:1}.latest-live .live-replay-content .clickable-card{cursor:pointer !important}@media screen and (max-width: 80rem){.latest-live .live-replay-content .replay-card{max-width:calc((100% - 1rem)/2)}.latest-live .live-replay-content #replay-card-3{display:none}}.latest-live .live-replay-content .card-image-container:focus .card-overlay{opacity:.85}.latest-live .live-replay-content .card-image-container:focus .card-view-count{opacity:1}.live-menu-item{display:flex;justify-content:space-between}.live-menu-item .icon{visibility:hidden;margin-left:2rem;margin-top:.125rem}.live-menu-item:hover .icon{visibility:visible}.description-dialog{max-width:600px;max-height:300px;overflow:auto}.description-dialog br{display:none}.description-dialog p{margin-top:0}.description-dialog a{color:var(--spectrum-global-color-blue-600)}.description-dialog .description-dialog-text{margin:.125rem}
.adobe-live{width:100%}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.current-live-wrapper{display:flex;flex-direction:column;margin-bottom:1rem;width:100%;margin-top:2rem}.current-live-wrapper .current-live-header .live-section-title{display:flex;font-size:1rem;color:var(--spectrum-global-color-gray-800);font-weight:700}.current-live-wrapper .current-live-header .live-section-subtitle{display:flex;font-size:.75rem;color:var(--spectrum-global-color-gray-700);font-weight:400}@media only screen and (max-width: 79rem){.current-live-wrapper .current-live{flex-direction:column-reverse !important;height:unset !important}}.current-live-wrapper .current-live{width:100%;display:flex;flex-direction:row;margin-top:1rem;height:27.9vw;position:relative}.current-live-wrapper .current-live .current-live-content{display:flex;flex-direction:column;padding:1.875rem 2.25rem 1.875rem 2.25rem;background-color:#1a1a1a;flex-grow:1}.current-live-wrapper .current-live .current-live-content .content-details{margin-top:2.8125rem;display:flex;flex-direction:column}.current-live-wrapper .current-live .current-live-content .content-details .content-title{font-size:1.25rem;font-weight:700;color:var(--spectrum-global-color-gray-50)}.current-live-wrapper .current-live .current-live-content .content-details .live-button{width:-moz-fit-content;width:fit-content;margin-top:1.25rem}@media only screen and (max-width: 79rem){.current-live-wrapper .current-live .current-live-content .content-details{flex-direction:row;margin-top:unset;justify-content:space-between}.current-live-wrapper .current-live .current-live-content .content-details .content-title{flex-grow:1;width:0rem;margin-right:2.25rem}.current-live-wrapper .current-live .current-live-content .content-details .live-button{margin-top:unset}.current-live-wrapper .current-live .current-live-content .adobe-live-profile{margin-top:1.25rem;position:unset !important;bottom:unset !important}}.current-live-wrapper .current-live .current-live-content .adobe-live-profile{border-radius:.0625rem;position:absolute;bottom:1.875rem;display:flex;align-items:center}.current-live-wrapper .current-live .current-live-content .adobe-live-profile .avatar{height:2.625rem;width:2.625rem;-o-object-fit:cover;object-fit:cover;border-radius:50%}.current-live-wrapper .current-live .current-live-content .adobe-live-profile .profile-name{font-size:1.125rem;font-weight:700;color:var(--spectrum-global-color-gray-50);margin-left:.625rem}.current-live-wrapper .current-live .current-live-video{height:100%;width:100%;position:relative}.current-live-wrapper .current-live .current-live-video .live-video{height:100%;width:50.58vw}.current-live-wrapper .current-live .current-live-video .live-video-overlay{position:absolute;width:100%;height:100%;top:0;cursor:pointer}@media only screen and (max-width: 79rem){.current-live-wrapper .current-live .current-live-video{width:100%;padding-top:56.25%;position:relative}.current-live-wrapper .current-live .current-live-video .live-video{width:100%;position:absolute;top:0;bottom:0;right:0;left:0}}.current-live-wrapper .current-live .no-player-live-label{position:absolute;top:1.875rem;height:1.5625rem;left:2.25rem;width:auto;border:.0625rem solid var(--spectrum-global-color-gray-200);border-radius:.25rem;display:inline-flex;background-color:var(--spectrum-global-color-gray-200)}.current-live-wrapper .current-live .no-player-live-label .spectrum-StatusLight::before{margin-left:.625rem !important;margin-right:.5rem !important}.current-live-wrapper .current-live .no-player-live-label .live-circle{height:1.4375rem;line-height:1.4375rem}.current-live-wrapper .current-live .no-player-live-label .no-player-live-text{margin-right:.625rem;margin-top:.15rem;color:var(--spectrum-global-color-gray-900)}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.live-replay{margin-top:2rem}.live-replay .live-replay-header{display:flex;justify-content:space-between}.live-replay .live-replay-header .live-replay-title{display:flex;justify-content:space-between;flex-direction:column}.live-replay .live-replay-header .live-replay-title .live-replay-header-title{display:flex;font-size:1rem;font-weight:700;color:var(--spectrum-global-color-gray-800)}.live-replay .live-replay-header .live-replay-title .live-replay-header-desc{font-size:.875rem;font-weight:400;color:var(--spectrum-global-color-gray-700);display:flex;justify-content:space-between}.live-replay .live-replay-header .live-replay-header-view-more{float:right;display:flex;margin-top:auto}.live-replay .live-replay-header .live-replay-header-view-more .view-more-text{padding:.125rem;font-weight:normal}.live-replay .live-replay-header .live-replay-header-view-more .view-more-text.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.live-replay .live-replay-header .live-replay-header-view-more .view-more-text:focus{outline:none}.live-replay .live-replay-header .live-replay-header-view-more .view-more-text a{color:var(--spectrum-global-color-gray-800);font-size:.875rem}.live-replay .live-replay-header .live-replay-header-view-more .view-more-text .view-more-link{display:flex;cursor:pointer}.live-replay .live-replay-header .live-replay-header-view-more .view-more-text .view-more-link .view-more{display:flex}.live-replay .live-replay-header .live-replay-header-view-more .view-more-text .view-more-link .link-out-icon{margin-top:.25rem;margin-left:.4375rem;display:flex}.live-replay .live-replay-header .live-replay-header-view-more .view-more-text .view-more-link .link-out-icon svg{height:.875rem;width:.875rem}.live-replay .live-replay-content{margin-top:1rem;display:flex;flex-direction:row;margin-left:-0.5rem;margin-right:-0.5rem}.live-replay .live-replay-content .replay-card{border-radius:.25rem;max-width:calc((100% - 2rem)/3);margin-right:.5rem;margin-left:.5rem;cursor:pointer}.live-replay .live-replay-content .replay-card .card-image-container{align-items:center;background:var(--spectrum-global-color-gray-200);border-radius:.3125rem;display:flex;overflow:hidden;position:relative;padding-top:56.25%;width:100%}.live-replay .live-replay-content .replay-card .card-image-container.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.live-replay .live-replay-content .replay-card .card-image-container:focus{outline:none}.live-replay .live-replay-content .replay-card .card-image-container .duration-container{border-radius:.25rem;font-size:.6875rem;color:var(--spectrum-global-color-gray-50);font-weight:700;background-color:var(--spectrum-global-color-gray-900);opacity:.6;width:-moz-fit-content;width:fit-content;position:absolute;top:1rem;left:1rem;padding-left:.3125rem;padding-right:.3125rem;z-index:1}.live-replay .live-replay-content .replay-card .card-image-container .card-view-count{bottom:.75rem;color:var(--spectrum-global-color-gray-50);font-size:.75rem;font-weight:700;opacity:0;position:absolute;right:.875rem;transition:.25s;will-change:transform;z-index:2;display:flex;flex-direction:row;align-items:center}.live-replay .live-replay-content .replay-card .card-image-container .card-view-count .card-view-count-number{display:inline-block;margin-left:.3125rem}.live-replay .live-replay-content .replay-card .card-image-container .card-image{border-radius:.3125rem;position:relative;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}.live-replay .live-replay-content .replay-card .card-image-container .card-image-wrapper{position:absolute;top:0;bottom:0;left:0;right:0}.live-replay .live-replay-content .replay-card .card-image-container .card-overlay{border-radius:.3125rem;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:.25s;z-index:1}.live-replay .live-replay-content .replay-card .replay-card-timestamp{border-radius:.25rem;font-size:.6875rem;color:var(--spectrum-global-color-gray-50);font-weight:700;background-color:var(--spectrum-global-color-gray-900);opacity:.6;width:-moz-fit-content;width:fit-content;position:absolute;top:1rem;left:1rem;padding-left:.25rem;padding-right:.25rem}.live-replay .live-replay-content .replay-card .spectrum-Card-body{margin-right:0rem !important;margin-left:0rem !important;position:relative}.live-replay .live-replay-content .replay-card .spectrum-Card-body .spectrum-Card-header{width:calc(100% - 2.0625rem);height:-moz-fit-content !important;height:fit-content !important;font-size:1rem;color:var(--spectrum-global-color-gray-800);font-weight:700;margin-bottom:.625rem;margin-top:.625rem}.live-replay .live-replay-content .replay-card .spectrum-Card-body .spectrum-Card-header .spectrum-Card-title{white-space:unset !important;text-overflow:unset !important}.live-replay .live-replay-content .replay-card .spectrum-Card-body .spectrum-Card-content{width:calc(100% - 2.0625rem);font-size:.75rem;color:var(--spectrum-global-color-gray-700);margin-top:unset !important}.live-replay .live-replay-content .replay-card .spectrum-Card-body .card-subtitle{display:flex}.live-replay .live-replay-content .replay-card .spectrum-Card-body .card-subtitle .live-logo{height:1rem;width:1rem;-o-object-fit:cover;object-fit:cover}.live-replay .live-replay-content .replay-card .spectrum-Card-body .card-subtitle .card-subtitle-desc{font-size:.75rem;color:var(--spectrum-global-color-gray-700);margin-left:.5rem;display:flex;flex-direction:row}.live-replay .live-replay-content .replay-card .spectrum-Card-body .card-subtitle .card-subtitle-desc .subtitle-separator{margin-left:.25rem;margin-right:.25rem}.live-replay .live-replay-content .replay-card .spectrum-Card-body .card-desc .tool-image{margin-left:.5rem;height:auto !important;width:1.5625rem !important;top:0;right:0;position:absolute;margin-top:.625rem}.live-replay .live-replay-content .replay-card:hover .card-overlay{opacity:.5}.live-replay .live-replay-content .replay-card:hover .card-view-count{opacity:1}@media screen and (max-width: 80rem){.live-replay .live-replay-content .replay-card{max-width:calc((100% - 1rem)/2)}.live-replay .live-replay-content #replay-card-3{display:none}}.live-replay .live-replay-content .card-image-container:focus .card-overlay{opacity:.5}.live-replay .live-replay-content .card-image-container:focus .card-view-count{opacity:1}.spectrum--light .live-replay .live-replay-content .replay-card .card-image-container .card-overlay{background:linear-gradient(to top, rgba(44, 44, 44, 0.4), rgba(44, 44, 44, 0.1))}.spectrum--darkest .live-replay .live-replay-content .replay-card .card-image-container .card-overlay{background:linear-gradient(to top, rgba(239, 239, 239, 0.4), rgba(239, 239, 239, 0.1))}
.adobe-live{width:100%}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.stat-card{padding:1rem 1rem 1.5rem 1rem;border-radius:.25rem;display:flex;flex-direction:column;position:relative}.stat-card.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.stat-card:focus{outline:none}.stat-card .card-overlay{opacity:0;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.stat-card:hover .card-overlay{background-color:var(--spectrum-global-color-gray-500);opacity:10%}.stat-card:focus .card-overlay{background-color:var(--spectrum-global-color-gray-500);opacity:10%}.stat-card .card-content-wrapper{display:flex;flex-direction:column;justify-content:space-between}.stat-card .card-content-wrapper .card-text-wrapper{display:flex;flex-direction:column}.stat-card .card-content-wrapper .card-text-wrapper .card-title{font-size:.75rem;color:var(--spectrum-global-color-static-gray-50);opacity:80%;word-break:break-word}.stat-card .card-content-wrapper .card-text-wrapper .card-desc{font-size:2.25rem;line-height:2.625rem;font-weight:500;min-height:11.25rem}.stat-card .card-content-wrapper .card-text-wrapper .card-desc .conversations-desc:hover{color:var(--spectrum-global-color-gray-50)}.stat-card .card-content-wrapper .card-text-wrapper .card-desc .stat-num{color:var(--spectrum-global-color-gray-50)}.stat-card .card-content-wrapper .statCardButton{margin-top:1.5rem;width:-moz-fit-content;width:fit-content}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.reply-card{padding:1rem 1rem 1rem 1rem;border-radius:.25rem;border:.0625rem solid var(--spectrum-global-color-gray-200);background-color:var(--primary-ccd-bg-color);display:flex;flex-direction:column;justify-content:space-between}.reply-card.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.reply-card:focus{outline:none}.reply-card .card-header-wrapper{display:flex;flex-direction:column}.reply-card .card-header-wrapper .card-title{font-size:.75rem;color:var(--spectrum-global-color-gray-700) !important;opacity:80%;width:-moz-fit-content;width:fit-content;word-break:break-word;cursor:pointer}.reply-card .card-header-wrapper .card-title.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.reply-card .card-header-wrapper .card-title:focus{outline:none}.reply-card .card-header-wrapper .card-title:focus{text-decoration:none}.reply-card .card-header-wrapper .community-question{font-size:1.125rem;font-weight:700;color:var(--spectrum-global-color-gray-900) !important;max-height:6.25rem;word-break:break-word;cursor:pointer;overflow:hidden;line-height:1.3;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.reply-card .card-header-wrapper .community-question.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.reply-card .card-header-wrapper .community-question:focus{outline:none}.reply-card .card-header-wrapper .community-question:focus{text-decoration:none}.reply-card .card-body-wrapper{display:flex;flex-direction:column}.reply-card .card-body-wrapper .answer-owner-info{margin-top:1rem;margin-bottom:.5rem;display:flex;align-items:center;direction:row;height:2.1875rem}.reply-card .card-body-wrapper .answer-owner-info .owner-avatar-and-badge{line-height:1 !important;position:relative}.reply-card .card-body-wrapper .answer-owner-info .owner-avatar-and-badge .owner-avatar{height:2.1875rem;width:2.1875rem;-o-object-fit:cover;object-fit:cover;border-radius:50%}.reply-card .card-body-wrapper .answer-owner-info .owner-avatar-and-badge .owner-badge{position:absolute;bottom:0;right:-0.5rem;max-height:1.0625rem;max-width:1.0625rem}.reply-card .card-body-wrapper .answer-owner-info .answer-badge{max-height:.9375rem;max-width:.9375rem;margin-left:.9375rem}.reply-card .card-body-wrapper .answer-owner-info .owner-profile{display:flex;margin-left:.625rem;flex-direction:column}.reply-card .card-body-wrapper .answer-owner-info .owner-profile .answer-type-text{font-size:.75rem;font-weight:500}.reply-card .card-body-wrapper .answer-owner-info .owner-profile .answer-type-text .username{color:var(--spectrum-global-color-gray-900)}.reply-card .card-body-wrapper .answer-owner-info .owner-profile .answer-type-text .answer-type-correct-answer{color:var(--spectrum-global-color-celery-400)}.reply-card .card-body-wrapper .answer-owner-info .owner-profile .answer-type-text .answer-type-top-reply{color:var(--spectrum-global-color-indigo-600)}.reply-card .card-body-wrapper .answer-owner-info .owner-profile .owner-role{font-size:.75rem;color:var(--spectrum-global-color-gray-600);font-style:italic}.reply-card .card-body-wrapper .community-answer{padding:1rem 1rem 1rem 1rem;border-radius:.25rem;cursor:pointer;outline:none}.reply-card .card-body-wrapper .community-answer .spectrum-Tooltip-label{height:calc(4.5*0.875rem);font-size:.875rem;max-width:none;line-height:1.5;word-break:break-word}.reply-card .card-body-wrapper .community-answer .spectrum-Tooltip-label .conversation-answer{color:var(--spectrum-global-color-gray-700) !important;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.reply-card .card-body-wrapper .community-answer .spectrum-Tooltip-label .conversation-answer.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.reply-card .card-body-wrapper .community-answer .spectrum-Tooltip-label .conversation-answer:focus{outline:none}.reply-card .card-body-wrapper .community-answer .spectrum-Tooltip-label .conversation-answer:hover{text-decoration:underline}.reply-card .card-body-wrapper .community-answer .spectrum-Tooltip-tip{left:unset;margin-left:unset;border-top-color:var(--spectrum-global-color-gray-200) !important}.reply-card .card-body-wrapper .community-answer.spectrum-Tooltip{background-color:var(--spectrum-global-color-gray-200) !important}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.community-multiple-cards-wrapper{width:100%;padding-top:2rem}.community-multiple-cards-wrapper .community-header-wrapper .community-header{display:flex;justify-content:space-between;align-items:center}.community-multiple-cards-wrapper .community-header-wrapper .community-header .community-header-title{display:flex;font-size:1rem;font-weight:700;color:var(--spectrum-global-color-gray-800)}.community-multiple-cards-wrapper .community-header-wrapper .community-header .community-viewMore{display:flex}.community-multiple-cards-wrapper .community-header-wrapper .community-header .community-viewMore.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.community-multiple-cards-wrapper .community-header-wrapper .community-header .community-viewMore:focus{outline:none}.community-multiple-cards-wrapper .community-header-wrapper .community-header .community-viewMore a{color:var(--spectrum-global-color-blue-600);font-size:.875rem}.community-multiple-cards-wrapper .community-header-wrapper .community-divider{width:100%;margin-top:1rem;background-color:var(--spectrum-global-color-gray-200);height:.0625rem}.community-multiple-cards-wrapper .community-cards{display:flex;flex-wrap:wrap;margin-right:-1rem}.community-multiple-cards-wrapper .community-cards .conversation-card{margin-right:1rem;margin-top:1rem;width:calc((100% - 3rem)/3);min-height:18.75rem}@media screen and (max-width: 80rem){.community-multiple-cards-wrapper .community-cards .conversation-card{width:calc((100% - 2rem)/2)}}
.spectrum-Avatar {
  width: 16px;
  height: 16px;

  border-radius: 50%;
  border-style: none;

  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.spectrum--light .spectrum-Avatar {
  opacity: 1;
}
.spectrum--light .spectrum-Avatar.is-disabled {
    opacity: 0.3;
  }

.spectrum--darkest .spectrum-Avatar {
  opacity: 1;
}
.spectrum--darkest .spectrum-Avatar.is-disabled {
    opacity: 0.3;
  }

/*************************************************************************
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright 2019 Adobe
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe and its suppliers, if any. The intellectual
* and technical concepts contained herein are proprietary to Adobe
* and its suppliers and are protected by all applicable intellectual
* property laws, including trade secret and copyright laws.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe.
**************************************************************************/

/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2016 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */

.spectrum-Dialog.react-spectrum-Dialog {
  visibility: visible;
}

.react-spectrum-Dialog-buttons {
  white-space: nowrap;
}
/*************************************************************************
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright 2019 Adobe
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe and its suppliers, if any. The intellectual
* and technical concepts contained herein are proprietary to Adobe
* and its suppliers and are protected by all applicable intellectual
* property laws, including trade secret and copyright laws.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe.
**************************************************************************/

.spectrum-Popover.react-spectrum-Popover {
  visibility: visible;
}

.spectrum-Popover .spectrum-Dialog-content {
  max-height: initial;
}
.spectrum-Popover {
  visibility: hidden;

  opacity: 0;

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;

  pointer-events: none;
}
.spectrum-Popover.is-open {
  visibility: visible;

  opacity: 1;

  transition-delay: 0ms;

  pointer-events: auto;
}
.spectrum-Popover--bottom.is-open {
  transform: translateY(6px);
}
.spectrum-Popover--top.is-open {
  transform: translateY(-6px);
}
.spectrum-Popover--right.is-open {
  transform: translateX(6px);
}
.spectrum-Popover--left.is-open {
  transform: translateX(-6px);
}
.spectrum-Popover {
  display: inline-flex;
  flex-direction: column;
  box-sizing: border-box;

  min-width: 32px;
  min-height: 32px;

  position: absolute;

  border-style: solid;
  border-width: 1px;
  border-radius: 4px;

  outline: none;
}
.spectrum-Popover-tip {
  position: absolute;
  overflow: hidden;
  width: 21px;
  height: 11px;
}
.spectrum-Popover-tip::after {
    content: '';
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    transform: rotate(45deg);
    top: -18px;
    left: -1px;
  }
.spectrum-Popover--dialog {
  min-width: 270px;
  padding: 30px 29px;
}
.spectrum-Popover--left.spectrum-Popover--withTip {
    margin-right: 13px;
  }
.spectrum-Popover--left .spectrum-Popover-tip {
    right: -16px;
    transform: rotate(-90deg);
  }
.spectrum-Popover--right.spectrum-Popover--withTip {
    margin-left: 13px;
  }
.spectrum-Popover--right .spectrum-Popover-tip {
    left: -16px;
    transform: rotate(90deg);
  }
.spectrum-Popover--left .spectrum-Popover-tip, .spectrum-Popover--right .spectrum-Popover-tip {
    top: 50%;
    margin-top: -6px;
  }
.spectrum-Popover--bottom.spectrum-Popover--withTip {
    margin-top: 13px;
  }
.spectrum-Popover--bottom .spectrum-Popover-tip {
    top: -11px;
    transform: rotate(180deg);
  }
.spectrum-Popover--top.spectrum-Popover--withTip {
    margin-bottom: 13px;
  }
.spectrum-Popover--top .spectrum-Popover-tip {
    bottom: -11px;
  }
.spectrum-Popover--bottom .spectrum-Popover-tip, .spectrum-Popover--top .spectrum-Popover-tip {
    left: 50%;
    margin-left: -12px;
  }

.spectrum--light .spectrum-Popover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(202, 202, 202);
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.spectrum--light .spectrum-Popover .spectrum-Dialog-header,
.spectrum--light .spectrum-Popover .spectrum-Dialog-footer,
.spectrum--light .spectrum-Popover .spectrum-Dialog-wrapper {
    background-color: transparent;
  }
.spectrum--light .spectrum-Popover .spectrum-Popover-tip::after {
    background-color: rgb(255, 255, 255);
    border-color: rgb(202, 202, 202);
    box-shadow: -1px -1px 4px rgba(0,0,0,0.15);
  }

.spectrum--darkest .spectrum-Popover {
  background-color: rgb(8, 8, 8);
  border-color: rgb(73, 73, 73);
  box-shadow: 0 1px 4px rgba(0,0,0,0.8);
}
.spectrum--darkest .spectrum-Popover .spectrum-Dialog-header,
.spectrum--darkest .spectrum-Popover .spectrum-Dialog-footer,
.spectrum--darkest .spectrum-Popover .spectrum-Dialog-wrapper {
    background-color: transparent;
  }
.spectrum--darkest .spectrum-Popover .spectrum-Popover-tip::after {
    background-color: rgb(8, 8, 8);
    border-color: rgb(73, 73, 73);
    box-shadow: -1px -1px 4px rgba(0,0,0,0.8);
  }

.spectrum-Dialog {
  visibility: hidden;

  opacity: 0;

  transition: transform 130ms ease-in-out,
              opacity 130ms ease-in-out,
              visibility 0ms linear 130ms;

  pointer-events: none;
}
.spectrum-Dialog.is-open {
  visibility: visible;

  opacity: 1;

  transition-delay: 0ms;

  pointer-events: auto;
}
.spectrum-Dialog {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) translateY(20px);
  z-index: 2;
  box-sizing: border-box;
  max-width: 90vw;
  max-height: 90vh;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 288px;

  padding: 40px;

  border-radius: 4px;
  outline: none;
  transition: opacity 130ms cubic-bezier(.50, 0, 1, 1) 0ms,
              visibility 0ms linear 130ms,
              transform 0ms linear 130ms;
}
.spectrum-Dialog.is-open {
    transition: transform 250ms cubic-bezier(0, 0, 0.40, 1) 160ms,
                opacity 250ms cubic-bezier(0, 0, 0.40, 1) 160ms;

    transform: translate(-50%, calc(-50% + -2vh));
  }
.spectrum-Dialog .spectrum-Dialog-closeButton {
    display: none;
  }
.spectrum-Dialog--small {
  width: 400px;
}
.spectrum-Dialog--medium {
  width: 480px;
}
.spectrum-Dialog--large {
  width: 640px;
}
.spectrum-Dialog-hero {
  height: 128px;

  margin-left: -40px;
  margin-right: -40px;
  margin-top: -40px;
  margin-bottom: 40px;

  border-top-left-radius: 4px;
  border-top-right-radius: 4px;

  background-size: cover;
  background-position: center center;
}
.spectrum-Dialog-header {
  display: flex;
  align-items: center;

  position: relative;
  box-sizing: border-box;
  width: 100%;
  flex-shrink: 0;

  border-radius: 4px 4px 0 0;
  outline: none;

  padding-bottom: 30px;
}
.spectrum-Dialog-header::after {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    content: '';

    height: 2px;
  }
.spectrum-Dialog-wrapper {
  position: fixed;
  left: 0;
  top: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;
  width: 100%;
  height: 100%;

  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  transition: visibility 0ms linear 130ms;
}
.spectrum-Dialog-wrapper.is-open {
    visibility: visible;
  }
.spectrum-Dialog-wrapper .spectrum-Dialog:not(.spectrum-Dialog--fullscreen):not(.spectrum-Dialog--fullscreenTakeover) {
    pointer-events: auto;

    position: relative;
    left: auto;
    top: auto;
    transform: translateY(20px);
    margin-top: -2vh;
  }
.spectrum-Dialog-wrapper .spectrum-Dialog:not(.spectrum-Dialog--fullscreen):not(.spectrum-Dialog--fullscreenTakeover).is-open {
      transform: translateY(0);
    }
@media
only screen and (max-device-width: 400px), only screen and (max-device-height: 350px) {
  .spectrum-Dialog--responsive {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
  }
    .spectrum-Dialog-wrapper .spectrum-Dialog--responsive {
      margin-top: 0;
    }
}
.spectrum-Dialog--noDivider .spectrum-Dialog-header::after {
      display: none;
    }
.spectrum-Dialog--dismissible .spectrum-Dialog-footer {
    display: none;
  }
.spectrum-Dialog--dismissible .spectrum-Dialog-closeButton {
    display: initial;
  }
.spectrum-Dialog-closeButton {
  position: absolute;
  top: -28px;
  right: -28px;
}
.spectrum-Dialog-typeIcon {
  display: block;
}
.spectrum-Dialog-content {
  display: block;
  box-sizing: border-box;

  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

  flex: 1 1 auto;

  outline: none;

  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .spectrum-Dialog-content {
    max-height: 70vh;
  }
}
.spectrum-Dialog-footer {
  border-radius: 0 0 4px 4px;
  padding-top: 28px;

  flex: 0 1 auto;
  flex-wrap: wrap;

  display: flex;
  justify-content: flex-end;

  outline: none;

  margin: -8px;
  margin-top: 0;
}
.spectrum-Dialog-footer > *,
  .spectrum-Dialog-footer > .spectrum-Button + .spectrum-Button {
    margin: 8px;
  }
.spectrum-Dialog-title {
  flex: 1 1 auto;

  margin: 0;

  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;

  outline: none;
}
.spectrum-Dialog--alert {
  width: 480px;
}
.spectrum-Dialog--fullscreen {
  left: 32px;
  top: 32px;
  right: 32px;
  bottom: 32px;

  transform: translate(0, 20px);
}
.spectrum-Dialog--fullscreen.is-open {
    transform: translate(0, 0);
  }
.spectrum-Dialog--fullscreen,
.spectrum-Dialog--fullscreenTakeover {
  width: auto;
  max-height: none;
  max-width: none;

  padding-top: 30px;
}
.spectrum-Dialog--fullscreen .spectrum-Dialog-header, .spectrum-Dialog--fullscreenTakeover .spectrum-Dialog-header {
    flex-shrink: 0;
  }
.spectrum-Dialog--fullscreen .spectrum-Dialog-title, .spectrum-Dialog--fullscreenTakeover .spectrum-Dialog-title {
    font-size: 28px;
    font-weight: 100;
  }
.spectrum-Dialog--fullscreen .spectrum-Dialog-content, .spectrum-Dialog--fullscreenTakeover .spectrum-Dialog-content {
    max-height: none;
  }
.spectrum-Dialog--fullscreenTakeover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  box-sizing: border-box;
  border: none;
  border-radius: 0;
}
.spectrum-Dialog--fullscreenTakeover,
  .spectrum-Dialog--fullscreenTakeover.is-open {
    transform: none;
  }

.spectrum--light .spectrum-Dialog {
  background: rgb(245, 245, 245);
}
.spectrum--light .spectrum-Dialog-header {
  background: rgb(245, 245, 245);
}
.spectrum--light .spectrum-Dialog-header:after {
    background: rgb(225, 225, 225);
  }
.spectrum--light .spectrum-Dialog-title {
  color: rgb(44, 44, 44);
}
.spectrum--light .spectrum-Dialog-content {
  color: rgb(75, 75, 75);
}
.spectrum--light .spectrum-Dialog-typeIcon {
  color: rgb(44, 44, 44);
}
.spectrum--light .spectrum-Dialog-footer {
  background: rgb(245, 245, 245);
}
.spectrum--light .spectrum-Dialog--error .spectrum-Dialog-title {
    color: rgb(201, 37, 45);
  }
.spectrum--light .spectrum-Dialog--error .spectrum-Dialog-typeIcon {
    color: rgb(201, 37, 45);
  }

.spectrum--darkest .spectrum-Dialog {
  background: rgb(30, 30, 30);
}
.spectrum--darkest .spectrum-Dialog-header {
  background: rgb(30, 30, 30);
}
.spectrum--darkest .spectrum-Dialog-header:after {
    background: rgb(57, 57, 57);
  }
.spectrum--darkest .spectrum-Dialog-title {
  color: rgb(239, 239, 239);
}
.spectrum--darkest .spectrum-Dialog-content {
  color: rgb(200, 200, 200);
}
.spectrum--darkest .spectrum-Dialog-typeIcon {
  color: rgb(239, 239, 239);
}
.spectrum--darkest .spectrum-Dialog-footer {
  background: rgb(30, 30, 30);
}
.spectrum--darkest .spectrum-Dialog--error .spectrum-Dialog-title {
    color: rgb(236, 91, 98);
  }
.spectrum--darkest .spectrum-Dialog--error .spectrum-Dialog-typeIcon {
    color: rgb(236, 91, 98);
  }

.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.behanceProject-container{width:100%;padding-top:2rem}.behanceProject-container .behanceProject-header{display:flex;justify-content:space-between;padding-bottom:1rem}.behanceProject-container .behanceProject-header .behanceProject-container-header{display:flex;flex-direction:column;justify-content:space-between}.behanceProject-container .behanceProject-header .behanceProject-container-header .behanceProject-container-title{display:flex;color:var(--spectrum-global-color-gray-800);font-size:1rem;font-weight:bold}.behanceProject-container .behanceProject-header .behanceProject-container-header .behanceProject-container-subtitle{display:flex;color:var(--spectrum-global-color-gray-700);font-size:.875rem;font-weight:normal}.behanceProject-container .behanceProject-header .behanceProject-container-viewMore{float:right;display:flex;margin-top:auto;padding-right:.125rem}.behanceProject-container .behanceProject-header .behanceProject-container-viewMore.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.behanceProject-container .behanceProject-header .behanceProject-container-viewMore:focus{outline:none}.behanceProject-container .behanceProject-header .behanceProject-container-viewMore .view-more-link{display:flex;color:var(--spectrum-global-color-gray-800);cursor:pointer;font-weight:normal}.behanceProject-container .behanceProject-header .behanceProject-container-viewMore .view-more-link .view-more-text{font-size:.875rem;display:flex}.behanceProject-container .behanceProject-header .behanceProject-container-viewMore .view-more-link .link-out-icon{margin-top:.25rem;margin-left:.4375rem;display:flex}.behanceProject-container .behanceProject-header .behanceProject-container-viewMore .view-more-link .link-out-icon svg{height:.875rem;width:.875rem}.behanceProject-container .behanceProject-container-tileWrapper{margin-right:-1rem;max-width:80rem;display:flex;flex-wrap:wrap;margin-bottom:-2rem}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile{display:flex;flex-direction:column;width:100%;position:relative;height:100%;left:0;top:0}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .spectrum-Card{width:100%;padding-top:78.18%;min-width:unset !important;overflow:hidden}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .spectrum-Card.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .spectrum-Card:focus{outline:none}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .spectrum-Card:focus-within .card-overlay{opacity:1;cursor:pointer}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .spectrum-Card:focus-within .behanceProject-card-title{opacity:1}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .spectrum-Card:focus-within .behanceProject-card-featured{opacity:1}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .spectrum-Card:hover .card-overlay{opacity:1;cursor:pointer}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .spectrum-Card:hover .behanceProject-card-title{opacity:1}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .spectrum-Card:hover .behanceProject-card-featured{opacity:1}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .card-overlay{border-radius:.25rem;z-index:1;position:absolute;bottom:0;right:0;left:0;opacity:0;height:30%}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-image{border:none;border-radius:.25rem;cursor:pointer;position:absolute;top:0;bottom:0;right:0;left:0}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-image:hover{border-color:var(--spectrum-global-color-gray-500)}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-image .image{position:relative;width:100%;-o-object-fit:cover;object-fit:cover;height:100%;border-radius:.25rem}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-title{margin-left:.625rem;margin-bottom:.625rem;min-width:0;margin-right:1rem;text-align:left;opacity:0;position:absolute;bottom:0;color:var(--spectrum-global-color-gray-50);font-size:1rem;font-weight:bold;-webkit-text-decoration-line:none;text-decoration-line:none;cursor:pointer;z-index:2}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-title.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-title:focus{outline:none}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-title:hover{opacity:1;-webkit-text-decoration-line:underline;text-decoration-line:underline}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-title:focus{opacity:1}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-title:focus~.behanceProject-card-featured{opacity:1}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-featured{display:flex;position:absolute;right:0;top:0;z-index:2;opacity:0;cursor:pointer}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-featured:hover{opacity:1}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-featured:focus-within{opacity:1}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-featured .behanceProject-card-featured-image{width:2rem;overflow:hidden;margin-right:.625rem;height:3.5625rem}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-featured .behanceProject-card-featured-image.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-featured .behanceProject-card-featured-image:focus{outline:none}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-featured .behanceProject-card-featured-image:focus{padding:.0625rem}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-featured .behanceProject-card-featured-image:focus .behanceProject-card-title{opacity:1}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-featured .behanceProject-card-featured-image:focus .behanceProject-card-featured-image1x{top:0rem}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-featured .behanceProject-card-featured-image .behanceProject-card-featured-image1x{height:3.5625rem;position:absolute;top:-0.4375rem}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .behanceProject-card-featured .behanceProject-card-featured-image .behanceProject-card-featured-image1x:hover{top:0rem}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .content-footer{min-height:3.8125rem;background-color:var(--spectrum-global-color-gray-75)}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .content-footer .spectrum-Card-footer{margin-left:unset;margin-right:unset;padding-top:unset;padding-bottom:unset;border-top:unset;display:flex}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .content-footer .behanceProject-card-owner{display:flex}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .content-footer .behanceProject-card-owner .behanceProject-card-imageThumbnail{margin-right:.625rem;margin-top:.625rem;margin-bottom:.525rem}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .content-footer .behanceProject-card-owner .behanceProject-card-multipleOwner{margin-bottom:1.875rem;margin-top:.625rem}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .content-footer .behanceProject-card-owner .behanceProject-card-multipleOwner.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .content-footer .behanceProject-card-owner .behanceProject-card-multipleOwner:focus{outline:none}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .content-footer .behanceProject-card-owner .behanceProject-card-multipleOwner:focus{text-decoration:underline}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .content-footer .behanceProject-card-owner .behanceProject-card-multipleOwner ::after{border:4px solid rgba(0,0,0,0);border-top-color:inherit;content:"";display:inline-block;height:0;margin-left:6px;position:relative;top:1px;vertical-align:middle;width:0}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .content-footer .behanceProject-card-owner .behanceProject-card-ownerName{color:var(--spectrum-global-color-gray-800);font-size:.75rem;font-weight:bold;margin-bottom:1.875rem;margin-top:.625rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .content-footer .behanceProject-card-owner .behanceProject-card-ownerName.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .content-footer .behanceProject-card-owner .behanceProject-card-ownerName:focus{outline:none}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .content-footer .behanceProject-card-owner .behanceProject-card-ownerName:focus{text-decoration:underline}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .content-footer .behanceProject-card-statsWrapper{padding-top:.625rem;height:-moz-fit-content;height:fit-content;display:flex;max-width:8.125rem;margin-left:auto;margin-right:-0.625rem}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .content-footer .behanceProject-card-statsWrapper .behanceProject-card-stats{color:var(--spectrum-global-color-gray-700);font-size:.75rem;font-weight:bold;display:flex;align-items:center}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .content-footer .behanceProject-card-statsWrapper .behanceProject-card-stats .behanceProject-card-stats-icon{display:flex;padding-right:.3125rem}.behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .content-footer .behanceProject-card-statsWrapper .behanceProject-card-stats .behanceProject-card-stats-number{padding-right:.625rem}.behanceProject-card-featured-popover{padding:1rem;display:flex;flex-direction:column}.behanceProject-card-featured-popover .behanceProject-card-featured-in{color:var(--spectrum-global-color-gray-700);font-size:.6875rem}.behanceProject-card-featured-popover .card-featured-details{display:flex;flex-direction:row}.behanceProject-card-featured-popover .card-featured-details .behanceProject-card-galleryName{color:var(--spectrum-global-color-blue-500);font-size:.6875rem;font-weight:bold;cursor:pointer}.behanceProject-card-featured-popover .card-featured-details .behanceProject-card-galleryName:hover{text-decoration:underline}.behanceProject-card-featured-popover .card-featured-details .behanceProject-card-featuredate{white-space:nowrap;margin-left:.125rem;color:var(--spectrum-global-color-gray-600);font-size:.6875rem}.multipleOwners{display:flex}.multipleOwners .multipleOwners-ownerDropDown{width:.5rem;height:.25rem;padding-left:.625rem}.multipleOwners .multipleOwners-ownerpopover{padding-right:.625rem}.multipleOwners .multipleOwners-imageThumbnail{margin-right:.625rem;margin-top:.625rem;margin-left:.525rem}.multipleOwners .multipleOwners-ownerName{color:var(--spectrum-global-color-gray-800);font-size:.75rem;font-weight:bold;padding-bottom:.625rem;padding-top:.625rem;margin-right:.625rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multipleOwners .multipleOwners-ownerLocation{color:var(--spectrum-global-color-gray-700);font-size:.6875rem}.multipleOwners .multipleOwners-ownerImages{padding-left:.625rem;padding-right:.5rem}.multipleOwners .multipleOwners-ownerImages .multipleOwners-ownerImage{padding-right:.125rem}.tile-provider{width:calc((100% - 3rem)/3);margin-right:1rem}@media screen and (max-width: 77.5rem){.tile-provider .discover-content-tile{width:calc((100% - 2rem)/2)}}@media screen and (max-width: 60.5rem){.tile-provider .discover-content-tile{width:100%}}.tile-provider .spectrum-Popover{padding:unset !important;min-width:unset !important}.tile-provider .card-feature-popover{top:2.75rem !important}.spectrum--light .behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .card-overlay{background:linear-gradient(to top, rgba(44, 44, 44, 0.8), rgba(44, 44, 44, 0))}.spectrum--darkest .behanceProject-container .behanceProject-container-tileWrapper .behanceProject-container-tile .card-overlay{background:linear-gradient(to top, rgba(239, 239, 239, 0.8), rgba(239, 239, 239, 0))}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.genericRow-card{background-color:var(--primary-ccd-bg-color) !important;width:100%;min-width:unset !important}.genericRow-card .genericRow-card-imageWrapper{position:relative;width:100%}.genericRow-card .genericRow-card-imageWrapper .image-wrapper{border-radius:.25rem .25rem 0 0}.genericRow-card .genericRow-card-imageWrapper .genericRow-card-image{height:100%;opacity:1;width:100%}.genericRow-card .genericRow-card-imageWrapper .genericRow-card-image .generic-card-cover{border:none;overflow:hidden;box-sizing:border-box}.genericRow-card .genericRow-card-imageWrapper .genericRow-card-image .generic-card-cover .generic-card-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.genericRow-card .genericRow-card-imageWrapper .genericRow-card-imageHover{height:100%;opacity:0;position:absolute;width:100%}.genericRow-card .genericRow-card-imageWrapper .genericRow-card-imageHover:hover{opacity:1}.genericRow-card .genericRow-card-title{color:var(--spectrum-global-color-gray-800);font-size:.875rem;font-weight:bold;margin:-0.25rem -0.25rem -0.5rem -0.25rem}.genericRow-card .genericRow-card-title .spectrum-Card-title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-height:1.3;max-height:2.275rem;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:unset !important}.genericRow-card .genericRow-card-metaData{position:relative;color:var(--spectrum-global-color-gray-600);font-size:.75rem;margin:-0.25rem}.genericRow-card .genericRow-card-metaData .spectrum-Card-body .spectrum-Card-content .spectrum-Card-subtitle{text-transform:none !important;font-size:.875rem !important}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.recent-articles-cards-wrapper{width:100%;padding-top:2rem}.recent-articles-cards-wrapper .recent-articles-header-wrapper .recent-articles-header{display:flex;justify-content:space-between;align-items:center}.recent-articles-cards-wrapper .recent-articles-header-wrapper .recent-articles-header .recent-articles-header-title{display:flex;font-size:1rem;font-weight:700;color:var(--spectrum-global-color-gray-800)}.recent-articles-cards-wrapper .recent-articles-header-wrapper .recent-articles-divider{width:100%;margin-top:1rem;background-color:var(--spectrum-global-color-gray-200);height:.0625rem}.recent-articles-cards-wrapper .recent-articles-cards{display:flex;flex-wrap:wrap;margin-right:-1rem}.recent-articles-cards-wrapper .recent-articles-cards .recent-articles-responsiveness{margin-right:1rem;margin-top:1rem;width:calc((100% - 3rem)/3);height:14.75rem;cursor:pointer}.recent-articles-cards-wrapper .recent-articles-cards .recent-articles-responsiveness .genericRow-card-imageWrapper{height:8.5rem}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.footer-wrapper{margin-top:3rem;margin-bottom:3rem}.footer-wrapper .footer-divider{height:.125rem;background:linear-gradient(to right, #FF52F5, #FF9900)}.footer-wrapper .footer-title{margin-top:1rem;font-size:1.5625rem;color:var(--spectrum-global-color-gray-900);font-weight:500;max-width:40rem}.footer-wrapper .footer-link-wrapper{margin-top:1.5rem;width:-moz-fit-content;width:fit-content}.footer-wrapper .footer-link-wrapper .footer-link{display:flex;align-items:center}.footer-wrapper .footer-link-wrapper .footer-link .link-arrow{margin-left:.25rem}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.genericRow-container{width:100%;padding-top:2rem}.genericRow-container .generic-card-cover{border:none;overflow:hidden;box-sizing:border-box}.genericRow-container .generic-card-cover .generic-card-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.genericRow-container .genericRow-header{display:flex;justify-content:space-between}.genericRow-container .genericRow-header .genericRow-container-header{display:flex;flex-direction:column;justify-content:space-between}.genericRow-container .genericRow-header .genericRow-container-header .genericRow-container-title{display:flex;color:var(--spectrum-global-color-gray-800);font-size:1rem;font-weight:bold}.genericRow-container .genericRow-header .genericRow-container-header .genericRow-container-subtitle{display:flex;color:var(--spectrum-global-color-gray-700);font-size:.875rem;font-weight:normal}.genericRow-container .genericRow-header .genericRow-container-viewMore{float:right;display:flex;margin-top:auto;margin-bottom:auto;padding:.125rem}.genericRow-container .genericRow-header .genericRow-container-viewMore.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.genericRow-container .genericRow-header .genericRow-container-viewMore:focus{outline:none}.genericRow-container .genericRow-header .genericRow-container-viewMore .view-more-link{display:flex;color:var(--spectrum-global-color-gray-800);cursor:pointer;font-weight:normal}.genericRow-container .genericRow-header .genericRow-container-viewMore .view-more-link .view-more-text{font-size:.875rem;display:flex}.genericRow-container .genericRow-header .genericRow-container-viewMore .view-more-link .link-out-icon{margin-top:.25rem;margin-left:.4375rem;display:flex}.genericRow-container .genericRow-header .genericRow-container-viewMore .view-more-link .link-out-icon svg{height:.875rem;width:.875rem}.genericRow-container .genericRow-container-tileWrapper{margin-right:-1rem;display:flex;flex-wrap:wrap}.genericRow-container .genericRow-container-tileWrapper .genericRow-container-tile{margin-right:1rem;margin-top:1rem;cursor:pointer}.genericRow-container .genericRow-container-tileWrapper .genericRow-container-tile .spectrum-Card{width:100%;min-width:unset !important}.genericRow-container .genericRow-container-tileWrapper .genericRow-container-tile .genericRow-card-imageWrapper{position:relative;width:100%}.genericRow-container .genericRow-container-tileWrapper .genericRow-container-tile .genericRow-card-imageWrapper .genericRow-card-image{height:8.5rem;opacity:1;width:100%}.genericRow-container .genericRow-container-tileWrapper .genericRow-container-tile .genericRow-card-imageWrapper .genericRow-card-imageHover{height:8.5rem;opacity:0;position:absolute;width:100%}.genericRow-container .genericRow-container-tileWrapper .genericRow-container-tile .genericRow-card-imageWrapper .genericRow-card-imageHover:hover{opacity:1}.genericRow-container .genericRow-container-tileWrapper .genericRow-container-tile .genericRow-card-title{color:var(--spectrum-global-color-gray-800);font-size:.875rem;font-weight:bold;margin-top:-0.25rem;margin-left:-0.25rem;margin-right:-0.25rem;margin-bottom:-0.5rem}.genericRow-container .genericRow-container-tileWrapper .genericRow-container-tile .genericRow-card-title .spectrum-Card-title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-height:1rem;max-height:2rem;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:unset !important}.genericRow-container .genericRow-container-tileWrapper .genericRow-container-tile .genericRow-card-metaData{position:relative;color:var(--spectrum-global-color-gray-600);font-size:.75rem;margin-top:-0.25rem;margin-left:-0.25rem;margin-right:-0.25rem;margin-bottom:-0.25rem}.genericRow-container .genericRow-container-tileWrapper .genericRow-container-tile .genericRow-card-metaData .spectrum-Card-body .spectrum-Card-content .spectrum-Card-subtitle{text-transform:none !important;font-size:.875rem !important}.genericRow-container .genericRow-container-tileWrapper .genericRow-tile-4{width:calc((100% - 4rem)/4)}.genericRow-container .genericRow-container-tileWrapper .genericRow-tile-3{width:calc((100% - 3rem)/3)}.genericRow-container .genericRow-container-tileWrapper .genericRow-tile-2{width:calc((100% - 2rem)/2)}@media screen and (max-width: 77.5rem){.genericRow-container .genericRow-container-tileWrapper .genericRow-tile-4{width:calc((100% - 2rem)/2)}}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.genericRow-card{background-color:var(--primary-ccd-bg-color) !important;width:100%;min-width:unset !important}.genericRow-card .genericRow-card-imageWrapper{position:relative;width:100%}.genericRow-card .genericRow-card-imageWrapper .image-wrapper{border-radius:.25rem .25rem 0 0}.genericRow-card .genericRow-card-imageWrapper .genericRow-card-image{height:100%;opacity:1;width:100%}.genericRow-card .genericRow-card-imageWrapper .genericRow-card-image .generic-card-cover{border:none;overflow:hidden;box-sizing:border-box}.genericRow-card .genericRow-card-imageWrapper .genericRow-card-image .generic-card-cover .generic-card-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.genericRow-card .genericRow-card-imageWrapper .genericRow-card-imageHover{height:100%;opacity:0;position:absolute;width:100%}.genericRow-card .genericRow-card-imageWrapper .genericRow-card-imageHover:hover{opacity:1}.genericRow-card .genericRow-card-title{color:var(--spectrum-global-color-gray-800);font-size:.875rem;font-weight:bold;margin:-0.25rem -0.25rem -0.5rem -0.25rem}.genericRow-card .genericRow-card-title .spectrum-Card-title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-height:1.3;max-height:2.275rem;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:unset !important}.genericRow-card .genericRow-card-metaData{position:relative;color:var(--spectrum-global-color-gray-600);font-size:.75rem;margin:-0.25rem}.genericRow-card .genericRow-card-metaData .spectrum-Card-body .spectrum-Card-content .spectrum-Card-subtitle{text-transform:none !important;font-size:.875rem !important}.genericRow-container{width:100%;padding-top:1.5rem;margin-bottom:-0.5rem}.genericRow-container .genericRow-header{display:flex;justify-content:space-between;border-color:var(--spectrum-global-color-gray-200);border-style:solid;border-width:0rem 0rem .0625rem 0rem;padding-bottom:.9rem}.genericRow-container .genericRow-header .genericRow-container-header{display:flex;flex-direction:column;justify-content:space-between}.genericRow-container .genericRow-header .genericRow-container-header .genericRow-container-title{display:flex;line-height:2rem;color:var(--spectrum-global-color-gray-700);font-size:1rem;font-weight:bold}.genericRow-container .genericRow-header .genericRow-container-header .genericRow-container-title .category-select{align-self:center;margin-left:.3rem;margin-right:1rem}.genericRow-container .genericRow-header .genericRow-container-header .genericRow-container-title .category-select .spectrum-Dropdown-label{max-width:33rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--spectrum-global-color-gray-800);font-size:1rem;font-weight:bold}.genericRow-container .genericRow-header .genericRow-container-header .genericRow-container-title .react-spectrum-Dropdown-fixed{min-width:0rem}.genericRow-container .genericRow-header .genericRow-container-header .genericRow-container-subtitle{display:flex;color:var(--spectrum-global-color-gray-700);font-size:.875rem;font-weight:normal}.genericRow-container .genericRow-header .genericRow-container-viewMore{float:right;display:flex;margin-top:auto;margin-bottom:auto;padding:.125rem}.genericRow-container .genericRow-header .genericRow-container-viewMore.focus-ring{border-color:var(--spectrum-global-color-blue-400);box-shadow:0 0 0 .1rem var(--spectrum-global-color-blue-400);border-width:.0625rem !important;border-radius:.25rem !important;outline:none}.genericRow-container .genericRow-header .genericRow-container-viewMore:focus{outline:none}.genericRow-container .genericRow-header .genericRow-container-viewMore .view-more-link{display:flex;color:var(--spectrum-global-color-gray-800);cursor:pointer;font-weight:normal}.genericRow-container .genericRow-header .genericRow-container-viewMore .view-more-link .view-more-text{font-size:.875rem;display:flex}.genericRow-container .genericRow-header .genericRow-container-viewMore .view-more-link .link-out-icon{margin-top:.25rem;margin-left:.4375rem;display:flex}.genericRow-container .genericRow-header .genericRow-container-viewMore .view-more-link .link-out-icon svg{height:.875rem;width:.875rem}.genericRow-container .genericRow-container-tileWrapper{margin-right:-1rem;display:flex;flex-wrap:wrap;margin-bottom:.5rem}.genericRow-container .genericRow-container-tileWrapper .card-container{cursor:pointer;margin-right:1rem;margin-top:1rem}.genericRow-container .genericRow-container-tileWrapper .genericRow-tile-4{width:calc((100% - 4rem)/4);height:14.75rem}.genericRow-container .genericRow-container-tileWrapper .genericRow-tile-4 .image-wrapper{height:8.5rem}.genericRow-container .genericRow-container-tileWrapper .genericRow-tile-3{width:calc((100% - 3rem)/3);height:14.75rem}.genericRow-container .genericRow-container-tileWrapper .genericRow-tile-3 .image-wrapper{height:8.5rem}.genericRow-container .genericRow-container-tileWrapper .genericRow-tile-2{width:calc((100% - 2rem)/2);height:21.25rem}.genericRow-container .genericRow-container-tileWrapper .genericRow-tile-2 .image-wrapper{height:15rem}@media screen and (max-width: 77.5rem){.genericRow-container .genericRow-container-tileWrapper .genericRow-tile-4{width:calc((100% - 2rem)/2)}}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.hero-banner-wrapper{height:22.25rem;width:100%;display:flex;margin-top:1rem;position:relative;border-radius:.25rem;cursor:pointer}.hero-banner-wrapper .hero-banner-image-wrapper{height:100%;width:100%;flex:1.95 1 0}.hero-banner-wrapper .hero-banner-image-wrapper .hero-banner-image{height:100%}.hero-banner-wrapper .hero-banner-image-wrapper .hero-banner-image .hero-image{width:100%;height:100%;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover;overflow:hidden}.hero-banner-wrapper .hero-content-wrapper{height:100%;align-items:center;background-color:var(--primary-ccd-bg-color);border-radius:0rem .25rem .25rem 0rem;border:.0625rem solid var(--spectrum-global-color-gray-200);flex:1 1 0}.hero-banner-wrapper .hero-content-wrapper .hero-content{height:100%;width:100%;padding:2rem;display:flex;flex-direction:column;justify-content:center}.hero-banner-wrapper .hero-content-wrapper .hero-content .details-text-wrapper{display:flex;flex-direction:column}.hero-banner-wrapper .hero-content-wrapper .hero-content .details-text-wrapper .hero-banner-metadata{font-size:.75rem;color:var(--spectrum-global-color-gray-700);padding-bottom:.7825rem;line-height:1.2}.hero-banner-wrapper .hero-content-wrapper .hero-content .details-text-wrapper .hero-banner-title{display:initial;font-size:1.375rem;color:var(--spectrum-global-color-gray-900);line-height:1.2;min-height:.5rem;overflow:hidden}.hero-banner-wrapper .hero-content-wrapper .hero-content .hero-banner-open-button{height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;margin-top:1.8rem}@media only screen and (max-width: 64rem){.hero-banner-wrapper .hero-content-wrapper .hero-content{flex-direction:row;margin-top:unset}.hero-banner-wrapper .hero-content-wrapper .hero-content .details-text-wrapper{display:flex;flex-direction:column-reverse;flex:1 1 0}.hero-banner-wrapper .hero-content-wrapper .hero-content .details-text-wrapper .hero-banner-title{padding-bottom:unset}.hero-banner-wrapper .hero-content-wrapper .hero-content .details-text-wrapper .hero-banner-metadata{padding-top:1rem}.hero-banner-wrapper .hero-content-wrapper .hero-content .hero-banner-open-button{margin-left:4rem;margin-top:unset}}@media only screen and (max-width: 64rem){.hero-banner-wrapper{flex-direction:column;height:unset}.hero-banner-wrapper .hero-banner-image-wrapper{flex:unset;width:100%;padding-top:56.25%;position:relative}.hero-banner-wrapper .hero-banner-image-wrapper .hero-banner-image{height:100%;margin-top:-56.25%;position:absolute}.hero-banner-wrapper .hero-banner-image-wrapper .hero-image{position:absolute;bottom:0;top:0;left:0;right:0}}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.discover-pageLoadFail{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;line-height:1;margin:auto;text-align:center;width:30rem}.discover-pageLoadFail .pageLoadFail-title{color:var(--spectrum-global-color-gray-900);font-size:1.125rem;font-weight:bold;margin-bottom:.75rem}.discover-pageLoadFail .pageLoadFail-description{color:var(--spectrum-global-color-gray-800);font-size:.875rem;margin-bottom:1.5rem}
.content-components{max-width:80rem;width:100%;margin-left:auto;margin-right:auto;padding:0rem 2rem 2rem 2rem}
.spectrum-Rule {
  width: 100%;
  overflow: visible;

  border: none;
  border-width: 2px;
  border-radius: 2px;
}
.spectrum-Rule--large {
  height: 4px;

  border-radius: 2px;
}
.spectrum-Rule--medium {
  height: 2px;

  border-radius: 1px;
}
.spectrum-Rule--small {
  height: 1px;

  border-radius: 1px;
}
.spectrum-Rule--vertical {
  height: 100%;
}
.spectrum-Rule--vertical.spectrum-Rule--large {
    width: 4px;
  }
.spectrum-Rule--vertical.spectrum-Rule--medium {
    width: 2px;
  }
.spectrum-Rule--vertical.spectrum-Rule--small {
    width: 1px;
  }

.spectrum--light .spectrum-Rule--large {
  background-color: rgb(75, 75, 75);
}
.spectrum--light .spectrum-Rule--medium {
  background-color: rgb(225, 225, 225);
}
.spectrum--light .spectrum-Rule--small {
  background-color: rgb(225, 225, 225);
}

.spectrum--darkest .spectrum-Rule--large {
  background-color: rgb(200, 200, 200);
}
.spectrum--darkest .spectrum-Rule--medium {
  background-color: rgb(57, 57, 57);
}
.spectrum--darkest .spectrum-Rule--small {
  background-color: rgb(57, 57, 57);
}

.visualQuestionnaire{width:100%;background-color:var(--spectrum-global-color-gray-50);overflow:hidden}.visualQuestionnaire .visualQuestionnaire-content-fullscreen{width:43.75rem;margin:2rem auto 1.5rem auto}.visualQuestionnaire .visualQuestionnaire-content-fullscreen .visualQuestionnaire-header{display:flex;margin-right:1.75rem;margin-bottom:.5rem;justify-content:center}.visualQuestionnaire .visualQuestionnaire-content-fullscreen .visualQuestionnaire-header .visualQuestionnaire-button-previousQuestion{margin-right:.5rem;height:1.25rem;width:1.25rem;min-width:unset}.visualQuestionnaire .visualQuestionnaire-content-fullscreen .visualQuestionnaire-header .visualQuestionnaire-button-previousQuestion.hide{visibility:hidden}.visualQuestionnaire .visualQuestionnaire-content-fullscreen .visualQuestionnaire-header .visualQuestionnaire-pagination{align-self:center;color:var(--spectrum-global-color-gray-700);font-size:.75rem;letter-spacing:.045rem}.visualQuestionnaire .visualQuestionnaire-content-fullscreen .visualQuestionnaire-buttons{display:flex;margin:3rem auto 0rem auto}.visualQuestionnaire .visualQuestionnaire-content-fullscreen .visualQuestionnaire-buttons .visualQuestionnaire-buttons-right{display:flex;margin:auto}.visualQuestionnaire .visualQuestionnaire-content-fullscreen .visualQuestionnaire-buttons .visualQuestionnaire-buttons-right .setPreferences-selected-noLabel{border:.125rem solid var(--spectrum-global-color-blue-500);border-radius:1rem;height:2rem;min-width:4rem;padding:.375rem .875rem;background-color:var(--spectrum-global-color-blue-500);width:-moz-fit-content;width:fit-content}.visualQuestionnaire .visualQuestionnaire-content-fullscreen .visualQuestionnaire-buttons .visualQuestionnaire-buttons-right .setPreferences-selected-noLabel .setPreferences-selected-noLabel-icon{display:block;margin:0rem auto;height:1rem;width:1rem;color:var(--spectrum-global-color-gray-50)}.visualQuestionnaire .visualQuestionnaire-content-fullscreen .visualQuestionnaire-buttons .visualQuestionnaire-buttons-right .setPreferences-selected-noLabel .setPreferences-selected-noLabel-icon.spectrum-CircleLoader .spectrum-CircleLoader-track{border-color:var(--spectrum-global-color-gray-500)}.visualQuestionnaire .visualQuestionnaire-content-fullscreen .visualQuestionnaire-buttons .visualQuestionnaire-buttons-right .setPreferences-selected-noLabel .setPreferences-selected-noLabel-icon.spectrum-CircleLoader .spectrum-CircleLoader-fill{border-color:var(--spectrum-global-color-gray-50)}.visualQuestionnaire .visualQuestionnaire-content-fullscreen .visualQuestionnaire-buttons .visualQuestionnaire-buttons-right .setPreferences-selected-label{border:.125rem solid var(--spectrum-global-color-static-celery-600);border-radius:1rem;height:2rem;min-width:4rem;padding:.375rem .875rem;background-color:var(--spectrum-global-color-static-celery-600);width:-moz-fit-content;width:fit-content;overflow:hidden}@keyframes move{from{transform:translateX(50%)}to{transform:translateX(0%)}}.visualQuestionnaire .visualQuestionnaire-content-fullscreen .visualQuestionnaire-buttons .visualQuestionnaire-buttons-right .setPreferences-selected-label .setPreferences-selected-label-content{display:flex;flex-direction:row;animation:move .4s linear}.visualQuestionnaire .visualQuestionnaire-content-fullscreen .visualQuestionnaire-buttons .visualQuestionnaire-buttons-right .setPreferences-selected-label .setPreferences-selected-label-content .setPreferences-selected-label-icon{display:block;margin:0rem auto;height:1rem;width:1rem;color:var(--spectrum-global-color-gray-50)}.visualQuestionnaire .visualQuestionnaire-content-fullscreen .visualQuestionnaire-buttons .visualQuestionnaire-buttons-right .setPreferences-selected-label .setPreferences-selected-label-content .setPreferences-selected-label-text{margin-left:.5rem;font-weight:bold;line-height:.875rem;font-size:.875rem;color:var(--spectrum-global-color-gray-50)}.visualQuestionnaire .visualQuestionnaire-content-fullscreen .visualQuestionnaire-feedbackLink{margin-top:2rem;display:flex;flex-direction:column;align-items:center}.visualQuestionnaire .visualQuestionnnaire-content-condensed{width:100%;height:100%;display:flex;flex-direction:column}.visualQuestionnaire .visualQuestionnnaire-content-condensed .visualQuestionnaire-header{display:flex;justify-content:space-between;align-items:center}.visualQuestionnaire .visualQuestionnnaire-content-condensed .visualQuestionnaire-header .visualQuestionnaire-title{font-size:1.125rem;font-weight:bold;color:var(--spectrum-global-color-gray-900);line-height:1.3}.visualQuestionnaire .visualQuestionnnaire-content-condensed .visualQuestionnaire-header .visualQuestionnaire-pagination{font-size:.875rem;font-weight:bold;color:var(--spectrum-global-color-gray-700);letter-spacing:.0525rem;white-space:nowrap;margin-left:2.25rem;line-height:1.3}.visualQuestionnaire .visualQuestionnnaire-content-condensed .visualQuestionnaire-body{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;overflow:hidden}.visualQuestionnaire .visualQuestionnnaire-content-condensed .visualQuestionnaire-body .visualQuestionnaire-question{display:flex;flex:1 1 0;flex-direction:column;overflow-x:hidden;overflow-y:auto}.visualQuestionnaire .visualQuestionnnaire-content-condensed .visualQuestionnaire-body .visualQuestionnaire-question .visualQuestionnaire-visualQuestion{display:block}.visualQuestionnaire .visualQuestionnnaire-content-condensed .visualQuestionnaire-body .visualQuestionnaire-question .visualQuestionnaire-feedbackLink{margin-top:2.5rem;display:flex;flex-direction:column;align-items:center}.visualQuestionnaire .visualQuestionnnaire-content-condensed .visualQuestionnaire-body .visualQuestionnaire-buttons{display:flex;justify-content:space-between;margin-top:1rem;align-self:flex-end;width:100%}.visualQuestionnaire .visualQuestionnnaire-content-condensed .visualQuestionnaire-body .visualQuestionnaire-buttons .visualQuestionnaire-buttons-right{margin-left:auto}.visualQuestion{width:100%;display:flex;flex-direction:column}.visualQuestion .visualQuestion-title-default{font-size:1.75rem;font-weight:900;color:var(--spectrum-global-color-gray-900);margin-left:auto;margin-right:auto;text-align:center;line-height:1.3}.visualQuestion .visualQuestion-desc-default{margin:.5rem auto 0rem auto;text-align:center;width:37rem;font-size:1rem}.visualQuestion .visualQuestion-desc-compact{margin-top:.875rem;font-size:1rem;color:var(--spectrum-global-color-gray-800);border-bottom:solid .125rem var(--spectrum-global-color-gray-200);padding-bottom:.75rem}.visualQuestion .visualQuestion-optionCards-wrapper-default{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:1rem;margin-right:-1rem;justify-content:center}.visualQuestion .visualQuestion-optionCards-wrapper-default .visualQuestion-optionCard{margin-right:1rem;margin-top:1rem}.visualQuestion .visualQuestion-optionCards-wrapper-compact{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:.5rem;margin-right:-0.875rem}.visualQuestion .visualQuestion-optionCards-wrapper-compact .visualQuestion-optionCard{margin-right:.875rem;margin-top:.875rem;word-wrap:break-word}.visualQuestion .visualQuestion-optionCards-wrapper-compact .visualQuestion-optionCard-noImage-flexible{width:calc((100% - 1.75rem)/2)}.optionCard{display:flex;flex-direction:column;width:10.1875rem;border:.0625rem solid var(--spectrum-global-color-gray-200);border-radius:.25rem;cursor:pointer;position:relative}.optionCard:hover{transition:all .2s ease-in;border-color:var(--spectrum-global-color-blue-600);box-shadow:inset 0 0 0 .0625rem var(--spectrum-global-color-blue-600);background-color:var(--spectrum-global-color-blue-400);outline:none}.optionCard:hover .optionCard-header .optionCard-title,.optionCard:hover .optionCard-header .optionCard-desc{color:var(--spectrum-global-color-gray-50);transition:inherit}.optionCard:hover .optionCard-hover-focus{transition:inherit;opacity:.9}.optionCard.focus-ring{background-color:var(--spectrum-global-color-blue-400);border-color:var(--spectrum-global-color-blue-600);box-shadow:inset 0 0 0 .0625rem var(--spectrum-global-color-blue-600);border-width:.0625rem;border-radius:.25rem;outline:none}.optionCard.focus-ring .optionCard-header .optionCard-title,.optionCard.focus-ring .optionCard-header .optionCard-desc{color:var(--spectrum-global-color-gray-50);transition:inherit}.optionCard.focus-ring .optionCard-hover-focus{opacity:.9}.optionCard:focus{outline:none}.optionCard .optionCard-header{display:flex;flex-direction:column;min-height:2.4375rem;margin:1rem;justify-content:center;text-align:center;flex-grow:1}.optionCard .optionCard-header .optionCard-title{font-size:1rem;font-weight:bold;color:var(--spectrum-global-color-gray-800);line-height:1.3}.optionCard .optionCard-header .optionCard-title.isCompact{font-size:.875rem}.optionCard .optionCard-header .optionCard-desc{color:var(--spectrum-global-color-gray-700);font-size:.75rem}.optionCard .optionCard-imageWrapper{height:7.5rem;width:10.0625rem;-o-object-fit:cover;object-fit:cover;background-size:100% 100%;background-repeat:no-repeat;background-color:var(--spectrum-global-color-gray-100);border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.optionCard .optionCard-imageWrapper img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.optionCard .optionCard-selection{position:absolute;bottom:3rem;left:4.28125rem;display:none;color:var(--spectrum-global-color-gray-50);z-index:1}.optionCard .optionCard-hover-focus{position:absolute;bottom:0;width:10.1875rem;align-self:center;height:7.5rem;background-color:var(--spectrum-global-color-blue-600);opacity:0;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.optionCard.selected{transition:all .2s ease-in;border-color:var(--spectrum-global-color-blue-600);box-shadow:inset 0 0 0 .0625rem var(--spectrum-global-color-blue-600);outline:none;background-color:var(--spectrum-global-color-gray-50) !important}.optionCard.selected .optionCard-header .optionCard-title,.optionCard.selected .optionCard-header .optionCard-desc{transition:inherit;color:var(--spectrum-global-color-blue-600) !important}.optionCard.selected .optionCard-selection{transition:inherit;display:block}.optionCard.selected .optionCard-hover-focus{transition:inherit;opacity:.9}.optionCard.disabled{pointer-events:none}.optionCard.faded{opacity:.4;transition:all .6s ease-in-out}.optionCard.default .optionCard-header{min-height:3rem}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.feedback-dialog{max-width:30rem !important;background-color:var(--spectrum-global-color-gray-50) !important}.feedback-dialog .feedback-dialog-textarea{margin-top:1.5rem;width:100%;resize:none;height:5rem}.feedback-dialog .feedback-dialog-textarea.focus-ring{border-color:var(--spectrum-global-color-blue-400) !important;box-shadow:none !important;outline:none !important}.feedback-dialog .feedback-dialog-textarea:focus{outline:none}.feedback-dialog .spectrum-Dialog-header{background-color:inherit !important}.feedback-dialog .spectrum-Dialog-footer{padding-top:1rem;background-color:inherit !important}
/*************************************************************************
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright 2019 Adobe
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe and its suppliers, if any. The intellectual
* and technical concepts contained herein are proprietary to Adobe
* and its suppliers and are protected by all applicable intellectual
* property laws, including trade secret and copyright laws.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe.
**************************************************************************/

/* I've added this so that we can get it out the door, I'll follow up with a spectrum-css PR asap */

.spectrum-CoachMarkPopover {
  outline: none;
  overflow: auto;
  visibility: visible;
}
.filter-button{display:flex;justify-content:center;align-items:center}.filter-button .spectrum-CoachMarkIndicator{position:absolute}.filter-button .spectrum-CoachMarkPopover{position:absolute;top:2.5rem;left:0rem}.filter-button .spectrum-CoachMarkPopover .spectrum-CoachMarkPopover-content{white-space:normal;text-align:left}
.uiFilterWrapper{margin-top:2rem;margin-left:2rem}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.questionnaireSurvey{width:100%;transition:height .4s linear}.questionnaireSurvey .visualQuestionnaire-wrapper{border-bottom:.125rem solid var(--spectrum-global-color-gray-200)}.questionnaireSurvey.hidden{display:none}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.discover-main-container{display:flex;flex-direction:column;flex-grow:1;width:100%}.discover-main-container .discover-main-content-wrapper{overflow-x:hidden;overflow-y:auto;flex-grow:1;height:0rem}
.spectrum--light,.spectrum--lightest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-50);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-100);--spectrum2-gray-25: rgb(255, 255, 255);--spectrum2-gray-50: rgb(248, 248, 248);--spectrum2-gray-100: rgb(233, 233, 233);--spectrum2-gray-200: rgb(225, 225, 225);--spectrum2-gray-800: rgb(41,41,41)}.spectrum--dark,.spectrum--darkest{--primary-ccd-bg-color: var(--spectrum-global-color-gray-100);--secondary-ccd-bg-color: var(--spectrum-global-color-gray-75);--spectrum2-gray-25: rgb(17, 17, 17);--spectrum2-gray-50: rgb(27, 27, 27);--spectrum2-gray-100: rgb(44, 44, 44);--spectrum2-gray-200: rgb(50, 50, 50);--spectrum2-gray-800: rgb(219, 219, 219)}.discover-spinner-container{height:100%;width:100%}.discover-spinner-container .discover-spinner{align-items:center;display:flex;flex-direction:column;font-weight:normal;height:100%;justify-content:center;margin:auto;width:100%}.discover-spinner-container .discover-spinner-text{margin-top:1.25rem;color:var(--spectrum-global-color-gray-800);font-size:1rem}
.discover-skeleton{display:flex;flex-direction:row;height:100%;width:100%}