:root {
  --cc-bg: #fff;
  --cc-text: #2d4156;
  --cc-btn-primary-bg: #000;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #1d2e38;
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #d8e0e6;
  --cc-toggle-bg-off: #919ea6;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #959b9e;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #212121;
  --cc-cookie-category-block-bg-hover: #4d4d4d;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #4B4B4B;
  --cc-overlay-bg: rgba(4, 6, 8, 0.85);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}
.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #959b9e;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #212121;
  --cc-cookie-category-block-bg-hover: #4d4d4d;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #4B4B4B;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}
.cc_div *,
.cc_div :after,
.cc_div :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1em;
  transition: none;
  animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: inherit;
  background: 0 0;
  border: none;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  visibility: unset;
}
.cc_div {
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
    Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #2d4156;
  color: var(--cc-text);
}
#c-ttl,
#s-bl td:before,
#s-ttl,
.cc_div .b-tl,
.cc_div .c-bn {
  font-weight: 600;
}
#cm,
#s-bl .act .b-acc,
#s-inr,
.cc_div .b-tl,
.cc_div .c-bl {
  border-radius: 0.35em;
  color:#fff;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cc_div a,
.cc_div button,
.cc_div input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* .cc_div a {
  border-bottom: 1px solid;
} */
.cc_div a:hover {
  text-decoration: none;
  border-color: transparent;
}
#cm-ov,
#cs-ov,
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr {
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
}
.c--anim .c-bn {
  transition: background-color 0.25s ease !important;
}
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}
.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}
#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  transform: translateX(100%);
  opacity: 1;
}
#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  transform: translateX(-100%);
  opacity: 1;
}
#cm.slide,
.cc_div .slide #s-inr {
  transform: translateY(1.6em);
}
#cm.top.slide {
  transform: translateY(-1.6em);
}
#cm.bar.slide {
  transform: translateY(100%);
}
#cm.bar.top.slide {
  transform: translateY(-100%);
}
.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  transform: scale(1);
  visibility: visible !important;
  border-radius: 12px;
}
.show--consent .c--anim #cm {
  transform: unset;
}
.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
  transform: scale(1) translateY(-50%);
}
.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  visibility: visible !important;
  opacity: 1 !important;
}
#cm {
  font-family: inherit;
  padding: 1.1em 1.8em 1.4em 1.8em;
  position: fixed;
  z-index: 1;
  background: #fff;
  background: var(--cc-bg);
  /* max-width: 24.2em; */
  width: 100%;
  bottom: 12px;
  right: 12px;
  box-shadow: 0 0.625em 1.875em #000;
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  opacity: 0;
  visibility: hidden;
  /* transform: scale(0.95); */
  line-height: initial;
  pointer-events: auto;
}
/* @media screen and (min-width: 1440px) {
  #cm {
    right: 72px;
  }
}
@media screen and (min-width: 1920px) {
  #cm {
    right: calc(((100vw - 1920px) / 2) + 132px);
  }
}
@media screen and (min-width: 1920px) {
  #cm {
    right: calc(((100vw - 1920px) / 2) + 132px);
  }
}
@media screen and (max-width: 430px) {
  #cm {
    right: 12px;
  }
} */
#cc--main {
  pointer-events: none;
}
#cc_div #cm {
  display: block !important;
  background-color: var(--cc-btn-primary-bg);
  color: #fff;
}
#c-ttl {
  margin-bottom: 24px;
  color: #FFF;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cloud #c-ttl {
  margin-top: -0.15em;
}
#c-txt {
  color: #bbb;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cc_div #c-bns {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  gap: 12px;
}
.cc_div .c-bn {
  color: #fff;
  background: #2d4156;
  padding: 1em 1.7em;
  display: inline-block;
  cursor: pointer;
  font-size: 0.82em;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
  border-radius: 50px;
  flex: 1;
  border: 1px solid #fff;
  transition: all 0.2s ease-in-out;
}
#c-bns button + button,
#s-c-bn,
#s-cnt button + button {
  float: right;
  margin-left: 1em;
}
#s-cnt #s-rall-bn {
  float: none;
}
#cm .c_link:active,
#cm .c_link:hover,
#s-c-bn:active,
#s-c-bn:hover,
#s-cnt button + button:active,
#s-cnt button + button:hover {
  /* background: #01bc92; */
  filter: brightness(1.1);
 /*  background: var(--cc-btn-secondary-hover-bg); */
}
#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: table;
  height: 100%;
  visibility: hidden;
  pointer-events: auto;
}
#s-bl {
  outline: 0;
}
#s-bl .title {
  margin-top: 1.4em;
}
#s-bl .title:first-child {
  margin-top: 0;
}
#s-bl .b-bn {
  margin-top: 0;
}
#s-bl .b-acc .p {
  margin-top: 0;
  /* margin-bottom: 12px; */
}
.title .b-tl[role="heading"] {
  color: var(--primary-color);
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

#s-cnt .b-bn .b-tl {
  display: block;
  font-family: inherit;
  font-size: 0.95em;
  width: 100%;
  position: relative;
  padding: 12px 70px 12px 36px;
  background: 0 0;
  transition: background-color 0.25s ease;
}
#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
  color: #ACACAC;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  /* background: var(--cc-cookie-category-block-bg-hover); */
  /* filter: brightness(1.1); */
}
#s-bl .b-bn {
  position: relative;
}
#s-bl .c-bl {
  padding: 1em;
  margin-bottom: 24px;
  border: 2px solid #212121;
  transition: background-color 0.25s ease;
  border-radius: 12px;
}
#s-bl .c-bl.b-ex.act {
  padding-bottom: 12px;
}

#s-bl .c-bl:hover {
  /* background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg); */
  /* background-color: #262626; */
  /* filter: brightness(1.1); */
}
#s-bl .c-bl:last-child {
  margin-bottom: 0;
}
#s-bl .c-bl:first-child {
  transition: none;
  padding: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 24px;
}
#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: 0 0;
  background: unset;
}
#s-bl .c-bl.b-ex {
  padding: 0;
  border: none;
  background-color: #212121;
  transition: none;
}
#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 0px;
}
#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}
#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
}
#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 0.5em;
}
#s-bl .b-acc {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none;
}
#s-bl .act .b-acc {
  max-height: 100%;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  /* filter: brightness(0.9); */
  color: #9F9F9F;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 12px 12px 0px 12px;
  padding: 24px;
  border-radius: 12px;
  background: #262626;
}
#s-bl .act .b-acc > div.p {
  color: #9F9F9F;
}
#s-bl::-webkit-scrollbar {
  width: 2px;
  height: 100%;
  background: #000;
  border-radius: 0 0.25em 0.25em 0;
}
#s-bl::-webkit-scrollbar-thumb {
  border: unset;
  background-color: #505050;
  border-radius: 90px;
}
#s-bl::-webkit-scrollbar-thumb:hover {
  background: #9199a0;
  background: var(--cc-webkit-scrollbar-bg-hover);
}
#s-bl::-webkit-scrollbar-button {
  width: 10px;
  height: 5px;
}
#s-bl .act .b-acc::-webkit-scrollbar {
  width: 2px;
  height: 100%;
  background: #000;
  border-radius: 0 0.25em 0.25em 0;
}
#s-bl .act .b-acc::-webkit-scrollbar-thumb {
  border: unset;
  background-color: #505050;
  border-radius: 90px;
}
#s-bl .act .b-acc::-webkit-scrollbar-thumb:hover {
  background: #505050;
}
#s-bl .act .b-acc::-webkit-scrollbar-button {
  width: 10px;
  height: 5px;
}
#s-cnt .p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 0.85em;
  color: #AFAFAF;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}
#c-vln {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#cs {
  padding: 0 1.7em;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
#s-inr {
  height: 100%;
  position: relative;
  max-width: 903px;
  margin: 0 auto;
  transform: scale(0.96);
  opacity: 0;
  padding-top: 80px;
  padding-bottom: 98px;
  position: relative;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: rgba(3, 6, 9, 0.26) 0 13px 27px -5px;
}
@media screen and (max-width: 768px) {
  #s-inr {
    max-width: unset;
    width: 100%;
  }
}
#s-bns,
#s-hdr,
#s-inr {
  /* background: #fff;
  background: var(--cc-bg); */
  background: #000;
}
#s-bl {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 100%;
  padding: 0 32px 0px 32px;
  display: block;
  width: 100%;
}
#s-bns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 32px 32px 32px;
  /* border-top: 1px solid #f1f3f5; */
  border-color: var(--cc-section-border);
  /* height: 4.75em; */
  display: flex;
  justify-content: space-between;
  /* gap: 12px; */
}
#s-bns button {
  flex: 0 0 auto;
  margin: 0 !important;
}
.cc_div .cc-link {
  color: #fff;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cc_div .cc-link:active,
.cc_div .cc-link:hover {
  border-color: transparent;
}
#c-bns button:first-child,
#s-bns button:first-child {
  transition: 0.3s ease-in-out all !important;
  order: 2;
  border-radius: 90px;
  border: 1px solid var(--text-highlight-color);
  background: transparent;
  color: var(--text-highlight-color);
}
#s-bns button:first-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 24px;
  border-radius: 90px;
  display: flex;
  min-width: 152px;
  justify-content: center;
  align-items: center;
}
#c-bns button:first-child:hover,
#s-bns button:first-child:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
#c-bns button:last-child {
  transition: 0.3s ease-in-out all !important;
  border: 1px solid var(--default-border-color);
  background: var(--text-highlight-color);
  color: var(--text-black);
  order: 1;
  margin-left: 0;
  border: none;
}
#c-bns button:last-child:hover {
  background-color: #D8D8D8;
  color: var(--text-black);
}
#c-bns.swap button:first-child {
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
}
#c-bns.swap button:last-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg);
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: var(--primary-color);
  /* background: var(--cc-toggle-bg-on); */
}
#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover {
  /* background: #1d2e38;
  background: var(--cc-btn-primary-hover-bg); */
  filter: brightness(1.1);
}
#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}
#s-hdr {
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
  padding: 32px 32px 24px 32px;
  /* height: 4.75em; */
  vertical-align: middle;
  z-index: 2;
  /* border-bottom: 1px solid #f1f3f5; */
  /* border-color: var(--cc-section-border); */
}
#s-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  color: #FFF;
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#s-c-bn {
  padding: 0;
  width: 24px;
  height: 24px;
  font-size: 1.45em;
  margin: 0;
  font-weight: initial;
  position: relative;
  transition: 0.2s all ease-in-out;
  background-color: #000;
  border: none;
}
#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}
.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
#c_policy__text {
  height: 31.25em;
  overflow-y: auto;
  margin-top: 1.25em;
}
#c-s-in {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 590px;
}
.cc_div .b-tg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.cc_div .b-tg .c-tgl {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
}
.cc_div .b-tg .c-tg {
  position: absolute;
  background: #ABABAB;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  pointer-events: none;
}
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl,
.cc_div span.t-lb {
  width: 36px;
  height: 20px;
  border-radius: 4em;
}
.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  /* background: var(--cc-toggle-bg-readonly); */
  background-color: #ccc;
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none;
}
.cc_div .b-tg .c-tg:after {
  content: '';
  position: relative;
  display: block;
  left: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  border: none;
  box-sizing: content-box;
  background: #E9E9E9;
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  transition: all 0.25s ease;
  border-radius: 100%;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  transform: translateX(16px);
}
#s-bl table,
#s-bl td,
#s-bl th {
  border: none;
}
#s-bl tbody tr {
  transition: background-color 0.25s ease;
}
#s-bl tbody tr:hover {
  /* background: #000; */
  /* color: #fff; */
  /* color: #1c242f; */
  /* background: var(--cc-cookie-category-block-bg-hover); */
}
#s-bl table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-top: 18px;
}
#s-bl td,
#s-bl th {
  padding: 0.8em 0.625em;
  text-align: left;
  vertical-align: top;
  font-size: 0.8em;
  padding-left: 1.2em;
}
#s-bl th {
  font-family: inherit;
  padding: 1.2em 1.2em;
}
#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
  border-color: var(--cc-cookie-table-border);
}
.force--consent #cs,
.force--consent #s-cnt {
  width: 100vw;
}
#cm-ov,
#cs-ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #070707;
  background: rgba(4, 6, 8, 0.85);
  background: var(--cc-overlay-bg);
  background: rgba(0,0,0, 0.3);
  display: none;
  transition: none;
}
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov,
.show--settings #cs-ov {
  display: block;
}
#cs-ov {
  z-index: 2;
}
.force--consent .cc_div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  transition: visibility 0.25s linear;
}
.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}
.force--consent #cm {
  position: absolute;
}
.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw;
}
html.force--consent.show--consent {
  overflow-y: hidden !important;
}
html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}
.cc_div .act .b-bn .exp::before,
.cc_div .b-bn .exp::before {
  /* border: solid #fff; */
  /* border-color: var(--cc-btn-secondary-text); */
  /* border-width: 0 2px 2px 0; */
  /* padding: 0.2em; */
  display: inline-block;
  position: absolute;
  content: '';
  /* margin-right: -2px; */
  position: absolute;
  /* transform: translateY(-50%) rotate(45deg); */
  left: 12px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M8.98285 5.55176L6.50009 8.03452L4.01733 5.55176" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.cc_div .act .b-bn .b-tl::before {
  transform: rotate(180deg);
}
.cc_div .on-i::before {
  border: solid #fff;
  border-color: var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  padding: 0.1em;
  display: inline-block;
  padding-bottom: 0.45em;
  /* content: ''; */
  margin: 0 auto;
  transform: rotate(45deg);
  top: 0.37em;
  left: 0.75em;
  position: absolute;
}
/* #s-c-bn::after, */
#s-c-bn::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  background-image: url('https://img.smile.one/media/catalog/product/7/1y/71yjq5q7rgycwzh1704275254.png');
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
/* #s-c-bn::after {
  transform: rotate(-45deg);
} */
.cc_div .off-i,
.cc_div .on-i {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  transition: opacity 0.15s ease;
}
.cc_div .on-i {
  left: 0;
  opacity: 0;
}
.cc_div .off-i::after,
.cc_div .off-i::before {
  right: 0.8em;
  top: 0.42em;
  /* content: ' '; */
  height: 0.7em;
  width: 0.09375em;
  display: block;
  background: #cdd6dc;
  background: var(--cc-toggle-knob-icon-color);
  margin: 0 auto;
  position: absolute;
  transform-origin: center;
}
.cc_div .off-i::before {
  transform: rotate(45deg);
}
.cc_div .off-i::after {
  transform: rotate(-45deg);
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}
#cm.box.middle,
#cm.cloud.middle {
  top: 50%;
  transform: translateY(-37%);
  bottom: auto;
}
#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
  transform: scale(0.95) translateY(-50%);
}
#cm.box.center {
  left: 1em;
  right: 1em;
  margin: 0 auto;
}
#cm.cloud {
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
  left: 1em;
  right: 1em;
  overflow: hidden;
  padding: 1.3em 2em;
  width: unset;
}
.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}
.cc_div .cloud #c-inr-i {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding-right: 2.4em;
}
.cc_div .cloud #c-txt {
  font-size: 0.85em;
}
.cc_div .cloud #c-bns {
  min-width: 170px;
  display: table-cell;
  vertical-align: middle;
}
#cm.cloud .c-bn {
  margin: 0.625em 0 0 0;
  width: 100%;
}
#cm.cloud .c-bn:first-child {
  margin: 0;
}
#cm.cloud.left {
  margin-right: 1.25em;
}
#cm.cloud.right {
  margin-left: 1.25em;
}
#cm.bar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  position: fixed;
  padding: 2em;
}
#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto;
}
#cm.bar #c-bns {
  max-width: 33.75em;
}
#cm.bar #cs {
  padding: 0;
}
.cc_div .bar #c-s-in {
  top: 0;
  transform: none;
  height: 100%;
  max-height: 100%;
}
.cc_div .bar #s-bl,
.cc_div .bar #s-bns,
.cc_div .bar #s-hdr {
  padding-left: 1.6em;
  padding-right: 1.6em;
}
.cc_div .bar #cs {
  padding: 0;
}
.cc_div .bar #s-inr {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  max-width: 32em;
}
.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}
.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.cc_div .bar #s-bl tr {
  border-top: 1px solid #e3e7ed;
  border-color: var(--cc-cookie-table-border);
}
.cc_div .bar #s-bl td {
  border: none;
  position: relative;
  padding-left: 35%;
}
.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  white-space: nowrap;
  content: attr(data-column);
  color: #000;
  color: var(--cc-text);
  overflow: hidden;
  text-overflow: ellipsis;
}
#cm.top {
  bottom: auto;
  top: 1.25em;
}
#cm.left {
  right: auto;
  left: 1.25em;
}
#cm.right {
  left: auto;
  right: 1.25em;
}
#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}
#cm.bar.top {
  top: 0;
}
#s-cnt button + button {
  transition: 0.3s ease-in-out all !important;
  border: 1px solid var(--default-border-color);
  background: var(--text-highlight-color);
  color: var(--text-black);
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 24px;
  border-radius: 90px;
  display: flex;
  min-width: 152px;
  justify-content: center;
  align-items: center;
}
#s-cnt button + button:hover {
  border: 1px solid var(--default-border-color);
  background-color: #D8D8D8;
  color: var(--text-black);
}
@media screen and (max-width: 768px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 32px;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    border-radius: 12px;
  }
  .force--consent #cm,
  .force--consent #cm.cloud {
    width: auto;
    max-width: 100vw;
  }
  #cm.top {
    top: 1em;
    bottom: auto;
  }
  #cm.bottom {
    bottom: 1em;
    top: auto;
  }
  #cm.bar.bottom {
    bottom: 0;
  }
  #cm.cloud .c-bn {
    font-size: 0.85em;
  }
  #s-bns,
  .cc_div .bar #s-bns {
    padding: 24px 32px 32px 32px;
  }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  #cs {
    border-radius: 0;
    padding: 0;
  }
  #c-s-in {
    max-height: 100%;
    height: 100%;
    top: 0;
    transform: none;
  }
  .cc_div .b-tg {
    transform: scale(1.1);
    right: 12px;
  }
  #s-inr {
    margin: 0;
    padding-bottom: 98px;
    border-radius: 0;
  }
  #s-bns {
    /* height: 7.9em; */
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
  }
  #s-bl,
  .cc_div .bar #s-bl {
    padding: 0px 32px 32px 32px;
  }
  #s-hdr,
  .cc_div .bar #s-hdr {
    padding: 32px 32px 24px 32px;
  }
  #s-bl table {
    width: 100%;
  }
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  .bns-t #s-bns {
    height: 10.5em;
  }
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: 0.9em 1.6em;
  }
  #s-cnt .b-bn .b-tl {
    /* padding-top: 1.2em; */
    /* padding-bottom: 1.2em; */
    padding: 12px 70px 12px 36px;
  }
  #s-bl table,
  #s-bl tbody,
  #s-bl td,
  #s-bl th,
  #s-bl thead,
  #s-bl tr,
  #s-cnt {
    display: block;
  }
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #s-bl tr {
    border-top: 1px solid #e3e7ed;
    border-color: var(--cc-cookie-table-border);
  }
  #s-bl td {
    border: none;
    position: relative;
    padding-left: 35%;
  }
  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    white-space: nowrap;
    content: attr(data-column);
    /* color: #000;
    color: var(--cc-text); */
    color: #9F9F9F;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #cm .c-bn,
  .cc_div .c-bn {
    width: 100%;
    margin-right: 0;
  }
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  .cc_div #c-bns {
    flex-direction: column;
  }
  #c-bns button + button,
  #s-cnt button + button {
    margin-top: 0.625em;
    margin-left: 0;
    float: unset;
  }
  #cm.box,
  #cm.cloud {
    left: 1em;
    right: 1em;
    width: auto;
  }
  #cm.cloud.left,
  #cm.cloud.right {
    margin: 0;
  }
  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: unset;
  }
  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }
  .cc_div .cloud #c-bns {
    margin-top: 1.625em;
  }
  #s-bns button {
    flex: 0;
  }
}
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}
.cc_div.ie .bar #c-vln {
  padding-top: 0;
}
.cc_div.ie #cs {
  max-height: 37.5em;
  position: relative;
  top: 0;
  margin-top: -5.625em;
}
.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}
.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}
.cc_div.ie #c-s-in {
  top: 0;
}
.cc_div.ie .b-tg {
  padding-left: 1em;
  margin-bottom: 0.7em;
}
.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}
.cc_div.ie #s-bl table {
  overflow: auto;
}
.cc_div.ie .b-tg .c-tg {
  display: none;
}
.cc_div.ie .b-tg .c-tgl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.2em;
  height: auto;
}
.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}
.cc_div.ie .bar #s-bl td:before {
  display: none;
}
.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}
.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}
.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}
.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}
#s-bl > .c-bl:first-of-type .desc .p {
  font-weight: 700;
}
#s-bl > .c-bl:first-of-type .desc a {
  color: #FFF;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#s-bl .c-bl:last-child .title:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="19" viewBox="0 0 18 19" fill="none"><path d="M10.4504 12.6722H9.983V8.94183C9.983 8.77722 9.91761 8.61934 9.80121 8.50294C9.68481 8.38654 9.52693 8.32114 9.36231 8.32114H7.5499C7.38528 8.32114 7.22741 8.38654 7.11101 8.50294C6.9946 8.61934 6.92921 8.77722 6.92921 8.94183C6.92921 9.10645 6.9946 9.26433 7.11101 9.38073C7.22741 9.49713 7.38528 9.56252 7.5499 9.56252H8.74162V12.6722H7.5499C7.38528 12.6722 7.22741 12.7376 7.11101 12.854C6.9946 12.9704 6.92921 13.1283 6.92921 13.2929C6.92921 13.4575 6.9946 13.6154 7.11101 13.7318C7.22741 13.8482 7.38528 13.9136 7.5499 13.9136H10.4504C10.615 13.9136 10.7729 13.8482 10.8893 13.7318C11.0057 13.6154 11.0711 13.4575 11.0711 13.2929C11.0711 13.1283 11.0057 12.9704 10.8893 12.854C10.7729 12.7376 10.615 12.6722 10.4504 12.6722ZM8.99983 6.97114C9.18397 6.97114 9.36398 6.91654 9.51709 6.81424C9.67019 6.71193 9.78953 6.56653 9.85999 6.3964C9.93046 6.22628 9.9489 6.03908 9.91298 5.85847C9.87705 5.67787 9.78838 5.51198 9.65817 5.38177C9.52796 5.25156 9.36207 5.16289 9.18147 5.12697C9.00086 5.09104 8.81366 5.10948 8.64354 5.17995C8.47342 5.25041 8.32801 5.36975 8.2257 5.52286C8.1234 5.67596 8.0688 5.85597 8.0688 6.04011C8.0688 6.28704 8.16689 6.52385 8.34149 6.69845C8.51609 6.87305 8.75291 6.97114 8.99983 6.97114ZM8.99983 1.99756C6.94282 1.99986 4.97072 2.81802 3.5162 4.27255C2.06167 5.72707 1.24351 7.69917 1.24121 9.75618C1.24466 11.8128 2.06319 13.7843 3.51746 15.2385C4.97174 16.6928 6.94318 17.5114 8.99983 17.5148C11.0575 17.5148 13.031 16.6974 14.486 15.2424C15.941 13.7873 16.7585 11.8139 16.7585 9.75618C16.7585 7.69846 15.941 5.72503 14.486 4.27001C13.031 2.81498 11.0575 1.99756 8.99983 1.99756ZM13.5495 14.4151C12.4729 15.464 11.0666 16.1081 9.56913 16.2383C8.07169 16.3684 6.57534 15.9765 5.33396 15.129C4.09257 14.2815 3.1826 13.0306 2.75843 11.5886C2.33426 10.1467 2.42201 8.60232 3.00679 7.21766C3.59157 5.83299 4.63738 4.69328 5.96677 3.99186C7.29616 3.29045 8.82728 3.07055 10.3003 3.36945C11.7734 3.66836 13.0977 4.46767 14.0486 5.63178C14.9994 6.79588 15.5183 8.25309 15.5171 9.75618C15.5192 10.6251 15.3461 11.4856 15.008 12.2861C14.6699 13.0866 14.1739 13.8107 13.5495 14.4151Z" fill="%23abff96"/></svg>');
  background-size: 18px 18px;
  top: 0;
  left: -22px;
}
#s-bl .c-bl:last-child .title {
  margin-left: 22px;
  position: relative;
  margin-bottom: 12px;
  color: #fff;
}
#s-bl .c-bl:last-child .title .b-tl[role="heading"]{
  margin-bottom: 12px;
  color: #fff;
}
#s-bl .c-bl:last-child .desc .p > a {
  font-weight: 700;
}
.desc.b-acc {
  background-color: #212121;
}

#s-bl .c-bl.b-ex:hover {
    background-color: #2B2B2B;
}

@media screen and (max-width: 500px) {
  #s-bns {
    /* height: 7.9em; */
    flex-wrap: wrap;
    gap: 24px;
  }
  #s-bns button {
    flex: 1;
    white-space: nowrap;
    min-width: unset !important;
  }
  #s-bl .c-bl:last-child {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 330px) {
  #s-bl .c-bl:last-child {
    margin-bottom: 48px;
  }
}

#cm {
  width: 400px;
  padding: 32px;
}

#cm #c-ttl {
  color: #FFF;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

#cm #c-txt {
  color: #BBB;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#cm #c-txt a {
  color: #BBB;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
#cm #c-bns {
  margin-top: 24px;
  gap: 24px
}
#cm #c-bns > button {
  padding: 12px 24px;
  font-size: 12px;
  font-family: var(--font-body);
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0px;
  flex: 0;
  min-width: 156px;
}
#s-inr #s-bl .c-bl:last-of-type {
  padding: 24px;
}
#s-inr #s-bl .c-bl:last-of-type .b-tl {
  color: #FFF;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #cm {
    padding: 32px;
    width: 100%;
  }
  #cm #c-ttl {
    color: #FFF;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
  }
  #cm #c-txt {
    color: #BBB;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  #cm #c-txt a {
    color: #BBB;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
  }
  
  #cm #c-bns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
  }
  #cm #c-bns > button {
    padding: 12px 24px;
    font-size: 12px;
    font-family: var(--font-body);
    white-space: nowrap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0px;
    flex: 0;
  }
}
@media screen and (max-width: 500px) {
  #cm #c-bns > button {
    flex: 1;
    min-width: unset;
  }
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  background: #000;
}
.cc_div .b-tg .c-tgl:disabled ~ .c-tg:after {
  background: #E9E9E9;
}