* {
  margin: 0;
  padding: 0;
}

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

:host {
  display: inline;
}
:host .dialog-container {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
:host .dialog-container.light-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #0D2B26;
}
:host .dialog-container.light-theme p {
  margin: 0;
}
:host .dialog-container.light-theme a, :host .dialog-container.light-theme a:visited {
  color: #298563;
}
:host .dialog-container.light-theme a:hover, :host .dialog-container.light-theme a:visited:hover {
  color: #298563B3;
}
:host .dialog-container.light-theme a:active, :host .dialog-container.light-theme a:visited:active {
  color: #29856380;
}
:host .dialog-container.light-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #298563;
}
:host .dialog-container.light-theme .text-reduced {
  opacity: 50%;
}
:host .dialog-container.light-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
:host .dialog-container.light-theme .contrast {
  background-color: #0D2B26;
  color: #fff;
}
:host .dialog-container.light-theme .contrast .contrast-white-text-image {
  filter: brightness(0) invert(1);
}
:host .dialog-container.light-theme .scrollable {
  overflow-y: auto;
}
:host .dialog-container.light-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
:host .dialog-container.light-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
:host .dialog-container.light-theme .interactive {
  cursor: pointer;
}
:host .dialog-container.light-theme .interactive img.interactive-white-leaf {
  display: none;
}
:host .dialog-container.light-theme .interactive:hover {
  background-color: #298563;
}
:host .dialog-container.light-theme .interactive:active {
  background-color: #216A4F;
}
:host .dialog-container.light-theme .interactive:active, :host .dialog-container.light-theme .interactive:hover {
  color: #fff;
}
:host .dialog-container.light-theme .interactive:active img.interactive-green-leaf, :host .dialog-container.light-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
:host .dialog-container.light-theme .interactive:active img.interactive-white-leaf, :host .dialog-container.light-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
:host .dialog-container.light-theme .interactive-text {
  cursor: pointer;
}
:host .dialog-container.light-theme .interactive-text:hover {
  color: #298563;
}
:host .dialog-container.light-theme .interactive-text:active {
  color: #216A4F;
}
:host .dialog-container.dark-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
:host .dialog-container.dark-theme p {
  margin: 0;
}
:host .dialog-container.dark-theme a, :host .dialog-container.dark-theme a:visited {
  color: #298563;
}
:host .dialog-container.dark-theme a:hover, :host .dialog-container.dark-theme a:visited:hover {
  color: #298563B3;
}
:host .dialog-container.dark-theme a:active, :host .dialog-container.dark-theme a:visited:active {
  color: #29856380;
}
:host .dialog-container.dark-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #298563;
}
:host .dialog-container.dark-theme .text-reduced {
  opacity: 50%;
}
:host .dialog-container.dark-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
:host .dialog-container.dark-theme .white-text-image {
  filter: brightness(0) invert(1);
}
:host .dialog-container.dark-theme .contrast {
  background-color: #fff;
  color: #000;
}
:host .dialog-container.dark-theme .scrollable {
  overflow-y: auto;
}
:host .dialog-container.dark-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
:host .dialog-container.dark-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
:host .dialog-container.dark-theme .interactive {
  cursor: pointer;
}
:host .dialog-container.dark-theme .interactive img.interactive-white-leaf {
  display: none;
}
:host .dialog-container.dark-theme .interactive:hover {
  background-color: #184D49;
}
:host .dialog-container.dark-theme .interactive:active {
  background-color: #216A4F;
}
:host .dialog-container.dark-theme .interactive:active, :host .dialog-container.dark-theme .interactive:hover {
  color: #fff;
}
:host .dialog-container.dark-theme .interactive:active img.interactive-green-leaf, :host .dialog-container.dark-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
:host .dialog-container.dark-theme .interactive:active img.interactive-white-leaf, :host .dialog-container.dark-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
:host .dialog-container.dark-theme .interactive-text {
  cursor: pointer;
}
:host .dialog-container.dark-theme .interactive-text:hover {
  color: #184D49;
}
:host .dialog-container.dark-theme .interactive-text:active {
  color: #216A4F;
}
:host .dialog-container.contrast-light-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
:host .dialog-container.contrast-light-theme p {
  margin: 0;
}
:host .dialog-container.contrast-light-theme a, :host .dialog-container.contrast-light-theme a:visited {
  color: #000;
}
:host .dialog-container.contrast-light-theme a:hover, :host .dialog-container.contrast-light-theme a:visited:hover {
  color: #298563B3;
}
:host .dialog-container.contrast-light-theme a:active, :host .dialog-container.contrast-light-theme a:visited:active {
  color: #29856380;
}
:host .dialog-container.contrast-light-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
:host .dialog-container.contrast-light-theme .text-reduced {
  opacity: 50%;
}
:host .dialog-container.contrast-light-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
:host .dialog-container.contrast-light-theme .contrast {
  background-color: #000;
  color: #fff;
}
:host .dialog-container.contrast-light-theme .contrast .contrast-white-text-image {
  filter: brightness(0) invert(1);
}
:host .dialog-container.contrast-light-theme .scrollable {
  overflow-y: auto;
}
:host .dialog-container.contrast-light-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
:host .dialog-container.contrast-light-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
:host .dialog-container.contrast-light-theme .interactive {
  cursor: pointer;
}
:host .dialog-container.contrast-light-theme .interactive img.interactive-white-leaf {
  display: none;
}
:host .dialog-container.contrast-light-theme .interactive:hover {
  background-color: #298563;
}
:host .dialog-container.contrast-light-theme .interactive:active {
  background-color: #216A4F;
}
:host .dialog-container.contrast-light-theme .interactive:active, :host .dialog-container.contrast-light-theme .interactive:hover {
  color: #fff;
}
:host .dialog-container.contrast-light-theme .interactive:active img.interactive-green-leaf, :host .dialog-container.contrast-light-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
:host .dialog-container.contrast-light-theme .interactive:active img.interactive-white-leaf, :host .dialog-container.contrast-light-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
:host .dialog-container.contrast-light-theme .interactive-text {
  cursor: pointer;
}
:host .dialog-container.contrast-light-theme .interactive-text:hover {
  color: #298563;
}
:host .dialog-container.contrast-light-theme .interactive-text:active {
  color: #216A4F;
}
:host .dialog-container.contrast-dark-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
:host .dialog-container.contrast-dark-theme p {
  margin: 0;
}
:host .dialog-container.contrast-dark-theme a, :host .dialog-container.contrast-dark-theme a:visited {
  color: #fff;
}
:host .dialog-container.contrast-dark-theme a:hover, :host .dialog-container.contrast-dark-theme a:visited:hover {
  color: #298563B3;
}
:host .dialog-container.contrast-dark-theme a:active, :host .dialog-container.contrast-dark-theme a:visited:active {
  color: #29856380;
}
:host .dialog-container.contrast-dark-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
:host .dialog-container.contrast-dark-theme .text-reduced {
  opacity: 50%;
}
:host .dialog-container.contrast-dark-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
:host .dialog-container.contrast-dark-theme .white-text-image {
  filter: brightness(0) invert(1);
}
:host .dialog-container.contrast-dark-theme .contrast {
  background-color: #fff;
  color: #000;
}
:host .dialog-container.contrast-dark-theme .scrollable {
  overflow-y: auto;
}
:host .dialog-container.contrast-dark-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
:host .dialog-container.contrast-dark-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
:host .dialog-container.contrast-dark-theme .interactive {
  cursor: pointer;
}
:host .dialog-container.contrast-dark-theme .interactive img.interactive-white-leaf {
  display: none;
}
:host .dialog-container.contrast-dark-theme .interactive:hover {
  background-color: #184D49;
}
:host .dialog-container.contrast-dark-theme .interactive:active {
  background-color: #216A4F;
}
:host .dialog-container.contrast-dark-theme .interactive:active, :host .dialog-container.contrast-dark-theme .interactive:hover {
  color: #fff;
}
:host .dialog-container.contrast-dark-theme .interactive:active img.interactive-green-leaf, :host .dialog-container.contrast-dark-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
:host .dialog-container.contrast-dark-theme .interactive:active img.interactive-white-leaf, :host .dialog-container.contrast-dark-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
:host .dialog-container.contrast-dark-theme .interactive-text {
  cursor: pointer;
}
:host .dialog-container.contrast-dark-theme .interactive-text:hover {
  color: #184D49;
}
:host .dialog-container.contrast-dark-theme .interactive-text:active {
  color: #216A4F;
}
:host .dialog-container[aria-hidden=true] {
  display: none;
}
:host .dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fade-in 100ms both;
  display: none;
}
@media (min-width: 562px) {
  :host .dialog-overlay {
    display: block;
  }
}
:host .dialog-content {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  z-index: 9999;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 80px 14px 32px 24px;
  box-shadow: 20px 20px 40px #00000080;
  max-width: 722px !important;
}
@media (min-width: 562px) {
  :host .dialog-content {
    animation: fade-in 200ms 100ms both;
    margin: auto 24px;
    border-radius: 32px;
    padding: 24px;
  }
}
@media (min-width: 976px) {
  :host .dialog-content {
    margin: auto;
    max-width: 976px;
  }
}
@media (min-width: 770px) {
  :host .dialog-content {
    margin: auto !important;
  }
}
:host .dialog-content div.content-wrapper {
  align-items: center;
  text-align: center;
  flex-direction: column !important;
  height: 100%;
}
:host .dialog-content div.infotext-content {
  margin: 0 50px;
  flex-basis: 100% !important;
}
:host .dialog-content div.action, :host .dialog-content div.powered-by {
  display: block !important;
}
:host .dialog-content div.powered-by {
  margin-top: 60px;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
:host .dialog-close {
  position: absolute;
  cursor: pointer;
  top: 24px;
  right: 24px;
}
:host .dialog-close img {
  width: 20px;
  height: 20px;
}
@media (min-width: 562px) {
  :host .dialog-close {
    top: 40px;
    right: 40px;
  }
  :host .dialog-close img {
    width: 24px;
    height: 24px;
  }
}
:host .content-wrapper {
  display: flex;
  justify-items: stretch;
  flex-direction: column;
  padding-right: 10px;
}
@media (min-width: 976px) {
  :host .content-wrapper {
    flex-direction: row;
  }
}
:host .content-wrapper .infotext-content {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
}
:host .content-wrapper .infotext-content .action {
  display: none;
}
@media (min-width: 562px) {
  :host .content-wrapper .infotext-content .action {
    display: block;
  }
}
:host .content-wrapper .infotext-content .header {
  color: #298563;
  font-size: 32px;
  line-height: 45px;
}
@media (min-width: 562px) {
  :host .content-wrapper .infotext-content .header {
    font-size: 40px;
    line-height: 56px;
  }
}
:host .content-wrapper .infotext-content .content {
  margin: 12px 0 32px;
  font-size: 14px;
  line-height: 22px;
}
:host .content-wrapper .infotext-content .placeholder {
  flex-grow: 1;
}
:host .content-wrapper .infotext-content .powered-by {
  display: none;
  align-items: start;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 976px) {
  :host .content-wrapper .infotext-content .powered-by {
    display: flex;
  }
}
:host .content-wrapper .infotext-content .powered-by .leaf {
  display: inline-flex;
  margin-right: 9px;
}
:host .content-wrapper .infotext-content .powered-by .leaf img {
  width: 14px;
  height: 14px;
}
:host .content-wrapper .infotext-content .powered-by .leaf .interactive-white-leaf {
  display: none;
}
@media (min-width: 562px) {
  :host .content-wrapper .infotext-content {
    padding: 16px 32px;
  }
}
@media (min-width: 976px) {
  :host .content-wrapper .infotext-content {
    padding: 28px 32px 2px;
  }
}
:host .content-wrapper .action .link-button {
  display: inline-flex;
  box-sizing: border-box;
  background-color: transparent;
  padding: 6px 28px;
  border-radius: 22px;
  border: solid 2px black;
  color: #000;
  line-height: 26px;
}
:host .content-wrapper .action .link-button:hover {
  background-color: #0D2B26;
  color: #fff;
  border-color: transparent;
}