/* If two consecutive sections share the same data-bg-color, remove padding-top on the second */
section[data-bg-color=bg-white] + section[data-bg-color=bg-white], section[data-bg-color=bg-buff] + section[data-bg-color=bg-buff] {
  padding-top: 0 !important;
}

/* repeat for each background color you use */
.p-20 {
  padding: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

/*
html .container, html .container-fluid {
    max-width: 100%;

    img {
        max-width: 100%;
    }
}
    */
/* If two consecutive sections share the same data-bg-color, remove padding-top on the second */
section[data-bg-color=bg-white] + section[data-bg-color=bg-white], section[data-bg-color=bg-buff] + section[data-bg-color=bg-buff] {
  padding-top: 0 !important;
}

/* repeat for each background color you use */
.p-20 {
  padding: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

/*
html .container, html .container-fluid {
    max-width: 100%;

    img {
        max-width: 100%;
    }
}
    */
*[data-cookie-permission-given=false] {
  display: none;
}

.cookie-management-message {
  margin-top: 1px;
  background: #f3efe9;
  margin-bottom: 10px;
  flex-direction: row;
  display: inline-block;
}
.cookie-management-message[data-cookie-permission-given=false] {
  display: inline-flex !important;
}
.cookie-management-message[data-cookie-permission-given=true] {
  display: none !important;
}

.cookie-management-information {
  padding: 20px 20px 20px 0;
  width: 100%;
  text-align: left;
}
.cookie-management-information__direct-link {
  font-size: 22px;
  line-height: 26px;
  display: inline-block;
  font-weight: bold;
  margin: 0 0 5px 0;
  color: #1f1f1f;
  text-decoration: none;
}
.cookie-management-information__direct-link:hover {
  text-decoration: underline;
}
@media (min-width: 576px) {
  .cookie-management-information__direct-link {
    margin: 0 0 5px 0;
  }
}
.cookie-management-information__information {
  font-size: 15px;
  margin: 0;
}

.cookie-management-icon {
  text-align: center;
  min-width: 47px;
  padding-top: 20px;
}
@media (min-width: 576px) {
  .cookie-management-icon {
    min-width: 80px;
  }
}
.cookie-management-icon i {
  background-color: #1f1f1f;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .cookie-management-icon i {
    padding: 7px;
    width: 35px;
    line-height: 30px;
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .cookie-management-icon i {
    padding: 12px;
    width: 50px;
    line-height: 50px;
    font-size: 35px;
  }
}

#triangle {
  fill: #72113C;
}

#ccc-icon {
  z-index: 10;
}

#ccc-icon, #ccc-icon[aria-expanded=true] {
  display: none;
}

.roles-in-construction #ccc-icon, .roles-in-construction #ccc-icon[aria-expanded=true] {
  display: block !important;
}

#ccc #ccc-module.ccc-module--slideout .ccc-content--light .ccc-intro,
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-statement p {
  color: #1f1f1f;
  font-size: 14px;
  line-height: 18px;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-statement a span {
  color: #3344dd !important;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.05px;
  text-align: center;
  border-radius: 0;
  font-weight: 400;
  text-decoration: underline;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-statement a span:hover {
  text-decoration: none;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-statement a .ccc-svg-element {
  position: relative;
  top: 1px;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-statement a .ccc-svg-element svg {
  width: 12px;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-statement a:focus {
  padding: 0;
  filter: none;
  background-color: transparent !important;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-optional-categories .checkbox-toggle.checkbox-toggle--slider {
  background-color: transparent;
  border-width: 2px;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-optional-categories .checkbox-toggle.checkbox-toggle--slider .checkbox-toggle-on,
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-optional-categories .checkbox-toggle.checkbox-toggle--slider .checkbox-toggle-off {
  opacity: 1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-optional-categories .checkbox-toggle.checkbox-toggle--slider .checkbox-toggle-toggle {
  background-color: #0065BD;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-optional-categories .checkbox-toggle.checkbox-toggle--slider .checkbox-toggle-toggle {
  transition: none !important;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-optional-categories .checkbox-toggle.checkbox-toggle--slider .checkbox-toggle-input:focus ~ .checkbox-toggle-toggle {
  background-color: #0065BD !important;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-optional-categories .checkbox-toggle.checkbox-toggle--slider .checkbox-toggle-label * {
  color: #1f1f1f;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light .ccc-notify-button.ccc-close-button span {
  background-color: transparent;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light .ccc-notify-button {
  border: none;
  padding: 14px 24px 14px 24px !important;
  border-radius: 0;
  display: inline-block;
  position: relative;
  background-color: #0065BD;
  transition: background-color 0.2s ease-in;
  font-weight: bold;
  border-radius: 50px;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light .ccc-notify-button span {
  font-size: 0.9375rem;
  line-height: 1em;
  font-weight: 600;
  color: #fff !important;
  font-family: Inter, Arial, sans-serif;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light .ccc-notify-button:focus, #ccc #ccc-module.ccc-module--slideout .ccc-content--light .ccc-notify-button:active {
  filter: none;
  background-color: #0065BD !important;
  border-color: #0065BD !important;
  box-shadow: 0 0 0 2px #fff !important;
  outline: 2px solid #0065BD !important;
  outline-offset: 2px;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light .ccc-notify-button:hover {
  background-color: rgb(0, 114.626984127, 214.5);
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-necessary-title, #ccc #ccc-module.ccc-module--slideout .ccc-content--light .optional-cookie-header {
  color: #1f1f1f;
  font-size: 18px;
  line-height: 20px;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light {
  color: #1f1f1f;
  font-size: 14px;
  letter-spacing: -0.22px;
  background-color: #fff !important;
  font-family: Inter, Arial, sans-serif;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-title {
  font-size: 20px;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light hr {
  background-color: #b5bfc8;
  opacity: 1;
  height: 2px;
}

#ccc .ccc-content--highlight .checkbox-toggle-input:focus ~ .checkbox-toggle-toggle {
  filter: none !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 2px #fff !important;
  outline: 2px solid #036;
  outline-offset: 2px;
}

#ccc-content {
  background-color: #b5bfc8 !important;
}

#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-recommended-settings:focus,
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-recommended-settings:active,
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-reject-settings:focus,
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-reject-settings:active {
  background-color: #b5bfc8 !important;
  border-color: #b5bfc8 !important;
  box-shadow: 0 0 0 2px #fff !important;
  outline: 2px solid #b5bfc8 !important;
  outline-offset: 2px;
  filter: none;
}
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-recommended-settings:focus span,
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-recommended-settings:active span,
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-reject-settings:focus span,
#ccc #ccc-module.ccc-module--slideout .ccc-content--light #ccc-reject-settings:active span {
  color: #fff !important;
}

#ccc #ccc-notify.ccc-notify__notify.ccc-content--light #ccc-notify-accept {
  margin-right: 15px;
}
#ccc #ccc-notify.ccc-notify__notify.ccc-content--light #ccc-notify-accept,
#ccc #ccc-notify.ccc-notify__notify.ccc-content--light #ccc-notify-reject {
  border: none;
  padding: 14px 24px 14px 24px !important;
  border-radius: 0;
  display: inline-block;
  position: relative;
  background-color: #0065BD;
  transition: background-color 0.2s ease-in;
  font-weight: bold;
  border-radius: 50px;
}
#ccc #ccc-notify.ccc-notify__notify.ccc-content--light #ccc-notify-accept span,
#ccc #ccc-notify.ccc-notify__notify.ccc-content--light #ccc-notify-reject span {
  font-size: 0.9375rem;
  line-height: 1em;
  font-weight: 600;
  color: #fff !important;
  font-family: Inter, Arial, sans-serif;
}
#ccc #ccc-notify.ccc-notify__notify.ccc-content--light #ccc-notify-accept:focus, #ccc #ccc-notify.ccc-notify__notify.ccc-content--light #ccc-notify-accept:active,
#ccc #ccc-notify.ccc-notify__notify.ccc-content--light #ccc-notify-reject:focus,
#ccc #ccc-notify.ccc-notify__notify.ccc-content--light #ccc-notify-reject:active {
  filter: none;
  background-color: #0065BD !important;
  border-color: #0065BD !important;
  box-shadow: 0 0 0 2px #fff !important;
  outline: 2px solid #0065BD !important;
  outline-offset: 2px;
}
#ccc #ccc-notify.ccc-notify__notify.ccc-content--light #ccc-notify-accept:hover,
#ccc #ccc-notify.ccc-notify__notify.ccc-content--light #ccc-notify-reject:hover {
  background-color: rgb(0, 114.626984127, 214.5);
}
#ccc #ccc-notify.ccc-notify__notify.ccc-content--light .ccc-notify-button.ccc-notify-link {
  color: #0065BD !important;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 20px !important;
  position: relative;
  top: -3px;
}
#ccc #ccc-notify.ccc-notify__notify.ccc-content--light .ccc-notify-button.ccc-notify-link span {
  color: #0065BD;
}
#ccc #ccc-notify.ccc-notify__notify.ccc-content--light .ccc-notify-button.ccc-notify-link:focus, #ccc #ccc-notify.ccc-notify__notify.ccc-content--light .ccc-notify-button.ccc-notify-link:active {
  filter: none;
}
#ccc #ccc-notify.ccc-notify__notify.ccc-content--light .ccc-notify-button.ccc-notify-link:hover {
  text-decoration: none;
}
#ccc #ccc-notify.ccc-notify__notify.ccc-content--light .ccc-notify-text #ccc-notify-title {
  color: #1f1f1f;
  font-size: 18px;
  line-height: 20px;
  margin: 10px 0 5px 0;
  font-weight: 600;
}
#ccc #ccc-notify.ccc-notify__notify.ccc-content--light .ccc-notify-text p {
  color: #1f1f1f;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
@media (min-width: 576px) {
  #ccc #ccc-notify.ccc-notify__notify.ccc-content--light {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}