.color-stop__light,
.color-stop__original {
  --tooltip-background-color: #FFFFFF;
  --tooltip-border-color: #E1E1E1;
  --tooltip-header-color: #000000;
  --tooltip-text-color: #000000;
  --tooltip-description-color: #383838;
  --option-hover-color: #1473E6;
  --button-text-color: #0064DC;
}
.color-stop__medium,
.color-stop__dark {
  --tooltip-background-color: #FFFFFF;
  --tooltip-border-color: #323232;
  --tooltip-header-color: #000000;
  --tooltip-text-color: #000000;
  --tooltip-description-color: #383838;
  --option-hover-color: #2D8CEB;
  --button-text-color: #0064DC;
}
:root {
  --base-8: 50%;
  --base-10: 62.5%;
  --base-12: 75%;
  --base-14: 87.5%;
  --base-16: 100%;
}
:root {
  --tooltip-video-width: 256px;
  --tooltip-video-height: 144px;
  --padding-size: 15px;
  --padding-size-smaller: 10px;
}
/*
 * 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 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.
 *
 */
/*
 * 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 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.
 *
 */
.text-properties {
  text-rendering: geometricPrecision;
  text-rendering: optimizeLegibility !important;
  cursor: default;
  -webkit-user-select: none;
  font-size: 1.5rem;
}
.headerContainer_3OAmE {
  display: flex;
  align-items: center;
  text-rendering: geometricPrecision;
  text-rendering: optimizeLegibility !important;
  cursor: default;
  -webkit-user-select: none;
  font-size: 1.5rem;
  font-family: "Adobe Clean Bold", sans-serif;
  font-weight: bold;
  color: var(--tooltip-header-color);
  line-height: 0.9em;
}
.headerContainer_3OAmE .advanced {
  font-family: "Adobe Clean Regular", sans-serif;
  flex-grow: 0;
  padding-right: 3px;
}
.headerContainer_3OAmE .title {
  flex-grow: 1;
}
.titleOnly .headerContainer_3OAmE .title {
  font-family: "Adobe Clean Regular", sans-serif;
}
/*
 * 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 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.
 *
 */
.videoContainer_1CWCu {
  height: var(--tooltip-video-height);
}
.videoContainer_1CWCu video {
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  max-width: 100%;
  width: var(--tooltip-video-width);
  height: var(--tooltip-video-height);
}
/*
 * 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 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.
 *
 */
/*
 * 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 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.
 *
 */
.text-properties {
  text-rendering: geometricPrecision;
  text-rendering: optimizeLegibility !important;
  cursor: default;
  -webkit-user-select: none;
  font-size: 1.5rem;
}
.tooltipContainer_3bppI {
  width: var(--tooltip-video-width);
  max-width: var(--tooltip-video-width);
  height: auto;
  border-radius: .5rem;
  margin: 0 10px;
  font-family: "Adobe Clean Regular", sans-serif;
  text-rendering: geometricPrecision;
  text-rendering: optimizeLegibility !important;
  cursor: default;
  -webkit-user-select: none;
  font-size: 1.5rem;
  overflow: visible;
  background-color: var(--tooltip-background-color);
  border: 1px solid var(--tooltip-border-color);
}
.tooltipContainer_3bppI.textOnly {
  width: auto;
  float: left;
}
.tooltipContainer_3bppI.textOnly.right {
  float: right;
}
.tooltipContainer_3bppI .loadingContent {
  text-align: center;
  height: var(--tooltip-video-height);
  line-height: var(--tooltip-video-height);
  width: 100%;
  font-family: "Adobe Clean Regular", sans-serif;
  color: var(--tooltip-text-color);
}
.tooltipContainer_3bppI .body {
  position: relative;
  padding: var(--padding-size);
  padding-bottom: var(--padding-size);
  overflow: visible;
}
.tooltipContainer_3bppI.textOnly .body {
  padding: var(--padding-size-smaller);
}
.tooltipContainer_3bppI .body .description {
  margin: 0;
  padding-top: var(--padding-size-smaller);
  width: 100%;
  font-family: "Adobe Clean Regular", sans-serif;
  white-space: pre-wrap;
  color: var(--tooltip-description-color);
  margin-top: -2px;
}
.tooltipContainer_3bppI .body .tryItContainer {
  display: flex;
  flex-direction: row-reverse;
  padding-top: var(--padding-size);
  margin-top: -3px;
}
.tooltipContainer_3bppI .body .tryItContainer button {
  line-height: 0.9em;
}
.tooltipContainer_3bppI .body .tryIt {
  font-family: "Adobe Clean Bold", sans-serif;
  font-size: 14px;
  padding: 0;
  border: none;
  background-color: var(--tooltip-background-color);
  color: var(--button-text-color);
}
.tooltipContainer_3bppI .body .tryIt:hover {
  cursor: pointer;
}
/*
 * 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 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.
 *
 */
.text-properties {
  text-rendering: geometricPrecision;
  text-rendering: optimizeLegibility !important;
  cursor: default;
  -webkit-user-select: none;
  font-size: 1.5rem;
}
@font-face {
  font-family: 'Adobe Clean Regular';
  src: url(04226b0d583ae8509119a29f52a04826.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Adobe Clean Bold';
  src: url(f11d6aba1e030d3c62440404171169c2.otf);
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
  width: 100%;
  font-size: var(--base-8);
  overflow: hidden;
}
body {
  margin: 0;
  overflow: visible;
  -webkit-font-feature-settings: "calt", "liga", "clig", "kern", "tnum";
  text-rendering: geometricPrecision;
  text-rendering: optimizeLegibility !important;
  cursor: default;
  -webkit-user-select: none;
  font-size: 1.5rem;
}
