/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
#cconsent-bar, #cconsent-bar * {
  box-sizing: border-box;
}

#cconsent-bar {
  padding: 15px;
  text-align: right;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 18px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  transform: translateY(0);
  transition: transform 0.6s ease-in-out;
  transition-delay: 0.3s;
}
#cconsent-bar a:hover, #cconsent-bar button:hover {
  cursor: pointer;
}
#cconsent-bar .visually-hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
}
#cconsent-bar .ccb__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1800px;
  margin: 0 auto;
}
#cconsent-bar .ccb__wrapper .ccb__left {
  align-self: center;
  text-align: left;
  margin: 15px 0;
}
#cconsent-bar .ccb__wrapper .ccb__left .cc-text .cc__learn-more-link {
  text-decoration: underline;
}
#cconsent-bar .ccb__wrapper .ccb__right {
  align-self: center;
  white-space: nowrap;
}
#cconsent-bar .ccb__wrapper .ccb__right > div {
  display: inline-block;
  color: #FFF;
}
#cconsent-bar .ccb__wrapper .ccb__right .ccb__button button {
  line-height: normal;
  font-size: 14px;
  border: 0;
  padding: 10px 10px;
}
#cconsent-bar .ccb__wrapper .ccb__right .ccb__button .ccb__edit {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-right: 15px;
  border: 0;
  padding: 0;
  text-decoration: underline;
  background: none;
}
#cconsent-bar.ccb--hidden {
  transform: translateY(100%);
  display: block;
}

#cconsent-mini-widget {
  cursor: pointer;
}
#cconsent-mini-widget.ccmw--hidden {
  display: none;
}

#cconsent-modal {
  display: none;
  font-size: 14px;
  line-height: 18px;
  color: #666;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: sans-serif;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
#cconsent-modal .visually-hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
}
#cconsent-modal button {
  border: 0;
}
#cconsent-modal h2, #cconsent-modal h3 {
  color: #333;
  margin-top: 0;
}
#cconsent-modal.ccm--visible {
  display: flex;
}
#cconsent-modal.ccm--visible .ccm__content {
  max-width: 600px;
  min-height: 500px;
  max-height: 600px;
  overflow-Y: auto;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__heading {
  padding: 35px 35px 20px;
  position: relative;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__heading h2 {
  font-size: 21px;
  font-weight: 600;
  margin: 0;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__heading .ccm__learn-more-link {
  text-decoration: underline;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__heading .ccm__cheading__close {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  font-weight: 600;
  color: #888;
  cursor: pointer;
  font-size: 26px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 26px;
  height: 26px;
  background: none;
  text-align: center;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup {
  border-bottom: 1px solid #D8D8D8;
  margin: 0;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head {
  color: #333;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding: 0;
  margin: 0;
  transition: background-color 0.5s ease-out;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head:hover {
  background-color: #F9F9F9;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger {
  appearance: none;
  background: none;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 42px 35px 17px 56px;
  color: #333;
  font-weight: 600;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__text {
  order: 2;
  pointer-events: none;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__info-icon-container {
  order: 3;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__info-icon-container i.fa.fa-info-circle {
  margin-left: 10px;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__info-icon-container .ccm__tab-head__info-text-container {
  background-color: white;
  border-radius: 4px;
  bottom: calc(-150px / 4 - 4px);
  display: none;
  font-weight: 500;
  height: 150px;
  margin-left: 25px;
  padding: 20px;
  position: absolute;
  text-align: left;
  width: 50%;
  z-index: 1;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__info-icon-container .ccm__tab-head__info-text-container:before {
  background-color: transparent;
  bottom: calc(150px / 3);
  content: "";
  left: -15px;
  position: absolute;
  border-top: 20px solid transparent;
  border-right: 15px solid white;
  border-bottom: 20px solid transparent;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__info-icon-container.showPopup .ccm__tab-head__info-text-container {
  display: inline-flex;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__status {
  order: 1;
  position: absolute;
  left: 35px;
  font-weight: 600;
  display: inline-block;
  margin-right: 20px;
  pointer-events: none;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__status.ccm__tab-head__status--checked {
  bottom: 17px;
  font-size: 1em;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__status.ccm__tab-head__status--unchecked {
  bottom: 14px;
  font-size: 1.4em;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-head__icon-wedge {
  transition: transform 0.3s ease-out;
  transform-origin: center;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: rotate(0deg);
  transform: translateY(-50%);
  order: 3;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-head__icon-wedge > svg {
  pointer-events: none;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content {
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content p {
  color: #444;
  margin: auto;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__list:not(:empty) {
  margin-top: 30px;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__list .ccm__list__title {
  color: #333;
  font-weight: 600;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__list ul {
  margin: 15px 0;
  padding-left: 15px;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner {
  display: flex;
  flex-direction: row;
  padding: 25px 35px;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__desc {
  order: 2;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose {
  order: 1;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch-component {
  display: flex;
  margin-right: 35px;
  align-items: center;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch__status {
  font-weight: 600;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch-group {
  background: none;
  width: 40px;
  height: 20px;
  margin: 0 10px;
  position: relative;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch__slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch-group[aria-checked=true] .ccm__switch__slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head {
  background-color: #f9f9f9;
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head .ccm__tab-head__icon-wedge {
  transform: translateY(-50%) rotate(-180deg);
}
#cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-content {
  max-height: 900px;
  opacity: 1;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__footer {
  padding: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__footer button {
  line-height: normal;
  font-size: 14px;
  transition: background-color 0.5s ease-out;
  border: none;
  padding: 13px;
  min-width: 110px;
  border-radius: 2px;
  cursor: pointer;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit {
  margin-right: 10px;
}
@media (max-width: 600px) {
  #cconsent-modal {
    height: 100%;
  }
  #cconsent-modal .ccm__content {
    max-width: 100vw;
    height: 100%;
    max-height: initial;
  }
  #cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup .ccm__tabgroup--open .ccm__tab-content {
    flex-direction: column;
  }
  #cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup .ccm__tab-content .ccm__tab-content__choose {
    margin-bottom: 20px;
  }
}

body.prevent-scroll {
  overflow: hidden;
}

#cconsent-bar {
  width: 50%;
  margin-left: 40px;
  border-radius: 15px;
  height: auto;
}
#cconsent-bar .ccb__wrapper .ccb__close-popup {
  order: 1;
}
#cconsent-bar .ccb__wrapper .ccb__close-popup i {
  font-size: 1.35vw;
  font-weight: normal;
  position: absolute;
  top: 33px;
  right: 50px;
}
#cconsent-bar .ccb__wrapper .ccb__left {
  margin: 19px 0 0 1.8vw;
}
#cconsent-bar .ccb__wrapper .ccb__left .cc-title {
  font: normal normal bold 1.5vw/20px Helvetica Neue;
}
#cconsent-bar .ccb__wrapper .ccb__left .cc-text {
  font: normal normal normal 1vw/26px Helvetica Neue;
  text-align: left;
  letter-spacing: -0.16px;
  width: 17vw;
  margin: 54px 0 0 1px;
}
#cconsent-bar .ccb__wrapper .ccb__right {
  margin-top: 85px;
}
#cconsent-bar .ccb__wrapper .ccb__right .ccb__button {
  display: flex;
  flex-direction: row-reverse;
}
#cconsent-bar .ccb__wrapper .ccb__right .ccb__button button {
  font-size: 1vw;
  width: 10vw;
  height: 45px;
  transition: 0.3s ease-out;
  border-radius: 20px;
}
#cconsent-bar .ccb__wrapper .ccb__right .ccb__button .ccb__edit {
  border: 1px solid #FFFFFF;
  text-decoration: none;
}
#cconsent-bar .ccb__wrapper .ccb__right .ccb__button .ccb__edit:hover {
  background-color: #0082CF;
  border: none;
}
#cconsent-bar .ccb__wrapper .ccb__right .ccb__button .consent-give {
  margin: 0px 40px;
}
#cconsent-bar .ccb__wrapper .ccb__right .ccb__button .consent-give:hover {
  background-color: #004074;
  border: 1px solid #FFFFFF;
}

@media (max-width: 1450px) {
  #cconsent-bar .ccb__wrapper .cc-title {
    font-size: 1.8vw;
  }
  #cconsent-bar .ccb__wrapper .cc-text {
    font-size: 1.2vw;
  }
  #cconsent-bar .ccb__wrapper .ccb__right .ccb__button button {
    font-size: 1.1vw;
  }
  #cconsent-bar .ccb__wrapper .ccb__right .ccb__button .consent-give {
    margin: 0px 2.5vw;
  }
}
#cconsent-modal.ccm--visible .ccm__content {
  max-width: none;
  max-height: none;
  width: 63%;
  height: 80%;
  border-radius: 10px;
  padding-left: 5%;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__heading {
  padding-left: 0px;
  border: none;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__heading p {
  width: 81%;
  font-size: 21px;
  margin-bottom: 50px;
  line-height: 32px;
  font-family: "Helvetica Neue";
  color: #FFFFFF;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__heading #ccm__content__title {
  font-size: 29px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 3% 0px 2% 0px;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__heading .ccm__learn-more-link {
  font: normal normal normal 17.5px Helvetica Neue;
  letter-spacing: -0.16px;
  text-align: center;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__heading .ccm__cheading__close {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 40px;
  outline: none;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup {
  border-bottom: none;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head {
  background-color: #004074;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head button {
  cursor: default;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head .ccm__tab-trigger {
  padding-left: 0px;
  outline: none;
  color: #FFFFFF;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head .ccm__tab-trigger span {
  font: normal normal bold 22px Helvetica Neue;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__status {
  display: none;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__info-icon-container i {
  font-size: 22px;
  font-weight: 400;
  margin-top: 4px;
  color: #FFFFFF;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__info-icon-container .ccm__tab-head__info-text-container {
  width: 381px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1607843137);
  font: normal normal normal 16px/29px Helvetica Neue;
  letter-spacing: -0.16px;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner {
  padding-left: 0px;
  padding-top: 0px;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__desc p {
  color: #FFFFFF;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose {
  margin-right: 17%;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch-component .ccm__switch__status {
  color: white !important;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch-component .ccm__switch-group {
  border: 1px solid #000000;
  border-radius: 15px;
  width: 44px;
  height: 24px;
  outline: none;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch-component .ccm__switch-group .ccm__switch__slider:before {
  height: 20px;
  width: 20px;
  background-color: #0082CF;
  left: 1px;
  bottom: 1px;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch-component .ccm__switch-group[aria-checked=true] .ccm__switch__slider:before {
  background-color: #FFFFFF;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__footer {
  flex-direction: row-reverse;
  padding-left: 0px;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__footer button {
  outline: none;
  border-radius: 30px;
  width: 205px;
  font-size: 17px;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__footer .consent-give {
  border: 1px solid #0082CF;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__footer .consent-give:hover {
  border-color: #FFFFFF;
  background-color: #004074;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__footer #ccm__footer__consent-modal-submit {
  margin-left: 5%;
  border: 1px solid #FFFFFF;
  font: normal normal medium Helvetica Neue;
  color: #FFFFFF;
}
#cconsent-modal.ccm--visible .ccm__content .ccm__footer #ccm__footer__consent-modal-submit:hover {
  border-color: #0082CF;
  background-color: #0082CF;
}

@media (max-width: 1100px) {
  #cconsent-bar {
    width: 92%;
    height: 300px;
    transform: translateY(-10%);
    margin-left: 4%;
  }
  #cconsent-bar .ccb__wrapper {
    flex-direction: column;
  }
  #cconsent-bar .ccb__wrapper .ccb__close-popup i {
    font-size: 25px;
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 1100px) and (max-width: 510px) {
  #cconsent-bar .ccb__wrapper .ccb__close-popup i {
    font-size: 20px;
    right: 10px;
    top: 10px;
  }
}
@media (max-width: 1100px) {
  #cconsent-bar .ccb__wrapper .ccb__left {
    margin: 0px;
  }
  #cconsent-bar .ccb__wrapper .ccb__left .cc-title {
    text-align: center;
    font-size: 25px;
    margin-top: 50px;
  }
}
@media (max-width: 1100px) and (max-width: 530px) {
  #cconsent-bar .ccb__wrapper .ccb__left .cc-title {
    margin-top: 5vw;
  }
}
@media (max-width: 1100px) {
  #cconsent-bar .ccb__wrapper .ccb__left .cc-text {
    width: 100%;
    text-align: center;
    font-size: 17px;
    margin: 35px 0px 0px 0px;
  }
  #cconsent-bar .ccb__wrapper .ccb__right {
    margin-top: 13px;
  }
  #cconsent-bar .ccb__wrapper .ccb__right .ccb__button {
    flex-direction: column-reverse;
  }
  #cconsent-bar .ccb__wrapper .ccb__right .ccb__button button {
    width: 80vw;
    font-size: 25px;
  }
  #cconsent-bar .ccb__wrapper .ccb__right .ccb__button .consent-give {
    margin: 0px;
  }
  #cconsent-bar .ccb__wrapper .ccb__right .ccb__button .ccb__edit {
    margin-top: 25px;
  }
  #cconsent-modal.ccm--visible .ccm__content {
    width: 92.5%;
    padding-left: 0px;
  }
  #cconsent-modal.ccm--visible .ccm__content .ccm__content__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 0px;
  }
  #cconsent-modal.ccm--visible .ccm__content .ccm__content__heading p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
  }
  #cconsent-modal.ccm--visible .ccm__content .ccm__content__heading #ccm__content__title {
    padding-top: 1%;
  }
  #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs {
    padding-left: 30px;
    margin-top: 20px;
  }
  #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup {
    margin-top: 25px;
  }
  #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger {
    padding-top: 0px;
  }
  #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content {
    position: relative;
    overflow: visible;
  }
  #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner {
    padding-bottom: 15px;
    flex-direction: unset;
  }
  #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose {
    position: absolute;
    top: -105%;
    right: -15%;
  }
}
@media (max-width: 1100px) and (max-width: 615px) {
  #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose {
    top: -65%;
  }
}
@media (max-width: 1100px) {
  #cconsent-modal.ccm--visible .ccm__content .ccm__footer {
    flex-direction: column-reverse;
    padding-left: 35px;
  }
  #cconsent-modal.ccm--visible .ccm__content .ccm__footer button {
    width: 95%;
  }
  #cconsent-modal.ccm--visible .ccm__content .ccm__footer .consent-give {
    margin-bottom: 30px;
  }
  #cconsent-modal.ccm--visible .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit {
    margin-left: 0px;
    margin-right: 0px;
  }
}
