* {
  margin: 0;
  padding: 0;
}

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

:host {
  display: block;
}
:host .grid-layout {
  display: flex;
  flex-direction: column;
}
:host .grid-layout.light-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #0D2B26;
}
:host .grid-layout.light-theme p {
  margin: 0;
}
:host .grid-layout.light-theme a, :host .grid-layout.light-theme a:visited {
  color: #298563;
}
:host .grid-layout.light-theme a:hover, :host .grid-layout.light-theme a:visited:hover {
  color: #298563B3;
}
:host .grid-layout.light-theme a:active, :host .grid-layout.light-theme a:visited:active {
  color: #29856380;
}
:host .grid-layout.light-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #298563;
}
:host .grid-layout.light-theme .text-reduced {
  opacity: 50%;
}
:host .grid-layout.light-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
:host .grid-layout.light-theme .contrast {
  background-color: #0D2B26;
  color: #fff;
}
:host .grid-layout.light-theme .contrast .contrast-white-text-image {
  filter: brightness(0) invert(1);
}
:host .grid-layout.light-theme .scrollable {
  overflow-y: auto;
}
:host .grid-layout.light-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
:host .grid-layout.light-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
:host .grid-layout.light-theme .interactive {
  cursor: pointer;
}
:host .grid-layout.light-theme .interactive img.interactive-white-leaf {
  display: none;
}
:host .grid-layout.light-theme .interactive:hover {
  background-color: #298563;
}
:host .grid-layout.light-theme .interactive:active {
  background-color: #216A4F;
}
:host .grid-layout.light-theme .interactive:active, :host .grid-layout.light-theme .interactive:hover {
  color: #fff;
}
:host .grid-layout.light-theme .interactive:active img.interactive-green-leaf, :host .grid-layout.light-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
:host .grid-layout.light-theme .interactive:active img.interactive-white-leaf, :host .grid-layout.light-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
:host .grid-layout.light-theme .interactive-text {
  cursor: pointer;
}
:host .grid-layout.light-theme .interactive-text:hover {
  color: #298563;
}
:host .grid-layout.light-theme .interactive-text:active {
  color: #216A4F;
}
:host .grid-layout.dark-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
:host .grid-layout.dark-theme p {
  margin: 0;
}
:host .grid-layout.dark-theme a, :host .grid-layout.dark-theme a:visited {
  color: #298563;
}
:host .grid-layout.dark-theme a:hover, :host .grid-layout.dark-theme a:visited:hover {
  color: #298563B3;
}
:host .grid-layout.dark-theme a:active, :host .grid-layout.dark-theme a:visited:active {
  color: #29856380;
}
:host .grid-layout.dark-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #298563;
}
:host .grid-layout.dark-theme .text-reduced {
  opacity: 50%;
}
:host .grid-layout.dark-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
:host .grid-layout.dark-theme .white-text-image {
  filter: brightness(0) invert(1);
}
:host .grid-layout.dark-theme .contrast {
  background-color: #fff;
  color: #000;
}
:host .grid-layout.dark-theme .scrollable {
  overflow-y: auto;
}
:host .grid-layout.dark-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
:host .grid-layout.dark-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
:host .grid-layout.dark-theme .interactive {
  cursor: pointer;
}
:host .grid-layout.dark-theme .interactive img.interactive-white-leaf {
  display: none;
}
:host .grid-layout.dark-theme .interactive:hover {
  background-color: #184D49;
}
:host .grid-layout.dark-theme .interactive:active {
  background-color: #216A4F;
}
:host .grid-layout.dark-theme .interactive:active, :host .grid-layout.dark-theme .interactive:hover {
  color: #fff;
}
:host .grid-layout.dark-theme .interactive:active img.interactive-green-leaf, :host .grid-layout.dark-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
:host .grid-layout.dark-theme .interactive:active img.interactive-white-leaf, :host .grid-layout.dark-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
:host .grid-layout.dark-theme .interactive-text {
  cursor: pointer;
}
:host .grid-layout.dark-theme .interactive-text:hover {
  color: #184D49;
}
:host .grid-layout.dark-theme .interactive-text:active {
  color: #216A4F;
}
:host .grid-layout.contrast-light-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
:host .grid-layout.contrast-light-theme p {
  margin: 0;
}
:host .grid-layout.contrast-light-theme a, :host .grid-layout.contrast-light-theme a:visited {
  color: #000;
}
:host .grid-layout.contrast-light-theme a:hover, :host .grid-layout.contrast-light-theme a:visited:hover {
  color: #298563B3;
}
:host .grid-layout.contrast-light-theme a:active, :host .grid-layout.contrast-light-theme a:visited:active {
  color: #29856380;
}
:host .grid-layout.contrast-light-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
:host .grid-layout.contrast-light-theme .text-reduced {
  opacity: 50%;
}
:host .grid-layout.contrast-light-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
:host .grid-layout.contrast-light-theme .contrast {
  background-color: #000;
  color: #fff;
}
:host .grid-layout.contrast-light-theme .contrast .contrast-white-text-image {
  filter: brightness(0) invert(1);
}
:host .grid-layout.contrast-light-theme .scrollable {
  overflow-y: auto;
}
:host .grid-layout.contrast-light-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
:host .grid-layout.contrast-light-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
:host .grid-layout.contrast-light-theme .interactive {
  cursor: pointer;
}
:host .grid-layout.contrast-light-theme .interactive img.interactive-white-leaf {
  display: none;
}
:host .grid-layout.contrast-light-theme .interactive:hover {
  background-color: #298563;
}
:host .grid-layout.contrast-light-theme .interactive:active {
  background-color: #216A4F;
}
:host .grid-layout.contrast-light-theme .interactive:active, :host .grid-layout.contrast-light-theme .interactive:hover {
  color: #fff;
}
:host .grid-layout.contrast-light-theme .interactive:active img.interactive-green-leaf, :host .grid-layout.contrast-light-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
:host .grid-layout.contrast-light-theme .interactive:active img.interactive-white-leaf, :host .grid-layout.contrast-light-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
:host .grid-layout.contrast-light-theme .interactive-text {
  cursor: pointer;
}
:host .grid-layout.contrast-light-theme .interactive-text:hover {
  color: #298563;
}
:host .grid-layout.contrast-light-theme .interactive-text:active {
  color: #216A4F;
}
:host .grid-layout.contrast-dark-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
:host .grid-layout.contrast-dark-theme p {
  margin: 0;
}
:host .grid-layout.contrast-dark-theme a, :host .grid-layout.contrast-dark-theme a:visited {
  color: #fff;
}
:host .grid-layout.contrast-dark-theme a:hover, :host .grid-layout.contrast-dark-theme a:visited:hover {
  color: #298563B3;
}
:host .grid-layout.contrast-dark-theme a:active, :host .grid-layout.contrast-dark-theme a:visited:active {
  color: #29856380;
}
:host .grid-layout.contrast-dark-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
:host .grid-layout.contrast-dark-theme .text-reduced {
  opacity: 50%;
}
:host .grid-layout.contrast-dark-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
:host .grid-layout.contrast-dark-theme .white-text-image {
  filter: brightness(0) invert(1);
}
:host .grid-layout.contrast-dark-theme .contrast {
  background-color: #fff;
  color: #000;
}
:host .grid-layout.contrast-dark-theme .scrollable {
  overflow-y: auto;
}
:host .grid-layout.contrast-dark-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
:host .grid-layout.contrast-dark-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
:host .grid-layout.contrast-dark-theme .interactive {
  cursor: pointer;
}
:host .grid-layout.contrast-dark-theme .interactive img.interactive-white-leaf {
  display: none;
}
:host .grid-layout.contrast-dark-theme .interactive:hover {
  background-color: #184D49;
}
:host .grid-layout.contrast-dark-theme .interactive:active {
  background-color: #216A4F;
}
:host .grid-layout.contrast-dark-theme .interactive:active, :host .grid-layout.contrast-dark-theme .interactive:hover {
  color: #fff;
}
:host .grid-layout.contrast-dark-theme .interactive:active img.interactive-green-leaf, :host .grid-layout.contrast-dark-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
:host .grid-layout.contrast-dark-theme .interactive:active img.interactive-white-leaf, :host .grid-layout.contrast-dark-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
:host .grid-layout.contrast-dark-theme .interactive-text {
  cursor: pointer;
}
:host .grid-layout.contrast-dark-theme .interactive-text:hover {
  color: #184D49;
}
:host .grid-layout.contrast-dark-theme .interactive-text:active {
  color: #216A4F;
}
@media (min-width: 562px) {
  :host .grid-layout {
    display: grid;
    grid-template-areas: "graphic  accuracy" "none     explanation";
  }
  :host .grid-layout .grid-graphic {
    justify-content: start !important;
  }
  :host .grid-layout .grid-accuracy {
    margin: 0 !important;
    text-align: right !important;
  }
}
@media (min-width: 976px) {
  :host .grid-layout {
    display: flex;
  }
  :host .grid-layout .grid-graphic {
    justify-content: center !important;
  }
  :host .grid-layout .grid-accuracy {
    margin: 42px 0 !important;
    text-align: center !important;
  }
}
:host .grid-layout .grid-graphic {
  grid-area: graphic;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
:host .grid-layout .grid-graphic yook-carbon-breakdown-graphic {
  width: 140px;
}
@media (min-width: 976px) {
  :host .grid-layout .grid-graphic yook-carbon-breakdown-graphic {
    width: 180px;
  }
}
:host .grid-layout .grid-accuracy {
  grid-area: accuracy;
  margin: 32px 0;
  text-align: center;
}
:host .grid-layout .grid-accuracy .arrow {
  display: inline-flex;
  margin-left: 8px;
  width: 10px;
  height: 10px;
  padding: 6px;
  border-radius: 50%;
}
:host .grid-layout .grid-accuracy .arrow img {
  width: 100%;
  height: 100%;
}
:host .grid-layout .grid-explanation {
  grid-area: explanation;
}