#cconsent-bar {
    padding: 24px 8px;
}

.cc-text {
    font-size: 17px;
    font-family: 'futura-pt', sans-serif;
}
.ccb__left {
    width: 65%;
}

.ccb__right {
    width: 35%;
}

.ccb__button {
    display: flex !important;
    justify-content: center !important;
    gap: 8px;
}

#cconsent-bar button {
    line-height: inherit !important;
}

.ccb__edit, .consent-give {
  align-content: center;
  display: flex;
  height: 56px;
  justify-content: center;
  min-width: 200px !important;
  margin: 0px !important;
  padding: 18px 26px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-radius: 40px !important;
  font-size: 1.25rem !important;
  color: #005f98 !important;
  
  font-style: normal;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  background-color: #f8e052 !important;
  border: 2px solid #f8e052 !important;
  text-decoration: none !important;
}


#cconsent-modal {
    width: 100% !important;
    background-color: #154167 !important;
    height: 357px !important;
    z-index: 9999 !important;
    top: inherit !important;
    font-family: 'futura-pt', sans-serif;
    border: none !important;
}

.ccm__content {
    background-color: #154167 !important;
    color: #FFFFFF;
    font-family: 'futura-pt', sans-serif;
}

#cconsent-modal .ccm__content > .ccm__content__heading {
    background-color: #154167 !important;
    border-bottom: inherit !important;
    padding: 0px !important;
    text-align: center;
}

.ccm__content__heading h2 {
    text-align: left;
    font-weight: 300 !important;
}

.ccm__content__heading, .ccm__content__body, .ccm__footer {
    background-color: #154167 !important;
}

#ccm__footer__consent-modal-submit {
    display: none;
}

#ccm__content__title {
    font-size: 48px !important;
    color: #FFFFFF !important;
}

#cconsent-modal .ccm__footer {
    padding: 18px !important;
}

#cconsent-modal .ccm__content {
    min-height: inherit !important;
}

#cconsent-modal .ccm__tab-trigger {
    appearance: auto !important;
    display: inline !important;
    flex-direction: none !important;
    width: 10px !important;
    padding: 17px 35px 17px 56px;
    color: #333;
    font-weight: 600;
}

#cconsent-modal li {
    list-style: none;
    color: #fff !important;
}

.ccm__li-head__text {
    font-size: 17px !important;
    font-weight: bold;
    font-family: 'futura-pt', sans-serif;
    padding-left: 8px;
}

.ccm__li-head input {
    transform: scale(1.5);
}

.ccm__tab-head__desc {
    font-size: 17px !important;
    font-family: 'futura-pt', sans-serif;
}

.ccm__content__body {
    background-color: #154167 !important;
    color: #fff !important;
  }

.ccm__tab-head__desc {
    padding-left: 15px;
}

@media only screen and (max-width: 1200px) {
    .ccb__left {
        width: 62%;
    }
}

@media only screen and (max-width: 1024px) {
    #cconsent-bar .ccb__wrapper {
        flex-direction: column !important;
    }

    .ccb__left {
        width: 100%;
    }

    .ccb__button {
        flex-direction: column !important;
        align-items: center !important;
        gap: 25px !important;
    }
}
