.cookies__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.cookies__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.cookies__wrapper .btn {
  padding: 12px 30px !important;
  width: auto;
  height: auto;
  transition: 0.5s ease background-color, 0.5s ease color;
}
.cookies__wrapper .btn--ghost {
  color: #001378;
  background-color: transparent;
  border: 2px solid #001378;
}
.cookies__wrapper .btn--ghost:hover {
  background: #001378;
  color: #fff;
}
.cookies__wrapper .btn--solid {
  color: #fff;
  background-color: #001378;
  border: 2px solid #001378;
}
.cookies__wrapper .btn--solid:hover {
  background: #fff;
  color: #001378;
}
.cookies__bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 48px;
  background-color: #fff;
  z-index: 998;
}
@media only screen and (max-width: 990px) {
  .cookies__bar {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .cookies__bar {
    padding: 15px;
  }
}
.cookies__bar-inner {
  display: flex;
  align-items: center;
  max-width: 1920px;
  margin: auto;
}
@media only screen and (max-width: 990px) {
  .cookies__bar-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cookies__bar-inner .content {
  padding-top: 20px;
  padding-right: 60px;
}
@media only screen and (max-width: 990px) {
  .cookies__bar-inner .content {
    padding-right: 0;
  }
}
.cookies__bar-inner .content a {
  text-decoration: underline;
}
.cookies__bar-inner .actions {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 990px) {
  .cookies__bar-inner .actions {
    padding-top: 24px;
  }
}
.cookies__bar-inner .actions .btn {
  max-height: 47px;
  white-space: nowrap;
}
.cookies__bar-inner .actions #manage-cookies {
  margin-right: 30px;
}
@media only screen and (max-width: 990px) {
  .cookies__bar-inner .actions #manage-cookies {
    margin-right: 16px;
  }
}
.cookies__popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 48px;
  max-width: 820px;
  width: 100%;
  z-index: 9;
}
@media only screen and (max-width: 990px) {
  .cookies__popup {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .cookies__popup {
    padding: 15px;
  }
}
.cookies__popup .top {
  padding-bottom: 28px;
}
.cookies__popup .top .content {
  padding-top: 18px;
}
.cookies__popup .top .content a {
  text-decoration: underline;
}
.cookies__popup .actions {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .cookies__popup .actions {
    flex-direction: column;
    gap: 12px 0;
    padding-top: 24px;
  }
}
.cookies__popup .actions #popup-accept-choice {
  margin-left: auto;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .cookies__popup .actions #popup-accept-choice {
    margin-left: initial;
    margin-right: initial;
  }
}
.cookies__accordion .item {
  padding: 22px 0;
  /* Rounded sliders */
}
.cookies__accordion .item.hidden .content {
  opacity: 0;
  height: 0;
  padding-top: 0;
}
.cookies__accordion .item:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}
.cookies__accordion .item .name {
  position: relative;
  padding-left: 38px;
  display: flex;
  font-size: 18px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cookies__accordion .item .name {
    font-size: 16px;
  }
}
.cookies__accordion .item .name img {
  display: inline-block;
  margin-right: 16px;
  transform: rotate(180deg);
  transition: 0.5s ease transform;
  position: absolute;
  top: 7px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .cookies__accordion .item .name h4 {
    padding-right: 16px;
  }
}
.cookies__accordion .item .content {
  padding: 0 60px 0 36px;
  transition: opacity 0.6s ease, height 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .cookies__accordion .item .content {
    padding-top: 16px;
  }
}
.cookies__accordion .item .switch {
  position: relative;
  display: inline-block;
  max-width: 55px;
  width: 100%;
  height: 30px;
  margin-left: auto;
}
.cookies__accordion .item .switch#required-cookies {
  pointer-events: none;
}
.cookies__accordion .item .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookies__accordion .item .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E0E0E0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cookies__accordion .item .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cookies__accordion .item input:checked + .slider {
  background-color: #001378;
}
.cookies__accordion .item input:focus + .slider {
  box-shadow: 0 0 1px #001378;
}
.cookies__accordion .item input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}
.cookies__accordion .item .slider.round {
  border-radius: 30px;
}
.cookies__accordion .item .slider.round:before {
  border-radius: 50%;
}
.cookies__accordion .item.hidden .name img {
  transform: rotate(0);
}
.cookies__close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 37px;
  background-color: #DADADE;
  cursor: pointer;
  transition: 0.5s ease background-color;
}
.cookies__close:hover {
  background-color: #001378;
}

.header--cookies {
  font-size: 27px;
  line-height: 1.29;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .header--cookies {
    font-size: 22px;
  }
}
.header--cookies-bar {
  font-size: 20px;
  font-weight: 600;
}

/*# sourceMappingURL=csfCookies.css.map */
