.red-ksr-cookie-button-alt, .red-ksr-cookie-button, .ksr-cookie-button {
  display: inline-block;
  padding: 16.5px 20px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  margin: 10px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  border: none;
  /*
  &.light-grey{
  	color: $grey;




  	&:before{
  		background-color:var(--ksr-background-colour);

  	}

  	&:after{
  		background-color:var( --ksr-secondary-light);
  	}
  }*/
}
.red-ksr-cookie-button-alt:before, .red-ksr-cookie-button:before, .ksr-cookie-button:before {
  display: block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
.red-ksr-cookie-button-alt:after, .red-ksr-cookie-button:after, .ksr-cookie-button:after {
  display: block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0px;
  left: 0px;
  background-color: var(--ksr-primary);
  z-index: -1;
  transition: all 0.2s;
}
.red-ksr-cookie-button-alt:hover:after, .red-ksr-cookie-button:hover:after, .ksr-cookie-button:hover:after, .active.red-ksr-cookie-button-alt:after, .active.red-ksr-cookie-button:after, .active.ksr-cookie-button:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.grey.red-ksr-cookie-button-alt:after, .grey.red-ksr-cookie-button:after, .grey.ksr-cookie-button:after {
  background-color: #bbb1b6;
}
.grey-alt.red-ksr-cookie-button-alt, .grey-alt.red-ksr-cookie-button, .grey-alt.ksr-cookie-button {
  color: var(--ksr-secondary-mid);
}
.grey-alt.red-ksr-cookie-button-alt:before, .grey-alt.red-ksr-cookie-button:before, .grey-alt.ksr-cookie-button:before {
  background-color: var(--ksr-secondary-light);
}
.grey-alt.red-ksr-cookie-button-alt:hover, .grey-alt.red-ksr-cookie-button:hover, .grey-alt.ksr-cookie-button:hover {
  color: #fff;
}
.grey-alt.red-ksr-cookie-button-alt:after, .grey-alt.red-ksr-cookie-button:after, .grey-alt.ksr-cookie-button:after {
  background-color: var(--ksr-secondary-mid);
}
.dark-grey.red-ksr-cookie-button-alt, .dark-grey.red-ksr-cookie-button, .dark-grey.ksr-cookie-button {
  color: #fff;
}
.dark-grey.red-ksr-cookie-button-alt:before, .dark-grey.red-ksr-cookie-button:before, .dark-grey.ksr-cookie-button:before {
  background-color: var(--ksr-secondary-mid);
  opacity: 0.7;
}
.dark-grey.red-ksr-cookie-button-alt:after, .dark-grey.red-ksr-cookie-button:after, .dark-grey.ksr-cookie-button:after {
  background-color: var(--ksr-secondary-mid);
}

.red-ksr-cookie-button {
  background-color: var(--ksr-primary);
  color: #fff;
}
.red-ksr-cookie-button:before {
  opacity: 0;
}

.red-ksr-cookie-button-alt {
  color: #fff;
  color: var(--ksr-background);
}
.red-ksr-cookie-button-alt:after {
  opacity: 0.2;
}
.red-ksr-cookie-button-alt:before {
  background-color: var(--ksr-primary);
  opacity: 0.7;
}

.cookie-banner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 250;
  width: 100%;
  max-width: 600px;
  background: #fff;
  background-color: var(--ksr-background);
  visibility: visible;
  transition: opacity 0.5s, visibility 0s;
  opacity: 1;
}
.cookie-banner.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0s, visibility 0s 0s;
}
.cookie-banner .content-wrapper {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding: 25px 25px 15px;
  display: block;
}
.cookie-banner .content-wrapper .col1, .cookie-banner .content-wrapper .col2 {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-banner .content-wrapper .col1 p, .cookie-banner .content-wrapper .col2 p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
}
.cookie-banner .content-wrapper .col2 {
  text-align: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  justify-content: space-between;
}
.cookie-banner .content-wrapper .arrow-link {
  white-space: no-wrap;
}
@media (max-width: 1025px) {
  .cookie-banner .content-wrapper {
    flex-flow: column;
    text-align: center;
  }
  .cookie-banner .content-wrapper .arrow-link {
    margin-right: 0;
    padding: 10px 10px;
  }
  .cookie-banner .content-wrapper .col2 {
    margin-top: 10px;
  }
}

.green-ksr-cookie-button {
  display: inline-block;
  padding: 15px;
  background-color: #bbb1b6;
  border: none;
  border-radius: 2px;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 13px;
}

.cookie-panel-vail {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.7;
  transform: translateX(-100%);
}
.cookie-panel-vail.show {
  transform: translateX(0);
  transition: opacity 0.5s;
}

.cookie-panel {
  position: fixed;
  height: 100%;
  top: 0;
  left: -460px;
  max-width: 460px;
  width: 100%;
  background: #fff;
  background-color: var(--ksr-background);
  z-index: 10001;
  padding: 30px 40px 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition: left 0.5s;
}
.cookie-panel.show {
  left: 0;
}
.cookie-panel .close-cookie-panel {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 10px;
  top: 10px;
  -webkit-mask: url(images/close-x.svg);
  mask: url(images/close-x.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: var(--ksr-secondary);
}
.cookie-panel .grey-arrow-ksr-cookie-button {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #F5EEF1;
  background-color: var(--ksr-secondary-light);
  padding: 16.5px 20px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: inherit;
  border: none;
  border-radius: 2px;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  padding-left: 45px;
  padding-right: 45px;
  transition: 0.3s;
}
.cookie-panel .grey-arrow-ksr-cookie-button:after {
  content: " ";
  display: block;
  width: 40px;
  height: 100%;
  background-color: var(--ksr-secondary-mid);
  -webkit-mask: url(images/forward-arrow-white.svg);
  mask: url(images/forward-arrow-white.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0% 50%;
  mask-position: 0% 50%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  position: absolute;
  right: 0;
  top: 0;
}
.cookie-panel .grey-arrow-ksr-cookie-button:hover {
  background-color: #8E8488;
  background-color: var(--ksr-secondary-mid);
  color: var(--ksr-background);
}
.cookie-panel .grey-arrow-ksr-cookie-button:hover:after {
  background-color: var(--ksr-background);
}
.cookie-panel .cookie-types {
  margin-top: 50px;
}
.cookie-panel .cookie-section {
  margin-bottom: 40px;
}
.cookie-panel .cookie-title {
  position: relative;
  display: flex;
  align-items: center;
}
.cookie-panel .cookie-title h3 {
  display: block;
  flex: 1;
}
.cookie-panel .cookie-toggle {
  width: 54px;
  height: 27px;
  border-radius: calc(27px / 2);
  background: #E6E6E6;
  position: relative;
  border: 0.5px solid #979797;
  cursor: pointer;
}
.cookie-panel .cookie-toggle .dot {
  position: absolute;
  top: 1px;
  left: calc(100% - 25px);
  height: 23px;
  width: 23px;
  background-color: #bbb1b6;
  border-radius: 50%;
  transform: translateY(0%);
  transition: all 0.3s;
  z-index: 4;
}
.cookie-panel .cookie-toggle:before {
  display: block;
  content: "";
  font-size: 11px;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translate(0%, -50%);
  font-family: sans-serif, Arial;
  text-transform: uppercase;
  font-weight: bold;
  color: #979797;
  transition: opacity 0.2s;
}
.cookie-panel .cookie-toggle:after {
  display: block;
  content: "";
  font-size: 11px;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translate(0%, -50%);
  font-family: sans-serif, Arial;
  text-transform: uppercase;
  font-weight: bold;
  color: #bbb1b6;
  opacity: 0;
  transition: opacity 0.2s;
}
.cookie-panel .cookie-toggle.on .dot {
  left: calc(100% - 25px);
  left: 1px;
  background-color: #000;
}
.cookie-panel .cookie-toggle.on:after {
  opacity: 1;
}
.cookie-panel .cookie-toggle.on:before {
  opacity: 0;
}
.cookie-panel .cookies {
  position: fixed;
  align-self: flex-end;
  top: 0;
  width: 100%;
  max-width: 460px;
  height: 100%;
  background: #fff;
  background-color: var(--ksr-background);
  padding: 30px;
  border: 0px solid #f00;
  left: -460px;
  z-index: 20;
  overflow: auto;
  transition: left 0.5s;
}
.cookie-panel .cookies .back-arrow {
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url("images/back-arrow.svg");
  background-position: 100% 1px;
  background-repeat: no-repeat;
  vertical-align: bottom;
  cursor: pointer;
  -webkit-mask: url(images/back-arrow.svg);
  mask: url(images/back-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: var(--ksr-secondary);
}
.cookie-panel .cookies.show {
  left: 0;
}
.cookie-panel .cookies .cookie {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 0 30px;
  border-bottom: 1px solid #E6E6E6;
  border-bottom: 1px solid var(--ksr-secondary-light);
}
.cookie-panel .cookies .cookie:last-of-type {
  border-bottom: none;
}
.cookie-panel .confirm-choices-ksr-cookie-button {
  margin-bottom: 40px;
}

body .cookie-panel, body .cookie-banner {
  font-family: Arial, Helvetica, Sans;
  text-align: left;
  color: #000;
  color: #8E8488;
  color: var(--ksr-text);
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .cookie-panel *, body .cookie-banner * {
  font-family: Arial, Helvetica, Sans;
}
body .cookie-panel p, body .cookie-banner p {
  color: var(--ksr-text);
}
@media (max-width: 481px) {
  body .cookie-panel, body .cookie-banner {
    font-size: 13px;
    font-size: 17px;
  }
}
body .cookie-panel h2, body .cookie-panel h3, body .cookie-panel h4, body .cookie-banner h2, body .cookie-banner h3, body .cookie-banner h4 {
  text-transform: uppercase;
  letter-spacing: -0.06em;
  font-weight: bold;
  text-align: left;
}
body .cookie-panel h2 small, body .cookie-panel h3 small, body .cookie-panel h4 small, body .cookie-banner h2 small, body .cookie-banner h3 small, body .cookie-banner h4 small {
  letter-spacing: -0.06em;
}
body .cookie-panel h2, body .cookie-banner h2 {
  font-size: 72px;
  line-height: 1em;
  margin: 0.3em 0;
  font-family: Arial, Helvetica, Sans;
}
@media (max-width: 481px) {
  body .cookie-panel h2, body .cookie-banner h2 {
    font-size: 38px;
  }
}
body .cookie-panel h3, body .cookie-banner h3 {
  font-size: 48px;
  line-height: 52px;
  text-transform: none;
}
@media (max-width: 481px) {
  body .cookie-panel h3, body .cookie-banner h3 {
    font-size: 34px;
    line-height: 1em;
  }
}
body .cookie-panel h3, body .cookie-banner h3 {
  font-size: 22px;
  color: #000;
  color: var(--ksr-text-headers);
}
body .cookie-panel .cookie-title h3, body .cookie-banner .cookie-title h3 {
  margin: 0;
  color: #000;
  color: var(--ksr-text-headers);
}
body .cookie-panel .cookie-title.no-toggle h3, body .cookie-banner .cookie-title.no-toggle h3 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: var(--ksr-text);
}
body .cookie-panel .cookie-title.no-toggle .always-active, body .cookie-banner .cookie-title.no-toggle .always-active {
  font-size: 18px;
  color: #000;
  color: var(--ksr-text-headers);
}

/*# sourceMappingURL=ksr-cookies.css.map */
