/**
 * Import All Mobile Stylesheets
 */
/*
 * Custom Variable
 */
/**
 * Header custom stylesheets
 */
.header .navbar {
  min-height: 75px;
}
.header .navbar .nav-item {
  border-color: #F5F7FC !important;
}
.header .navbar .nav-link--logout {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.header .navbar .nav-link--logout::before {
  content: "";
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/header/logout.svg");
  background-size: contain;
}
.header .navbar .nav-link[data-bs-toggle] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header .navbar-toggler {
  padding: 0;
  position: relative;
  top: 21px;
  right: 1rem;
  width: 28px;
  height: 28px !important;
}
.header .navbar-toggler .navbar-toggler__bar {
  width: 28px;
  height: 3px;
  background-color: #227ddf;
  margin: 6px 0;
  transition: 0.4s ease-in-out;
  display: block;
}
.header .navbar-toggler[aria-expanded=true] .navbar-toggler__bar:nth-child(1) {
  transform: translate(0, 7px) rotate(-45deg);
}
.header .navbar-toggler[aria-expanded=true] .navbar-toggler__bar:nth-child(2) {
  opacity: 0;
}
.header .navbar-toggler[aria-expanded=true] .navbar-toggler__bar:nth-child(3) {
  transform: translate(0, -11px) rotate(45deg);
}
.header .navbar-toggler:focus {
  box-shadow: none !important;
}

/**
 * Footer custom stylesheets
 */
.footer #block-lvc-copyright p {
  margin: 0;
}
.footer .nav-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.footer .nav-link.nav-link--icon {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0.5rem;
}
.footer .nav-link.nav-link--icon.nav-link--icon-shop {
  background-image: url("../images/footer/cart.svg");
}
.footer .nav-link.nav-link--icon.nav-link--icon-twitter {
  background-image: url("../images/footer/twitter.svg");
}

/**
 * Page layout
 */
html {
  position: relative;
  height: 100%;
}

.layout-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.layout-sidebar {
  min-width: 22%;
}

/**
 * Article
 */
.article__link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  color: #227ddf;
  gap: 0.333rem;
  line-height: 1;
}
.article__link:hover {
  color: #333;
}
.article__link::before {
  content: "";
  height: 16px;
  width: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/links/material-chevron-left.svg");
}
.article__cta {
  display: block;
  background-color: #227ddf;
  padding: 1rem;
  min-width: 180px;
  text-align: center;
  border: 2px solid #427ef6;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
.article__cta:hover {
  background-color: #fff;
  color: #227ddf;
}

/**
 * Legal Basis
 */
.legal-basis__back {
  color: var(--color-category, #525969);
}
.legal-basis__back::before {
  content: "";
  display: block;
  position: relative;
  height: 15px;
  width: 9px;
  -webkit-mask: url("../images/links/material-chevron-left.svg") no-repeat;
          mask: url("../images/links/material-chevron-left.svg") no-repeat;
  mask-position-y: center;
  background-color: var(--color-category, #525969);
}
.legal-basis__sections ul {
  list-style: none;
}
.legal-basis__current-section {
  color: var(--color-category, #525969);
}

/**
 * Newsletter Search Page
 */
.newsletter-search-page__result-item-content strong {
  background-color: #ffeb3b;
  font-weight: 500;
}
.newsletter-search-page__head .article-menu__link:not(.is-active) {
  opacity: 0.5;
}

/**
 * Article view
 */
.articles-view--category .articles-view__header .article-menu__link:not(.is-active) {
  opacity: 0.5;
}

.articles-view__aside {
  min-width: 22%;
}

/**
 * Legal basis section View
 */
.legal-basis-section__content {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 0.3rem));
  gap: 0.6rem;
  grid-auto-rows: 260px;
  grid-column: span 2;
}
.legal-basis-section__content :first-child {
  grid-column: 1/span 2;
  width: 100%;
}

/**
 * Newsletter View
 */
.newsletter-view .pager__info {
  font-size: 16px;
}
.newsletter-view .pager__item {
  padding: 0;
}
.newsletter-view .pager__link {
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  text-indent: -9999px;
  overflow: hidden;
}
.newsletter-view .pager__link--next {
  border-left: transparent;
  border-right: 30px solid var(--color-category, #227ddf);
}
.newsletter-view .pager__link--previous {
  border-left: 30px solid var(--color-category, #227ddf);
  border-right: transparent;
}
.newsletter-view .pager__link--disabled {
  cursor: default;
  opacity: 0.4;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

/**
 * Accordion
 */
.accordion-button {
  border-color: #CDD3DE;
}
.accordion-button:focus {
  box-shadow: none;
}

/**
 * Article menu
 */
.article-menu {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 0.25rem));
}

/**
 * Article Teaser
 */
.article-teaser {
  color: inherit;
}
.article-teaser:hover {
  color: inherit;
}
.article-teaser__text {
  overflow: hidden;
  display: block;
  color: #525969;
  display: -webkit-box;
  letter-spacing: 0.3px;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-align: justify;
  position: relative;
  height: 60px;
  -webkit-line-clamp: 3;
}
.article-teaser__text::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 0 1px 25px;
  background: linear-gradient(to left, #F5F7FC 50%, rgba(255, 255, 255, 0) 100%, #F5F7FC 100%);
}
.article-teaser__link {
  color: var(--color-category, #227ddf);
}
.article-teaser--highlight .article-teaser__text::after {
  background: linear-gradient(to left, #fff 50%, rgba(255, 255, 255, 0) 100%, #fff 100%);
}

/**
 * Basis Menu
 */
.basis-menu {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  background-color: #434C61;
}
.basis-menu-item {
  background-color: var(--color-revue, #434C61);
  position: relative;
}
.basis-menu-item::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transform: translateX(-50%) rotate(90deg);
  border: 18px solid transparent;
  left: 50%;
  bottom: -36px;
  z-index: -1;
}
.basis-menu-item.is-active::after {
  border-left-color: var(--color-revue, #434C61);
}

/**
 * Breadcrumb
 */
.breadcrumb li {
  display: inline-block;
  line-height: 2;
}
.breadcrumb li::before {
  border: solid #9CA8BE;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(-45deg);
  content: "";
  padding: 4px;
  margin-left: 5px;
  margin-right: 10px;
}
.breadcrumb li a {
  color: #525969;
}
.breadcrumb li a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -100%);
  border-bottom: 2px solid var(--color-category, #427ef6);
}
.breadcrumb li:last-child span {
  color: var(--color-category, #525969);
}

/**
 * Category Card
 */
.category-card {
  background-color: #434C61;
  transition: transform 0.3s ease-out;
}
.category-card:hover {
  transform: scale(0.9);
}

/**
 * Category Card Deactivated
 */
.category-card-deactivated__content {
  display: flex;
}
.category-card-deactivated__hover {
  background-color: rgba(88, 88, 88, 0.8);
  display: none;
}
.category-card-deactivated:hover .category-card-deactivated__content {
  display: none;
}
.category-card-deactivated:hover .category-card-deactivated__hover {
  display: flex;
}
.category-card-deactivated__locked, .category-card-deactivated__to-shop {
  display: block;
  margin: 1rem auto;
  width: 58px;
  height: 58px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.category-card-deactivated__locked {
  background-image: url("../images/legal-basis/locked.svg");
}
.category-card-deactivated__to-shop {
  background-image: url("../images/legal-basis/to_shop.svg");
}

.chatbot-response {
  max-width: rfs-value(600px);
  margin: 0 auto;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: rfs-value(14px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.chatbot-response--titre {
  color: #227ddf;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 1.2px;
  font-size: rfs-value(24px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: rfs-value(20px);
}

.chatbot-response--precision {
  margin-bottom: 40px;
}

.chatbot-bottom {
  background: #FFF;
  box-shadow: 0px -4px rfs-value(30px) 0px rgba(82, 89, 105, 0.1);
}

.session--block {
  margin-top: rfs-value(30px);
  display: flex;
  gap: rfs-value(10px);
  align-items: center;
  justify-content: space-between;
}

.menu-right li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: rfs-value(230px);
}

#menu-right--question-chatvcd,
#menu-right--question-juriste {
  display: inline-block;
  font-size: 0;
  width: rfs-value(16px);
  height: rfs-value(16px);
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17Z" stroke="%23525969" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 12.2V9" stroke="%23525969" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 5.79999H9.008" stroke="%23525969" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
}

#chatbot {
  width: 80vw;
}
#chatbot .modal-content {
  width: 80vw;
  height: 90vh;
}
#chatbot .modal-header {
  height: 64px;
  background: #227ddf;
  color: #FFFFFF;
  font-family: "Roboto Bold Condensed", serif;
  font-size: rfs-value(20px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#chatbot .modal-header h4 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#chatbot .modal-body {
  height: calc(100% - rfs-value(146px));
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
#chatbot .modal-body #chatbot-presentation,
#chatbot .modal-body #chatbot-introduction-discussion {
  overflow: auto;
  text-align: center;
  max-width: rfs-value(670px);
  margin-right: auto;
  margin-left: auto;
  max-height: 100%;
}
#chatbot .modal-body #chatbot-reponse {
  overflow: auto;
  max-height: 100%;
}
#chatbot .modal-body #email {
  height: rfs-value(50px);
  padding: rfs-value(10px) rfs-value(20px);
  align-items: center;
  border: 1px solid var(--border-color, #626977);
  background: #FFF;
  width: rfs-value(500px);
}
#chatbot .modal-footer {
  box-shadow: 0px -4px rfs-value(30px) 0px rgba(82, 89, 105, 0.1);
}
#chatbot .chatbot-formulaire {
  display: flex;
  max-width: 850px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
#chatbot .chatbot-formulaire #question {
  display: flex;
  height: rfs-value(50px);
  padding: rfs-value(10px) rfs-value(20px);
  align-items: center;
  flex: 1 0 0;
  border: 1px solid var(--border-color, #626977);
  background: #FFF;
  width: rfs-value(600px);
}
#chatbot .chatbot-button {
  border: 0;
  color: #FFFFFF;
  background-color: #227ddf;
  font-family: "Roboto", sans-serif;
  font-size: rfs-value(16px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  height: rfs-value(50px);
  padding: rfs-value(9px) rfs-value(15px);
  justify-content: center;
  align-items: center;
  gap: rfs-value(10px);
}
#chatbot .close {
  opacity: 1;
  font-size: rfs-value(32px);
  color: #FFF;
  text-shadow: none;
}
#chatbot .close:hover {
  color: #FFF;
}

#chatbot-discussion {
  overflow: auto;
}

.chatbot-attente {
  display: block;
  width: rfs-value(50px);
  height: rfs-value(50px);
  background-image: url(../images/chatbot/chatbot-attente.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.chatbot-question,
.chatbot-reponse {
  padding: rfs-value(30px) rfs-value(30px) rfs-value(30px) rfs-value(110px);
  position: relative;
}
.chatbot-question:before,
.chatbot-reponse:before {
  content: "";
  display: block;
  position: absolute;
  top: rfs-value(20px);
  left: rfs-value(40px);
  width: rfs-value(40px);
  height: rfs-value(40px);
  background-size: contain;
}

.chatbot-question:before {
  background-image: url(../images/chatbot/chatbot-question.svg);
}

.chatbot-reponse {
  background-color: #F5F7FC;
}
.chatbot-reponse:before {
  background-image: url(../images/chatbot/chatbot-reponse.svg);
}

#chatbot-evaluation {
  background-color: #F5F7FC;
  padding: 0 rfs-value(30px) rfs-value(30px) rfs-value(110px);
  color: #227ddf;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: rfs-value(20px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#chatbot-evaluation .chatbot-evaluation--boutons {
  display: flex;
  justify-content: center;
  padding-top: rfs-value(30px);
  cursor: pointer;
  gap: rfs-value(20px);
}
#chatbot-evaluation .chatbot-evaluation--boutons svg {
  fill: none;
  stroke: #434C61;
}
#chatbot-evaluation .chatbot-evaluation--boutons #chatbot-evaluation--boutons--up:hover svg, #chatbot-evaluation .chatbot-evaluation--boutons #chatbot-evaluation--boutons--up.selected svg {
  stroke: #138300;
}
#chatbot-evaluation .chatbot-evaluation--boutons #chatbot-evaluation--boutons--down:hover svg, #chatbot-evaluation .chatbot-evaluation--boutons #chatbot-evaluation--boutons--down.selected svg {
  stroke: #b92f34;
}
#chatbot-evaluation #chatbot-evaluation--reponse-ajax {
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: rfs-value(16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.chatbot-link {
  cursor: pointer;
}

.popover {
  font-size: rfs-value(12px) !important;
}

.chatbot-sources-titre {
  margin-top: rfs-value(20px);
  margin-bottom: rfs-value(15px);
  font-weight: bold;
}

/**
 * Content Highlight
 */
.content-highlight__link {
  font-family: "Roboto Condensed", sans-serif;
}

/**
 * Content Toolbar
 */
.content-toolbar__button {
  background: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100px;
  text-align: center;
}
.content-toolbar__button::before {
  content: "";
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-mask-size: 18px;
          mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--color-category, #227ddf);
}
.content-toolbar__button--transfer::before {
  -webkit-mask-image: url("../images/toolbar/envelope.svg");
          mask-image: url("../images/toolbar/envelope.svg");
}
.content-toolbar__button--zoom-out::before {
  -webkit-mask-image: url("../images/toolbar/search-minus.svg");
          mask-image: url("../images/toolbar/search-minus.svg");
}
.content-toolbar__button--zoom-in::before {
  -webkit-mask-image: url("../images/toolbar/search-plus.svg");
          mask-image: url("../images/toolbar/search-plus.svg");
}
.content-toolbar__button--share::before {
  -webkit-mask-image: url("../images/toolbar/twitter.svg");
          mask-image: url("../images/toolbar/twitter.svg");
}
.content-toolbar__button--print::before {
  -webkit-mask-image: url("../images/toolbar/print.svg");
          mask-image: url("../images/toolbar/print.svg");
}
.content-toolbar__button--save::before {
  -webkit-mask-image: url("../images/toolbar/save.svg");
          mask-image: url("../images/toolbar/save.svg");
}
.content-toolbar__button--favorites::before {
  -webkit-mask-image: url("../images/toolbar/star.svg");
          mask-image: url("../images/toolbar/star.svg");
}
.content-toolbar__button--copy::before {
  -webkit-mask-image: url("../images/toolbar/copy.svg");
          mask-image: url("../images/toolbar/copy.svg");
}

/**
 * Current User Info
 */
.current-user-info {
  background-color: #434C61;
}
.current-user-info::before {
  content: "";
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/header/user.svg");
}

/**
 * Flag
 */
.flag .ajax-progress {
  display: none;
}

/**
 * Form
 */
input {
  max-width: 100%;
  width: 100%;
  display: block;
}
input[type=email], input[type=text], input[type=password] {
  height: 40px;
  padding: 5px;
  border: 2px solid #9CA8BE;
}
input[type=submit] {
  background-color: #427ef6;
  border: none;
  color: white;
  min-width: 150px;
  height: 60px;
  width: -moz-fit-content;
  width: fit-content;
}
input[type=submit]:hover {
  opacity: 0.5;
}

textarea {
  border: 2px solid #9CA8BE;
  width: 100%;
  padding: 5px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
label.form-required::after {
  content: "*";
  background-image: none;
  font-size: 0.875rem;
}

.form-type-checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
}
.form-type-checkbox input {
  width: auto;
}
.form-type-checkbox label {
  margin-bottom: 0;
}

.webform-submission-contact-form .form-actions .webform-button--submit,
.webform-submission-ask-your-question-form .form-actions .webform-button--submit {
  margin-left: auto;
}

.webform-submission-page-recommendation-add-form .form-type-webform-email-multiple .webform-element-description {
  display: none;
}
.webform-submission-page-recommendation-add-form .form-actions {
  margin-bottom: 0;
}
.webform-submission-page-recommendation-add-form .form-actions .webform-button--submit {
  margin-left: auto;
}

.webform-submission-forgot-access-code-form .form-type-processed-text {
  margin: 0;
}

.user-login-form .form-type-checkbox {
  flex-direction: row-reverse;
}
.user-login-form .form-item-persistent-login label::after {
  content: none;
}
.user-login-form .form-submit {
  margin-right: auto;
  margin-left: auto;
}

.search-form .search-form__search-bar {
  display: flex;
}
.search-form .form-item-search-terms {
  margin: 0;
  width: 100%;
}
.search-form .form-item-search-terms input {
  margin: 0;
  min-height: 50px;
  border-right: 0;
}
.search-form .form-item-search-terms label {
  display: none;
}
.search-form .form-submit {
  font-size: 14px;
  height: 50px;
  padding: 6px 12px;
  background-color: var(--color-category, #525969);
  margin: 0;
}
.search-form .search-form__advanced-search {
  padding: 1rem;
  margin-top: 1.5rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.search-form .search-form__advanced-search .fieldgroup {
  margin: 0;
  padding-top: 1rem;
}
.search-form .search-form__advanced-search .fieldgroup legend {
  color: var(--color-category, #525969);
  margin-bottom: 0.5rem;
}
.search-form .search-form__advanced-search .search-form__advanced-search-trigger {
  font-size: 30px;
  font-family: "Roboto Condensed", sans-serif;
  color: var(--color-category, #525969);
  text-decoration: none;
}
.search-form .search-form__advanced-search .search-form__advanced-search-trigger:hover {
  opacity: 1;
  text-decoration: underline;
}
.search-form .search-form__advanced-search .form-radios {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.search-form .search-form__advanced-search .form-type-radio,
.search-form .search-form__advanced-search .form-type-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.search-form .search-form__advanced-search .form-type-radio input,
.search-form .search-form__advanced-search .form-type-checkbox input {
  width: -moz-fit-content;
  width: fit-content;
}
.search-form .search-form__advanced-search .form-type-radio label,
.search-form .search-form__advanced-search .form-type-checkbox label {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
}

.articles-view .search-form .search-form__advanced-search {
  display: none;
}

.search-form--legal-basis .search-form__search-bar {
  align-items: end;
}
.search-form--legal-basis .form-item-search-terms label {
  display: block;
}
.search-form--legal-basis .search-form__advanced-search .search-form__advanced-search-trigger {
  font-size: 18px;
}

.legal-basis-terms-form .form-type-radio {
  margin: 0;
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.legal-basis-terms-form .form-type-radio label {
  font-weight: 800;
  margin: 0;
  cursor: pointer;
  line-height: 2;
  color: #101f43;
  flex: 1;
}
.legal-basis-terms-form .form-type-radio label span {
  color: #626977;
  font-weight: 500;
}
.legal-basis-terms-form .form-type-radio input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  font: inherit;
  width: 25px;
  height: 25px;
  background-color: var(--color-category, #525969);
  -webkit-mask: url("../images/legal-basis/empty.svg") no-repeat;
          mask: url("../images/legal-basis/empty.svg") no-repeat;
  mask-position-y: center;
  cursor: pointer;
}
.legal-basis-terms-form .form-type-radio input:checked {
  -webkit-mask: url("../images/legal-basis/full.svg") no-repeat;
          mask: url("../images/legal-basis/full.svg") no-repeat;
}
.legal-basis-terms-form .form-type-radio input:checked + label {
  color: var(--color-category, #525969);
}
.legal-basis-terms-form .legal-basis-terms-form__item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  line-height: 2;
  color: #101f43;
  text-decoration: none;
  font-weight: 800;
}
.legal-basis-terms-form .legal-basis-terms-form__item > span {
  flex: 1;
}
.legal-basis-terms-form .legal-basis-terms-form__item .section-results {
  color: #626977;
  font-weight: 500;
}
.legal-basis-terms-form .legal-basis-terms-form__item::before {
  content: "";
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  background-color: var(--color-category, #525969);
  -webkit-mask: url("../images/legal-basis/plus.svg") no-repeat;
          mask: url("../images/legal-basis/plus.svg") no-repeat;
  mask-position-y: center;
}
.legal-basis-terms-form .legal-basis-terms-form__item[aria-expanded=true] {
  color: var(--color-category, #525969);
}
.legal-basis-terms-form .legal-basis-terms-form__item[aria-expanded=true]::before {
  -webkit-mask: url("../images/legal-basis/minus.svg") no-repeat;
          mask: url("../images/legal-basis/minus.svg") no-repeat;
}
.legal-basis-terms-form .legal-basis-terms-form__child {
  margin-left: 18px;
  font-size: 15px;
}
.legal-basis-terms-form .legal-basis-terms-form__child .legal-basis-terms-form__item {
  font-weight: 500;
}
.legal-basis-terms-form .legal-basis-terms-form__child .legal-basis-terms-form__item::before {
  width: 19px;
  height: 19px;
  -webkit-mask-size: 18px;
          mask-size: 18px;
}
.legal-basis-terms-form .legal-basis-terms-form__child label {
  font-weight: 500;
}
.legal-basis-terms-form .legal-basis-terms-form__child input {
  width: 19px;
  height: 19px;
  -webkit-mask-size: 18px;
          mask-size: 18px;
}
.legal-basis-terms-form .legal-basis-terms-form__child input:checked {
  -webkit-mask-size: 18px;
          mask-size: 18px;
}

/**
 * Homepage Hero
 */
.homepage-hero__content {
  background-color: rgba(245, 247, 252, 0.7);
}
.homepage-hero__content h1 {
  font-size: 1.875rem;
  font-family: "Roboto", sans-serif;
}
.homepage-hero__content h1 strong {
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
}
.homepage-hero__link a {
  text-decoration: none;
  color: #227ddf;
  display: inline-flex;
  align-items: center;
  justify-content: end;
  gap: 0.25rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.homepage-hero__link a:hover {
  text-decoration: underline;
  color: #23527c;
}
.homepage-hero__link a::after {
  content: "";
  display: block;
  position: relative;
  height: 15px;
  width: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/links/material-chevron-right.svg");
}

/**
 * Homepage Highlight
 */
.homepage-highlight {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

/**
 * Image Stylesheets
 */
.image--center img {
  margin: 0 auto;
}
.image--right img {
  margin-left: auto;
}

/**
 * Integral Push
 */
.integral-push {
  max-width: 250px;
}
.integral-push--deactivated .integral-push__image {
  position: relative;
}
.integral-push--deactivated .integral-push__image picture {
  opacity: 0.25;
}
.integral-push--deactivated .integral-push__deactivated-content,
.integral-push--deactivated .integral-push__deactivated-hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.integral-push--deactivated .integral-push__deactivated-content::before,
.integral-push--deactivated .integral-push__deactivated-hover::before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.integral-push--deactivated .integral-push__deactivated-content {
  background: repeating-linear-gradient(-45deg, black, black 0.5px, transparent 1px, transparent 15px);
}
.integral-push--deactivated .integral-push__deactivated-content::before {
  background-image: url("../images/legal-basis/locked.svg");
}
.integral-push--deactivated .integral-push__deactivated-hover {
  display: none;
  background: repeating-linear-gradient(-45deg, black, black 0.5px, rgba(88, 88, 88, 0.8) 1px, rgba(88, 88, 88, 0.8) 15px);
}
.integral-push--deactivated .integral-push__deactivated-hover::before {
  background-image: url("../images/legal-basis/to_shop.svg");
}
.integral-push--deactivated a:hover .integral-push__image picture {
  opacity: 0;
}
.integral-push--deactivated a:hover .integral-push__deactivated-content {
  display: none;
}
.integral-push--deactivated a:hover .integral-push__deactivated-hover {
  display: flex;
}

/**
 * Legal Basis Teaser
 */
.legal-basis-teaser__link {
  cursor: pointer;
  color: var(--color-category, #525969);
}
.legal-basis-teaser__link::after {
  content: "";
  display: block;
  position: relative;
  height: 15px;
  width: 9px;
  -webkit-mask: url("../images/links/material-chevron-right.svg") no-repeat;
          mask: url("../images/links/material-chevron-right.svg") no-repeat;
  mask-position-y: center;
  background-color: var(--color-category, #525969);
}

/**
 * Legal Basis Search Result
 */
.legal-basis-search-result__title {
  color: #337ab7;
  cursor: pointer;
}
.legal-basis-search-result__title:hover {
  color: #23527c;
  text-decoration: underline;
}
.legal-basis-search-result__content strong {
  background-color: #ffeb3b;
  font-weight: 500;
}

/**
 * Login Modal
 */
.login-modal__image img {
  margin: 0 auto;
}
.login-modal__link a {
  text-decoration: none;
}
.login-modal__link a:hover {
  color: #227ddf;
}
.login-modal__cta a {
  display: inline-flex;
  background-color: #427ef6;
  border: none;
  color: white;
  min-width: 150px;
  height: 60px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  align-items: center;
  padding: 1rem;
}
.login-modal__cta a:hover {
  opacity: 0.5;
}

/**
 * Newsletter Link
 */
.newsletter-link {
  cursor: pointer;
}
.newsletter-link__text {
  color: var(--color-category, #227ddf);
}
.newsletter-link:hover {
  opacity: 0.5;
}

/**
 * Newsletter
 */
.newsletter-teaser__title {
  color: var(--color-category, #525969);
}
.newsletter-teaser__link {
  color: var(--color-category, #227ddf);
  cursor: pointer;
}

/**
 * Pagination
 */
.pagination__item {
  background-color: #CDD3DE;
  color: #525969;
}
.pagination__item a, .pagination__item button {
  color: inherit;
}
.pagination__item button {
  border: none;
  background-color: transparent;
}
.pagination__item button:hover {
  background-color: transparent;
}
.pagination__item:hover {
  color: #23527c;
  background-color: #eee;
}
.pagination__item--active {
  background-color: #434C61;
  color: #fff;
}
.pagination__link {
  display: block;
  overflow: hidden;
  width: 43px;
  height: 43px;
  text-indent: -999px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
}
.pagination__link--first {
  background-image: url("../images/pagination/first.svg");
}
.pagination__link--prev {
  background-image: url("../images/pagination/prev.svg");
}
.pagination__link--next {
  background-image: url("../images/pagination/next.svg");
}
.pagination__link--last {
  background-image: url("../images/pagination/last.svg");
}

/**
 * Pill
 */
.pill {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #434C61;
}

/**
 * Push
 */
.push {
  font-family: "Roboto Condensed", sans-serif;
}
.push__links a {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: end;
}
.push__links a:hover {
  color: #fff;
}
.push__links a::after {
  content: "";
  display: block;
  position: relative;
  height: 15px;
  width: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/links/material-chevron-right--white.svg");
}

/**
 * Services Menu
 */
.services-menu {
  font-size: 16px;
}
.services-menu ul.menu a.is-active {
  color: #525969;
}
.services-menu .menu,
.services-menu .menu-item--expanded {
  list-style: none;
}
.services-menu .menu_link_content:has(.views-element-container) {
  display: flex;
  flex-direction: column-reverse;
}
.services-menu .menu_link_content:has(.views-element-container) .menu-level-1 {
  margin: 0 1.25rem 0.75rem;
}
.services-menu .menu_link_content:has(.views-element-container) .views-element-container {
  margin: 0.5rem 1.25rem 0;
}
.services-menu .menu-level-0 {
  padding: 0;
  margin: 0;
}
.services-menu .menu-level-0 .menu-item > span {
  font-weight: 700;
}
.services-menu .menu-level-1 {
  margin: 0.25rem 1.25rem 0.75rem;
}
.services-menu .menu-level-1 .menu-item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
.services-menu .menu-item a {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.25rem 0;
  text-decoration: none;
  color: #525969;
}
.services-menu .menu-item a:hover {
  text-decoration: underline;
}
.services-menu .menu-item a::before {
  content: "";
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/links/arrow-right-blue.svg");
}
.services-menu .menu-item__tooltip {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/tooltip/info.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  text-indent: -999px;
  background-color: transparent;
  border: 0;
}

.services-tooltip {
  --bs-tooltip-bg: $text-grey;
  --bs-tooltip-color: $text-grey;
}
.services-tooltip .tooltip-inner {
  border: 1px solid #525969;
  padding: 0.5rem;
  background-color: #fff;
}
.services-tooltip p {
  margin: 0;
  font-size: 14px;
}

/**

 * Subscription Message
 */
.subscription-message__forgot-log-btn {
  color: var(--color-category, #427ef6);
}
.subscription-message__forgot-log-btn:focus-visible {
  outline: 0;
}
.subscription-message__forgot-log-btn:hover {
  text-decoration: underline;
}
.subscription-message__help-link {
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #427ef6 !important;
}
.subscription-message__help-link:hover {
  text-decoration: underline;
}
.subscription-message__cta {
  display: inline-flex;
  background-color: #427ef6;
  border: none;
  color: white !important;
  min-width: 150px;
  height: 60px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.subscription-message__cta:hover {
  opacity: 0.5;
}

/**
 * Subscription Message Dialog
 */
.ui-widget-overlay {
  background: #000 !important;
  opacity: 0.7 !important;
}

.ui-dialog.subscription-message-dialog {
  background-color: white !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
  overflow: auto !important;
  max-width: 800px !important;
  z-index: 1 !important;
}
.ui-dialog.subscription-message-dialog .subscription-message-dialog__title {
  text-align: center;
  font-size: 1.5rem;
  background-color: var(--color-category, #525969);
  padding: 1rem 46px;
}
.ui-dialog.subscription-message-dialog .subscription-message-dialog__title .ui-dialog-title {
  white-space: initial;
  text-overflow: unset;
  width: 100% !important;
  float: none;
  color: #fff !important;
}
.ui-dialog.subscription-message-dialog .subscription-message-dialog__title .ui-dialog-titlebar-close {
  position: absolute;
  top: 50% !important;
  right: 1rem !important;
  transform: translateY(-50%);
  width: 30px !important;
  height: 30px !important;
  inset-block: unset;
  block-size: unset;
  margin-inline: unset;
  inline-size: unset;
  inset-inline-end: unset;
  inset-inline-start: unset;
  margin: 0;
  opacity: 1;
  border: 0;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-image: url("../images/dialog/close-white.svg");
}
.ui-dialog.subscription-message-dialog .subscription-message-dialog__title .ui-dialog-titlebar-close .ui-button-icon {
  display: none;
}