#didomi-host .didomi-components-button {
  background-color: #eee;
  border: 1px solid rgba(34,34,34,.2);
  color: #555;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 38px;
  line-height: 18px;
  padding: 0 20px;
  text-align: center
}
#didomi-host .didomi-components-button:disabled {
  cursor: auto;
  opacity: .4
}
#didomi-host .didomi-components-button:hover {
  opacity: .7
}
#didomi-host .didomi-components-button span {
  background: rgba(0,0,0,0)
}
#didomi-host .didomi-mobile .didomi-components-button {
  font-size: 14px
}
#didomi-host .didomi-screen-xsmall .didomi-components-button {
  padding: 0 10px
}
#didomi-host .didomi-components-radio {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: justify;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  justify-content: space-between
}
#didomi-host .didomi-components-radio__option {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 1px 1px 0 0 rgba(0,0,0,.1);
  color: #757575;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  height: 25px;
  line-height: 12px;
  margin-right: 5px;
  padding: 0 20px;
  transition: background-color .2s,border-color .2s;
  transition-timing-function: ease
}
#didomi-host .didomi-components-radio__option:hover {
  border-color: #757575;
  color: #757575
}
#didomi-host .didomi-components-radio__option:last-child {
  margin-right: 0
}
[dir=rtl] #didomi-host .didomi-components-radio__option:last-child {
  margin-right: 5px
}
#didomi-host .didomi-components-radio__option:first-child {
  margin-right: 5px
}
[dir=rtl] #didomi-host .didomi-components-radio__option:first-child {
  margin-right: 0
}
#didomi-host .didomi-components-radio__option > svg {
  margin-right: 5px
}
#didomi-host .didomi-components-radio__option span {
  background: rgba(0,0,0,0)
}
#didomi-host .didomi-components-radio__option.didomi-components-radio__option--agree {
  background-color: #3d8548;
  border: 1px solid rgba(0,0,0,.3);
  color: #fff;
  padding: 0 11.5px
}
#didomi-host .didomi-components-radio__option.didomi-components-radio__option--agree > svg {
  vertical-align: middle
}
#didomi-host .didomi-components-radio__option.didomi-components-radio__option--disagree {
  background-color: #e60000;
  border: 1px solid rgba(0,0,0,.3);
  color: #fff;
  padding: 0 13.5px
}
#didomi-host .didomi-components-radio__option__reporting {
  box-sizing: border-box
}
#didomi-host .didomi-components-radio__option__reporting#didomi-radio-option-disagree-to-all {
  font-size: 12px!important
}
#didomi-host .didomi-components-radio__option__reporting#didomi-radio-option-agree-to-all {
  font-size: 12px!important
}
#didomi-host .didomi-components-radio__option__accepter {
  box-sizing: border-box
}
#didomi-host .didomi-components-accordion {
  flex: 5
}
#didomi-host .didomi-components-accordion .label-click {
  cursor: pointer
}
#didomi-host .didomi-components-accordion .trigger-icon {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  width: 15px
}
#didomi-host .didomi-components-accordion .didomi-content {
  display: none;
  font-weight: 300;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  text-align: justify;
  transition: all .1s ease-in-out;
  transition-property: opacity,max-height,transform,visibility,padding-bottom;
  visibility: hidden
}
#didomi-host .didomi-components-accordion .didomi-content.active {
  display: block;
  max-height: 3000px;
  opacity: 1;
  overflow: visible;
  padding-bottom: 10px;
  transition-property: opacity,max-height,transform,visibility;
  visibility: visible
}
#didomi-host .didomi-components-accordion .didomi-components-accordion-label-container {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: justify;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  justify-content: space-between
}
#didomi-host .didomi-components-accordion .didomi-components-accordion-label-container .label-click {
  flex: 2
}
#didomi-host .didomi-mobile .didomi-components-accordion {
  flex: 1 auto;
  width: 100%
}
#didomi-host .didomi-mobile .didomi-components-accordion .didomi-components-accordion-label-container {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-pack: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start
}
#didomi-host .lds-ellipsis-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center
}
#didomi-host .lds-ellipsis-container .lds-ellipsis {
  display: inline-block;
  height: 64px;
  position: relative;
  width: 64px
}
#didomi-host .lds-ellipsis-container .lds-ellipsis div {
  animation-timing-function: cubic-bezier(0,1,1,0);
  background: #dcdcdc;
  border-radius: 50%;
  height: 11px;
  position: absolute;
  top: 27px;
  width: 11px
}
#didomi-host .lds-ellipsis-container .lds-ellipsis div:first-child {
  animation: lds-ellipsis1 .6s infinite;
  left: 6px
}
#didomi-host .lds-ellipsis-container .lds-ellipsis div:nth-child(2) {
  animation: lds-ellipsis2 .6s infinite;
  left: 6px
}
#didomi-host .lds-ellipsis-container .lds-ellipsis div:nth-child(3) {
  animation: lds-ellipsis2 .6s infinite;
  left: 26px
}
#didomi-host .lds-ellipsis-container .lds-ellipsis div:nth-child(4) {
  animation: lds-ellipsis3 .6s infinite;
  left: 45px
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1)
  }
  to {
    transform: scale(0)
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0)
  }
  to {
    transform: translate(19px)
  }
}
#didomi-host .didomi-components-skip-link {
  display: block;
  left: -100px;
  margin-bottom: 16px;
  position: fixed;
  top: -100px
}
#didomi-host .didomi-components-skip-link:focus {
  left: 0;
  position: relative;
  top: 0
}
#didomi-host .didomi-popup-backdrop {
  align-items: flex-start;
  background-color: rgba(255,255,255,.8);
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483642
}
[dir=rtl] #didomi-host .didomi-popup-backdrop {
  overflow-x: hidden;
  overflow-y: auto
}
#didomi-host .didomi-exterior-border {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  margin: auto;
  padding: 1px
}
#didomi-host .didomi-popup-container {
  background-color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  max-width: 650px;
  opacity: 1;
  width: 100%;
  -webkit-overflow-scrolling: touch
}
#didomi-host .didomi-popup-header {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: justify;
  -moz-align-items: center;
  align-items: center;
  font-family: Arial;
  font-weight: 700;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 30px 20px 0
}
#didomi-host .didomi-popup-body {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  padding: 30px 20px
}
#didomi-host .didomi-popup-body .didomi-popup-body-section {
  margin-bottom: 22px
}
#didomi-host .didomi-popup-body .didomi-popup-body-section:last-child {
  margin-bottom: 0
}
#didomi-host .didomi-popup-footer {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: justify;
  -moz-align-items: center;
  align-items: center;
  background-color: #fff;
  -moz-justify-content: space-between;
  justify-content: space-between;
  min-height: 58px
}
#didomi-host .didomi-popup-footer .didomi-popup-actions {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: end;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: flex-end;
  justify-content: flex-end
}
#didomi-host .didomi-popup-footer .didomi-popup-actions button,
#didomi-host .didomi-popup-footer .didomi-popup-actions div {
  margin-right: 10px
}
[dir=rtl] #didomi-host .didomi-popup-footer .didomi-popup-actions button,
[dir=rtl] #didomi-host .didomi-popup-footer .didomi-popup-actions div {
  margin-left: 10px;
  margin-right: 0
}
#didomi-host .didomi-popup-close {
  color: #000;
  font-family: Arial;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  opacity: .5;
  text-shadow: 0 1px 0 #fff;
  transition: .5s
}
#didomi-host .didomi-popup-close:hover {
  opacity: .7
}
#didomi-host .didomi-mobile .didomi-popup {
  height: 100%;
  max-width: none;
  width: 100%
}
body.didomi-popup-open {
  overflow: hidden!important
}
body.didomi-popup-open-ios {
  position: fixed;
  width: 100%
}
#didomi-host .didomi-notice-data-processing-container {
  font-size: 12px;
  line-height: 160%;
  padding-top: 15px;
  text-align: justify
}
#didomi-host .didomi-notice-data-processing-container .didomi-notice-data-processing-title {
  color: #333;
  display: block;
  font-weight: 700
}
#didomi-host .didomi-notice-data-processing-container .didomi-notice-data-processing-list {
  color: #526e7a;
  font-weight: 700
}
#didomi-host .didomi-notice-data-processing-container .didomi-notice-data-processing-list .didomi-notice-data-processing-item {
  padding-top: 5px
}
#didomi-host .didomi-notice-data-processing-container .didomi-notice-data-processing-list .didomi-notice-data-processing-item div {
  display: inline-block
}
#didomi-host .didomi-notice-data-processing-container p {
  font-size: 12px
}
#didomi-host .didomi-mobile .didomi-notice-data-processing-container .didomi-notice-data-processing-title {
  font-size: 11px;
  line-height: 160%
}
#didomi-host .didomi-mobile .didomi-notice-data-processing-container .didomi-notice-data-processing-list {
  font-size: 11px;
  line-height: 160%
}
#didomi-host .didomi-gpc-label {
  background: #fff;
  border: 1px solid #3f8964;
  border-radius: 40px;
  display: inline-block;
  height: 27.93px;
  width: 369.7px
}
#didomi-host .didomi-gpc-label .left-container {
  background: #3f8964;
  border-radius: 30px 0 0 30px;
  display: inline-block;
  height: 27.93px;
  width: 173.7px
}
#didomi-host .didomi-gpc-label .left-container .gpc-image {
  background-image: url(https://sdk.privacy-center.org/sdk/0209bd9979856852eccffb83c144111fe4beee8f/modern/images/cb5b80c89a9fda353482-gpc.large.png);
  background-size: cover;
  display: inline-block;
  height: 15.93px;
  margin: 5px 0 0 10px;
  width: 153.7px
}
#didomi-host .didomi-gpc-label .right-container {
  display: inline-block;
  height: 27.93px;
  width: 181px
}
#didomi-host .didomi-gpc-label .right-container .gpc-title {
  color: #3f8964;
  display: inline-block;
  font-family: Arial;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  height: 27.93px;
  left: 5px;
  line-height: 27.93px;
  position: relative;
  top: -4px;
  width: 161px
}
#didomi-host .didomi-gpc-label .right-container .gpc-icon {
  background-image: url(https://sdk.privacy-center.org/sdk/0209bd9979856852eccffb83c144111fe4beee8f/modern/images/d8d7828e2df9a281bd96-gpc.icon.large.png);
  background-size: cover;
  display: inline-block;
  height: 15px;
  left: 12px;
  position: relative;
  width: 15px
}
#didomi-host .didomi-mobile .didomi-gpc-label {
  background: #fff;
  border: .859518px solid #3f8964;
  border-radius: 34.3807px;
  display: inline-block;
  height: 24px;
  width: 318.38px
}
#didomi-host .didomi-mobile .didomi-gpc-label .left-container {
  background: #3f8964;
  border-radius: 25.7855px 0 0 25.7855px;
  display: inline-block;
  height: 24px;
  width: 149.3px
}
#didomi-host .didomi-mobile .didomi-gpc-label .left-container .gpc-image {
  background-image: url(https://sdk.privacy-center.org/sdk/0209bd9979856852eccffb83c144111fe4beee8f/modern/images/6d53c29e73450d19e18a-gpc.medium.png);
  background-size: cover;
  display: inline-block;
  height: 13.69px;
  margin: 5px 0 0 10px;
  width: 132.11px
}
#didomi-host .didomi-mobile .didomi-gpc-label .right-container {
  display: inline-block;
  height: 15px;
  width: 156.19px
}
#didomi-host .didomi-mobile .didomi-gpc-label .right-container .gpc-title {
  color: #3f8964;
  display: inline-block;
  font-family: Arial;
  font-size: 10.3142px;
  font-style: italic;
  font-weight: 700;
  height: 15px;
  left: 5px;
  line-height: 15px;
  position: relative;
  top: -4px;
  width: 139px
}
#didomi-host .didomi-mobile .didomi-gpc-label .right-container .gpc-icon {
  background-image: url(https://sdk.privacy-center.org/sdk/0209bd9979856852eccffb83c144111fe4beee8f/modern/images/2059cb26072bf78c2af3-gpc.icon.medium.png);
  background-size: cover;
  display: inline-block;
  height: 12.89px;
  left: 12px;
  position: relative;
  width: 12.89px
}
#didomi-host .didomi-screen-xsmall .didomi-gpc-label {
  background: #fff;
  border: .632445px solid #3f8964;
  border-radius: 25.2978px;
  display: inline-block;
  height: 17.66px;
  width: 233.99px
}
#didomi-host .didomi-screen-xsmall .didomi-gpc-label .left-container {
  background: #3f8964;
  border-radius: 18.9734px 0 0 18.9734px;
  display: inline-block;
  height: 17.66px;
  width: 109.86px
}
#didomi-host .didomi-screen-xsmall .didomi-gpc-label .left-container .gpc-image {
  background-image: url(https://sdk.privacy-center.org/sdk/0209bd9979856852eccffb83c144111fe4beee8f/modern/images/73e53fb633306e475eef-gpc.small.png);
  background-size: cover;
  display: inline-block;
  height: 10.07px;
  margin: 3px 0 0 6px;
  width: 97.21px
}
#didomi-host .didomi-screen-xsmall .didomi-gpc-label .right-container {
  display: inline-block;
  height: 11px;
  width: 114.65px
}
#didomi-host .didomi-screen-xsmall .didomi-gpc-label .right-container .gpc-title {
  color: #3f8964;
  display: inline-block;
  font-family: Arial;
  font-size: 7.58934px;
  font-style: italic;
  font-weight: 700;
  height: 11px;
  left: 5px;
  line-height: 11px;
  position: relative;
  top: -2px;
  width: 102px
}
#didomi-host .didomi-screen-xsmall .didomi-gpc-label .right-container .gpc-icon {
  background-image: url(https://sdk.privacy-center.org/sdk/0209bd9979856852eccffb83c144111fe4beee8f/modern/images/178a6780e8762f4b120b-gpc.icon.small.png);
  background-size: cover;
  display: inline-block;
  height: 9.49px;
  left: 9px;
  position: relative;
  width: 9.49px
}
#didomi-host .didomi-vendors-iab-label {
  background: #fff;
  border-radius: 2px;
  color: #757575;
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  line-height: 100%;
  margin-left: 5px;
  padding: 1px 4px
}
[dir=rtl] #didomi-host .didomi-vendors-iab-label {
  margin-left: 0;
  margin-right: 5px
}
#didomi-host .didomi-switch {
  display: inline-block;
  height: 28px;
  position: relative;
  width: 56px
}
#didomi-host .didomi-switch input {
  height: 100%;
  opacity: 0;
  width: 100%
}
#didomi-host .didomi-slider {
  background-color: #fff;
  border: 1px solid #e60000;
  border-radius: 24px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s
}
#didomi-host .didomi-slider:before {
  background-image: url(https://sdk.privacy-center.org/sdk/0209bd9979856852eccffb83c144111fe4beee8f/modern/images/b76a404a9fedcf3f2c2f-toggle-cross.svg);
  background-size: cover;
  border-radius: 50%;
  bottom: 3px;
  content: "";
  height: 20px;
  left: 5px;
  position: absolute;
  transition: .4s;
  width: 20px
}
#didomi-host input:checked + .didomi-slider {
  border: 1px solid #3d8548;
  border-radius: 24px
}
#didomi-host input:focus + .didomi-slider {
  box-shadow: 0 0 1px #2196f3;
  outline: 1px auto #4d90fe
}
#didomi-host input:checked + .didomi-slider:before {
  background-image: url(https://sdk.privacy-center.org/sdk/0209bd9979856852eccffb83c144111fe4beee8f/modern/images/0b30234b8ef077d3d0a4-toggle-check.svg);
  background-size: cover;
  transform: translateX(23px)
}
#didomi-host .didomi-components-explanation-text {
  background: #f4f4f4;
  border-radius: 7px;
  font-size: 12px;
  line-height: 160%;
  margin-bottom: 32px;
  padding: 7px 12px
}
.didomi-see-more-button {
  background: 0 0;
  border: none;
  cursor: pointer;
  display: inline;
  font-size: inherit;
  margin: 0;
  padding: 0;
  text-decoration: underline
}
@namespace svg "http://www.w3.org/2000/svg";
#didomi-host {
  all: initial;
  -ms-overflow-style: auto;
  -moz-appearance: none;
  -moz-binding: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -moz-context-properties: none;
  -moz-float-edge: content-box;
  -moz-force-broken-image-icon: 0;
  -moz-image-region: auto;
  -moz-orient: inline;
  -moz-outline-radius-bottomleft: 0;
  -moz-outline-radius-bottomright: 0;
  -moz-outline-radius-topleft: 0;
  -moz-outline-radius-topright: 0;
  -moz-stack-sizing: stretch-to-fit;
  -moz-text-blink: none;
  -moz-user-focus: none;
  -moz-user-input: auto;
  -moz-user-modify: read-only;
  -moz-window-shadow: default;
  -webkit-border-before-color: currentcolor;
  -webkit-border-before-style: none;
  -webkit-border-before-width: medium;
  -webkit-box-reflect: none;
  -webkit-mask-attachment: scroll;
  -webkit-mask-clip: border;
  -webkit-mask-image: none;
  -webkit-mask-origin: padding;
  -webkit-mask-position: 0 0;
  -webkit-mask-position-x: 0;
  -webkit-mask-position-y: 0;
  -webkit-mask-repeat: repeat;
  -webkit-mask-repeat-x: repeat;
  -webkit-mask-repeat-y: repeat;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-stroke-color: currentcolor;
  -webkit-text-stroke-width: 0;
  -webkit-touch-callout: default;
  align-content: stretch;
  align-items: stretch;
  align-self: auto;
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 0s;
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-name: none;
  animation-play-state: running;
  animation-timing-function: ease;
  azimuth: center;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background-attachment: scroll;
  background-blend-mode: normal;
  background-clip: border-box;
  background-color: rgba(0,0,0,0);
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  block-size: auto;
  border-block-end-color: currentcolor;
  border-block-end-style: none;
  border-block-end-width: medium;
  border-block-start-color: currentcolor;
  border-block-start-style: none;
  border-block-start-width: medium;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-collapse: separate;
  border-image-outset: 0s;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-inline-end-color: currentcolor;
  border-inline-end-style: none;
  border-inline-end-width: medium;
  border-inline-start-color: currentcolor;
  border-inline-start-style: none;
  border-inline-start-width: medium;
  border: none;
  border-spacing: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  bottom: auto;
  box-align: stretch;
  -webkit-box-decoration-break: slice;
  box-decoration-break: slice;
  box-direction: normal;
  box-flex: 0;
  box-flex-group: 1;
  box-lines: single;
  box-ordinal-group: 1;
  box-orient: initial;
  box-pack: start;
  box-shadow: none;
  box-sizing: content-box;
  -moz-column-break-after: auto;
  break-after: auto;
  -moz-column-break-before: auto;
  break-before: auto;
  -moz-column-break-inside: auto;
  break-inside: auto;
  caption-side: top;
  caret-color: auto;
  clear: none;
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  color: initial;
  -moz-column-count: auto;
  -moz-column-fill: balance;
  column-fill: balance;
  -moz-column-gap: normal;
  column-gap: normal;
  -moz-column-rule-color: currentcolor;
  column-rule-color: currentcolor;
  -moz-column-rule-style: none;
  column-rule-style: none;
  -moz-column-rule-width: medium;
  column-rule-width: medium;
  -moz-column-span: none;
  column-span: none;
  -moz-column-width: auto;
  columns: auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  cursor: auto;
  empty-cells: show;
  filter: none;
  flex-basis: auto;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  flex-wrap: nowrap;
  float: none;
  font-family: initial;
  font-feature-settings: normal;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-language-override: normal;
  font-size: medium;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  font-weight: 400;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  grid-auto-rows: auto;
  grid-column-end: auto;
  grid-column-gap: 0;
  grid-column-start: auto;
  grid-row-end: auto;
  grid-row-gap: 0;
  grid-row-start: auto;
  grid-template-areas: none;
  grid-template-columns: none;
  grid-template-rows: none;
  height: auto;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  image-orientation: 0deg;
  image-rendering: auto;
  image-resolution: 1dppx;
  ime-mode: auto;
  inline-size: auto;
  isolation: auto;
  justify-content: flex-start;
  left: auto;
  letter-spacing: normal;
  line-break: auto;
  line-height: normal;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  margin: 0;
  marker-offset: auto;
  -webkit-mask-clip: border-box;
  mask-clip: border-box;
  -webkit-mask-composite: source-over;
  mask-composite: add;
  mask-image: none;
  mask-mode: match-source;
  -webkit-mask-origin: border-box;
  mask-origin: border-box;
  mask-position: 0 0;
  mask-repeat: repeat;
  -webkit-mask-size: auto;
  mask-size: auto;
  mask-type: luminance;
  max-height: none;
  max-width: none;
  min-block-size: 0;
  min-height: 0;
  min-inline-size: 0;
  min-width: 0;
  mix-blend-mode: normal;
  object-fit: fill;
  object-position: 50% 50%;
  offset-block-end: auto;
  offset-block-start: auto;
  offset-inline-end: auto;
  offset-inline-start: auto;
  opacity: 1;
  order: 0;
  orphans: 2;
  outline-color: initial;
  outline-offset: 0;
  outline-style: none;
  outline-width: medium;
  overflow: visible;
  overflow-clip-box: padding-box;
  overflow-wrap: normal;
  overflow-x: visible;
  overflow-y: visible;
  -webkit-padding-after: 0;
  padding-block-end: 0;
  -webkit-padding-before: 0;
  padding-block-start: 0;
  -webkit-padding-end: 0;
  padding-inline-end: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  padding: 0;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  perspective: none;
  perspective-origin: 50% 50%;
  pointer-events: auto;
  position: static;
  quotes: initial;
  resize: none;
  right: auto;
  ruby-align: space-around;
  ruby-merge: separate;
  ruby-position: over;
  scroll-behavior: auto;
  -webkit-scroll-snap-coordinate: none;
  -ms-scroll-snap-coordinate: none;
  scroll-snap-coordinate: none;
  -webkit-scroll-snap-destination: 0 0;
  -ms-scroll-snap-destination: 0 0;
  scroll-snap-destination: 0 0;
  -webkit-scroll-snap-points-x: none;
  -ms-scroll-snap-points-x: none;
  scroll-snap-points-x: none;
  -webkit-scroll-snap-points-y: none;
  -ms-scroll-snap-points-y: none;
  scroll-snap-points-y: none;
  -webkit-scroll-snap-type: none;
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
  scroll-snap-type-x: none;
  scroll-snap-type-y: none;
  shape-image-threshold: 0;
  shape-margin: 0;
  shape-outside: none;
  -moz-tab-size: 8;
  tab-size: 8;
  table-layout: auto;
  text-align: initial;
  text-align-last: auto;
  text-combine-upright: none;
  -webkit-text-decoration-color: currentcolor;
  text-decoration-color: currentcolor;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-emphasis-color: currentcolor;
  text-emphasis-color: currentcolor;
  -webkit-text-emphasis-position: over;
  text-emphasis-position: over right;
  -webkit-text-emphasis-style: none;
  text-emphasis-style: none;
  text-indent: 0;
  text-justify: auto;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  text-overflow: clip;
  text-rendering: auto;
  text-shadow: none;
  text-transform: none;
  text-underline-position: auto;
  top: auto;
  touch-action: auto;
  transform: none;
  transform-box: border-box;
  transform-origin: 50% 50% 0;
  transform-style: flat;
  transition-delay: 0s;
  transition-duration: 0s;
  transition-property: all;
  transition-timing-function: ease;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 2;
  width: auto;
  will-change: auto;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  z-index: auto
}
#didomi-host :not(svg|*) {
  all: unset;
  -webkit-text-fill-color: initial
}
#didomi-host button {
  line-height: normal
}
#didomi-host button span {
  background: initial;
  height: auto;
  padding: 0
}
#didomi-host {
  display: block;
  font-size: 15px;
  height: 0;
  line-height: 160%;
  text-rendering: optimizeLegibility;
  width: 0;
  -webkit-font-smoothing: antialiased
}
#didomi-host .pad {
  padding: 16px
}
#didomi-host .pad-xxl {
  padding: 56px
}
#didomi-host .pad-xl {
  padding: 48px
}
#didomi-host .pad-lg {
  padding: 32px
}
#didomi-host .pad-md {
  padding: 24px
}
#didomi-host .pad-sm {
  padding: 8px
}
#didomi-host .pad-xs {
  padding: 4px
}
#didomi-host .pad-none {
  padding: 0
}
#didomi-host .pad-bottom {
  padding-bottom: 16px
}
#didomi-host .pad-bottom-xxl {
  padding-bottom: 56px
}
#didomi-host .pad-bottom-xl {
  padding-bottom: 48px
}
#didomi-host .pad-bottom-lg {
  padding-bottom: 32px
}
#didomi-host .pad-bottom-md {
  padding-bottom: 24px
}
#didomi-host .pad-bottom-sm {
  padding-bottom: 8px
}
#didomi-host .pad-bottom-xs {
  padding-bottom: 4px
}
#didomi-host .pad-bottom-none {
  padding-bottom: 0
}
#didomi-host .pad-top {
  padding-top: 16px
}
#didomi-host .pad-top-xxl {
  padding-top: 56px
}
#didomi-host .pad-top-xl {
  padding-top: 48px
}
#didomi-host .pad-top-lg {
  padding-top: 32px
}
#didomi-host .pad-top-md {
  padding-top: 24px
}
#didomi-host .pad-top-sm {
  padding-top: 8px
}
#didomi-host .pad-top-xs {
  padding-top: 4px
}
#didomi-host .pad-top-none {
  padding-top: 0
}
#didomi-host .pad-left {
  padding-left: 16px
}
#didomi-host .pad-left-xxl {
  padding-left: 56px
}
#didomi-host .pad-left-xl {
  padding-left: 48px
}
#didomi-host .pad-left-lg {
  padding-left: 32px
}
#didomi-host .pad-left-md {
  padding-left: 24px
}
#didomi-host .pad-left-sm {
  padding-left: 8px
}
#didomi-host .pad-left-xs {
  padding-left: 4px
}
#didomi-host .pad-left-none {
  padding-left: 0
}
#didomi-host .pad-right {
  padding-right: 16px
}
#didomi-host .pad-right-xxl {
  padding-right: 56px
}
#didomi-host .pad-right-xl {
  padding-right: 48px
}
#didomi-host .pad-right-lg {
  padding-right: 32px
}
#didomi-host .pad-right-md {
  padding-right: 24px
}
#didomi-host .pad-right-sm {
  padding-right: 8px
}
#didomi-host .pad-right-xs {
  padding-right: 4px
}
#didomi-host .pad-right-none {
  padding-right: 0
}
#didomi-host .pull-xxl {
  margin: -56px
}
#didomi-host .pull-xl {
  margin: -48px
}
#didomi-host .pull-lg {
  margin: -32px
}
#didomi-host .pull-md {
  margin: -24px
}
#didomi-host .pull {
  margin: -16px
}
#didomi-host .pull-sm {
  margin: -8px
}
#didomi-host .pull-xs {
  margin: -4px
}
#didomi-host .pull-none {
  margin: 0
}
#didomi-host .pull-bottom-xxl {
  margin-bottom: -56px
}
#didomi-host .pull-bottom-xl {
  margin-bottom: -48px
}
#didomi-host .pull-bottom-lg {
  margin-bottom: -32px
}
#didomi-host .pull-bottom-md {
  margin-bottom: -24px
}
#didomi-host .pull-bottom {
  margin-bottom: -16px
}
#didomi-host .pull-bottom-sm {
  margin-bottom: -8px
}
#didomi-host .pull-bottom-xs {
  margin-bottom: -4px
}
#didomi-host .pull-bottom-none {
  margin-bottom: 0
}
#didomi-host .pull-top-xxl {
  margin-top: -56px
}
#didomi-host .pull-top-xl {
  margin-top: -48px
}
#didomi-host .pull-top-lg {
  margin-top: -32px
}
#didomi-host .pull-top-md {
  margin-top: -24px
}
#didomi-host .pull-top {
  margin-top: -16px
}
#didomi-host .pull-top-sm {
  margin-top: -8px
}
#didomi-host .pull-top-xs {
  margin-top: -4px
}
#didomi-host .pull-top-none {
  margin-top: 0
}
#didomi-host .pull-left-xxl {
  margin-left: -56px
}
#didomi-host .pull-left-xl {
  margin-left: -48px
}
#didomi-host .pull-left-lg {
  margin-left: -32px
}
#didomi-host .pull-left-md {
  margin-left: -24px
}
#didomi-host .pull-left {
  margin-left: -16px
}
#didomi-host .pull-left-sm {
  margin-left: -8px
}
#didomi-host .pull-left-xs {
  margin-left: -4px
}
#didomi-host .pull-left-none {
  margin-left: 0
}
#didomi-host .pull-right-xxl {
  margin-right: -56px
}
#didomi-host .pull-right-xl {
  margin-right: -48px
}
#didomi-host .pull-right-lg {
  margin-right: -32px
}
#didomi-host .pull-right-md {
  margin-right: -24px
}
#didomi-host .pull-right {
  margin-right: -16px
}
#didomi-host .pull-right-sm {
  margin-right: -8px
}
#didomi-host .pull-right-xs {
  margin-right: -4px
}
#didomi-host .pull-right-none {
  margin-right: 0
}
#didomi-host .push {
  margin: 16px
}
#didomi-host .push-xxl {
  margin: 56px
}
#didomi-host .push-xl {
  margin: 48px
}
#didomi-host .push-lg {
  margin: 32px
}
#didomi-host .push-md {
  margin: 24px
}
#didomi-host .push-sm {
  margin: 8px
}
#didomi-host .push-xs {
  margin: 4px
}
#didomi-host .push-none {
  margin: 0
}
#didomi-host .push-bottom {
  margin-bottom: 16px
}
#didomi-host .push-bottom-xxl {
  margin-bottom: 56px
}
#didomi-host .push-bottom-xl {
  margin-bottom: 48px
}
#didomi-host .push-bottom-lg {
  margin-bottom: 32px
}
#didomi-host .push-bottom-md {
  margin-bottom: 24px
}
#didomi-host .push-bottom-sm {
  margin-bottom: 8px
}
#didomi-host .push-bottom-xs {
  margin-bottom: 4px
}
#didomi-host .push-bottom-none {
  margin-bottom: 0
}
#didomi-host .push-top {
  margin-top: 16px
}
#didomi-host .push-top-xxl {
  margin-top: 56px
}
#didomi-host .push-top-xl {
  margin-top: 48px
}
#didomi-host .push-top-lg {
  margin-top: 32px
}
#didomi-host .push-top-md {
  margin-top: 24px
}
#didomi-host .push-top-sm {
  margin-top: 8px
}
#didomi-host .push-top-xs {
  margin-top: 4px
}
#didomi-host .push-top-none {
  margin-top: 0
}
#didomi-host .push-left {
  margin-left: 16px
}
#didomi-host .push-left-xxl {
  margin-left: 56px
}
#didomi-host .push-left-xl {
  margin-left: 48px
}
#didomi-host .push-left-lg {
  margin-left: 32px
}
#didomi-host .push-left-md {
  margin-left: 24px
}
#didomi-host .push-left-sm {
  margin-left: 8px
}
#didomi-host .push-left-xs {
  margin-left: 4px
}
#didomi-host .push-left-none {
  margin-left: 0
}
#didomi-host .push-right {
  margin-right: 16px
}
#didomi-host .push-right-xxl {
  margin-right: 56px
}
#didomi-host .push-right-xl {
  margin-right: 48px
}
#didomi-host .push-right-lg {
  margin-right: 32px
}
#didomi-host .push-right-md {
  margin-right: 24px
}
#didomi-host .push-right-sm {
  margin-right: 8px
}
#didomi-host .push-right-xs {
  margin-right: 4px
}
#didomi-host .push-right-none {
  margin-right: 0
}
#didomi-host a,
#didomi-host p,
#didomi-host span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased
}
#didomi-host .didomi-icon {
  vertical-align: middle
}
#didomi-host .didomi-logo-icon {
  margin-left: 10px
}
#didomi-host div {
  box-sizing: border-box;
  display: block;
  max-width: 100%
}
#didomi-host p {
  display: block;
  margin-bottom: 16px
}
#didomi-host .p-title {
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: .005em
}
#didomi-host ul {
  display: block;
  margin-bottom: 16px
}
#didomi-host li {
  display: list-item;
  margin-left: 20px
}
#didomi-host ol {
  display: block;
  list-style-type: decimal;
  margin-bottom: 16px
}
#didomi-host table {
  border-collapse: separate;
  border-spacing: 2px;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  width: 100%
}
#didomi-host table tbody,
#didomi-host table thead {
  display: table-header-group
}
#didomi-host table tr {
  display: table-row
}
#didomi-host table td,
#didomi-host table th {
  display: table-cell
}
#didomi-host a {
  cursor: pointer
}
#didomi-host a.didomi-no-link-style {
  color: #000;
  text-decoration: none
}
#didomi-host style {
  display: none
}
#didomi-host .text-bold {
  font-weight: 700
}
#didomi-host h1 {
  display: block;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 16px
}
#didomi-host h2 {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 16px
}
#didomi-host h3 {
  display: block;
  font-size: 1.17em;
  font-weight: 700;
  margin-bottom: 16px
}
#didomi-host h4 {
  display: block;
  font-weight: 700;
  margin-bottom: 16px
}
#didomi-host h5 {
  display: block;
  font-size: .83em;
  font-weight: 700;
  margin-bottom: 16px
}
#didomi-host h6 {
  display: block;
  font-size: .67em;
  font-weight: 700;
  margin-bottom: 16px
}
#didomi-host b,
#didomi-host strong {
  font-weight: 700
}
#didomi-host cite,
#didomi-host dfn,
#didomi-host em,
#didomi-host i,
#didomi-host var {
  font-style: italic
}
#didomi-host ins,
#didomi-host u {
  text-decoration: underline
}
#didomi-host del,
#didomi-host s,
#didomi-host strike {
  text-decoration: line-through
}
#didomi-host sub {
  font-size: smaller;
  line-height: normal;
  vertical-align: sub
}
#didomi-host sup {
  font-size: smaller;
  line-height: normal;
  vertical-align: super
}
#didomi-host nobr {
  white-space: nowrap
}
#didomi-host hr {
  border: 1px inset;
  box-sizing: content-box;
  color: gray;
  display: block;
  margin: 16px 0
}
#didomi-host :focus {
  outline: 1px auto #4d90fe
}
#didomi-host li[title] span {
  border-bottom: 1px dashed #000;
  cursor: help
}
#didomi-host span[title] {
  border-bottom: 1px dashed #000;
  cursor: help
}
#didomi-host .hbb-safe-area {
  background-color: rgba(0,0,0,.5);
  height: 648px;
  left: 128px;
  position: absolute;
  top: 36px;
  width: 1024px
}
#didomi-host .didomi-popup-container {
  position: relative
}
#didomi-host [dataTooltip] {
  border-bottom: 1px dashed #000;
  cursor: help;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
#didomi-host [dataTooltip]:focus {
  border-radius: 2px;
  outline: 2px solid #2fabd5!important;
  outline-offset: 2px
}
[dir=rtl] #didomi-host [dataTooltip]:after {
  text-align: right
}
#didomi-host [dataTooltip]:focus:after {
  background-color: #f0f5ff;
  border-radius: 8px;
  content: attr(dataTooltip);
  display: block;
  font-size: 12px;
  left: 0;
  line-height: 18px;
  margin: 0 20px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  overflow-y: auto!important;
  padding: 16px;
  position: absolute;
  text-align: left;
  white-space: pre-line;
  z-index: 1
}
#didomi-host .didomi-consent-popup-categories [dataTooltip],
#didomi-host .didomi-consent-popup-vendor__description [dataTooltip],
#didomi-host .didomi-vendor-storage-disclosures [dataTooltip] {
  position: static
}
#didomi-host .didomi-consent-popup-categories [dataTooltip]:focus:after,
#didomi-host .didomi-consent-popup-vendor__description [dataTooltip]:focus:after,
#didomi-host .didomi-vendor-storage-disclosures [dataTooltip]:focus:after {
  position: static
}
#didomi-host .sr-only {
  border: 0!important;
  clip: rect(1px,1px,1px,1px)!important;
  -webkit-clip-path: inset(50%)!important;
  clip-path: inset(50%)!important;
  height: 1px!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: fixed!important;
  white-space: nowrap!important;
  width: 1px!important
}
#didomi-host .hidetooltip.hidetooltip.hidetooltip +[role=tooltip],
#didomi-host [role=tooltip] {
  position: fixed;
  visibility: hidden
}
#didomi-host .didomi-vendor-purpose-description {
  align-items: flex-start;
  align-self: stretch;
  background: #f8f8f8;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px;
  padding: 8px 16px
}
#didomi-host .didomi-vendor-purpose-description.tcfv_2_2 {
  font-size: 12px
}
#didomi-host #buttons #didomi-notice-learn-more-button > span {
  white-space: normal
}
#didomi-host .didomi-vendors-count-view-vendors-list-link {
  align-items: center;
  background: #fff;
  border: 1px solid #ebebeb;
  color: #6a6a6a;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 7px;
  height: 25px;
  justify-content: center;
  line-height: 17px;
  margin-left: 10px;
  padding: 5px 15px
}
#didomi-host #didomi-notice {
  background-color: #fff
}
#didomi-host #didomi-notice p {
  margin: 0
}
#didomi-host #didomi-notice.didomi-regular-notice {
  font-size: 13px;
  line-height: 1.5em;
  position: fixed;
  z-index: 2147483640
}
#didomi-host #didomi-notice.didomi-regular-notice.didomi-regular-notice-with-data-processing .didomi-notice-text {
  margin-right: 40px
}
#didomi-host #didomi-notice.didomi-regular-notice a {
  color: inherit;
  text-decoration: underline
}
#didomi-host #didomi-notice.didomi-regular-notice .didomi-notice-view-partners-link,
#didomi-host #didomi-notice.didomi-regular-notice .didomi-notice-view-partners-link-in-text {
  text-decoration: underline
}
#didomi-host #didomi-notice.didomi-regular-notice .didomi-buttons-with-x-button {
  margin-top: 36px
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-box {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  max-width: 310px;
  padding: 32px
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-box #buttons {
  margin-top: 20px
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-box #buttons.single {
  width: 100%
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-box #buttons.single button {
  width: 100%
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-box #buttons.multiple {
  width: 100%
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-box #buttons.multiple button {
  padding-right: .8em;
  width: 100%
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-box.top.left {
  margin: 1em 0 0 1em
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-box.top.right {
  margin: 1em 1em 0 0
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-box.bottom.left {
  margin: 0 0 1em 1em
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-box.bottom.right {
  margin: 0 1em 1em 0
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-banner {
  left: 0;
  padding: 1em 1.8em;
  right: 0
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-banner .didomi-notice__interior-border {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: justify;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  justify-content: space-between
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-banner #buttons.multiple {
  flex-shrink: 0;
  -ms-flex: 0 0 auto
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-banner #buttons.multiple button {
  margin-right: 10px
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-panel {
  max-width: 600px
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-panel.right {
  right: 100px
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-panel.left {
  left: 100px
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-panel.bottom {
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-style: solid;
  border-top-width: 1px;
  padding: 1px
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-panel.bottom .didomi-notice__interior-border {
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-style: solid;
  border-top-width: 1px;
  padding: 10px
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-panel.top {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  padding: 1px
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-panel.top .didomi-notice__interior-border {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  padding: 10px
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-panel #buttons.multiple {
  margin-top: 20px
}
#didomi-host #didomi-notice.didomi-regular-notice.shape-panel #buttons.multiple button {
  margin-right: 10px
}
#didomi-host #didomi-notice.didomi-regular-notice.top {
  top: 0
}
#didomi-host #didomi-notice.didomi-regular-notice.bottom {
  bottom: 0
}
#didomi-host #didomi-notice.didomi-regular-notice.left {
  left: 0
}
#didomi-host #didomi-notice.didomi-regular-notice.right {
  right: 0
}
#didomi-host #didomi-notice.didomi-regular-notice #buttons {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: center;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center
}
#didomi-host #didomi-notice.didomi-regular-notice #buttons button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: block;
  font-size: .9em;
  font-weight: 700;
  min-width: 140px;
  padding: .4em .8em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap
}
#didomi-host #didomi-notice.didomi-regular-notice #buttons button.didomi-button-standard {
  background-color: #eee;
  border: 1px solid rgba(34,34,34,.2);
  color: #555
}
#didomi-host #didomi-notice.didomi-regular-notice .didomi-x-button {
  right: 8px;
  top: 8px
}
[dir=rtl] #didomi-host #didomi-notice.didomi-regular-notice .didomi-x-button {
  left: 8px;
  right: auto
}
#didomi-host #didomi-notice.didomi-regular-notice .didomi-gpc-container {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin: 10px 10px 16px 0
}
#didomi-host .didomi-banner-notice-optin-type .didomi-continue-without-agreeing {
  position: absolute;
  right: 35px!important;
  top: 10px!important
}
[dir=rtl] #didomi-host .didomi-banner-notice-optin-type .didomi-continue-without-agreeing {
  left: 35px;
  right: auto!important
}
#didomi-host .didomi-screen-large #didomi-notice.didomi-regular-notice.didomi-regular-notice-with-data-processing .didomi-notice-text {
  max-width: 1200px
}
#didomi-host .didomi-screen-xlarge #didomi-notice.didomi-regular-notice.didomi-regular-notice-with-data-processing .didomi-notice-text {
  max-width: 1500px
}
#didomi-host .didomi-mobile .didomi-notice-text-with-x-button {
  margin-left: 36px;
  margin-top: 36px
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice.didomi-support-full-height {
  box-sizing: border-box;
  display: flex;
  height: auto;
  max-height: 100%
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice.didomi-support-full-height.didomi-max-height-reached #buttons {
  box-shadow: 0 -3px 10px -2px rgba(0,0,0,.1)
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice.didomi-support-full-height .didomi-notice__interior-border {
  display: flex;
  flex: 1 0 auto;
  max-height: 100vh;
  max-height: -webkit-fill-available;
  padding: 0;
  width: 100%
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice.didomi-support-full-height .didomi-notice__interior-border .didomi-notice-text {
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  padding: 1em 1.8em
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice.didomi-support-full-height .didomi-notice__interior-border .didomi-notice-text > :last-child {
  margin-bottom: 20px
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice.didomi-support-full-height .didomi-notice__interior-border #buttons {
  box-sizing: border-box;
  flex: 1 0 auto;
  margin-top: 0;
  padding: 1em 1.8em
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice .didomi-gpc-container {
  align-items: center;
  margin: 10px 10px 10px 0
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice {
  font-size: 11px;
  left: 0;
  padding: 1px;
  right: 0
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice.didomi-regular-notice-with-data-processing {
  font-size: 12px
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice.didomi-regular-notice-with-data-processing .didomi-notice-text {
  margin-right: 0
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice .didomi-notice__interior-border {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  padding: 1em 1.8em
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice.bottom {
  border-top-style: solid;
  border-top-width: 1px
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice.bottom .didomi-notice__interior-border {
  border-top-style: solid;
  border-top-width: 1px
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice.top {
  border-bottom-style: solid;
  border-bottom-width: 1px
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice.top .didomi-notice__interior-border {
  border-bottom-style: solid;
  border-bottom-width: 1px
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice #text {
  width: 100%
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice #buttons {
  margin-top: 20px
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice #buttons.single {
  width: 100%
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice #buttons.single button {
  width: 100%
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice #buttons.multiple {
  width: 100%
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice #buttons.multiple button {
  margin-right: 10px;
  padding-right: .8em;
  width: 100%
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice #buttons.multiple button:last-child {
  margin-right: 0
}
#didomi-host .didomi-mobile .didomi-banner-notice-optin-type .didomi-banner-notice-continue-without-agreeing-buttons {
  width: 100%
}
#didomi-host .didomi-mobile .didomi-banner-notice-optin-type .didomi-continue-without-agreeing {
  align-self: flex-end;
  margin-bottom: 15px;
  margin-top: 5px;
  position: static
}
#didomi-host .didomi-screen-xsmall #didomi-notice.didomi-regular-notice #buttons.multiple {
  -moz-flex-direction: column;
  flex-direction: column
}
#didomi-host .didomi-screen-xsmall #didomi-notice.didomi-regular-notice #buttons.multiple button {
  margin-bottom: 10px;
  margin-right: 0;
  padding-right: 0;
  width: 100%
}
#didomi-host .didomi-screen-xsmall #didomi-notice.didomi-regular-notice #buttons.multiple button:last-child {
  margin-bottom: 0
}
#didomi-host #notice-vendors-number-section {
  align-items: center;
  color: #05687b;
  display: flex;
  justify-content: end
}
#didomi-host #notice-vendors-number-section p {
  margin: 0
}
#didomi-host .didomi-popup__backdrop {
  z-index: 2147483641
}
#didomi-host .didomi-popup__backdrop.didomi-notice-popup .didomi-popup-view {
  width: 100%
}
#didomi-host .didomi-popup__backdrop.didomi-popup-with-x-button {
  padding-top: 18px
}
#didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  max-height: 100vh
}
#didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height.didomi-max-height-reached .didomi-exterior-border {
  border-radius: 0
}
#didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height.didomi-max-height-reached .didomi-popup-container {
  border-radius: 0
}
#didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height.didomi-max-height-reached .didomi-popup-notice-logo-container {
  box-shadow: 0 3px 10px -2px rgba(0,0,0,.1)
}
#didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height.didomi-max-height-reached #buttons {
  box-shadow: 0 -3px 10px -2px rgba(0,0,0,.1)
}
#didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height .didomi-exterior-border {
  box-sizing: border-box;
  display: inherit;
  display: flex;
  margin: 0 auto;
  max-height: 100%;
  padding: 0!important;
  z-index: 2147483641
}
#didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container {
  box-sizing: border-box;
  display: flex;
  flex: 1 0 auto;
  margin: 0 auto;
  max-width: 700px;
  padding: 0!important
}
@media (-ms-high-contrast:none) {
  #didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view,
  #didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container ::-ms-backdrop {
    height: auto!important;
    overflow-y: auto
  }
  #didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-exterior-border,
  #didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container ::-ms-backdrop {
    display: block!important
  }
}
#didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view {
  display: -webkit-flexbox;
  display: flex;
  flex: 1 0 auto;
  -moz-flex-direction: column;
  flex-direction: column;
  height: 100%;
  height: -moz-fit-content;
  height: fit-content;
  height: -webkit-fit-content;
  max-height: 100vh;
  padding: 0;
  width: 100%;
  -webkit-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start
}
#didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view > :first-child {
  padding-top: 50px
}
#didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view .didomi-popup-notice-logo-container {
  box-sizing: border-box;
  flex: 1 0 auto;
  z-index: 2147483640
}
#didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view .didomi-popup-notice-logo-container .didomi-popup-notice-logo {
  margin-bottom: 30px
}
#didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view .didomi-popup-notice-text-container {
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
  padding: 0 50px
}
#didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view .didomi-popup-notice-text-container > :last-child {
  margin-bottom: 20px
}
#didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view #buttons {
  box-sizing: border-box;
  flex: 1 0 auto;
  margin-top: 0;
  padding: 20px 25px 50px
}
#didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view #buttons button:first-child {
  margin-top: 0!important
}
@media (-ms-high-contrast:none) {
  #didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view .didomi-popup-notice-logo-container,
  #didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view ::-ms-backdrop {
    flex: 1 0 0
  }
  #didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view #buttons,
  #didomi-host .didomi-popup__backdrop.didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view ::-ms-backdrop {
    flex: 1 0 0
  }
}
#didomi-host .didomi-popup-notice {
  align-items: center;
  box-sizing: border-box;
  display: -webkit-flexbox;
  display: flex;
  flex: 1;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 600px;
  padding: 50px;
  position: relative
}
#didomi-host .didomi-popup-notice.didomi-popup-notice-with-data-processing {
  color: #333;
  padding: 45px 25px!important
}
#didomi-host .didomi-popup-notice.didomi-popup-notice-with-data-processing h1 {
  margin-bottom: 25px;
  margin-top: 0;
  text-align: left
}
[dir=rtl] #didomi-host .didomi-popup-notice.didomi-popup-notice-with-data-processing h1 {
  text-align: right
}
#didomi-host .didomi-popup-notice.didomi-popup-notice-with-data-processing p {
  margin-bottom: 10px;
  margin-top: 0
}
#didomi-host .didomi-popup-notice.didomi-popup-notice-data-processing-list p span {
  font-size: 12px
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-text p {
  font-size: 15px;
  margin: 0
}
#didomi-host .didomi-popup-notice h1 {
  margin-bottom: 50px;
  text-align: center
}
[dir=rtl] #didomi-host .didomi-popup-notice h1 {
  text-align: right
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-logo {
  margin-bottom: 30px;
  width: 200px
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-subtext,
#didomi-host .didomi-popup-notice .didomi-popup-notice-text {
  flex: 0 auto;
  max-width: 600px;
  text-align: left;
  width: 100%
}
[dir=rtl] #didomi-host .didomi-popup-notice .didomi-popup-notice-subtext,
[dir=rtl] #didomi-host .didomi-popup-notice .didomi-popup-notice-text {
  text-align: right
}
#didomi-host .didomi-popup-notice .didomi-notice-view-partners-link {
  display: block;
  margin-top: 20px;
  text-align: center
}
#didomi-host .didomi-popup-notice .didomi-notice-view-partners-link-in-text {
  text-decoration: underline
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-buttons {
  align-items: normal;
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-buttons .didomi-components-button {
  padding: 2px 25px
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-buttons .didomi-components-button:hover {
  opacity: .7
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-buttons a {
  text-decoration: underline
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-buttons .didomi-button {
  height: auto;
  line-height: 140%;
  margin-right: 10px;
  min-height: 40px;
  min-width: 200px
}
[dir=rtl] #didomi-host .didomi-popup-notice .didomi-popup-notice-buttons .didomi-button {
  margin-right: 0
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-buttons .didomi-button:last-child {
  margin-right: 0
}
[dir=rtl] #didomi-host .didomi-popup-notice .didomi-popup-notice-buttons .didomi-button:last-child {
  margin-right: 10px
}
[dir=rtl] #didomi-host .didomi-popup-notice .didomi-popup-notice-buttons .didomi-button:not(:last-child):not(:first-child) {
  margin-right: 10px
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-subtext {
  margin-top: 30px
}
#didomi-host .didomi-popup-notice .didomi-popup-close {
  position: absolute;
  right: 30px;
  top: 30px
}
#didomi-host .didomi-popup-notice-optin-type {
  max-width: 730px
}
#didomi-host .didomi-popup-notice-optin-type .didomi-popup-notice-buttons {
  align-items: normal
}
#didomi-host .didomi-popup-notice-optin-type .didomi-popup-notice-buttons .didomi-components-button {
  height: auto;
  line-height: 140%;
  padding: 8px 16px!important
}
#didomi-host .didomi-popup-notice-optin-type .didomi-popup-notice-logo-container,
#didomi-host .didomi-popup-notice-optin-type .didomi-popup-notice-text-container {
  clear: both
}
#didomi-host .didomi-popup-notice-optin-type .didomi-continue-without-agreeing {
  float: right;
  margin-bottom: 40px;
  margin-top: -10px
}
[dir=rtl] #didomi-host .didomi-popup-notice-optin-type .didomi-continue-without-agreeing {
  float: left
}
#didomi-host .didomi-gpc-container {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  padding: 0;
  width: 100%
}
#didomi-host .didomi-mobile #notice-vendors-number-section {
  align-items: end;
  flex-direction: column
}
#didomi-host .didomi-mobile #notice-vendors-number-section .didomi-vendors-count-view-vendors-list-link {
  border-color: #05687b;
  color: #05687b
}
#didomi-host .didomi-mobile #didomi-popup .didomi-popup-notice {
  font-size: 12px;
  line-height: 160%;
  padding: 30px
}
#didomi-host .didomi-mobile #didomi-popup .didomi-popup-notice h1 {
  margin-bottom: 35px
}
#didomi-host .didomi-mobile #didomi-popup .didomi-popup-notice p {
  text-align: justify
}
#didomi-host .didomi-mobile #didomi-popup .didomi-popup-notice .didomi-gpc-container {
  align-items: center
}
#didomi-host .didomi-mobile .didomi-popup-with-x-button {
  padding-top: 0
}
#didomi-host .didomi-mobile .didomi-notice-popup.didomi-support-full-height {
  max-height: -webkit-fill-available
}
#didomi-host .didomi-mobile .didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view {
  max-height: -webkit-fill-available
}
#didomi-host .didomi-mobile .didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view > :first-child {
  padding-top: 30px
}
#didomi-host .didomi-mobile .didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view .didomi-popup-notice-logo-container .didomi-popup-notice-logo {
  margin-bottom: 30px
}
#didomi-host .didomi-mobile .didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view .didomi-popup-notice-text-container {
  padding: 0 30px
}
#didomi-host .didomi-mobile .didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view .didomi-popup-notice-text-container > :first-child {
  margin-top: 20px
}
#didomi-host .didomi-mobile .didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view .didomi-popup-notice-text-container > :last-child {
  margin-bottom: 15px
}
#didomi-host .didomi-mobile .didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view .didomi-popup-notice-text-container ~ .didomi-popup-notice-logo-container {
  padding: 0 30px
}
#didomi-host .didomi-mobile .didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view #buttons {
  padding: 30px 15px
}
#didomi-host .didomi-mobile .didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view #buttons button:first-child {
  margin-top: 0!important
}
#didomi-host .didomi-mobile .didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view .didomi-popup-notice-subtext {
  margin-bottom: 30px
}
#didomi-host .didomi-mobile .didomi-popup-notice-optin-type .didomi-continue-without-agreeing {
  margin-bottom: 30px;
  margin-top: 0
}
#didomi-host .didomi-mobile .didomi-popup-notice-text p {
  font-size: 12px;
  margin: 0
}
#didomi-host .didomi-screen-xsmall .didomi-popup-notice-buttons {
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 15px
}
#didomi-host .didomi-screen-xsmall .didomi-popup-notice-buttons .didomi-components-button {
  margin: 10px 0 0!important
}
#didomi-host .didomi-screen-xsmall .didomi-popup-with-x-button {
  padding-top: 0
}
#didomi-host .didomi-screen-xsmall .didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view > :first-child {
  padding-top: 15px
}
#didomi-host .didomi-screen-xsmall .didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view .didomi-popup-notice-logo-container .didomi-popup-notice-logo {
  margin-bottom: 15px
}
#didomi-host .didomi-screen-xsmall .didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view .didomi-popup-notice-text-container {
  padding: 0 15px
}
#didomi-host .didomi-screen-xsmall .didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view .didomi-popup-notice-text-container > :first-child {
  margin-top: 20px
}
#didomi-host .didomi-screen-xsmall .didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view .didomi-popup-notice-text-container > :last-child {
  margin-bottom: 15px
}
#didomi-host .didomi-screen-xsmall .didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view .didomi-popup-notice-text-container ~ .didomi-popup-notice-logo-container {
  padding: 0 15px
}
#didomi-host .didomi-screen-xsmall .didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view #buttons {
  padding: 15px
}
#didomi-host .didomi-screen-xsmall .didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view #buttons button:first-child {
  margin-top: 0!important
}
#didomi-host .didomi-screen-xsmall .didomi-notice-popup.didomi-support-full-height .didomi-exterior-border .didomi-popup-container .didomi-popup-view .didomi-popup-notice-subtext {
  margin-bottom: 15px
}
#didomi-host #didomi-notice.didomi-custom-notice-html {
  position: fixed;
  z-index: 2147483640
}
#didomi-host #didomi-notice.didomi-custom-notice-html.shape-box {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between
}
#didomi-host #didomi-notice.didomi-custom-notice-html.shape-banner {
  left: 0;
  right: 0
}
#didomi-host #didomi-notice.didomi-custom-notice-html.top {
  top: 0
}
#didomi-host #didomi-notice.didomi-custom-notice-html.bottom {
  bottom: 0
}
#didomi-host #didomi-notice.didomi-custom-notice-html.left {
  left: 0
}
#didomi-host #didomi-notice.didomi-custom-notice-html.right {
  right: 0
}
#didomi-host .didomi-mobile #didomi-notice.didomi-custom-notice-html {
  left: 0;
  right: 0
}
#didomi-host .didomi-consent-popup-body {
  padding: 30px 20px
}
#didomi-host .didomi-consent-popup-body .didomi-consent-popup-body__title {
  color: #526e7a;
  display: block;
  font-family: Arial;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase
}
#didomi-host .didomi-consent-popup-body .didomi-consent-popup-body__subtext {
  margin-bottom: 22px
}
#didomi-host .didomi-consent-popup-body .didomi-consent-popup-body__explanation a {
  font-weight: 700;
  text-decoration: underline
}
#didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center
}
#didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height.didomi-max-height-reached .didomi-exterior-border {
  border-radius: 0
}
#didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height.didomi-max-height-reached .didomi-popup-container {
  border-radius: 0
}
#didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height .didomi-exterior-border {
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
  max-height: 100%;
  padding: 0!important;
  z-index: 2147483641
}
@media (-ms-high-contrast:none) {
  #didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height .didomi-exterior-border .didomi-popup-container,
  #didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height .didomi-exterior-border ::-ms-backdrop {
    display: block!important
  }
  #didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences,
  #didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height .didomi-exterior-border ::-ms-backdrop {
    display: block!important
  }
}
#didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height .didomi-exterior-border .didomi-popup-container {
  box-sizing: border-box;
  display: flex;
  flex: 1 0 auto;
  margin: 0 auto;
  padding: 0!important
}
#didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences {
  display: flex;
  padding: 0
}
@media (-ms-high-contrast:none) {
  #didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences .didomi-popup-view,
  #didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences ::-ms-backdrop {
    height: auto!important;
    overflow-y: auto
  }
}
#didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences .didomi-popup-view {
  display: -webkit-flexbox;
  display: flex;
  flex: 1;
  -moz-flex-direction: column;
  flex-direction: column;
  height: 100%;
  height: -moz-fit-content;
  height: fit-content;
  height: -webkit-fit-content;
  max-height: 100vh;
  padding: 0;
  width: 100%;
  -webkit-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start
}
#didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences .didomi-popup-view .didomi-popup-body {
  overflow-y: auto;
  padding: 10px 20px 0
}
#didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences .didomi-popup-view .didomi-popup-body > :last-child {
  margin-bottom: 20px
}
#didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences .didomi-popup-view .didomi-popup-header {
  box-sizing: border-box;
  flex: 1 0 auto;
  padding: 15px 20px;
  z-index: 2147483640
}
#didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences .didomi-popup-view .didomi-popup-footer {
  box-sizing: border-box;
  flex: 1 0 auto;
  padding: 10px 20px;
  z-index: 2147483640
}
#didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences .didomi-popup-view .didomi-popup-footer .didomi-logo-icon {
  margin-left: 0
}
@media (-ms-high-contrast:none) {
  #didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences .didomi-popup-view .didomi-popup-header,
  #didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences .didomi-popup-view ::-ms-backdrop {
    flex: 1 0 0
  }
  #didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences .didomi-popup-view .didomi-popup-footer,
  #didomi-host .didomi-consent-popup__backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences .didomi-popup-view ::-ms-backdrop {
    flex: 1 0 0
  }
}
#didomi-host .didomi-mobile .didomi-popup-backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences .didomi-popup-view {
  max-height: -webkit-fill-available
}
#didomi-host .didomi-mobile .didomi-popup-backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences .didomi-popup-view .didomi-popup-body {
  padding: 15px 15px 0
}
#didomi-host .didomi-mobile .didomi-popup-backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences .didomi-popup-view .didomi-popup-body > :last-child {
  margin-bottom: 15px
}
#didomi-host .didomi-mobile .didomi-popup-backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences .didomi-popup-view .didomi-popup-header {
  box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
  padding: 10px 15px
}
#didomi-host .didomi-mobile .didomi-popup-backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences .didomi-popup-view .didomi-popup-footer {
  box-shadow: 0 -3px 10px -2px rgba(0,0,0,.1);
  padding: 10px 15px
}
#didomi-host .didomi-mobile .didomi-popup-backdrop.didomi-support-full-height .didomi-exterior-border .didomi-consent-popup-preferences .didomi-popup-view .didomi-popup-footer .didomi-consent-popup-actions {
  padding: 0
}
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-data-processing__buttons {
  -webkit-flex-shrink: 0;
  -webkit-box-flex: 0;
  flex-shrink: 0;
  margin-left: 15px
}
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-data-processing {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: justify;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 8px
}
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-purpose,
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-vendor {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-pack: justify;
  -moz-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 8px
}
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-purpose .didomi-consent-popup-purpose__buttons,
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-purpose .didomi-consent-popup-vendor__buttons,
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-vendor .didomi-consent-popup-purpose__buttons,
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-vendor .didomi-consent-popup-vendor__buttons {
  -webkit-flex-shrink: 0;
  -webkit-box-flex: 0;
  flex-shrink: 0;
  margin-left: 15px
}
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-purpose .didomi-consent-popup-vendor__start_aligned_buttons,
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-vendor .didomi-consent-popup-vendor__start_aligned_buttons {
  align-self: start
}
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-purpose .didomi-consent-popup-vendor__right_aligned_buttons,
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-vendor .didomi-consent-popup-vendor__right_aligned_buttons {
  float: right;
  margin-top: -2px
}
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-partner {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 15px
}
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-partner a {
  border-bottom: 1px dashed #000
}
#didomi-host .didomi-mobile #didomi-consent-popup .didomi-consent-popup-preferences .didomi-consent-popup-vendor {
  -moz-align-items: flex-start;
  align-items: flex-start;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-bottom: 8px
}
#didomi-host .didomi-mobile #didomi-consent-popup .didomi-consent-popup-preferences .didomi-consent-popup-vendor .didomi-consent-popup-purpose__buttons,
#didomi-host .didomi-mobile #didomi-consent-popup .didomi-consent-popup-preferences .didomi-consent-popup-vendor .didomi-consent-popup-vendor__buttons {
  -webkit-flex-shrink: 0;
  -webkit-box-flex: 0;
  flex-shrink: 0;
  margin-left: 0;
  margin-top: 10px
}
#didomi-host .didomi-mobile #didomi-consent-popup .didomi-consent-popup-preferences .didomi-consent-popup-data-processing {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-pack: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start
}
#didomi-host .didomi-mobile #didomi-consent-popup .didomi-consent-popup-preferences .didomi-consent-popup-data-processing .didomi-consent-popup-category__name,
#didomi-host .didomi-mobile #didomi-consent-popup .didomi-consent-popup-preferences .didomi-consent-popup-data-processing .didomi-consent-popup-data-processing__purpose {
  margin-bottom: 6px
}
#didomi-host .didomi-mobile #didomi-consent-popup .didomi-consent-popup-preferences .didomi-consent-popup-data-processing .didomi-consent-popup-category__description,
#didomi-host .didomi-mobile #didomi-consent-popup .didomi-consent-popup-preferences .didomi-consent-popup-data-processing .didomi-consent-popup-data-processing__description {
  font-size: 12px
}
#didomi-host .didomi-mobile #didomi-consent-popup .didomi-consent-popup-category__description {
  font-size: 12px;
  margin-bottom: 20px
}
#didomi-host .didomi-mobile #didomi-consent-popup .didomi-consent-popup-data-processing__essential_purpose {
  flex: 0
}
#didomi-host .didomi-mobile .didomi-consent-popup-vendor__right_aligned_buttons {
  display: flex;
  float: none!important;
  margin-top: 0!important
}
#didomi-host .didomi-consent-popup-information .didomi-consent-popup-body {
  max-height: 300px;
  overflow: auto
}
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-consent-popup-body_vendors-list .didomi-vendors-details-title {
  font-weight: 700
}
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-consent-popup-body_vendors-list ul {
  margin: 0;
  padding: 16px 12px
}
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-consent-popup-body_vendors-list ul li {
  margin-bottom: 10px
}
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-consent-popup-body_vendors-list ul li:last-child {
  margin-bottom: 0
}
#didomi-host .didomi-retention-time {
  background: #e2f5f9;
  border-radius: 4px;
  color: #333;
  display: inline-block;
  font-size: 10px;
  margin-left: 8px;
  padding: 0 8px;
  text-align: center
}
#didomi-host .didomi-retention-time span:first-child {
  font-weight: 700
}
#didomi-host .didomi-consent-popup-vendor__description {
  border-left: 1px solid;
  border-color: #e6e2d7;
  color: #333;
  font-size: 14px;
  padding-left: 10px;
  padding-top: 3px
}
#didomi-host .didomi-consent-popup-vendor__description > div {
  margin-bottom: 8px
}
#didomi-host .didomi-consent-popup-vendor__description > div:last-child {
  margin-bottom: 0
}
#didomi-host .didomi-consent-popup-vendor__description .didomi-components-accordion-label-container {
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
  word-wrap: break-word;
  padding-bottom: 0
}
#didomi-host .didomi-consent-popup-vendor__description .didomi-components-accordion-label-container .trigger-icon {
  margin-right: 4px
}
#didomi-host .didomi-consent-popup-vendor__description .didomi-content {
  margin: 0;
  padding: 16px 12px
}
#didomi-host .didomi-consent-popup-vendor__description .didomi-content p:first-child {
  margin-top: 0
}
#didomi-host .didomi-consent-popup-vendor__description .didomi-content ul {
  margin: 0;
  padding: 0
}
#didomi-host .didomi-consent-popup-vendor__description .didomi-content ul li {
  margin-bottom: 10px
}
#didomi-host .didomi-consent-popup-vendor__description .didomi-content ul li:last-child {
  margin-bottom: 0
}
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-consent-popup-body_vendors-list {
  border: 2px solid rgba(0,0,0,.05);
  height: 280px;
  overflow: auto;
  padding: 12px
}
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-consent-popup-body {
  padding: 20px
}
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-consent-popup-container-click-all {
  background: rgba(0,0,0,.05);
  font-weight: 700;
  margin: 0!important;
  padding: 8px 12px
}
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-popup-title {
  cursor: pointer
}
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-popup-title:hover {
  opacity: .7
}
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-user-information-container {
  border: 2px solid rgba(0,0,0,.05);
  padding: 12px;
  word-break: break-all
}
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-user-information-trigger {
  color: #666;
  font-size: 12px;
  font-weight: 700
}
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-user-information-trigger > .trigger-icon {
  font-size: 12px!important
}
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-vendors-disclaimer,
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-vendors-iab-disclaimer {
  color: #333;
  margin-bottom: 10px;
  margin-top: 16px
}
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-vendors-disclaimer p,
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-vendors-iab-disclaimer p {
  margin: 0
}
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-vendors-disclaimer a,
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-vendors-iab-disclaimer a {
  color: #526e7a
}
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-data-processing .didomi-consent-popup-data-processing-illustrations {
  background: #f1f0f1;
  border: 1px solid #ddd;
  font-size: 10px;
  line-height: 16px;
  padding: 10px
}
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-data-processing .didomi-consent-popup-data-processing-illustrations .didomi-consent-popup-data-processing-illustration {
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 0;
  padding: 10px 0
}
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-data-processing .didomi-consent-popup-data-processing-illustrations .didomi-consent-popup-data-processing-illustration:last-child {
  border-bottom: 0;
  padding-bottom: 0
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-category {
  margin: 12px 0 0;
  overflow-y: auto;
  padding: 0;
  scrollbar-width: none;
  -ms-overflow-style: none
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-category::-webkit-scrollbar {
  display: none
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-category .label-click {
  font-weight: 700
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-category .didomi-consent-popup-category__children {
  border-left: 1px solid #e7e2d6;
  margin-left: 15px;
  padding: 0 0 5px 15px
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-category .didomi-consent-popup-category__name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-category .didomi-consent-popup-category__description {
  font-size: 14px;
  font-weight: 300
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-category .didomi-consent-popup-category__children {
  margin-top: 12px;
  padding-bottom: 0
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-category .didomi-consent-popup-category__children .didomi-consent-popup-category {
  padding: 0
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-category .didomi-consent-popup-category__children .didomi-consent-popup-category__name {
  font-size: 14px
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-category .didomi-consent-popup-category__children .didomi-consent-popup-data-processing {
  border: none;
  padding: 0
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-category .didomi-consent-popup-category__children .didomi-consent-popup-data-processing .didomi-consent-popup-data-processing__purpose {
  font-size: 14px
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-category .didomi-consent-popup-category__children .didomi-consent-popup-data-processing__description {
  padding: 0
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-category .didomi-consent-popup-category__children .didomi-consent-popup-preferences-purposes-features {
  font-size: 14px
}
#didomi-host .didomi-consent-popup-preferences-purposes .vendors-count-label {
  background: #f0f0f0;
  border: none;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 5px;
  min-height: 21px
}
#didomi-host .didomi-consent-popup-preferences-purposes .vendors-count-label:hover {
  background: #e2f5f9;
  cursor: pointer
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-category,
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-data-processing {
  font-weight: 700
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-category .label-button-section,
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-data-processing .label-button-section {
  display: contents
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-data-processing__description {
  color: #333;
  font-size: 14px
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-data-processing__description p {
  margin: 10px 0;
  padding: 0
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-data-processing__essential_purpose {
  color: #526e7a;
  display: flex;
  flex: 2.75;
  font-size: 14px;
  justify-content: center;
  line-height: 17px;
  margin: 5px 0 5px 15px;
  text-transform: uppercase
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-data-processing__essential_purpose_explanation {
  color: #526e7a;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-data-processing__description_legal_icon {
  border-bottom: none
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-data-processing__description_legal_icon svg {
  margin-top: -5px
}
[dir=rtl] #didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-data-processing__description_legal_icon:after {
  text-align: right
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-data-processing__purpose_actions {
  align-items: center;
  background-color: #fff;
  border-radius: 1px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: center
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-data-processing__purpose_actions .didomi-consent-popup-data-processing__purpose_actions_title {
  color: #333;
  font-weight: 700
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-data-processing__purpose_actions .didomi-consent-popup-data-processing__purpose_action_buttons {
  float: right
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-categories-nested .didomi-consent-popup-data-processing {
  margin: 12px 0 0;
  padding: 0
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-categories-nested .didomi-consent-popup-data-processing__purpose {
  font-size: 15px
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-view-vendors-list {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  text-align: center
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-view-vendors-list .didomi-consent-popup-body__title {
  margin-bottom: 0
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-view-vendors-list .didomi-consent-popup-view-vendors-list-link {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 1px 1px 0 0 rgba(0,0,0,.1);
  color: #757575;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 15px;
  text-transform: none
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-view-vendors-list .didomi-consent-popup-view-vendors-list-link:hover {
  background-color: #eee;
  color: #585858
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-view-vendors-list .didomi-consent-popup-view-vendors-list-link span {
  background: rgba(0,0,0,0)
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-footer .didomi-popup-actions-container {
  display: -webkit-flexbox;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-footer .didomi-buttons-all-container {
  display: -webkit-flexbox;
  display: flex;
  -webkit-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-footer .didomi-buttons-all button:last-child {
  margin-right: 0
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-footer .didomi-consent-popup-information-save {
  color: #757575;
  font-size: 14px;
  font-style: italic;
  margin-right: 10px;
  padding: 10px 0;
  text-align: right
}
#didomi-host .didomi-mobile .didomi-consent-popup-preferences-purposes .didomi-consent-popup-category .label-button-section,
#didomi-host .didomi-mobile .didomi-consent-popup-preferences-purposes .didomi-consent-popup-data-processing .label-button-section {
  display: flex;
  justify-content: space-between;
  width: 100%
}
#didomi-host .didomi-mobile .didomi-consent-popup-preferences-purposes .didomi-consent-popup-category .vendors-count-label,
#didomi-host .didomi-mobile .didomi-consent-popup-preferences-purposes .didomi-consent-popup-data-processing .vendors-count-label {
  margin-right: clamp(.5%,1dvw,10px);
  min-width: 75px;
  text-align: center
}
#didomi-host .didomi-mobile .didomi-consent-popup-preferences-purposes .didomi-consent-popup-data-processing__purpose_actions .didomi-consent-popup-data-processing__purpose_actions_title {
  margin-right: clamp(.5%,1dvw,15px)
}
#didomi-host .didomi-mobile .didomi-consent-popup-preferences-purposes .didomi-consent-popup-data-processing__essential_purpose {
  display: inline-block;
  margin-left: 0!important
}
#didomi-host .didomi-mobile .didomi-consent-popup-preferences-purposes .didomi-consent-popup-footer {
  height: auto!important
}
#didomi-host .didomi-mobile .didomi-consent-popup-preferences-purposes .didomi-consent-popup-footer .didomi-consent-popup-actions {
  padding: 8px 0
}
#didomi-host .didomi-mobile .didomi-consent-popup-preferences-purposes .didomi-consent-popup-footer .didomi-consent-popup-actions:not(.didomi-buttons-all) {
  flex-direction: row
}
#didomi-host .didomi-mobile .didomi-consent-popup-preferences-purposes .didomi-consent-popup-footer .didomi-consent-popup-actions .didomi-consent-popup-information-save {
  margin-top: 5px;
  text-align: center
}
#didomi-host .didomi-consent-popup__3e6e3e05-9201-4614-a13e-b9649d1fa0e4 .didomi-components-accordion-label-container .didomi-consent-popup-data-processing__purpose {
  font-size: 15px!important
}
#didomi-host .didomi-consent-popup__3e6e3e05-9201-4614-a13e-b9649d1fa0e4 .didomi-consent-popup-category__children .didomi-consent-popup-categories .didomi-consent-popup-data-processing .didomi-components-accordion .didomi-components-accordion-label-container .didomi-consent-popup-data-processing__purpose {
  font-size: 14px!important
}
#didomi-host .didomi-consent-popup-category__children .didomi-consent-popup-preferences-purposes-features {
  font-size: 14px!important
}
#didomi-host .didomi-consent-popup-preferences-purposes-features {
  margin-top: 22px
}
#didomi-host .didomi-consent-popup-preferences-purposes-features div {
  display: inline
}
#didomi-vendors-count .didomi-consent-popup-vendors-count {
  max-height: 80vh;
  max-width: 80vw;
  overflow-y: auto;
  width: 600px
}
#didomi-vendors-count .didomi-popup-view {
  overflow-y: hidden
}
#didomi-vendors-count .didomi-popup-view .didomi-popup-header {
  align-items: start;
  background-color: #e2f5f9;
  flex-direction: column;
  padding: 16px 20px
}
#didomi-vendors-count .didomi-popup-view .didomi-popup-header .didomi-arrow-back-vendors-count {
  background-color: rgba(0,0,0,0);
  border: none
}
#didomi-vendors-count .didomi-popup-view .didomi-popup-header .vendors-list-labels {
  flex: 1;
  margin-left: 25px;
  min-width: 160px
}
#didomi-vendors-count .didomi-popup-view .didomi-popup-header .vendors-list-labels .iab-vendors-count-label,
#didomi-vendors-count .didomi-popup-view .didomi-popup-header .vendors-list-labels .vendors-count-label {
  background: #fff;
  border: none;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 17px;
  margin-right: 8px;
  padding: 4px 8px;
  text-align: right
}
#didomi-vendors-count .didomi-popup-view .didomi-popup-body {
  font-size: 15px;
  line-height: 24px;
  max-height: 50vh;
  overflow-y: auto;
  padding: 24px 20px
}
#didomi-vendors-count .didomi-popup-view .didomi-popup-body ul {
  margin: 0;
  padding: 0
}
#didomi-vendors-count .didomi-popup-view .didomi-popup-body ul li {
  margin-bottom: 10px
}
.didomi-mobile #didomi-vendors-count .didomi-popup-header {
  align-items: flex-start;
  flex-direction: column
}
.didomi-continue-without-agreeing {
  color: #444;
  cursor: pointer;
  text-decoration: underline
}
.didomi-continue-without-agreeing:hover {
  opacity: .7
}
#didomi-host .didomi-storage-info {
  font-weight: 700
}
#didomi-host .didomi-storage-info .didomi-storage-info__description {
  border-left: 1px solid #e6e2d7;
  color: #333;
  font-size: 14px;
  padding-left: 24px;
  padding-top: 3px
}
#didomi-host .didomi-storage-info .didomi-storage-info__description.didomi-content.active {
  padding-bottom: 0!important
}
#didomi-host .didomi-storage-info .didomi-storage-info__description ul {
  list-style: initial
}
#didomi-host .didomi-storage-info .didomi-storage-info__description ul li {
  margin-bottom: 10px
}
#didomi-host .didomi-storage-info .didomi-storage-info__time-label {
  background: #e2f5f9;
  border-radius: 4px;
  color: #333;
  display: inline-block;
  font-size: 10px;
  margin-left: 8px;
  padding: 0 8px;
  text-align: center
}
#didomi-host .didomi-storage-info .didomi-storage-info__time-label span:first-child {
  font-weight: 700
}
#didomi-host .didomi-x-button {
  background-color: #095d70;
  border-radius: 18px;
  border-style: none;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 36px;
  padding: 2px 0 2px 2px;
  position: absolute;
  right: -18px;
  top: -18px;
  width: 36px
}
#didomi-host .didomi-x-button .didomi-cross-icon {
  fill: #fff
}
[dir=rtl] #didomi-host .didomi-x-button {
  left: -18px;
  right: auto
}
#didomi-host .didomi-x-button:hover {
  opacity: .7
}
#didomi-host .didomi-mobile .didomi-x-button {
  background-color: rgba(0,0,0,0)!important;
  border-radius: 0;
  height: 48px;
  padding: 0 0 0 2px;
  right: 8px;
  top: 8px;
  width: 48px
}
#didomi-host .didomi-mobile .didomi-x-button .didomi-cross-icon {
  fill: #000
}
[dir=rtl] #didomi-host .didomi-mobile .didomi-x-button {
  left: 8px;
  right: auto
}
#didomi-host .didomi-screen-xsmall .didomi-x-button {
  background-color: rgba(0,0,0,0)!important;
  border-radius: 0;
  height: 48px;
  padding: 0 0 0 2px;
  right: 8px;
  top: 8px;
  width: 48px
}
#didomi-host .didomi-screen-xsmall .didomi-x-button .didomi-cross-icon {
  fill: #000
}
[dir=rtl] #didomi-host .didomi-screen-xsmall .didomi-x-button {
  left: 8px;
  right: auto
}
.didomi-see-more-content {
  margin-top: 10px
}
.didomi-see-more-content-collapsed {
  overflow: hidden;
  visibility: hidden
}
.didomi-see-more-content-expanded {
  overflow: visible;
  visibility: visible
}
#didomi-host {
  font-family: 'Baton Turbo',Arial,sans-serif
}
#didomi-host a:not(.didomi-no-link-style) {
  text-decoration: underline;
  color: #000!important
}
#didomi-host a:not(.didomi-no-link-style):hover {
  opacity: .7!important
}
#didomi-host,
#didomi-host .didomi-consent-popup-body .didomi-consent-popup-body__title,
#didomi-host .didomi-popup-header,
#didomi-host button {
  font-family: inherit!important
}
#didomi-host :focus {
  outline: unset!important
}
#didomi-host .didomi-notice-view-partners-link {
  display: none!important
}
#didomi-host a,
#didomi-host button:not(.didomi-button-highlight) span,
#didomi-host p {
  color: #1e1e1e!important;
  line-height: 1.4!important
}
#didomi-host .didomi-popup-backdrop {
  background-color: rgba(11,18,21,.5)
}
#didomi-host .didomi-popup-notice-optin-type .didomi-popup-view {
  background-color: #fff!important;
  display: flex!important;
  width: unset!important
}
#didomi-host .didomi-popup-container {
  border: 0 solid transparent!important;
  background-color: #fff!important;
  border-radius: 0!important;
  max-height: calc(100vh - 20px)!important
}
#didomi-host .didomi-popup-container.didomi-popup__dialog {
  max-width: 100%!important
}
#didomi-host .didomi-exterior-border {
  border-color: transparent!important;
  padding: 0!important
}
#didomi-host .etam-group-logo-container {
  text-align: center;
  margin-bottom: 6px!important
}
#didomi-host .didomi-popup-container .didomi-popup-notice-logo-container {
  margin: auto!important
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-logo {
  width: 67px!important;
  margin-bottom: 0!important;
  max-width: unset!important
}
#didomi-host .didomi-notice-view-partners-link span,
#didomi-host .didomi-popup-notice-text-container p {
  font-size: 14px!important;
  line-height: 20px!important
}
#didomi-host p.etam-group-title {
  font-size: 24px!important;
  font-weight: 700!important;
  line-height: 32px!important
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-buttons .didomi-components-button:hover,
#didomi-host a:not(.didomi-no-link-style):hover {
  opacity: 1!important
}
#didomi-host .button.didomi-consent-popup-view-vendors-list-link,
#didomi-host .didomi-button {
  border-radius: var(--sfra-border-radius)!important;
  font-size: 14px!important;
  font-style: normal;
  font-weight: 400!important
}
#didomi-host .didomi-continue-without-agreeing {
  float: unset!important;
  margin-top: unset!important;
  margin-left: auto!important;
  order: 3
}
#didomi-host #btn-toggle-save:hover,
#didomi-host #didomi-notice-agree-button:hover {
  background-color: #21272a!important
}
#didomi-host #didomi-notice-agree-button span {
  color: #fff!important
}
#didomi-host #didomi-notice-disagree-button,
#didomi-host .didomi-consent-popup-view-vendors-list-link {
  color: #0b1215!important;
  border-color: #0b1215!important;
  margin-right: 0;
  background-color: transparent!important
}
#didomi-host #didomi-notice-disagree-button:hover,
#didomi-host .didomi-consent-popup-view-vendors-list-link:hover {
  background-color: rgba(11,18,21,.04)!important
}
#didomi-host #didomi-notice-learn-more-button {
  border-color: transparent!important;
  padding: 0 16px 0!important;
  background-color: transparent!important;
  margin-right: 0!important
}
#didomi-host #didomi-notice-learn-more-button span {
  color: #1e1e1e!important;
  text-decoration: underline;
  font-size: 12px!important;
  line-height: 0!important
}
#didomi-host .didomi-screen-large .didomi-popup-notice,
#didomi-host .didomi-screen-medium .didomi-popup-notice,
#didomi-host .didomi-screen-xlarge .didomi-popup-notice {
  max-height: unset!important;
  padding: 0!important
}
#didomi-host .didomi-popup-notice-optin-type {
  display: flex!important
}
#didomi-host .didomi-popup-notice .didomi-popup-notice-text {
  max-width: unset!important
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice.bottom {
  border-color: transparent!important;
  border-width: 0!important;
  padding: 0!important
}
#didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice .didomi-notice__interior-border {
  padding: 24px!important
}
#didomi-host .didomi-exterior-border.didomi-popup__exterior-border {
  margin: auto 0 0!important
}
@media screen and (max-width:599.5px) {
  #didomi-host .didomi-popup-notice-text-container,
  #didomi-host .didomi-popup-notice-text-container p:not(.etam-group-title) {
    text-align: left!important
  }
  #didomi-host p.etam-group-title {
    margin-bottom: 12px!important
  }
  #didomi-host .didomi-screen-xsmall #didomi-notice.didomi-regular-notice #buttons.multiple {
    flex-direction: column-reverse!important;
    gap: 12px
  }
  #didomi-host .didomi-screen-xsmall #didomi-notice.didomi-regular-notice #buttons.multiple button {
    margin-bottom: 0!important
  }
  #didomi-host .didomi-popup-notice .didomi-popup-notice-buttons {
    gap: 12px
  }
  #didomi-host .didomi-popup-notice .didomi-popup-notice-buttons {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3,1fr);
    grid-column-gap: 0;
    grid-row-gap: 12px
  }
  #didomi-host #didomi-notice-learn-more-button {
    grid-area: 3/1/4/2;
    margin-top: -16px!important
  }
  #didomi-host #didomi-notice-disagree-button {
    grid-area: 2/1/3/2
  }
  #didomi-host #didomi-notice-agree-button {
    grid-area: 1/1/2/2
  }
  #didomi-host #didomi-notice-agree-button,
  #didomi-host #didomi-notice-disagree-button {
    margin-top: 0!important
  }
}
@media screen and (min-width:600px) {
  #didomi-host p.etam-group-title {
    margin-bottom: 16px!important
  }
  #didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice .didomi-notice__interior-border {
    padding: 40px!important
  }
}
@media screen and (min-width:600px) and (max-width:1199.5px) {
  #didomi-host .didomi-popup-notice-text-container,
  #didomi-host .didomi-popup-notice-text-container p:not(.etam-group-title) {
    text-align: center!important
  }
  #didomi-host .didomi-mobile #didomi-notice.didomi-regular-notice #buttons {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px
  }
  #didomi-host #didomi-notice-learn-more-button {
    grid-area: 2/1/3/3
  }
  #didomi-host #didomi-notice-disagree-button {
    grid-area: 1/1/2/2
  }
  #didomi-host #didomi-notice-agree-button {
    grid-area: 1/2/2/3
  }
  #didomi-host .didomi-popup-notice .didomi-popup-notice-buttons {
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    grid-column-gap: 12px;
    grid-row-gap: 0;
    margin-top: 0!important
  }
  #didomi-host #didomi-notice-learn-more-button {
    grid-area: 2/1/3/3
  }
  #didomi-host #didomi-notice-disagree-button {
    grid-area: 1/1/2/2
  }
  #didomi-host #didomi-notice-agree-button {
    grid-area: 1/2/2/3
  }
}
@media screen and (max-width:1199.5px) {
  #didomi-host .didomi-exterior-border {
    margin-top: auto!important;
    margin-bottom: 0!important
  }
  #didomi-host .didomi-popup-notice .didomi-popup-notice-text p:not(.etam-group-title) {
    font-size: 12px!important;
    line-height: 16px!important
  }
  #didomi-host .didomi-popup-container {
    padding: 0!important
  }
  #didomi-host .didomi-popup-notice-logo-container {
    padding-top: 24px!important
  }
  #didomi-host .didomi-popup-notice.didomi-popup-notice-with-data-processing {
    max-width: unset!important;
    width: 100%!important;
    padding: 0!important
  }
  #didomi-host .didomi-popup-notice-optin-type .didomi-popup-view {
    flex-direction: column!important;
    flex-wrap: wrap!important;
    padding: 0!important
  }
  #didomi-host .didomi-popup-notice-text-container {
    padding: 12px 24px 24px!important
  }
  #didomi-host p.etam-group-title {
    text-align: center!important
  }
  #didomi-host .didomi-popup-notice .didomi-popup-notice-buttons {
    display: grid;
    margin: 0 24px 12px!important
  }
}
@media screen and (min-width:1200px) {
  #didomi-host .didomi-popup-container .didomi-popup-notice-logo-container {
    margin-left: 40px!important
  }
  #didomi-host .didomi-popup__backdrop.didomi-notice-popup .didomi-popup-view {
    align-items: center!important
  }
  #didomi-host .didomi-popup-notice-text-container {
    padding: 40px!important
  }
  #didomi-host .didomi-popup-notice .didomi-popup-notice-buttons {
    margin: 0 40px 0 0!important;
    display: flex;
    flex-direction: column-reverse!important;
    gap: 12px!important
  }
  #didomi-host .didomi-popup-notice-buttons .didomi-components-button {
    min-width: 295px!important
  }
  #didomi-host #didomi-notice-learn-more-button {
    margin-top: -8px!important;
    margin-bottom: -14px!important
  }
  #didomi-host .didomi-screen-large .didomi-popup-notice,
  #didomi-host .didomi-screen-medium .didomi-popup-notice,
  #didomi-host .didomi-screen-xlarge .didomi-popup-notice {
    max-width: 100%!important
  }
}
#didomi-host .didomi-consent-popup-header.didomi-popup-header {
  padding-top: 16px!important;
  padding-left: 16px!important;
  padding-right: 16px!important
}
#didomi-host .didomi-consent-popup-body {
  padding-top: 12px!important;
  padding-left: 16px!important;
  padding-right: 16px!important;
  padding-bottom: 16px!important
}
#didomi-host .didomi-consent-popup-categories > div {
  font-size: 16px!important;
  font-weight: 700!important;
  padding: 16px 0;
  border-top: 1px solid #dde1e6;
  margin: 0
}
#didomi-host .didomi-consent-popup-categories > div:last-of-type {
  border-bottom: 1px solid #dde1e6
}
#didomi-host .didomi-popup-body .didomi-popup-body-section {
  margin-bottom: 16px!important
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-data-processing__description p {
  margin: 0!important
}
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-data-processing {
  margin-bottom: 0!important
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-data-processing:has(.didomi-consent-popup-data-processing__description:not(.active)) {
  margin-bottom: 0
}
#didomi-host .didomi-mobile .didomi-consent-popup-preferences-purposes .didomi-consent-popup-footer .didomi-consent-popup-actions {
  padding: 0!important
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-components-accordion .didomi-content.active {
  margin-top: 12px!important;
  padding-bottom: 0!important;
  font-size: 12px
}
#didomi-host .didomi-consent-popup-body__explanation a svg,
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-components-accordion .trigger-icon {
  display: none!important
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-components-accordion span[id^=didomi-] > span:first-child {
  position: relative
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-components-accordion span[id^=didomi-] > span:first-child:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 5px;
  right: -24px;
  text-align: unset;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #a2a9b0;
  border-right: 1px solid #a2a9b0;
  transform: translateY(-1px) rotate(45deg);
  transform-origin: center;
  transition: transform ease .3s
}
#didomi-host .didomi-consent-popup-preferences-purposes .label-click[aria-expanded=true] span[id^=didomi-] > span:first-child:after {
  transform: translateY(6px) rotate(225deg)
}
#didomi-host .didomi-consent-popup-preferences-purposes {
  background-color: #fff
}
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-data-processing__buttons {
  margin-bottom: -6px
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-view-vendors-list {
  margin-bottom: 0!important
}
#didomi-host #btn-toggle-save {
  background-color: #000!important
}
#didomi-host #btn-toggle-save span {
  color: #fff!important
}
#didomi-host .didomi-buttons-all-container,
#didomi-host .didomi-popup-actions-container {
  margin-right: 0!important
}
#didomi-host .didomi-consent-popup-footer {
  border-top: 1px solid #dde1e6!important;
  align-items: flex-end!important
}
#didomi-host .didomi-consent-popup-footer .didomi-logo-icon {
  margin-left: 0!important
}
@media screeen and (max-width:599.5px) {
  #didomi-host .didomi-consent-popup-body.didomi-popup-body {
    padding-top: 12px!important
  }
}
@media screen and (max-width:1199.5px) {
  #didomi-host .didomi-popup-container.didomi-consent-popup__dialog {
    max-width: 100vw!important;
    width: 100vw!important
  }
  #didomi-host .didomi-consent-popup-body.didomi-popup-body,
  #didomi-host .didomi-consent-popup-footer.didomi-popup-footer {
    padding-left: 16px!important;
    padding-right: 16px!important
  }
  #didomi-host .didomi-consent-popup-footer.didomi-popup-footer {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
    position: fixed!important
  }
  #didomi-host .didomi-consent-popup-body.didomi-popup-body {
    max-height: 70vh;
    overflow: auto
  }
}
@media screen and (min-width:1200px) {
  #didomi-host .didomi-consent-popup-body.didomi-popup-body,
  #didomi-host .didomi-consent-popup-footer.didomi-popup-footer {
    padding-left: 16px!important;
    padding-right: 16px!important
  }
  #didomi-host .didomi-consent-popup-footer.didomi-popup-footer {
    padding-top: 16px!important;
    padding-bottom: 16px!important
  }
  #didomi-host .didomi-consent-popup-body {
    max-height: 70vh!important;
    overflow: auto
  }
}
#didomi-host .didomi-consent-popup-view-vendors-list-link {
  padding: 11px 24px!important;
  border: 1px solid #000!important;
  border-radius: var(--sfra-border-radius)!important;
  font-weight: 400!important
}
#didomi-host .didomi-popup-close {
  opacity: 1!important;
  line-height: 14px!important;
  height: 24px
}
#didomi-host .didomi-consent-popup-body .didomi-consent-popup-body__title {
  color: #000!important;
  text-transform: inherit!important
}
#didomi-host .didomi-components-explanation-text,
#didomi-host .didomi-consent-popup-data-processing-illustrations,
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-consent-popup-data-processing__purpose_actions .didomi-consent-popup-data-processing__purpose_actions_title {
  display: none
}
#didomi-host .didomi-consent-popup-body__explanation {
  font-size: 12px!important;
  line-height: 16px!important
}
#didomi-host .didomi-components-accordion .didomi-components-accordion-label-container .label-click {
  font-size: 14px!important;
  line-height: 1
}
#didomi-host .didomi-popup-view.didomi-consent-popup-preferences-purposes {
  position: relative
}
#didomi-host .didomi-consent-popup-preferences-purposes .didomi-components-accordion .didomi-content.active > div:first-child {
  display: flex!important
}
#didomi-host .didomi-consent-popup-body {
  padding-bottom: 86px!important
}
#didomi-host .didomi-consent-popup-footer.didomi-popup-footer {
  position: absolute;
  bottom: 0;
  width: 100%!important
}
#didomi-host .didomi-consent-popup-preferences .didomi-consent-popup-vendor .didomi-consent-popup-vendor__buttons {
  display: none
}
#didomi-host .didomi-consent-popup-preferences-vendors .didomi-popup-footer .didomi-popup-actions {
  display: none
}