/* abhaya-libre-regular - latin */
@font-face {
  font-family: 'Hellix';
  font-style: normal;
  font-weight: 200;
  src: url('/themes/equinoxe/fonts/Hellix-Thin.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/equinoxe/fonts/Hellix-Thin.woff') format('woff') /* Modern Browsers */;
}
@font-face {
  font-family: 'Hellix';
  font-style: normal;
  font-weight: 400;
  src: url('/themes/equinoxe/fonts/Hellix-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/equinoxe/fonts/Hellix-Regular.woff') format('woff') /* Modern Browsers */;
}
@font-face {
  font-family: 'Hellix';
  font-style: normal;
  font-weight: 500;
  src: url('/themes/equinoxe/fonts/Hellix-Medium.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/equinoxe/fonts/Hellix-Medium.woff') format('woff') /* Modern Browsers */;
}
@font-face {
  font-family: 'Hellix';
  font-style: normal;
  font-weight: 600;
  src: url('/themes/equinoxe/fonts/Hellix-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/equinoxe/fonts/Hellix-SemiBold.woff') format('woff') /* Modern Browsers */;
}
/* didact-gothic-regular - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Didact Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('/themes/equinoxe/fonts/didact-gothic-v20-cyrillic_latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('/themes/equinoxe/fonts/didact-gothic-v20-cyrillic_latin-regular.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
.link,
.back-link {
  display: inline-flex;
  font-weight: 600;
  font-size: 1.25rem;
  color: #1D1D1B;
  text-decoration: none;
  align-items: center;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
.link:after,
.back-link:after,
.link:before,
.back-link:before {
  color: #004eff;
  font-size: 0.62em;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
.link:hover,
.back-link:hover {
  text-decoration: none;
  color: #004eff !important;
}
.link:after {
  font-family: 'Vasantha';
  font-weight: normal;
  content: '\f102';
  margin: 0 0 0 12px;
}
.link:hover:after {
  transform: translateX(3px);
}
.back-link:before {
  font-family: 'Vasantha';
  font-weight: normal;
  content: '\f103';
  margin: 0 12px 0 0;
}
.back-link:hover:before {
  transform: translateX(-3px);
}
.cookiesjsr-service-group.active .cookiesjsr-service-group--content,
.cookiesjsr-service-group.active .cookiesjsr-service-group--tab {
  background: #004eff;
}
.cookiesjsr-btn.invert {
  border-color: #004eff;
  color: #004eff;
}
.cookiesjsr-btn.important.invert {
  background-color: #004eff;
  border-color: #004eff;
  color: #ffffff;
}
.cookiesjsr-service--always-on {
  color: #00EB00;
}
.cookiesjsr-switch.active {
  background-color: #00EB00;
}
/*# sourceMappingURL=cookiebanner.css.map */