.no-mb {
  margin-bottom: 0 !important; }

.mb-025r {
  margin-bottom: 0.25rem; }

.mr-1r {
  margin-right: 1rem; }

.ml-1r {
  margin-left: 1rem; }

.pos-r {
  position: relative; }

.pt-05r {
  padding-top: 0.5rem; }

.pr-05r {
  padding-right: 0.5rem !important; }

.pt-10p {
  padding-top: 10px; }

.color-primary {
  color: #009698; }

.color-alert {
  color: #C83586 !important; }

.color-success {
  color: #88B04B; }

.color-gray {
  color: #cacaca; }

.color-link {
  color: #4b88b0; }
  .color-link:hover {
    text-decoration: underline;
    cursor: pointer; }

.td-n {
  text-decoration: none !important; }

.d-f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.d-ib {
  display: inline-block !important; }

.jc-sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.jc-c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.jc-fe {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.a-i-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.f-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.text-uppercase {
  text-transform: uppercase; }

.text-center {
  text-align: center; }

.nulled-button {
  padding: 0;
  border: 0;
  background: transparent; }

ul.clean {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.truncated {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px; }

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .w100p-ipad-only {
    width: 100px; } }

body.mobile-menu-opened {
  overflow-y: hidden; }
  body.mobile-menu-opened--is-safari {
    position: fixed; }

.cookie-banner {
  padding: 0.25rem 0;
  width: 100%;
  z-index: 100000000;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(138, 138, 138, 0.9);
  color: #ffffff;
  font-size: 0.9rem; }
  .cookie-banner a {
    color: #000000; }
  .cookie-banner .button {
    padding: 5px 10px; }

/*# sourceMappingURL=cookie-banner-standalone.css.map */
