.cookie-panel {
    align-items:center;
    background-color:rgba(255,255,255,0.8);
    bottom:0;
    display:flex;
    justify-content:center;
    left:0;
    position:fixed;
    right:0;
    top:0;
    z-index:10000
}
.cookie-panel p {
    line-height:1.2em
}
.cookie-panel:not(.is--active) {
    display:none
}
.cookie-panel__inner {
    background-color:#fff;
    border:1px solid #e1dede;
    box-shadow:0 10px 20px rgba(0,0,0,0.1),0 6px 6px rgba(0,0,0,0.1);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    margin-bottom:50px;
    margin-left:15px;
    margin-right:15px;
    margin-top:50px;
    max-height:calc(100vh - 100px);
    max-width:100%;
    padding-bottom:1rem;
    padding-left:15px;
    padding-right:15px;
    padding-top:1.5rem;
    position:relative;
    width:864px
}
.cookie-panel__panel {
    flex-grow:1;
    max-width:100%;
    overflow:auto
}
@media (min-width:992px) {
    .cookie-panel__panel {
        padding:34px
    }
}
.cookie-panel__close {
    bottom:100%;
    cursor:pointer;
    font-size:1.4rem;
    height:30px;
    line-height:1;
    position:absolute;
    top:10px;
    right:30px;
    width:30px;
    z-index:10;
    background-color:transparent;
    border:0 none;
    border-radius:0
}
.cookie-panel__close span {
    background-color:#a3a3a3;
    display:block;
    height:30px;
    left:11px;
    pointer-events:none;
    position:absolute;
    top:-1px;
    width:3px
}
.cookie-panel__close--one {
    transform:rotate(45deg)
}
.cookie-panel__close--two {
    transform:rotate(-45deg)
}
@media (min-width:1140px) {
    .cookie-panel__close {
        right:30px
    }
}
.cookie-panel__close:focus span,
.cookie-panel__close:hover span {
    background-color:#2f2f2f
}
.c-p-link {
    margin-bottom:1rem
}
.c-p-header {
    color:#2f2f2f;
    font-family:Archivo Narrow;
    font-size:28px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:8px;
    margin-top:0px
}
.c-p-selection {
    margin-bottom:3.5rem
}
.c-p-selection--hidden:not(.is--active) {
    display:none
}
.c-p-group {
    border-bottom:1px solid #e1dede;
    padding-top:1rem
}
.c-p-group:first-child {
    border-top:1px solid #e1dede
}
.c-p-group__header {
    display:flex;
    justify-content:space-between;
    margin-bottom:0.5rem
}
.c-p-group__header-right input[type="checkbox"]+label,
.c-p-group__header-right input[type="checkbox"]+label.control-label {
    position:absolute;
    padding:0;
    margin:0
}
.c-p-group__header-left p {
    margin-bottom:0.4rem
}
.c-p-group__name {
    align-items:center;
    display:flex;
    flex-wrap:wrap;
    margin-bottom:1rem
}
.c-p-group__name>* {
    width:100%
}
@media (min-width:992px) {
    .c-p-group__name>* {
        width:auto
    }
}
.c-p-group__name h3 {
    margin-bottom:0;
    margin-right:10px;
    margin-top:0
}
.c-p-group__name span {
    color:#1d2429
}
.c-p-cookie {
    border-top:1px solid #e1dede;
    margin-bottom:0.7rem;
    padding-top:1rem
}
@media (min-width:992px) {
    .c-p-cookie {
        margin-left:20px
    }
}
.c-p-cookie__top {
    align-items:flex-start;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom:1rem
}
@media (min-width:992px) {
    .c-p-cookie__top {
        margin-bottom:0
    }
}
.c-p-cookie__top input[type="checkbox"]+label,
.c-p-cookie__top input[type="checkbox"]+label.control-label {
    position:absolute;
    padding:0;
    margin:0
}
.c-p-cookie__bottom {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
@media (min-width:992px) {
    .c-p-cookie__bottom {
        justify-content:initial
    }
    .c-p-cookie__bottom>* {
        width:50%
    }
}
.c-p-cookie__toggle {
    font-weight:600;
    padding-right:1.7rem;
    position:relative;
    text-transform:uppercase
}
.c-p-cookie__toggle.is--open [class*='i-'] {
    top:0;
    transform:rotate(180deg)
}
.c-p-cookie__toggle [class*='i-'] {
    font-size:0.7rem;
    position:absolute;
    right:0;
    top:3px;
    transition:transform 0.3s ease
}
.c-p-cookie__toggle-show {
    pointer-events:none
}
.is--open .c-p-cookie__toggle-show {
    display:none
}
.c-p-cookie__toggle-hide {
    display:none;
    pointer-events:none
}
.is--open .c-p-cookie__toggle-hide {
    display:inline
}
.c-p-cookie__detail {
    margin-top:1rem
}
.c-p-cookie__detail:not(.is--active) {
    display:none
}
.c-p-controls {
    align-items:center;
    display:flex;
    flex-shrink:0;
    flex-wrap:wrap;
    justify-content:flex-end;
    margin-left:-5px;
    margin-right:-5px;
    padding-top:1rem
}
.c-p-btn--settings {
    background-color:transparent;
    border:none;
    color:#1d2429;
    cursor:pointer;
    margin-bottom:1rem;
    margin-right:30px;
    padding:0
}
@media (min-width:992px) {
    .c-p-btn--settings {
        min-width:0
    }
}
.c-p-btn--settings:hover {
    text-decoration:underline
}
.c-p-btn--settings span {
    pointer-events:none
}
.c-p-btn--settings:not(.is--open) span:last-child {
    display:none
}
.c-p-btn--settings.is--open span:first-child {
    display:none
}
.c-p-btn--decline-all,
.c-p-btn--save,
.c-p-btn--save-all {
    text-transform:uppercase;
    font-weight:600;
    margin-bottom:1rem;
    margin-left:5px;
    margin-right:5px;
    min-width:240px;
    padding:0.85rem 26px
}
@media (min-width:992px) {
    .c-p-btn--decline-all,
    .c-p-btn--save,
    .c-p-btn--save-all {
        min-width:0
    }
}
.c-p-btn--decline-all,
.c-p-btn--save {
    background-color:transparent;
    border:1px solid #0D74FFFF;
    border-radius:0;
    transition-delay:0s,0s,0s,0s;
    transition-duration:0.15s,0.15s,0.15s,0.15s;
    transition-property:color,background-color,border-color,box-shadow;
    transition-timing-function:ease-in-out,ease-in-out,ease-in-out,ease-in-out
}
.c-p-btn--decline-all:hover,
.c-p-btn--save:hover {
    color:#fff;
    background-color:#0d74ff;
    border-color:#0d74ff
}
.c-p-btn--save-all {
    background-color:#FFD52EFF;
    border:1px solid #FFD52EFF;
    border-radius:0;
    transition-delay:0s,0s,0s,0s;
    transition-duration:0.15s,0.15s,0.15s,0.15s;
    transition-property:color,background-color,border-color,box-shadow;
    transition-timing-function:ease-in-out,ease-in-out,ease-in-out,ease-in-out
}
.c-p-btn--save-all:hover {
    color:#2f2f2f;
    background-color:#ffdd8a;
    border-color:#ffdd8a
}
.type-lscookieconsent_main {
    margin-bottom:3rem;
    margin-top:2rem
}
.type-lscookieconsent_main .c-p-table {
    overflow:auto
}
.type-lscookieconsent_main .c-p-table th {
    background-color:#1d2429;
    padding:0.85rem 15px
}
.type-lscookieconsent_main .c-p-table tr {
    background-color:transparent
}
:root .type-lscookieconsent_main .c-p-table__group {
    background-color:#1d2429
}
.type-lscookieconsent_main .c-p-reset {
    margin-bottom:1rem;
    margin-top:1rem
}
.type-lscookieconsent_main .c-p-reset__btn {
    text-transform:uppercase
}
.cookie-panel {
    align-items: center;
    background-color: rgba(255, 255, 255, .8);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000
}

.cookie-panel:not(.is--active) {
    display: none
}

.cookie-panel__inner {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1), 0 6px 6px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 50px;
    max-height: calc(100vh - 100px);
    max-width: 100%;
    padding-bottom: 1rem;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1.5rem;
    position: relative;
    width: 864px
}

.cookie-panel__panel {
    flex-grow: 1;
    max-width: 100%;
    overflow: auto
}

@media (min-width: 992px) {
    .cookie-panel__panel {
        padding: 34px
    }
}

.cookie-panel__close {
    background-color: transparent;
    border: none;
    bottom: 100%;
    cursor: pointer;
    font-size: 1.4rem;
    height: 30px;
    line-height: 1;
    position: absolute;
    right: 0;
    width: 30px;
    z-index: 10
}

.cookie-panel__close span {
    background-color: red;
    display: block;
    height: 30px;
    left: 11px;
    pointer-events: none;
    position: absolute;
    top: -1px;
    width: 3px
}

.cookie-panel__close--one {
    transform: rotate(45deg)
}

.cookie-panel__close--two {
    transform: rotate(-45deg)
}

@media (min-width: 1140px) {
    .cookie-panel__close {
        right: -30px
    }
}

.cookie-panel__close:focus span, .cookie-panel__close:hover span {
    background-color: #8b0000
}

.c-p-link {
    margin-bottom: 1rem
}

.c-p-header {
    margin-bottom: 1.5rem
}

.c-p-selection {
    margin-bottom: 3.5rem
}

.c-p-selection--hidden:not(.is--active) {
    display: none
}

.c-p-group {
    border-bottom: 1px solid #d3d3d3;
    padding-top: 1rem
}

.c-p-group:first-child {
    border-top: 1px solid #d3d3d3
}

.c-p-group__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem
}

.c-p-group__header-left p {
    margin-bottom: .4rem
}

.c-p-group__name {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem
}

.c-p-group__name > * {
    width: 100%
}

@media (min-width: 992px) {
    .c-p-group__name > * {
        width: auto
    }
}

.c-p-group__name h3 {
    margin-bottom: 0;
    margin-right: 10px
}

.c-p-group__name span {
    color: #a9a9a9
}

.c-p-cookie {
    border-top: 1px solid #d3d3d3;
    margin-bottom: .7rem;
    padding-top: 1rem
}

@media (min-width: 992px) {
    .c-p-cookie {
        margin-left: 20px
    }
}

.c-p-cookie__top {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem
}

@media (min-width: 992px) {
    .c-p-cookie__top {
        margin-bottom: 0
    }
}

.c-p-cookie__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (min-width: 992px) {
    .c-p-cookie__bottom {
        justify-content: initial
    }

    .c-p-cookie__bottom > * {
        width: 50%
    }
}

.c-p-cookie__toggle {
    padding-right: 1.7rem;
    position: relative
}

.c-p-cookie__toggle.is--open [class*=i-] {
    top: 0;
    transform: rotate(180deg)
}

.c-p-cookie__toggle [class*=i-] {
    font-size: .7rem;
    position: absolute;
    right: 0;
    top: 3px;
    transition: transform .3s ease
}

.c-p-cookie__toggle-show {
    pointer-events: none
}

.is--open .c-p-cookie__toggle-show {
    display: none
}

.c-p-cookie__toggle-hide {
    display: none;
    pointer-events: none
}

.is--open .c-p-cookie__toggle-hide {
    display: inline
}

.c-p-cookie__detail {
    margin-top: 1rem
}

.c-p-cookie__detail:not(.is--active) {
    display: none
}

.c-p-controls {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 1rem
}

.c-p-btn--settings {
    background-color: transparent;
    border: none;
    color: #a9a9a9;
    cursor: pointer;
    margin-bottom: 1rem;
    margin-right: 30px;
    padding: 0
}

@media (min-width: 992px) {
    .c-p-btn--settings {
        min-width: 0
    }
}

.c-p-btn--settings:hover {
    text-decoration: underline
}

.c-p-btn--settings span {
    pointer-events: none
}

.c-p-btn--settings:not(.is--open) span:last-child {
    display: none
}

.c-p-btn--settings.is--open span:first-child {
    display: none
}

.c-p-btn--save, .c-p-btn--save-all {
    cursor: pointer;
    margin-bottom: 1rem;
    margin-left: 5px;
    margin-right: 5px;
    min-width: 240px;
    padding: .85rem 26px
}

@media (min-width: 992px) {
    .c-p-btn--save, .c-p-btn--save-all {
        min-width: 0
    }
}

.c-p-selection .c-p-btn--save {
    margin-top: 3rem
}

.type-lscookieconsent_main {
    max-width: 1140px;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem
}

.type-lscookieconsent_main .c-p-table {
    overflow: auto
}

.type-lscookieconsent_main .c-p-table th {
    background-color: #d3d3d3;
    padding: .85rem 15px
}

.type-lscookieconsent_main .c-p-table tr {
    background-color: transparent
}

:root .type-lscookieconsent_main .c-p-table__group {
    background-color: #e2e2e2
}

.type-lscookieconsent_main td {
    padding: .85rem 15px 0 15px
}

.type-lscookieconsent_main .c-p-reset {
    margin-bottom: 1rem;
    margin-top: 1rem
}
.checkbox {
    display:flex;
    margin-top:0;
    margin-bottom:0.5rem;
    position:relative
}
.checkbox--default {
    padding-left:2.2rem
}
.checkbox--inline {
    display:inline-flex
}
.checkbox--inline:not(:last-child) {
    margin-right:15px
}
.checkbox--slider {
    align-items:center
}
.checkbox-input {
    opacity:0;
    position:absolute;
    z-index:-1
}
.checkbox-input:focus ~ .checkbox-label--default::before,
.checkbox-input:active ~ .checkbox-label--default::before {
    background-color:#f2f2f2
}
.checkbox-input:focus ~ .checkbox-slider__switch,
.checkbox-input:active ~ .checkbox-slider__switch {
    background-color:#f2f2f2
}
.checkbox-input:checked ~ .checkbox-label--default::before {
    background-color:#2f4d75;
    border-color:#2f4d75
}
.checkbox-input:checked ~ .checkbox-label--default::after {
    color:#fff
}
.checkbox-input:checked ~ div.checkbox-slider__switch {
    background-color:#2f4d75
}
.checkbox-input:checked ~ div.checkbox-slider__switch::before {
    left:calc(100% - (1.5rem + 3px))
}
.checkbox-input:disabled ~ .checkbox-label--default {
    color:#4e5e69;
    opacity:0.4
}
.checkbox-input:disabled ~ .checkbox-label--default::after {
    color:#fff
}
.checkbox-input:disabled ~ .checkbox-label--pl {
    color:#4e5e69;
    opacity:0.4
}
.checkbox-input:disabled ~ .checkbox-slider__switch {
    opacity:0.4
}
.checkbox-label {
    display:inline-block
}
.checkbox-label--hidden {
    bottom:0;
    display:block;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    z-index:1
}
.checkbox-label--switch {
    bottom:0;
    cursor:pointer;
    display:block;
    left:0;
    position:absolute;
    right:0;
    top:0;
    z-index:1
}
.checkbox-label--pl {
    padding-left:60px
}
.checkbox-label--default {
    display:block
}
.checkbox-label--default::before {
    background-color:#fff;
    border:1px solid #002454;
    border-radius:3px;
    content:'';
    display:block;
    height:1.7rem;
    left:0;
    position:absolute;
    top:0;
    user-select:none;
    width:1.7rem
}
.checkbox-label--default::after {
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    height:1.7rem;
    left:0;
    position:absolute;
    text-align:center;
    top:0;
    width:1.7rem
}
.checkbox-slider__switch {
    background-color:#e1dede;
    border-radius:70px;
    height:calc(1.5rem + 3px * 2);
    margin-left:5px;
    margin-right:5px;
    position:relative;
    transition:background-color 0.3s ease;
    width:calc(1.5rem * 2)
}
.checkbox-slider__switch::before {
    background-color:#fff;
    border-radius:50%;
    content:'';
    height:1.5rem;
    left:3px;
    position:absolute;
    top:3px;
    transition:left 0.3s ease;
    width:1.5rem
}