/*
    - Name: "highlighted.scss"
    - Description: "Add custom styles to Highlighted, view mode Full"
*/
.block__highlights__highlighted .block__highlights__content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--spacing-md);
}

@media (min-width: 768px) {
  .block__highlights__highlighted .block__highlights__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.block__highlights__highlighted .field--name-field-references {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--spacing-md);
}

@media (min-width: 480px) {
  .block__highlights__highlighted .field--name-field-references {
    grid-template-columns: repeat(2, 1fr);
  }
}
.block__highlights .block__highlights__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--spacing-md);
}

@media (min-width: 1200px) {
  .block__highlights .block__highlights__header {
    margin-bottom: var(--spacing-2xl);
  }
}
.block__highlights .block__highlights__header h2 {
  font-size: 2rem;
  line-height: 2.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.block__highlights .block__highlights__header a {
  display: flex;
  align-items: center;
}

.block__highlights .block__highlights__header a span {
  color: var(--primary-color);
  text-decoration: underline;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.block__highlights .block__highlights__header a::after {
  content: var(--icon-arrow-forward);
  margin-left: 12px;
  color: var(--primary-color);
  transition: 0.25s ease-in-out;
  font-family: "icomoon";
  font-size: 1.5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-display: swap;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.block__highlights .block__highlights__header a:hover span {
  color: var(--text-title);
  text-decoration: none;
}

.block__highlights .block__highlights__header a:hover::after {
  color: var(--text-title);
}

.block__highlights .paragraph--type--item-highlighted {
  position: relative;
  height: 100%;
  padding: var(--spacing-2xs);
  background-color: var(--primary-color-100);
  color: var(--text-base) !important;
}

.block__highlights .c-text__title {
  --text-title: #111 !important;
}

.block__highlights .c-text__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.block__highlights .c-text .c-button.btn-simple {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  color: var(--primary-color);
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.block__highlights .c-text .c-button.btn-simple::before {
  margin-left: 12px;
  font-family: "icomoon";
  font-size: 1.5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-display: swap;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-arrow-forward);
  color: var(--secondary-color);
  transition: 0.25s ease-in-out;
}

.block__highlights .c-text .c-button.btn-simple:hover::before {
  transform: translateX(10px);
}

.block__highlights .c-text .c-button.btn-simple::after {
  content: "" !important;
}

.block__highlights .slick.unslick {
  display: flex;
}

@media (min-width: 992px) {
  .block__highlights .slick.unslick {
    margin: 0 -8px;
  }
}
.block__highlights .slick.unslick .slick__slide {
  max-width: 100%;
}

@media (min-width: 992px) {
  .block__highlights .slick.unslick .slick__slide {
    max-width: calc(33.33% + 8px);
    padding: 0 8px;
  }
}
.block__highlights .slick--less .slick-track {
  text-align: left;
}

.block__highlights .slick--less .slick-dots {
  display: none !important;
}

.block__highlights .slick-list {
  margin-right: calc(var(--bs-gutter-x) * -1);
}

.block__highlights .slick-slider {
  margin-right: 16px;
}

.block__highlights .slick-track {
  display: flex !important;
  margin: 0 -8px;
}

.block__highlights .slick-track .slick-slide {
  padding: 0 8px;
}

.block__highlights .slick-slide {
  height: inherit !important;
}

.block__highlights .slick__arrow {
  --color: var(--white);
  position: relative;
  inset: inherit;
  display: flex;
  gap: var(--spacing-sm);
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  transform: inherit;
}

@media (min-width: 480px) {
  .block__highlights .slick__arrow {
    gap: var(--spacing-lg);
  }
}
.block__highlights .slick__arrow .slick-arrow, .block__highlights .slick__arrow .slick-dots {
  position: relative;
  inset: inherit;
  width: auto;
  transform: inherit;
}

.block__highlights .slick__arrow .slick-dots {
  display: flex;
  gap: 16px 0;
  flex-wrap: wrap;
  align-items: center;
}

.block__highlights .slick__arrow .slick-arrow:focus-visible {
  outline: 2px solid var(--color-dots-focus);
  outline-offset: 2px;
}

.block__highlights .slick__arrow .slick-prev.slick-disabled::before, .block__highlights .slick__arrow .slick-next.slick-disabled::before {
  color: var(--gray-400);
}

.block__highlights .slick__arrow .slick-prev::before, .block__highlights .slick__arrow .slick-next::before {
  content: var(--icon-arrow-back);
  color: var(--color);
  font-family: "icomoon";
  font-size: 2rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-display: swap;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.block__highlights .slick__arrow .slick-prev::before {
  content: var(--icon-arrow-back);
}

.block__highlights .slick__arrow .slick-next::before {
  content: var(--icon-arrow-forward);
}

.block__highlights .slick-dotted.slick-slider {
  margin-bottom: var(--spacing-lg);
}

.block__highlights .bg-primary-color .slick-dots, .block__highlights .bg-secondary-color-blue .slick-dots {
  --color: var(--white);
}

.block__highlights .slick-dots {
  --color-dots: var(--white);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.block__highlights .slick-dots li {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 var(--spacing-2xs);
}

.block__highlights .slick-dots li button {
  position: relative;
  width: 8px;
  height: 8px;
  padding: 0;
  font-size: 0;
}

.block__highlights .slick-dots li button::before {
  content: "";
  width: 8px;
  height: 8px;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='7' fill='transparent' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.block__highlights .slick-dots li button:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='7' fill='white' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.block__highlights .slick-dots li button:focus-visible {
  outline-offset: 2px;
  outline: 2px solid var(--color-dots-focus, var(--black));
}

.block__highlights .slick-dots li::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--color-dots);
  transition: 0.5s ease-in-out;
}

.block__highlights .slick-dots li:last-child {
  display: flex;
  flex-direction: row-reverse;
}

.block__highlights .slick-dots li.slick-active button {
  width: 16px !important;
  height: 16px !important;
  font-size: 0;
}

.block__highlights .slick-dots li.slick-active button::before {
  opacity: 1;
  width: 16px !important;
  height: 16px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8' fill='white' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.block__highlights .slick-dots li.slick-active::after {
  width: 44px;
  margin-left: var(--spacing-sm);
}

.block__highlights .slick-dots li.slick-active:last-child::after {
  margin-right: var(--spacing-sm);
  margin-left: 0;
}

.block__highlights .bg-primary-color .slick-dots, .block__highlights .bg-secondary-color-blue .slick-dots {
  --color: var(--white);
}

.block__highlights .bg-primary-color .slick-dots li button:hover::before, .block__highlights .bg-secondary-color-blue .slick-dots li button:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8' fill='white' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}

.block__highlights .bg-primary-color .slick-dots li.slick-active button::before, .block__highlights .bg-secondary-color-blue .slick-dots li.slick-active button::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8' fill='white' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}

.block__highlights .slick__arrow {
  --color: var(--secondary-color);
  justify-content: flex-end;
}

.block__highlights .slick__arrow .slick-prev.slick-disabled::before, .block__highlights .slick__arrow .slick-next.slick-disabled::before {
  color: var(--gray-400);
}

.block__highlights .slick__arrow .slick-prev::before, .block__highlights .slick__arrow .slick-next::before {
  color: var(--color);
}

.block__highlights .slick-dots {
  --color: var(--secondary-color);
  --color-dots: var(--secondary-color);
}

.block__highlights .slick-dots li button::before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8' fill='transparent' stroke='%235B53FF' stroke-width='2'/%3E%3C/svg%3E");
}

.block__highlights .slick-dots li button:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8' fill='%235B53FF' stroke='%235B53FF' stroke-width='2'/%3E%3C/svg%3E");
}

.block__highlights .slick-dots li.slick-active button::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8' fill='%235B53FF' stroke='%235B53FF' stroke-width='2'/%3E%3C/svg%3E");
}

.bg-primary-color .block__highlights .slick__arrow, .bg-secondary-color-blue .block__highlights .slick__arrow {
  --color: var(--white);
}

.bg-primary-color .block__highlights .slick-dots, .bg-secondary-color-blue .block__highlights .slick-dots {
  --color: var(--white);
  --color-dots: var(--white);
}

.bg-primary-color .block__highlights .slick-dots li button::before, .bg-secondary-color-blue .block__highlights .slick-dots li button::before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8' fill='transparent' stroke='white' stroke-width='6'/%3E%3C/svg%3E");
}

.bg-primary-color .block__highlights .slick-dots li button:hover::before, .bg-secondary-color-blue .block__highlights .slick-dots li button:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8' fill='white' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}

.bg-primary-color .block__highlights .slick-dots li.slick-active button::before, .bg-secondary-color-blue .block__highlights .slick-dots li.slick-active button::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8' fill='white' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}
/*# sourceMappingURL=highlights.css.map */
