#cc-main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #2c2f31;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  position: relative;
  text-rendering: optimizeLegibility; }

#cc-main :after, #cc-main :before, #cc-main a, #cc-main button, #cc-main div, #cc-main input, #cc-main span {
  all: unset;
  box-sizing: border-box; }

#cc-main a, #cc-main button, #cc-main input {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  overflow: hidden; }

#cc-main table, #cc-main tbody, #cc-main td, #cc-main th, #cc-main thead, #cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

.cc--darkmode #cc-main {
  color-scheme: dark; }

#cc-main .cm__title, #cc-main a, #cc-main b, #cc-main em, #cc-main strong {
  font-weight: 600; }

#cc-main .cc__link, #cc-main a {
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #30363c;
  font-weight: 600;
  position: relative;
  transition: background-size 0.25s, color 0.25s ease; }

#cc-main .cc__link:hover, #cc-main a:hover {
  background-size: 100% 1px;
  color: #2c2f31; }

#cc-main .cm__desc, #cc-main .pm__body {
  overscroll-behavior: none;
  scrollbar-width: thin; }

@media screen and (min-width: 640px) {
  #cc-main .cm__desc::-webkit-scrollbar-thumb, #cc-main .pm__body::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #d5dee2;
    border: .25em solid #fff;
    border-radius: 1em; }

  #cc-main .cm__desc::-webkit-scrollbar-thumb:hover, #cc-main .pm__body::-webkit-scrollbar-thumb:hover {
    background: #667481; }

  #cc-main .cm__desc::-webkit-scrollbar, #cc-main .pm__body::-webkit-scrollbar {
    background: transparent;
    width: 12px; } }
html.disable--interaction.show--consent, html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important; }

#cc-main .cm {
  background: #fff;
  border-radius: .6em;
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  max-width: 24em;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  transform: translateY(1.6em);
  visibility: hidden;
  z-index: 1; }

#cc-main .cm--top {
  top: 1em; }

#cc-main .cm--middle {
  top: 50%;
  transform: translateY(calc(-50% + 1.6em)); }

#cc-main .cm--bottom {
  bottom: 1em; }

#cc-main .cm--center {
  left: 1em;
  margin: 0 auto;
  right: 1em;
  width: unset; }

#cc-main .cm--left {
  left: 1em;
  margin-right: 1em; }

#cc-main .cm--right {
  margin-left: 1em;
  right: 1em; }

#cc-main .cm__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative; }

#cc-main .cm__btns, #cc-main .cm__links, #cc-main .cm__texts {
  padding: 1em 1.3em;
  width: unset; }

#cc-main .cm__close {
  background: #eaeff2;
  border-bottom: 1px solid #eaeff2;
  border-bottom-left-radius: .5em;
  border-left: 1px solid #eaeff2;
  display: none;
  height: 2.7em;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.7em; }

#cc-main .cm__close-icon {
  border-radius: 100%;
  display: block;
  height: 38%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto; }

#cc-main .cm__close:hover {
  background: #d4dae0;
  border-color: #d4dae0; }

#cc-main .cm__texts {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0; }

#cc-main .cm__title {
  font-size: 1.05em; }

#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em; }

#cc-main .cm__desc {
  color: #5e6266;
  font-size: .9em;
  line-height: 1.5;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em; }

#cc-main .cm__btns {
  border-top: 1px solid #f0f4f7;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center; }

#cc-main .cm__btn-group {
  display: grid;
  gap: 5px;
  grid-auto-columns: minmax(0, 1fr); }

#cc-main .cm__btn {
  background: #30363c;
  border: 1px solid #30363c;
  border-radius: .5em;
  color: #fff;
  font-size: .82em;
  font-weight: 600;
  min-height: 42px;
  padding: .5em 1em;
  text-align: center; }

#cc-main .cm__btn:hover {
  background: #000;
  border-color: #000;
  color: #fff; }

#cc-main .cm__btn--secondary {
  background: #eaeff2;
  border-color: #eaeff2;
  color: #2c2f31; }

#cc-main .cm__btn--secondary:hover {
  background: #d4dae0;
  border-color: #d4dae0;
  color: #000; }

#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: .5em;
  border-right: none;
  border-top: none;
  display: none;
  font-size: 1em;
  height: 42px;
  min-width: auto !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px; }

#cc-main .cm__btn--close:after, #cc-main .cm__btn--close:before {
  background: #fff;
  content: "";
  height: .9em;
  left: 0;
  margin: 1px auto auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all .15s ease;
  width: 1.5px; }

#cc-main .cm__btn--close:after {
  transform: translateY(-50%) rotate(-45deg); }

#cc-main .cm__btn--close:hover:after, #cc-main .cm__btn--close:hover:before {
  background: #fff; }

#cc-main .cm__btn--close.cm__btn--secondary:after, #cc-main .cm__btn--close.cm__btn--secondary:before {
  background: #2c2f31; }

#cc-main .cm__btn--close.cm__btn--secondary:hover:after, #cc-main .cm__btn--close.cm__btn--secondary:hover:before {
  background: #000; }

#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 2em; }

#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column; }

#cc-main .cm__footer {
  background: #eaeff2;
  border-top: 1px solid #e4eaed;
  color: #5e6266;
  padding: 0.4em 0 0.5em; }

#cc-main .cm__links {
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
  padding-top: 0; }

#cc-main .cm__link-group {
  display: flex;
  flex-direction: row;
  font-size: .8em;
  gap: 1.3em;
  width: 100%; }

#cc-main .cm--flip .cm__btn:last-child {
  grid-row: 1; }

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  grid-column: 1; }

#cc-main .cm--box .cm__btn--close {
  display: block; }

#cc-main .cm--box.cm--flip .cm__btns {
  flex-direction: column-reverse; }

#cc-main .cm--box.cm--wide {
  max-width: 36em; }

#cc-main .cm--box.cm--wide .cm__btns {
  flex-direction: row;
  justify-content: space-between; }

#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column; }

#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em; }

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  flex-direction: row-reverse; }

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  grid-column: 1; }

#cc-main .cm--cloud {
  max-width: 54em;
  width: unset; }

#cc-main .cm--cloud .cm__body {
  flex-direction: row; }

#cc-main .cm--cloud .cm__texts {
  flex: 1; }

#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em; }

#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid #f0f4f7;
  border-top: none;
  max-width: 23em; }

#cc-main .cm--cloud .cm__btn-group {
  flex-direction: column; }

#cc-main .cm--cloud .cm__btn {
  min-width: 19em; }

#cc-main .cm--cloud.cm--flip .cm__btn-group, #cc-main .cm--cloud.cm--flip .cm__btns {
  flex-direction: column-reverse; }

#cc-main .cm--cloud.cm--inline .cm__btn-group {
  flex-direction: row; }

#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em; }

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  flex-direction: row-reverse; }

#cc-main .cm--bar {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-width: unset;
  opacity: 1;
  right: 0;
  transform: translateY(0);
  width: 100vw; }

#cc-main .cm--bar.cm--top {
  top: 0;
  transform: translateY(-100%); }

#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  transform: translateY(100%); }

#cc-main .cm--bar .cm__body, #cc-main .cm--bar .cm__links {
  margin: 0 auto;
  max-width: 55em;
  width: 100%; }

#cc-main .cm--bar .cm__body {
  padding: 0.5em 0 0.9em; }

#cc-main .cm--bar .cm__btns {
  border-top: none;
  flex-direction: row;
  justify-content: space-between; }

#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column; }

#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em; }

#cc-main .cm--bar.cm--flip .cm__btns {
  flex-direction: row-reverse; }

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  grid-column: 1; }

#cc-main .cm--bar.cm--inline .cm__body, #cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em; }

#cc-main .cm--bar.cm--inline .cm__body {
  flex-direction: row;
  padding: 0; }

#cc-main .cm--bar.cm--inline .cm__btns {
  flex-direction: column;
  justify-content: center; }

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  flex-direction: column-reverse; }

#cc-main .cc--anim .cm, #cc-main .cc--anim.cm-wrapper:before {
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease; }

#cc-main .cc--anim .cm__btn, #cc-main .cc--anim .cm__close {
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease; }

.disable--interaction #cc-main .cm-wrapper:before {
  background: rgba(0, 0, 0, 0.541);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0; }

.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  transform: translateY(0);
  visibility: visible !important; }

.show--consent #cc-main .cc--anim .cm--middle {
  transform: translateY(-50%); }

.show--consent #cc-main .cc--anim .cm--bar {
  transform: translateY(0); }

.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible; }

@media screen and (max-width: 640px) {
  #cc-main .cm {
    max-width: none !important;
    width: auto !important; }

  #cc-main .cm__body {
    flex-direction: column !important;
    padding: 0 !important; }

  #cc-main .cm__btns, #cc-main .cm__links, #cc-main .cm__texts {
    padding-left: 1.1em !important;
    padding-right: 1.1em !important; }

  #cc-main .cm__btns {
    border-left: none !important;
    border-top: 1px solid #f0f4f7 !important;
    max-width: none !important; }

  #cc-main .cm__btn-group, #cc-main .cm__btns {
    flex-direction: column !important;
    min-width: auto !important; }

  #cc-main .cm__btn-group {
    display: flex !important; }

  #cc-main .cm__btn {
    flex: auto !important; }

  #cc-main .cm__link-group {
    justify-content: center !important; }

  #cc-main .cm--flip .cm__btn-group, #cc-main .cm--flip .cm__btns {
    flex-direction: column-reverse !important; } }
#cc-main .pm-wrapper {
  position: relative;
  z-index: 2; }

#cc-main .pm {
  background: #fff;
  border-radius: .6em;
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  width: 100%;
  width: unset;
  z-index: 1; }

#cc-main .pm__body, #cc-main .pm__footer, #cc-main .pm__header {
  padding: 1em 1.5em; }

#cc-main .pm__header {
  align-items: center;
  border-bottom: 1px solid #f0f4f7;
  display: flex;
  gap: 2em;
  justify-content: space-between; }

#cc-main .pm__title {
  align-items: center;
  display: flex;
  flex: 1;
  font-weight: 600; }

#cc-main .pm__close-btn {
  background: #eaeff2;
  border: 1px solid #eaeff2;
  border-radius: .5em;
  height: 40px;
  position: relative;
  transition: all .15s ease;
  width: 40px; }

#cc-main .pm__close-btn:after, #cc-main .pm__close-btn:before {
  background: #2c2f31;
  content: "";
  height: .9em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all .15s ease;
  width: 1.5px; }

#cc-main .pm__close-btn:after {
  transform: translateY(-50%) rotate(-45deg); }

#cc-main .pm__close-btn:hover {
  background: #d4dae0;
  border-color: #d4dae0; }

#cc-main .pm__close-btn:hover:after, #cc-main .pm__close-btn:hover:before {
  background: #000; }

#cc-main .pm__body {
  flex: 1;
  overflow-y: auto;
  overflow-y: overlay; }

#cc-main .pm__section, #cc-main .pm__section--toggle {
  border-radius: .5em;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5em; }

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 1px solid #f0f4f7;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  border-top: none;
  display: none;
  margin-top: 0 !important;
  overflow: hidden; }

#cc-main .pm__section {
  border: 1px solid #f0f4f7;
  padding: 1em;
  transition: background-color 0.25s ease, border-color 0.25s ease; }

#cc-main .pm__section:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none; }

#cc-main .pm__section:not(:first-child):hover {
  background: #f0f4f7;
  border-color: #f0f4f7; }

#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em; }

#cc-main .pm__section--toggle {
  background: #f0f4f7;
  border-top: none;
  margin-bottom: 5px; }

#cc-main .pm__section--toggle .pm__section-title {
  align-items: center;
  background: #f0f4f7;
  border: 1px solid #f0f4f7;
  cursor: auto;
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  position: relative;
  transition: background-color .25s ease,border-color .25s ease;
  width: 100%; }

#cc-main .pm__section--toggle .pm__section-title:hover {
  background: #e9eff4;
  border-color: #e9eff4; }

#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em; }

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow:before {
  margin-top: 0;
  transform: translateY(-20%) rotate(225deg); }

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: flex; }

#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em; }

#cc-main .pm__section--expandable .pm__section-arrow {
  background: #d5dee2;
  border-radius: 100%;
  display: flex;
  height: 20px;
  justify-content: center;
  left: 18px;
  pointer-events: none;
  position: absolute;
  width: 20px; }

#cc-main .pm__section--expandable .pm__section-arrow:before {
  border: solid #2c2f31;
  border-width: 0 2px 2px 0;
  content: "";
  margin-top: -1px;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1; }

#cc-main .pm__section-title-wrapper {
  align-items: center;
  display: flex;
  position: relative; }

#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0.85em; }

#cc-main .pm__section-title {
  border-radius: .5em;
  font-size: .95em;
  font-weight: 600; }

#cc-main .pm__badge {
  align-items: center;
  background: #eaeff2;
  border-radius: 5em;
  color: #5e6266;
  display: flex;
  flex: none;
  font-size: .8em;
  font-weight: 600;
  height: 23px;
  justify-content: center;
  margin-left: 1em;
  min-width: 23px;
  overflow: hidden;
  padding: 0 .6em 1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: auto; }

#cc-main .pm__service-counter {
  background: #30363c;
  color: #fff;
  padding: 0;
  width: 23px; }

#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 .6em 1px;
  width: auto; }

#cc-main .section__toggle, #cc-main .section__toggle-wrapper, #cc-main .toggle__icon, #cc-main .toggle__label {
  border-radius: 4em;
  height: 23px;
  width: 50px; }

#cc-main .section__toggle-wrapper {
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  margin: auto;
  position: absolute;
  right: 0;
  right: 18px;
  top: 0;
  transform: translateZ(0);
  user-select: none;
  vertical-align: middle;
  z-index: 1; }

#cc-main .section__toggle-wrapper.toggle-service {
  margin: 0;
  position: relative;
  right: 4px;
  transform: scale(0.85) translateZ(0);
  transform-origin: right; }

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important; }

#cc-main .section__toggle {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0; }

#cc-main .section__toggle:disabled {
  cursor: not-allowed; }

#cc-main .toggle__icon {
  background: #667481;
  box-shadow: 0 0 0 1px #667481;
  display: flex;
  flex-direction: row;
  pointer-events: none;
  position: absolute;
  transition: all 0.25s ease; }

#cc-main .toggle__icon:after {
  background: #fff;
  border: none;
  border-radius: 100%;
  box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
  content: "";
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform .25s ease,background-color .25s ease;
  width: 23px; }

#cc-main .toggle__icon-off, #cc-main .toggle__icon-on {
  align-items: center;
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: center;
  position: relative;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.15s ease; }

#cc-main .toggle__icon-on {
  left: 0;
  opacity: 0;
  z-index: 1; }

#cc-main .toggle__icon-on:before {
  border: solid #30363c;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  margin: -4.5px auto 0 7px;
  padding: 1.5px 1.5px 7px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate(-50%); }

#cc-main .toggle__icon-off {
  opacity: 1;
  z-index: 1; }

#cc-main .toggle__icon-off:after, #cc-main .toggle__icon-off:before {
  background: #667481;
  content: "";
  display: block;
  height: .7em;
  margin: .5px 2px 0 auto;
  position: absolute;
  top: 50%;
  transform-origin: center;
  width: 2px; }

#cc-main .toggle__icon-off:before {
  transform: translateY(-50%) rotate(45deg); }

#cc-main .toggle__icon-off:after {
  transform: translateY(-50%) rotate(-45deg); }

#cc-main .section__toggle:checked ~ .toggle__icon {
  background: #30363c;
  box-shadow: 0 0 0 1px #30363c; }

#cc-main .section__toggle:checked ~ .toggle__icon:after {
  background-color: #fff;
  transform: translateX(27px); }

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1; }

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0; }

#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: #d5dee2;
  box-shadow: 0 0 0 1px #d5dee2; }

#cc-main .section__toggle:checked:disabled ~ .toggle__icon:after {
  background: #fff;
  box-shadow: none; }

#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-off:after, #cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-off:before, #cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-on:before {
  border-color: #d5dee2; }

#cc-main .toggle__label {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1; }

#cc-main .pm__section-desc-wrapper {
  color: #5e6266;
  display: flex;
  flex-direction: column;
  font-size: 0.9em; }

#cc-main .pm__section-services {
  display: flex;
  flex-direction: column; }

#cc-main .pm__section-services + div, #cc-main .pm__section-services + table {
  border-top: 1px solid #dee4e9; }

#cc-main .pm__service {
  display: flex;
  justify-content: space-between;
  padding: .3em 1em;
  position: relative;
  transition: background-color 0.15s ease; }

#cc-main .pm__service:hover {
  background-color: #e9eff4; }

#cc-main .pm__service-header {
  align-items: center;
  display: flex;
  flex-direction: row; }

#cc-main .pm__service-icon {
  border: 2px solid #30363c;
  border-radius: 100%;
  height: 8px;
  margin-left: 9px;
  margin-right: 20px;
  margin-top: 1px;
  width: 8px; }

#cc-main .pm__service-title {
  font-size: 0.95em; }

#cc-main .pm__section-desc {
  line-height: 1.5em; }

#cc-main .pm__section-table {
  border-collapse: collapse;
  font-size: .9em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%; }

#cc-main .pm__table-head > tr {
  border-bottom: 1px dashed #f0f4f7;
  color: #2c2f31;
  font-weight: 600; }

#cc-main .pm__table-tr {
  transition: background-color 0.15s ease; }

#cc-main .pm__table-tr:hover {
  background: #e9eff4; }

#cc-main .pm__table-td, #cc-main .pm__table-th {
  padding: .625em .625em .625em 1.2em;
  text-align: left;
  vertical-align: top; }

#cc-main .pm__footer {
  border-top: 1px solid #f0f4f7;
  justify-content: space-between; }

#cc-main .pm__btn-group, #cc-main .pm__footer {
  display: flex;
  gap: 5px; }

#cc-main .pm__btn {
  background: #30363c;
  border: 1px solid #30363c;
  border-radius: .5em;
  color: #fff;
  flex: auto;
  font-size: .82em;
  font-weight: 600;
  min-height: 42px;
  min-width: 110px;
  padding: .5em 1.5em;
  text-align: center;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease; }

#cc-main .pm__btn:hover {
  background: #000;
  border-color: #000;
  color: #fff; }

#cc-main .pm__btn--secondary {
  background: #eaeff2;
  border-color: #eaeff2;
  color: #2c2f31; }

#cc-main .pm__btn--secondary:hover {
  background: #d4dae0;
  border-color: #d4dae0;
  color: #000; }

#cc-main .pm--box {
  height: calc(100% - 2em);
  left: .5em;
  margin: 0 auto;
  max-height: 37.5em;
  max-width: 43em;
  right: .5em;
  top: 50%;
  transform: translateY(calc(-50% + 1.6em)); }

#cc-main .pm--box.pm--flip .pm__btn-group, #cc-main .pm--box.pm--flip .pm__footer {
  flex-direction: row-reverse; }

#cc-main .pm--bar {
  border-radius: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: 29em;
  opacity: 1;
  top: 0; }

#cc-main .pm--bar .pm__section-table, #cc-main .pm--bar .pm__table-body, #cc-main .pm--bar .pm__table-td, #cc-main .pm--bar .pm__table-th, #cc-main .pm--bar .pm__table-tr {
  display: block; }

#cc-main .pm--bar .pm__table-head {
  display: none; }

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid #f0f4f7; }

#cc-main .pm--bar .pm__table-td {
  display: flex;
  justify-content: space-between; }

#cc-main .pm--bar .pm__table-td:before {
  color: #2c2f31;
  content: attr(data-column);
  flex: 1;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  padding-right: 2em;
  text-overflow: ellipsis; }

#cc-main .pm--bar .pm__table-td > div {
  flex: 3; }

#cc-main .pm--bar:not(.pm--wide) .pm__body, #cc-main .pm--bar:not(.pm--wide) .pm__footer, #cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em; }

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group, #cc-main .pm--bar:not(.pm--wide) .pm__footer {
  flex-direction: column; }

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group, #cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  flex-direction: column-reverse; }

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none; }

#cc-main .pm--bar.pm--left {
  left: 0;
  transform: translateX(-100%); }

#cc-main .pm--bar.pm--right {
  right: 0;
  transform: translateX(100%); }

#cc-main .pm--bar.pm--wide {
  max-width: 35em; }

#cc-main .pm--bar.pm--wide .pm__body, #cc-main .pm--bar.pm--wide .pm__footer, #cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.65em; }

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group, #cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  flex-direction: row-reverse; }

#cc-main .pm-wrapper:before {
  background: rgba(0, 0, 0, 0.541);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1; }

#cc-main .cc--anim .pm, #cc-main .cc--anim.pm-wrapper:before {
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease; }

.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important; }

.show--preferences #cc-main .cc--anim .pm--box {
  transform: translateY(-50%); }

.show--preferences #cc-main .cc--anim .pm--bar {
  transform: translateX(0); }

.show--preferences #cc-main .cc--anim.pm-wrapper:before {
  opacity: 1;
  visibility: visible; }

@media screen and (max-width: 640px) {
  #cc-main .pm {
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: none;
    right: 0;
    top: 0;
    transform: translateY(1.6em); }

  #cc-main .pm__body, #cc-main .pm__footer, #cc-main .pm__header {
    padding: 0.9em !important; }

  #cc-main .pm__badge {
    display: none; }

  #cc-main .pm__section-table, #cc-main .pm__table-body, #cc-main .pm__table-td, #cc-main .pm__table-th, #cc-main .pm__table-tr {
    display: block; }

  #cc-main .pm__table-head {
    display: none; }

  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid #f0f4f7; }

  #cc-main .pm__table-td {
    display: flex;
    justify-content: space-between; }

  #cc-main .pm__table-td:before {
    color: #2c2f31;
    content: attr(data-column);
    flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis; }

  #cc-main .pm__table-td > div {
    flex: 3; }

  #cc-main .pm__btn-group, #cc-main .pm__footer {
    flex-direction: column !important; }

  #cc-main .pm__btn-group {
    display: flex !important; }

  #cc-main .pm--flip .pm__btn-group, #cc-main .pm--flip .pm__footer {
    flex-direction: column-reverse !important; }

  .show--preferences #cc-main .cc--anim .pm {
    transform: translateY(0) !important; } }