.ch2 .ch2-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ch2 .ch2-container .ch2-dialog {
  padding: 2rem 3rem;
}

@media only screen and (max-width: 19.9375rem) {
  .ch2 .ch2-container .ch2-dialog {
    padding: 1rem;
  }
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-content #ch2-dialog-title strong {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  display: inline-block;
  margin-bottom: 0.375rem;
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-content #ch2-dialog-description {
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-content .ch2-learn-more {
  color: #000000;
  position: relative;
  display: inline-block;
  z-index: 0;
  text-decoration: none;
  border-bottom: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-content .ch2-learn-more:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #6A24F5;
  z-index: -1;
  transition: all .2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .ch2 .ch2-container .ch2-dialog .ch2-dialog-content .ch2-learn-more:before {
    transition: none;
  }
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-content .ch2-learn-more:hover {
  color: #ffffff;
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-content .ch2-learn-more:hover:before {
  width: calc(100% + 0.25rem + 0.25rem);
  height: calc(100% + 0.125rem);
  left: -0.25rem;
  right: -0.25rem;
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-content .ch2-learn-more:focus-visible {
  outline: 0.125rem solid #6A24F5;
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-content .ch2-learn-more:focus-visible:before {
  display: none;
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-content p:last-child {
  margin-left: 0;
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media only screen and (min-width: 37.5rem) {
  .ch2 .ch2-container .ch2-dialog .ch2-dialog-actions {
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
  }
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-actions .ch2-btn-primary {
  box-shadow: none;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  background: #FFCE67;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 0.75rem;
  transition: color, background 0.2s ease;
  transition: all 0.2s ease;
  padding: 0.9375rem 1rem;
  border: 0.0625rem solid #FFCE67;
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-actions .ch2-btn-primary:hover, .ch2 .ch2-container .ch2-dialog .ch2-dialog-actions .ch2-btn-primary:focus {
  color: #ffffff;
  background: #6A24F5;
}

@media screen and (max-width: 37.5rem) {
  .ch2 .ch2-container .ch2-dialog .ch2-dialog-actions .ch2-btn-primary {
    width: 100%;
  }
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-actions .ch2-btn-primary:hover {
  border-color: #6A24F5;
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-actions .ch2-btn-primary.ch2-deny-all-btn {
  background-color: #ffffff;
  margin-right: 0;
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-actions .ch2-btn-primary.ch2-deny-all-btn:hover {
  background-color: #6A24F5;
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-actions .ch2-open-settings-btn {
  width: auto;
  padding: 0 0 0.7em 0;
  color: #000000;
  position: relative;
  display: inline-block;
  z-index: 0;
  text-decoration: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-actions .ch2-open-settings-btn:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #6A24F5;
  z-index: -1;
  transition: all .2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .ch2 .ch2-container .ch2-dialog .ch2-dialog-actions .ch2-open-settings-btn:before {
    transition: none;
  }
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-actions .ch2-open-settings-btn:hover {
  color: #ffffff;
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-actions .ch2-open-settings-btn:hover:before {
  width: calc(100% + 0.25rem + 0.25rem);
  height: calc(100% + 0.125rem);
  left: -0.25rem;
  right: -0.25rem;
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-actions .ch2-open-settings-btn:focus-visible {
  outline: 0.125rem solid #6A24F5;
}

.ch2 .ch2-container .ch2-dialog .ch2-dialog-actions .ch2-open-settings-btn:focus-visible:before {
  display: none;
}

.ch2 .ch2-container .ch2-settings {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ch2 .ch2-container .ch2-settings .ch2-settings-content p {
  color: #000;
}

.ch2 .ch2-container .ch2-settings .ch2-settings-content button.ch2-btn {
  display: inline-block;
  box-sizing: border-box;
  background: #FFCE67;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 0.75rem;
  transition: color, background 0.2s ease;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.ch2 .ch2-container .ch2-settings .ch2-settings-content button.ch2-btn:hover, .ch2 .ch2-container .ch2-settings .ch2-settings-content button.ch2-btn:focus {
  color: #ffffff;
  background: #6A24F5;
}

.ch2 .ch2-container .ch2-settings-scan .ch2-settings-tabs ul li a {
  color: #000 !important;
}

.ch2 .ch2-icon a:hover span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ch2 .ch2-icon a:hover svg {
  border-color: #6A24F5 !important;
  fill: #6A24F5 !important;
}

.ch2 .ch2-settings-actions .ch2-btn {
  display: inline-block;
  box-sizing: border-box;
  background: #FFCE67;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 0.75rem;
  transition: color, background 0.2s ease;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.ch2 .ch2-settings-actions .ch2-btn:hover, .ch2 .ch2-settings-actions .ch2-btn:focus {
  color: #ffffff;
  background: #6A24F5;
}

.ch2 .ch2-settings-actions .ch2-btn:hover {
  box-shadow: none;
}

.ch2 .ch2-settings-option .ch2-switch input:checked + label {
  background: #6A24F5 !important;
}
