* {
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
}

div.root {
  display: inline-block;
  height: 20px;
}
div.root.light-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #0D2B26;
}
div.root.light-theme p {
  margin: 0;
}
div.root.light-theme a, div.root.light-theme a:visited {
  color: #298563;
}
div.root.light-theme a:hover, div.root.light-theme a:visited:hover {
  color: #298563B3;
}
div.root.light-theme a:active, div.root.light-theme a:visited:active {
  color: #29856380;
}
div.root.light-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #298563;
}
div.root.light-theme .text-reduced {
  opacity: 50%;
}
div.root.light-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
div.root.light-theme .contrast {
  background-color: #0D2B26;
  color: #fff;
}
div.root.light-theme .contrast .contrast-white-text-image {
  filter: brightness(0) invert(1);
}
div.root.light-theme .scrollable {
  overflow-y: auto;
}
div.root.light-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
div.root.light-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
div.root.light-theme .interactive {
  cursor: pointer;
}
div.root.light-theme .interactive img.interactive-white-leaf {
  display: none;
}
div.root.light-theme .interactive:hover {
  background-color: #298563;
}
div.root.light-theme .interactive:active {
  background-color: #216A4F;
}
div.root.light-theme .interactive:active, div.root.light-theme .interactive:hover {
  color: #fff;
}
div.root.light-theme .interactive:active img.interactive-green-leaf, div.root.light-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
div.root.light-theme .interactive:active img.interactive-white-leaf, div.root.light-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
div.root.light-theme .interactive-text {
  cursor: pointer;
}
div.root.light-theme .interactive-text:hover {
  color: #298563;
}
div.root.light-theme .interactive-text:active {
  color: #216A4F;
}
div.root.dark-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
div.root.dark-theme p {
  margin: 0;
}
div.root.dark-theme a, div.root.dark-theme a:visited {
  color: #298563;
}
div.root.dark-theme a:hover, div.root.dark-theme a:visited:hover {
  color: #298563B3;
}
div.root.dark-theme a:active, div.root.dark-theme a:visited:active {
  color: #29856380;
}
div.root.dark-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #298563;
}
div.root.dark-theme .text-reduced {
  opacity: 50%;
}
div.root.dark-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
div.root.dark-theme .white-text-image {
  filter: brightness(0) invert(1);
}
div.root.dark-theme .contrast {
  background-color: #fff;
  color: #000;
}
div.root.dark-theme .scrollable {
  overflow-y: auto;
}
div.root.dark-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
div.root.dark-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
div.root.dark-theme .interactive {
  cursor: pointer;
}
div.root.dark-theme .interactive img.interactive-white-leaf {
  display: none;
}
div.root.dark-theme .interactive:hover {
  background-color: #184D49;
}
div.root.dark-theme .interactive:active {
  background-color: #216A4F;
}
div.root.dark-theme .interactive:active, div.root.dark-theme .interactive:hover {
  color: #fff;
}
div.root.dark-theme .interactive:active img.interactive-green-leaf, div.root.dark-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
div.root.dark-theme .interactive:active img.interactive-white-leaf, div.root.dark-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
div.root.dark-theme .interactive-text {
  cursor: pointer;
}
div.root.dark-theme .interactive-text:hover {
  color: #184D49;
}
div.root.dark-theme .interactive-text:active {
  color: #216A4F;
}
div.root.contrast-light-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
div.root.contrast-light-theme p {
  margin: 0;
}
div.root.contrast-light-theme a, div.root.contrast-light-theme a:visited {
  color: #000;
}
div.root.contrast-light-theme a:hover, div.root.contrast-light-theme a:visited:hover {
  color: #298563B3;
}
div.root.contrast-light-theme a:active, div.root.contrast-light-theme a:visited:active {
  color: #29856380;
}
div.root.contrast-light-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
div.root.contrast-light-theme .text-reduced {
  opacity: 50%;
}
div.root.contrast-light-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
div.root.contrast-light-theme .contrast {
  background-color: #000;
  color: #fff;
}
div.root.contrast-light-theme .contrast .contrast-white-text-image {
  filter: brightness(0) invert(1);
}
div.root.contrast-light-theme .scrollable {
  overflow-y: auto;
}
div.root.contrast-light-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
div.root.contrast-light-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
div.root.contrast-light-theme .interactive {
  cursor: pointer;
}
div.root.contrast-light-theme .interactive img.interactive-white-leaf {
  display: none;
}
div.root.contrast-light-theme .interactive:hover {
  background-color: #298563;
}
div.root.contrast-light-theme .interactive:active {
  background-color: #216A4F;
}
div.root.contrast-light-theme .interactive:active, div.root.contrast-light-theme .interactive:hover {
  color: #fff;
}
div.root.contrast-light-theme .interactive:active img.interactive-green-leaf, div.root.contrast-light-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
div.root.contrast-light-theme .interactive:active img.interactive-white-leaf, div.root.contrast-light-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
div.root.contrast-light-theme .interactive-text {
  cursor: pointer;
}
div.root.contrast-light-theme .interactive-text:hover {
  color: #298563;
}
div.root.contrast-light-theme .interactive-text:active {
  color: #216A4F;
}
div.root.contrast-dark-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
div.root.contrast-dark-theme p {
  margin: 0;
}
div.root.contrast-dark-theme a, div.root.contrast-dark-theme a:visited {
  color: #fff;
}
div.root.contrast-dark-theme a:hover, div.root.contrast-dark-theme a:visited:hover {
  color: #298563B3;
}
div.root.contrast-dark-theme a:active, div.root.contrast-dark-theme a:visited:active {
  color: #29856380;
}
div.root.contrast-dark-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
div.root.contrast-dark-theme .text-reduced {
  opacity: 50%;
}
div.root.contrast-dark-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
div.root.contrast-dark-theme .white-text-image {
  filter: brightness(0) invert(1);
}
div.root.contrast-dark-theme .contrast {
  background-color: #fff;
  color: #000;
}
div.root.contrast-dark-theme .scrollable {
  overflow-y: auto;
}
div.root.contrast-dark-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
div.root.contrast-dark-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
div.root.contrast-dark-theme .interactive {
  cursor: pointer;
}
div.root.contrast-dark-theme .interactive img.interactive-white-leaf {
  display: none;
}
div.root.contrast-dark-theme .interactive:hover {
  background-color: #184D49;
}
div.root.contrast-dark-theme .interactive:active {
  background-color: #216A4F;
}
div.root.contrast-dark-theme .interactive:active, div.root.contrast-dark-theme .interactive:hover {
  color: #fff;
}
div.root.contrast-dark-theme .interactive:active img.interactive-green-leaf, div.root.contrast-dark-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
div.root.contrast-dark-theme .interactive:active img.interactive-white-leaf, div.root.contrast-dark-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
div.root.contrast-dark-theme .interactive-text {
  cursor: pointer;
}
div.root.contrast-dark-theme .interactive-text:hover {
  color: #184D49;
}
div.root.contrast-dark-theme .interactive-text:active {
  color: #216A4F;
}
div.root .info-button {
  display: inline-block;
  width: 20px;
  height: 20px;
}
div.root .learn-more-text {
  display: inline-block;
}
div.root.info-never .info-button {
  display: none !important;
}
div.root.info-always .learn-more-text {
  display: none !important;
}
@media (min-width: 0px) {
  div.root.info-show-xs .info-button {
    display: inline-block;
  }
}
@media (min-width: 0px) {
  div.root.info-show-xs .learn-more-text {
    display: none;
  }
}
@media (min-width: 0px) {
  div.root.info-hide-xs .info-button {
    display: none;
  }
}
@media (min-width: 0px) {
  div.root.info-hide-xs .learn-more-text {
    display: inline-block;
  }
}
@media (min-width: 480px) {
  div.root.info-show-s .info-button {
    display: inline-block;
  }
}
@media (min-width: 480px) {
  div.root.info-show-s .learn-more-text {
    display: none;
  }
}
@media (min-width: 480px) {
  div.root.info-hide-s .info-button {
    display: none;
  }
}
@media (min-width: 480px) {
  div.root.info-hide-s .learn-more-text {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  div.root.info-show-m .info-button {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  div.root.info-show-m .learn-more-text {
    display: none;
  }
}
@media (min-width: 768px) {
  div.root.info-hide-m .info-button {
    display: none;
  }
}
@media (min-width: 768px) {
  div.root.info-hide-m .learn-more-text {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  div.root.info-show-l .info-button {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  div.root.info-show-l .learn-more-text {
    display: none;
  }
}
@media (min-width: 1024px) {
  div.root.info-hide-l .info-button {
    display: none;
  }
}
@media (min-width: 1024px) {
  div.root.info-hide-l .learn-more-text {
    display: inline-block;
  }
}