/************************************
 * Grids
 */
/************************************
 * Breakpoints
 */
/************************************
 * Transitions
 */
/************************************
 * Paths
 */
/************************************
 * Fonts
 */
/*** LOCAL FONTS ***/
/*** FONTS ***/
/*** VARIABLES TO USE ***/
/************************************
 * Font Sizes
 */
/************************************
 * COLORS
 */
/************************************
 * THEME
 */
/**
 * Font-size calcul
 */
/**
* Trigger hover effect on different pseudo-classes
* depending on touch or no-touch device
* => no-touch > on hover and on focus (by default, can be disable)
* => touch > on active, and when a class is added on the targeted element (optionnal)
*
* @param $focus (boolean) set to false to disable the hover effect on focus (no-touch only)
* @param $touchClass (string) the hover effect will be set if the targeted element has this class
*/
/**
* Set an item to 100% of its parent's width and height
*/
/**
* Set an item to 100% of the window width (and 100% of its parent height)
* even if located in a limited width wrapper
*/
/**
* Set an item to 100% of the window width
* even if located in a limited width wrapper,
* but keep it in the flow
*/
/**
* To call on an <img> tag.
* Set the image size to adapt to its parent
*/
/**
* Like img-cover(), but for responsive img with <picture>
* /!\ To call on <picture>, or <img> parent.
*/
/**
* Floating form items
* if $class2 equals 'empty', the next item is cleared
*/
/*
A simple little SCSS mixin for creating scrim gradients
Inspired by Andreas Larson - https://github.com/larsenwork
https://css-tricks.com/easing-linear-gradients/
*/
/**
Convert em value into px
 */
/**
Fluid font-size between 2 breakpoints.
Font-size must be in px, use em2px() function to convert from em.
*/
/**
Fluid value between 2 breakpoints (can be use for other than font-size)
(Font-size must be in px, use em2px() function to convert from em)
*/
/*
Fluid value - clamp version (2023)
@see https://www.smashingmagazine.com/2022/10/fluid-typography-clamp-sass-functions/
 */
/**
 * Animated placeholder for images or divs (FB like)
 */
/*@mixin breakpoint($point) {
  @if $point == desktop {
    @media only screen and (max-width: $bp-xlarge) {
      @content;
    }
  }
  @else if $point == table {
    @media only screen and (max-width: $bp-large) {
      @content;
    }
  }
  @else if $point == mobile {
    @media only screen and (max-width: $bp-xsmall) {
      @content;
    }
  }
}*/
/*** SPECIFIC TO CURRENT PROJECT ***/
.page-template-template-multifocus .archive__header, .page-template-default .archive__header, .edit-post-visual-editor .archive__header {
  --c-button-primary__color: #001841;
}
.page-template-template-multifocus .archive__header-right-image, .page-template-default .archive__header-right-image, .edit-post-visual-editor .archive__header-right-image {
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  border-radius: 999px 0 0 999px;
}
.page-template-template-multifocus .archive__header-left a.btn, .page-template-default .archive__header-left a.btn, .edit-post-visual-editor .archive__header-left a.btn {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .page-template-template-multifocus .archive__header-bottom, .page-template-default .archive__header-bottom, .edit-post-visual-editor .archive__header-bottom {
    padding-bottom: 40px !important;
  }
  .page-template-template-multifocus .archive__header-right, .page-template-default .archive__header-right, .edit-post-visual-editor .archive__header-right {
    height: clamp(230px, 22.9vw + 144.12px, 320px);
  }
  .page-template-template-multifocus .archive__header-right-image, .page-template-default .archive__header-right-image, .edit-post-visual-editor .archive__header-right-image {
    height: 100%;
    max-height: 100%;
    aspect-ratio: 280/230;
    width: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .page-template-template-multifocus .archive__header-left, .page-template-default .archive__header-left, .edit-post-visual-editor .archive__header-left {
    padding-bottom: clamp(0px, 6.94vw + -53.33px, 80px);
  }
  .page-template-template-multifocus .archive__header-left .wrap > *, .page-template-default .archive__header-left .wrap > *, .edit-post-visual-editor .archive__header-left .wrap > * {
    max-width: 65%;
  }
  .page-template-template-multifocus .archive__header-right, .page-template-default .archive__header-right, .edit-post-visual-editor .archive__header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    height: 100%;
  }
  .page-template-template-multifocus .archive__header-right-image, .page-template-default .archive__header-right-image, .edit-post-visual-editor .archive__header-right-image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: auto;
    width: auto;
    max-width: 100%;
    aspect-ratio: 1.15;
    max-height: 100%;
  }
}
.page-template-template-multifocus:not(.home) .site, .page-template-default:not(.home) .site, .edit-post-visual-editor:not(.home) .site {
  overflow-x: unset;
}
.page-template-template-multifocus .multifocus, .page-template-default .multifocus, .edit-post-visual-editor .multifocus {
  --h2-font-size: clamp(30px, 1.29vw + 25.15px, 50px);
  --h3-font-size: clamp(25px, 0.32vw + 23.79px, 30px);
}
.page-template-template-multifocus .multifocus h2, .page-template-template-multifocus .multifocus h3, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title, .page-template-template-multifocus .multifocus h4, .page-template-template-multifocus .multifocus h5, .page-template-template-multifocus .multifocus h6, .page-template-default .multifocus h2, .page-template-default .multifocus h3, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title, .page-template-default .multifocus h4, .page-template-default .multifocus h5, .page-template-default .multifocus h6, .edit-post-visual-editor .multifocus h2, .edit-post-visual-editor .multifocus h3, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title, .edit-post-visual-editor .multifocus h4, .edit-post-visual-editor .multifocus h5, .edit-post-visual-editor .multifocus h6 {
  font-family: var(--f-special);
  letter-spacing: -0.8px;
  color: var(--c-dark);
}
.page-template-template-multifocus .multifocus h2, .page-template-default .multifocus h2, .edit-post-visual-editor .multifocus h2 {
  letter-spacing: -1px;
}
.page-template-template-multifocus .multifocus h2 + h2, .page-template-template-multifocus .multifocus h2 + h3, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h2 + .title, .page-template-template-multifocus .multifocus h2 + h4, .page-template-template-multifocus .multifocus h2 + h5, .page-template-template-multifocus .multifocus h2 + h6, .page-template-default .multifocus h2 + h2, .page-template-default .multifocus h2 + h3, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h2 + .title, .page-template-default .multifocus h2 + h4, .page-template-default .multifocus h2 + h5, .page-template-default .multifocus h2 + h6, .edit-post-visual-editor .multifocus h2 + h2, .edit-post-visual-editor .multifocus h2 + h3, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h2 + .title, .edit-post-visual-editor .multifocus h2 + h4, .edit-post-visual-editor .multifocus h2 + h5, .edit-post-visual-editor .multifocus h2 + h6 {
  -webkit-padding-before: clamp(20px, 0.65vw + 17.57px, 30px);
          padding-block-start: clamp(20px, 0.65vw + 17.57px, 30px);
}
.page-template-template-multifocus .multifocus h3, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title, .page-template-template-multifocus .multifocus h4, .page-template-template-multifocus .multifocus h5, .page-template-template-multifocus .multifocus h6, .page-template-default .multifocus h3, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title, .page-template-default .multifocus h4, .page-template-default .multifocus h5, .page-template-default .multifocus h6, .edit-post-visual-editor .multifocus h3, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title, .edit-post-visual-editor .multifocus h4, .edit-post-visual-editor .multifocus h5, .edit-post-visual-editor .multifocus h6 {
  letter-spacing: 0px;
}
.page-template-template-multifocus .multifocus h3 + h2, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h2, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h2, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h2, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h2, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h2, .page-template-template-multifocus .multifocus h3 + h3, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h3, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h3, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h3, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h3, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h3, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h3 + .title, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h3 + .title, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h3 + .title, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h3 + .title, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h3 + .title, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .multifocus h3 + h4, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h4, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h4, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h4, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h4, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h4, .page-template-template-multifocus .multifocus h3 + h5, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h5, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h5, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h5, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h5, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h5, .page-template-template-multifocus .multifocus h3 + h6, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h6, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h6, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h6, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h6, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h6, .page-template-template-multifocus .multifocus h4 + h2, .page-template-template-multifocus .multifocus h4 + h3, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h4 + .title, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h4 + .title, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h4 + .title, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h4 + .title, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h4 + .title, .page-template-template-multifocus .multifocus h4 + h4, .page-template-template-multifocus .multifocus h4 + h5, .page-template-template-multifocus .multifocus h4 + h6, .page-template-template-multifocus .multifocus h5 + h2, .page-template-template-multifocus .multifocus h5 + h3, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h5 + .title, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h5 + .title, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h5 + .title, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h5 + .title, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h5 + .title, .page-template-template-multifocus .multifocus h5 + h4, .page-template-template-multifocus .multifocus h5 + h5, .page-template-template-multifocus .multifocus h5 + h6, .page-template-template-multifocus .multifocus h6 + h2, .page-template-template-multifocus .multifocus h6 + h3, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h6 + .title, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h6 + .title, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h6 + .title, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h6 + .title, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h6 + .title, .page-template-template-multifocus .multifocus h6 + h4, .page-template-template-multifocus .multifocus h6 + h5, .page-template-template-multifocus .multifocus h6 + h6, .page-template-default .multifocus h3 + h2, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h2, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h2, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h2, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h2, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h2, .page-template-default .multifocus h3 + h3, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h3, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h3, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h3, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h3, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h3, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h3 + .title, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h3 + .title, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h3 + .title, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h3 + .title, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h3 + .title, .page-template-default .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .multifocus h3 + h4, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h4, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h4, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h4, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h4, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h4, .page-template-default .multifocus h3 + h5, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h5, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h5, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h5, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h5, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h5, .page-template-default .multifocus h3 + h6, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h6, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h6, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h6, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h6, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h6, .page-template-default .multifocus h4 + h2, .page-template-default .multifocus h4 + h3, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h4 + .title, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h4 + .title, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h4 + .title, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h4 + .title, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h4 + .title, .page-template-default .multifocus h4 + h4, .page-template-default .multifocus h4 + h5, .page-template-default .multifocus h4 + h6, .page-template-default .multifocus h5 + h2, .page-template-default .multifocus h5 + h3, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h5 + .title, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h5 + .title, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h5 + .title, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h5 + .title, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h5 + .title, .page-template-default .multifocus h5 + h4, .page-template-default .multifocus h5 + h5, .page-template-default .multifocus h5 + h6, .page-template-default .multifocus h6 + h2, .page-template-default .multifocus h6 + h3, .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h6 + .title, .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h6 + .title, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h6 + .title, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h6 + .title, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h6 + .title, .page-template-default .multifocus h6 + h4, .page-template-default .multifocus h6 + h5, .page-template-default .multifocus h6 + h6, .edit-post-visual-editor .multifocus h3 + h2, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h2, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h2, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h2, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h2, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h2, .edit-post-visual-editor .multifocus h3 + h3, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h3, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h3, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h3, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h3, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h3, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h3 + .title, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h3 + .title, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .page-template-default .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h3 + .title, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h3 + .title, .edit-post-visual-editor .page-template-template-multifocus .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h3 + .title, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + .title, .edit-post-visual-editor .multifocus h3 + h4, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h4, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h4, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h4, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h4, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h4, .edit-post-visual-editor .multifocus h3 + h5, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h5, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h5, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h5, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h5, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h5, .edit-post-visual-editor .multifocus h3 + h6, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h6, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h6, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h6, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h6, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title + h6, .edit-post-visual-editor .multifocus h4 + h2, .edit-post-visual-editor .multifocus h4 + h3, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h4 + .title, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h4 + .title, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h4 + .title, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h4 + .title, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h4 + .title, .edit-post-visual-editor .multifocus h4 + h4, .edit-post-visual-editor .multifocus h4 + h5, .edit-post-visual-editor .multifocus h4 + h6, .edit-post-visual-editor .multifocus h5 + h2, .edit-post-visual-editor .multifocus h5 + h3, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h5 + .title, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h5 + .title, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h5 + .title, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h5 + .title, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h5 + .title, .edit-post-visual-editor .multifocus h5 + h4, .edit-post-visual-editor .multifocus h5 + h5, .edit-post-visual-editor .multifocus h5 + h6, .edit-post-visual-editor .multifocus h6 + h2, .edit-post-visual-editor .multifocus h6 + h3, .edit-post-visual-editor .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content h6 + .title, .page-template-template-multifocus .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h6 + .title, .edit-post-visual-editor .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content h6 + .title, .page-template-default .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h6 + .title, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content h6 + .title, .edit-post-visual-editor .multifocus h6 + h4, .edit-post-visual-editor .multifocus h6 + h5, .edit-post-visual-editor .multifocus h6 + h6 {
  -webkit-padding-before: clamp(20px, 0.65vw + 17.57px, 30px);
          padding-block-start: clamp(20px, 0.65vw + 17.57px, 30px);
}
@media screen and (min-width: 769px) {
  .page-template-template-multifocus .multifocus .block-multifocus__multi-col a, .page-template-template-multifocus .multifocus p a, .page-template-default .multifocus .block-multifocus__multi-col a, .page-template-default .multifocus p a, .edit-post-visual-editor .multifocus .block-multifocus__multi-col a, .edit-post-visual-editor .multifocus p a {
    position: relative;
    display: inline-block;
    line-height: 1;
  }
  .page-template-template-multifocus .multifocus .block-multifocus__multi-col a:before, .page-template-template-multifocus .multifocus p a:before, .page-template-default .multifocus .block-multifocus__multi-col a:before, .page-template-default .multifocus p a:before, .edit-post-visual-editor .multifocus .block-multifocus__multi-col a:before, .edit-post-visual-editor .multifocus p a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--c-link);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    width: 0;
    height: 1px;
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  .page-template-template-multifocus .multifocus .block-multifocus__multi-col a:hover:before, .page-template-template-multifocus .multifocus p a:hover:before, .page-template-default .multifocus .block-multifocus__multi-col a:hover:before, .page-template-default .multifocus p a:hover:before, .edit-post-visual-editor .multifocus .block-multifocus__multi-col a:hover:before, .edit-post-visual-editor .multifocus p a:hover:before {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (hover: none) {
  .page-template-template-multifocus .multifocus .block-multifocus__multi-col a:before, .page-template-template-multifocus .multifocus p a:before, .page-template-default .multifocus .block-multifocus__multi-col a:before, .page-template-default .multifocus p a:before, .edit-post-visual-editor .multifocus .block-multifocus__multi-col a:before, .edit-post-visual-editor .multifocus p a:before {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .page-template-template-multifocus .multifocus .block-multifocus__multi-col a:before, .page-template-template-multifocus .multifocus p a:before, .page-template-default .multifocus .block-multifocus__multi-col a:before, .page-template-default .multifocus p a:before, .edit-post-visual-editor .multifocus .block-multifocus__multi-col a:before, .edit-post-visual-editor .multifocus p a:before {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  .page-template-template-multifocus .multifocus .block-multifocus__multi-col a:hover:before, .page-template-template-multifocus .multifocus p a:hover:before, .page-template-default .multifocus .block-multifocus__multi-col a:hover:before, .page-template-default .multifocus p a:hover:before, .edit-post-visual-editor .multifocus .block-multifocus__multi-col a:hover:before, .edit-post-visual-editor .multifocus p a:hover:before {
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-multifocus .multifocus .block-multifocus__multi-col a, .page-template-template-multifocus .multifocus p a, .page-template-default .multifocus .block-multifocus__multi-col a, .page-template-default .multifocus p a, .edit-post-visual-editor .multifocus .block-multifocus__multi-col a, .edit-post-visual-editor .multifocus p a {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.page-template-template-multifocus .multifocus .block-multifocus__multi-col a[target=_blank]:after, .page-template-template-multifocus .multifocus p a[target=_blank]:after, .page-template-default .multifocus .block-multifocus__multi-col a[target=_blank]:after, .page-template-default .multifocus p a[target=_blank]:after, .edit-post-visual-editor .multifocus .block-multifocus__multi-col a[target=_blank]:after, .edit-post-visual-editor .multifocus p a[target=_blank]:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: clamp(20px, 0.32vw + 18.79px, 25px);
  width: clamp(20px, 0.32vw + 18.79px, 25px);
  background: url("../svg/external-link.svg") no-repeat center;
  background-size: 100%;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .page-template-template-multifocus .multifocus .block-multifocus__multi-col a[target=_blank], .page-template-template-multifocus .multifocus p a[target=_blank], .page-template-default .multifocus .block-multifocus__multi-col a[target=_blank], .page-template-default .multifocus p a[target=_blank], .edit-post-visual-editor .multifocus .block-multifocus__multi-col a[target=_blank], .edit-post-visual-editor .multifocus p a[target=_blank] {
    display: inline;
  }
}
@media screen and (min-width: 769px) {
  .page-template-template-multifocus .multifocus .block-multifocus__multi-col a[target=_blank], .page-template-template-multifocus .multifocus p a[target=_blank], .page-template-default .multifocus .block-multifocus__multi-col a[target=_blank], .page-template-default .multifocus p a[target=_blank], .edit-post-visual-editor .multifocus .block-multifocus__multi-col a[target=_blank], .edit-post-visual-editor .multifocus p a[target=_blank] {
    margin-right: 30px;
  }
  .page-template-template-multifocus .multifocus .block-multifocus__multi-col a[target=_blank]:after, .page-template-template-multifocus .multifocus p a[target=_blank]:after, .page-template-default .multifocus .block-multifocus__multi-col a[target=_blank]:after, .page-template-default .multifocus p a[target=_blank]:after, .edit-post-visual-editor .multifocus .block-multifocus__multi-col a[target=_blank]:after, .edit-post-visual-editor .multifocus p a[target=_blank]:after {
    position: absolute;
    left: 100%;
    height: 100%;
    bottom: 1px;
    right: 0;
  }
}
.page-template-template-multifocus .multifocus p, .page-template-default .multifocus p, .edit-post-visual-editor .multifocus p {
  color: var(--c-main);
  font-family: var(--f-default);
  font-size: clamp(18px, 0.13vw + 17.51px, 20px);
}
.page-template-template-multifocus .multifocus p strong, .page-template-default .multifocus p strong, .edit-post-visual-editor .multifocus p strong {
  font-size: clamp(20px, 0.32vw + 18.79px, 25px);
  font-weight: 600;
  color: var(--c-dark);
}
.page-template-template-multifocus .multifocus .checkmark-item, .page-template-template-multifocus .multifocus .is-style-checkmark-item, .page-template-default .multifocus .checkmark-item, .page-template-default .multifocus .is-style-checkmark-item, .edit-post-visual-editor .multifocus .checkmark-item, .edit-post-visual-editor .multifocus .is-style-checkmark-item {
  padding-block: clamp(11px, 0.45vw + 9.3px, 18px) clamp(20px, 0.13vw + 19.51px, 22px);
  padding-left: 55px;
  background-image: url("../svg/checkmark.svg");
  background-position: top clamp(3px, 0.45vw + 1.3px, 10px) left;
  background-repeat: no-repeat;
  background-size: 40px;
}
.page-template-template-multifocus .multifocus .checkmark-item strong, .page-template-template-multifocus .multifocus .is-style-checkmark-item strong, .page-template-default .multifocus .checkmark-item strong, .page-template-default .multifocus .is-style-checkmark-item strong, .edit-post-visual-editor .multifocus .checkmark-item strong, .edit-post-visual-editor .multifocus .is-style-checkmark-item strong {
  font-size: 100%;
  color: var(--c-action);
}
.page-template-template-multifocus .multifocus .checkmark-item p, .page-template-template-multifocus .multifocus .is-style-checkmark-item p, .page-template-default .multifocus .checkmark-item p, .page-template-default .multifocus .is-style-checkmark-item p, .edit-post-visual-editor .multifocus .checkmark-item p, .edit-post-visual-editor .multifocus .is-style-checkmark-item p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.page-template-template-multifocus .multifocus .checkmark-item a, .page-template-template-multifocus .multifocus .is-style-checkmark-item a, .page-template-default .multifocus .checkmark-item a, .page-template-default .multifocus .is-style-checkmark-item a, .edit-post-visual-editor .multifocus .checkmark-item a, .edit-post-visual-editor .multifocus .is-style-checkmark-item a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  margin-top: clamp(12px, 0.65vw + 9.57px, 22px);
  font-weight: 600;
}
.page-template-template-multifocus .multifocus ul, .page-template-default .multifocus ul, .edit-post-visual-editor .multifocus ul {
  list-style: none;
  padding-left: 0;
}
.page-template-template-multifocus .multifocus ul li, .page-template-default .multifocus ul li, .edit-post-visual-editor .multifocus ul li {
  list-style-type: none;
}
.page-template-template-multifocus .multifocus [data-type="core/paragraph"] ul, .page-template-template-multifocus .multifocus .block-multifocus__multi-col ul, .page-template-template-multifocus .multifocus ul[data-type="core/list"], .page-template-template-multifocus .multifocus .wp-block-list, .page-template-default .multifocus [data-type="core/paragraph"] ul, .page-template-default .multifocus .block-multifocus__multi-col ul, .page-template-default .multifocus ul[data-type="core/list"], .page-template-default .multifocus .wp-block-list, .edit-post-visual-editor .multifocus [data-type="core/paragraph"] ul, .edit-post-visual-editor .multifocus .block-multifocus__multi-col ul, .edit-post-visual-editor .multifocus ul[data-type="core/list"], .edit-post-visual-editor .multifocus .wp-block-list {
  padding-block: clamp(20px, 0.32vw + 18.79px, 25px);
  list-style: none;
}
.page-template-template-multifocus .multifocus [data-type="core/paragraph"] ul li, .page-template-template-multifocus .multifocus .block-multifocus__multi-col ul li, .page-template-template-multifocus .multifocus ul[data-type="core/list"] li, .page-template-template-multifocus .multifocus .wp-block-list li, .page-template-default .multifocus [data-type="core/paragraph"] ul li, .page-template-default .multifocus .block-multifocus__multi-col ul li, .page-template-default .multifocus ul[data-type="core/list"] li, .page-template-default .multifocus .wp-block-list li, .edit-post-visual-editor .multifocus [data-type="core/paragraph"] ul li, .edit-post-visual-editor .multifocus .block-multifocus__multi-col ul li, .edit-post-visual-editor .multifocus ul[data-type="core/list"] li, .edit-post-visual-editor .multifocus .wp-block-list li {
  position: relative;
  padding-left: 28px;
  padding-block: 10px;
  line-height: 1.24;
}
.page-template-template-multifocus .multifocus [data-type="core/paragraph"] ul li:before, .page-template-template-multifocus .multifocus .block-multifocus__multi-col ul li:before, .page-template-template-multifocus .multifocus ul[data-type="core/list"] li:before, .page-template-template-multifocus .multifocus .wp-block-list li:before, .page-template-default .multifocus [data-type="core/paragraph"] ul li:before, .page-template-default .multifocus .block-multifocus__multi-col ul li:before, .page-template-default .multifocus ul[data-type="core/list"] li:before, .page-template-default .multifocus .wp-block-list li:before, .edit-post-visual-editor .multifocus [data-type="core/paragraph"] ul li:before, .edit-post-visual-editor .multifocus .block-multifocus__multi-col ul li:before, .edit-post-visual-editor .multifocus ul[data-type="core/list"] li:before, .edit-post-visual-editor .multifocus .wp-block-list li:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 18px;
  width: 8px;
  height: 8px;
  background-color: var(--c-quaternary);
  border-radius: 50%;
}
.page-template-template-multifocus .multifocus [data-type="core/paragraph"] ul li strong, .page-template-template-multifocus .multifocus .block-multifocus__multi-col ul li strong, .page-template-template-multifocus .multifocus ul[data-type="core/list"] li strong, .page-template-template-multifocus .multifocus .wp-block-list li strong, .page-template-default .multifocus [data-type="core/paragraph"] ul li strong, .page-template-default .multifocus .block-multifocus__multi-col ul li strong, .page-template-default .multifocus ul[data-type="core/list"] li strong, .page-template-default .multifocus .wp-block-list li strong, .edit-post-visual-editor .multifocus [data-type="core/paragraph"] ul li strong, .edit-post-visual-editor .multifocus .block-multifocus__multi-col ul li strong, .edit-post-visual-editor .multifocus ul[data-type="core/list"] li strong, .edit-post-visual-editor .multifocus .wp-block-list li strong {
  color: var(--c-secondary);
  font-weight: 700;
}
.page-template-template-multifocus .multifocus [data-type="core/paragraph"] ul li:has(ul), .page-template-template-multifocus .multifocus .block-multifocus__multi-col ul li:has(ul), .page-template-template-multifocus .multifocus ul[data-type="core/list"] li:has(ul), .page-template-template-multifocus .multifocus .wp-block-list li:has(ul), .page-template-default .multifocus [data-type="core/paragraph"] ul li:has(ul), .page-template-default .multifocus .block-multifocus__multi-col ul li:has(ul), .page-template-default .multifocus ul[data-type="core/list"] li:has(ul), .page-template-default .multifocus .wp-block-list li:has(ul), .edit-post-visual-editor .multifocus [data-type="core/paragraph"] ul li:has(ul), .edit-post-visual-editor .multifocus .block-multifocus__multi-col ul li:has(ul), .edit-post-visual-editor .multifocus ul[data-type="core/list"] li:has(ul), .edit-post-visual-editor .multifocus .wp-block-list li:has(ul) {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.page-template-template-multifocus .multifocus [data-type="core/paragraph"] ul li:has(ul) ul, .page-template-template-multifocus .multifocus .block-multifocus__multi-col ul li:has(ul) ul, .page-template-template-multifocus .multifocus ul[data-type="core/list"] li:has(ul) ul, .page-template-template-multifocus .multifocus .wp-block-list li:has(ul) ul, .page-template-default .multifocus [data-type="core/paragraph"] ul li:has(ul) ul, .page-template-default .multifocus .block-multifocus__multi-col ul li:has(ul) ul, .page-template-default .multifocus ul[data-type="core/list"] li:has(ul) ul, .page-template-default .multifocus .wp-block-list li:has(ul) ul, .edit-post-visual-editor .multifocus [data-type="core/paragraph"] ul li:has(ul) ul, .edit-post-visual-editor .multifocus .block-multifocus__multi-col ul li:has(ul) ul, .edit-post-visual-editor .multifocus ul[data-type="core/list"] li:has(ul) ul, .edit-post-visual-editor .multifocus .wp-block-list li:has(ul) ul {
  padding-block: 0.25em;
}
.page-template-template-multifocus .multifocus .wp-block-group.is-content-justification-left, .page-template-default .multifocus .wp-block-group.is-content-justification-left, .edit-post-visual-editor .multifocus .wp-block-group.is-content-justification-left {
  text-align: left;
}
.page-template-template-multifocus .multifocus .wp-block-group.is-content-justification-center, .page-template-default .multifocus .wp-block-group.is-content-justification-center, .edit-post-visual-editor .multifocus .wp-block-group.is-content-justification-center {
  text-align: center;
}
.page-template-template-multifocus .multifocus .wp-block-group.is-content-justification-right, .page-template-default .multifocus .wp-block-group.is-content-justification-right, .edit-post-visual-editor .multifocus .wp-block-group.is-content-justification-right {
  text-align: right;
}
.page-template-template-multifocus .multifocus .wp-block-column > *:first-child, .page-template-default .multifocus .wp-block-column > *:first-child, .edit-post-visual-editor .multifocus .wp-block-column > *:first-child {
  -webkit-padding-before: 0 !important;
          padding-block-start: 0 !important;
}
.page-template-template-multifocus .multifocus .wp-block-column > *:first-child.wp-block-list, .page-template-default .multifocus .wp-block-column > *:first-child.wp-block-list, .edit-post-visual-editor .multifocus .wp-block-column > *:first-child.wp-block-list {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.page-template-template-multifocus .multifocus hr.wp-block-separator, .page-template-default .multifocus hr.wp-block-separator, .edit-post-visual-editor .multifocus hr.wp-block-separator {
  border-top: 1px solid #C7CDDF;
}
.page-template-template-multifocus .multifocus .wp-block-columns.alignfull.is-style-overview-style, .page-template-default .multifocus .wp-block-columns.alignfull.is-style-overview-style, .edit-post-visual-editor .multifocus .wp-block-columns.alignfull.is-style-overview-style {
  background-color: #fff;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  gap: 0;
}
.page-template-template-multifocus .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-heading, .page-template-default .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-heading, .edit-post-visual-editor .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-heading {
  font-family: var(--f-default);
  font-weight: 400;
}
.page-template-template-multifocus .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-heading strong, .page-template-default .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-heading strong, .edit-post-visual-editor .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-heading strong {
  font-family: var(--f-special);
  letter-spacing: -0.8px;
}
.page-template-template-multifocus .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column, .page-template-default .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column, .edit-post-visual-editor .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column {
  position: relative;
}
.page-template-template-multifocus .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:first-of-type:after, .page-template-default .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:first-of-type:after, .edit-post-visual-editor .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:first-of-type:after {
  content: "";
  position: absolute;
  height: clamp(150px, 2.91vw + 139.08px, 195px);
  width: clamp(150px, 7.91vw + 89.24px, 200px);
  background-image: url("../../svg/illustration-3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  z-index: 1;
  right: 0;
  bottom: -1px;
  -webkit-transform: translateX(55%);
          transform: translateX(55%);
}
.page-template-template-multifocus .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading), .page-template-default .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading), .edit-post-visual-editor .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading) {
  position: relative;
  z-index: 1;
}
.page-template-template-multifocus .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column p, .page-template-default .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column p, .edit-post-visual-editor .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column p {
  line-height: 1.2;
}
.page-template-template-multifocus .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column p strong, .page-template-default .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column p strong, .edit-post-visual-editor .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column p strong {
  font-size: clamp(19px, 0.32vw + 17.79px, 24px);
}
@media screen and (max-width: 768px) {
  .page-template-template-multifocus .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p), .page-template-default .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p), .edit-post-visual-editor .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p) {
    margin-top: -90px;
    padding-inline: calc(var(--g-gutter) + 20px);
    border-radius: 10px;
    -webkit-padding-before: 25px;
            padding-block-start: 25px;
  }
}
@media screen and (min-width: 769px) {
  .page-template-template-multifocus .multifocus .wp-block-columns.alignfull.is-style-overview-style, .page-template-default .multifocus .wp-block-columns.alignfull.is-style-overview-style, .edit-post-visual-editor .multifocus .wp-block-columns.alignfull.is-style-overview-style {
    padding-bottom: 0;
  }
  .page-template-template-multifocus .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p), .page-template-default .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p), .edit-post-visual-editor .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p) {
    position: relative;
    padding-block: clamp(50px, 5.83vw + 28.16px, 140px) 120px;
    -webkit-padding-end: clamp(70px, 6.94vw + 16.67px, 150px);
            padding-inline-end: clamp(70px, 6.94vw + 16.67px, 150px);
    -webkit-padding-start: var(--g-gutter);
            padding-inline-start: var(--g-gutter);
  }
  .page-template-template-multifocus .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p) h2, .page-template-default .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p) h2, .edit-post-visual-editor .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p) h2 {
    -webkit-margin-after: 0.5em;
            margin-block-end: 0.5em;
  }
  .page-template-template-multifocus .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p) p, .page-template-default .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p) p, .edit-post-visual-editor .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p) p {
    margin-top: 0.75em;
  }
}
@media screen and (min-width: 981px) and (max-width: 1755px) {
  .page-template-template-multifocus .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p), .page-template-default .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p), .edit-post-visual-editor .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p) {
    -webkit-padding-start: 5vw;
            padding-inline-start: 5vw;
  }
}
@media screen and (min-width: 1756px) {
  .page-template-template-multifocus .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p), .page-template-default .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p), .edit-post-visual-editor .multifocus .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p) {
    -webkit-padding-start: calc((100vw - (var(--g-max-content-width) + var(--g-gutter) * 2)) / 2 + var(--g-gutter));
            padding-inline-start: calc((100vw - (var(--g-max-content-width) + var(--g-gutter) * 2)) / 2 + var(--g-gutter));
    -webkit-padding-after: 90px;
            padding-block-end: 90px;
  }
}
.page-template-template-multifocus .multifocus .wp-block-table table, .page-template-default .multifocus .wp-block-table table, .edit-post-visual-editor .multifocus .wp-block-table table {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #C7CDDF;
  width: auto;
}
.page-template-template-multifocus .multifocus .wp-block-table table thead, .page-template-template-multifocus .multifocus .wp-block-table table tfoot, .page-template-default .multifocus .wp-block-table table thead, .page-template-default .multifocus .wp-block-table table tfoot, .edit-post-visual-editor .multifocus .wp-block-table table thead, .edit-post-visual-editor .multifocus .wp-block-table table tfoot {
  border-bottom: 0;
  border-top: 0;
}
.page-template-template-multifocus .multifocus .wp-block-table table thead th:not(:first-of-type), .page-template-template-multifocus .multifocus .wp-block-table table thead td:not(:first-of-type), .page-template-template-multifocus .multifocus .wp-block-table table tfoot th:not(:first-of-type), .page-template-template-multifocus .multifocus .wp-block-table table tfoot td:not(:first-of-type), .page-template-default .multifocus .wp-block-table table thead th:not(:first-of-type), .page-template-default .multifocus .wp-block-table table thead td:not(:first-of-type), .page-template-default .multifocus .wp-block-table table tfoot th:not(:first-of-type), .page-template-default .multifocus .wp-block-table table tfoot td:not(:first-of-type), .edit-post-visual-editor .multifocus .wp-block-table table thead th:not(:first-of-type), .edit-post-visual-editor .multifocus .wp-block-table table thead td:not(:first-of-type), .edit-post-visual-editor .multifocus .wp-block-table table tfoot th:not(:first-of-type), .edit-post-visual-editor .multifocus .wp-block-table table tfoot td:not(:first-of-type) {
  color: #fff;
  background-color: var(--c-secondary);
}
.page-template-template-multifocus .multifocus .wp-block-table table td, .page-template-template-multifocus .multifocus .wp-block-table table th, .page-template-default .multifocus .wp-block-table table td, .page-template-default .multifocus .wp-block-table table th, .edit-post-visual-editor .multifocus .wp-block-table table td, .edit-post-visual-editor .multifocus .wp-block-table table th {
  min-width: 115px;
  border: 0.5px solid #C7CDDF;
  font-size: 16px;
  font-weight: 600;
}
.page-template-template-multifocus .multifocus .wp-block-table table tbody td, .page-template-default .multifocus .wp-block-table table tbody td, .edit-post-visual-editor .multifocus .wp-block-table table tbody td {
  background-color: #f9f9f9;
}
.page-template-template-multifocus .multifocus .wp-block-table table tbody > tr:nth-of-type(odd) td, .page-template-default .multifocus .wp-block-table table tbody > tr:nth-of-type(odd) td, .edit-post-visual-editor .multifocus .wp-block-table table tbody > tr:nth-of-type(odd) td {
  background-color: var(--c-quaternary);
  color: #fff;
}
.page-template-template-multifocus .multifocus .wp-block-column > .block-multifocus > .wp-block-table, .page-template-default .multifocus .wp-block-column > .block-multifocus > .wp-block-table, .edit-post-visual-editor .multifocus .wp-block-column > .block-multifocus > .wp-block-table {
  padding-block: 20px;
}
.page-template-template-multifocus .multifocus .wp-element-caption, .page-template-default .multifocus .wp-element-caption, .edit-post-visual-editor .multifocus .wp-element-caption {
  padding: 3px 5px;
  font-size: clamp(15px, 0.06vw + 14.76px, 16px);
  color: var(--c-dark);
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser {
  padding-block: 7.5px;
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__inner, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__inner, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid var(--c-action);
  max-width: 410px;
  margin: auto;
  overflow: hidden;
  height: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (min-width: 980px) and (hover: hover) {
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__inner:hover, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__inner:hover, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__inner:hover {
    cursor: pointer;
    -webkit-box-shadow: 10px 10px 0px 0px #00D3B7;
            box-shadow: 10px 10px 0px 0px #00D3B7;
  }
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__inner:hover .foi-teaser__content, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__inner:hover .foi-teaser__content, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__inner:hover .foi-teaser__content {
    opacity: 1;
    visibility: visible;
  }
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__inner:hover .foi-teaser__content .title, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__inner:hover .foi-teaser__content .title, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__inner:hover .foi-teaser__content .title {
    top: 0;
  }
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__inner:hover .foi-teaser__content .link:before, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__inner:hover .foi-teaser__content .link:before, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__inner:hover .foi-teaser__content .link:before {
    width: 0;
  }
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding-block: clamp(35px, 0.65vw + 32.57px, 45px);
  padding-inline: clamp(15px, 0.65vw + 12.57px, 25px);
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .title, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .title, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .title {
  margin: 0;
  position: relative;
  top: 90%;
  -webkit-transition: 0.4s cubic-bezier(0, 1.18, 0.55, 1.02);
  transition: 0.4s cubic-bezier(0, 1.18, 0.55, 1.02);
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .description, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .description, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-inline: clamp(15px, 0.65vw + 12.57px, 25px);
  color: var(--c-default);
  overflow-y: auto;
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .link, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .link, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .link {
  position: relative;
  display: block;
  margin-inline: clamp(15px, 0.65vw + 12.57px, 25px);
  position: relative;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  color: var(--c-link);
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .link:before, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .link:before, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--c-link);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 0;
  height: 1px;
}
@media screen and (hover: hover) {
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .link:hover:before, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .link:hover:before, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .link:hover:before {
    width: 100%;
  }
}
@media screen and (hover: none) {
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .link:before, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .link:before, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .link:before {
    width: 100%;
  }
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .link:before, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .link:before, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .link:before {
  width: 100%;
}
@media screen and (hover: hover) {
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .link:hover:before, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .link:hover:before, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .link:hover:before {
    width: 0;
  }
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .link:after, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .link:after, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .link:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 12px;
  left: calc(100% + 15px);
  top: calc(50% - 6px);
  background-image: url("../svg/arrow-green.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__top, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__top, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__top {
  aspect-ratio: 1;
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__top img, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__top img, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__bottom, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__bottom, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-inline: clamp(15px, 1.62vw + 8.93px, 40px) clamp(20px, 1.94vw + 12.72px, 50px);
  background-image: url("../svg/arrow-green.svg");
  background-position: right 25px top 25px;
  background-size: 17px;
  background-repeat: no-repeat;
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__bottom h3, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__bottom .foi-teaser__content .title, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .foi-teaser__bottom .title, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__bottom h3, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__bottom .foi-teaser__content .title, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .foi-teaser__bottom .title, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__bottom h3, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__bottom .foi-teaser__content .title, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .foi-teaser__bottom .title {
  margin: 0;
}
@media screen and (min-width: 601px) {
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser {
    padding-inline: 10px;
    padding-block: 10px;
  }
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__inner, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__inner, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__top, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__top, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__top {
    aspect-ratio: 1.03;
  }
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__bottom, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__bottom, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__bottom {
    padding-block: 15px 30px;
  }
}
@media screen and (max-width: 600px) {
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__top, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__top, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29%;
            flex: 0 0 29%;
  }
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__bottom, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__bottom, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__bottom {
    padding-block: 10px 25px;
    background-position: bottom 13px right 15px;
  }
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__bottom h3, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__bottom .foi-teaser__content .title, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .foi-teaser__bottom .title, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__bottom h3, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__bottom .foi-teaser__content .title, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .foi-teaser__bottom .title, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__bottom h3, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__bottom .foi-teaser__content .title, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .foi-teaser__bottom .title {
    font-family: var(--f-default);
    font-size: 18px;
    font-weight: 600;
  }
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .empty-foi, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term, .page-template-default .multifocus .wp-block-cern-open-positions .empty-foi, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .empty-foi {
  border-top: 1px solid var(--c-border);
  padding-block: clamp(17px, 1.49vw + 11.42px, 40px);
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term h2.archive__term-title, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .empty-foi h2.archive__term-title, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term h2.archive__term-title, .page-template-default .multifocus .wp-block-cern-open-positions .empty-foi h2.archive__term-title, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term h2.archive__term-title, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .empty-foi h2.archive__term-title {
  color: var(--c-dark);
  font-size: clamp(25px, 1.39vw + 8.33px, 35px);
  font-family: var(--f-special);
  letter-spacing: -0.8px;
}
@media screen and (min-width: 769px) {
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term > *:first-of-type, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .empty-foi > *:first-of-type, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term > *:first-of-type, .page-template-default .multifocus .wp-block-cern-open-positions .empty-foi > *:first-of-type, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term > *:first-of-type, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .empty-foi > *:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41%;
            flex: 0 0 41%;
    -webkit-padding-end: clamp(20px, 1.3vw + 10px, 35px);
            padding-inline-end: clamp(20px, 1.3vw + 10px, 35px);
  }
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term > *:last-of-type, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .empty-foi > *:last-of-type, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term > *:last-of-type, .page-template-default .multifocus .wp-block-cern-open-positions .empty-foi > *:last-of-type, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term > *:last-of-type, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .empty-foi > *:last-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 59%;
            flex: 0 0 59%;
    -webkit-padding-start: clamp(20px, 0.43vw + 16.67px, 25px);
            padding-inline-start: clamp(20px, 0.43vw + 16.67px, 25px);
  }
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term-right, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term__right, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .empty-foi-right, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .empty-foi__right, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term-right, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term__right, .page-template-default .multifocus .wp-block-cern-open-positions .empty-foi-right, .page-template-default .multifocus .wp-block-cern-open-positions .empty-foi__right, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term-right, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term__right, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .empty-foi-right, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .empty-foi__right {
    border-left: 1px solid var(--c-border);
  }
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .empty-foi, .page-template-default .multifocus .wp-block-cern-open-positions .empty-foi, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .empty-foi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .empty-foi:before, .page-template-default .multifocus .wp-block-cern-open-positions .empty-foi:before, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .empty-foi:before {
  content: "";
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .empty-foi h2, .page-template-default .multifocus .wp-block-cern-open-positions .empty-foi h2, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .empty-foi h2 {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .empty-foi__text, .page-template-default .multifocus .wp-block-cern-open-positions .empty-foi__text, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .empty-foi__text {
  color: #5D6066;
  font-size: clamp(16px, 0.21vw + 13.91px, 18px);
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .empty-foi__right, .page-template-default .multifocus .wp-block-cern-open-positions .empty-foi__right, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .empty-foi__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(15px, 2.78vw + -18.33px, 35px);
}
@media screen and (hover: hover) {
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .empty-foi:hover:before, .page-template-default .multifocus .wp-block-cern-open-positions .empty-foi:hover:before, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .empty-foi:hover:before {
    opacity: 1;
  }
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .empty-foi:hover h2, .page-template-default .multifocus .wp-block-cern-open-positions .empty-foi:hover h2, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .empty-foi:hover h2 {
    color: var(--c-secondary);
  }
}
@media screen and (min-width: 769px) {
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .empty-foi, .page-template-default .multifocus .wp-block-cern-open-positions .empty-foi, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .empty-foi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .empty-foi__right, .page-template-default .multifocus .wp-block-cern-open-positions .empty-foi__right, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .empty-foi__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .empty-foi__right .btn-alert, .page-template-default .multifocus .wp-block-cern-open-positions .empty-foi__right .btn-alert, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .empty-foi__right .btn-alert {
    white-space: nowrap;
  }
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .empty-foi__text, .page-template-default .multifocus .wp-block-cern-open-positions .empty-foi__text, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .empty-foi__text {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .empty-foi__right, .page-template-default .multifocus .wp-block-cern-open-positions .empty-foi__right, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .empty-foi__right {
    -webkit-padding-after: 10px;
            padding-block-end: 10px;
  }
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 0;
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term:before, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term:before, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term:before {
  content: "";
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term-left, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term-left, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term-left {
  position: relative;
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term-left:after, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term-left:after, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term-left:after {
  content: "";
  top: 5px;
  right: 25px;
  height: clamp(25px, 1.06vw + 14.57px, 35px);
  width: clamp(25px, 1.06vw + 14.57px, 35px);
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: url("../svg/arrow-green.svg") no-repeat center;
  background-size: contain;
}
@media screen and (hover: hover) {
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term:hover:before, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term:hover:before, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term:hover:before {
    opacity: 1;
  }
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term:hover .archive__term-left h2, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term:hover .archive__term-left h2, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term:hover .archive__term-left h2 {
    color: var(--c-secondary);
  }
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term:hover .archive__term-left:after, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term:hover .archive__term-left:after, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term:hover .archive__term-left:after {
    opacity: 1;
  }
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term .btn-alert, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term .btn-alert, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term .btn-alert {
  -webkit-padding-start: clamp(50px, 1.29vw + 45.15px, 70px);
          padding-inline-start: clamp(50px, 1.29vw + 45.15px, 70px);
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  padding-block: 18px;
  padding-inline: clamp(15px, 0.65vw + 12.57px, 25px);
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__top, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__top, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__top .ref, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__top .ref, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__top .ref {
  display: none;
  color: #5D6066;
  font-size: clamp(14px, 0.17vw + 12.67px, 16px);
  line-height: calc(clamp(18px, 0.26vw + 17.03px, 22px) * var(--h3-line-height));
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 25px;
  color: #191414;
  font-size: 15px;
  display: none;
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags li, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags li, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags li {
  position: relative;
  padding-left: 25px;
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags li:before, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags li:before, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../svg/contract.svg");
  width: 18px;
  height: 18px;
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags li.flexibility-tag:before, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags li.flexibility-tag:before, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags li.flexibility-tag:before {
  width: 20px;
  height: 20px;
  background-image: url("../svg/laptop.svg");
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser h3, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser .foi-teaser__content .title, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .archive__term .job-offer-teaser .title, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser h3, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser .foi-teaser__content .title, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .archive__term .job-offer-teaser .title, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser h3, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser .foi-teaser__content .title, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .archive__term .job-offer-teaser .title {
  font-family: var(--f-default);
  font-size: clamp(18px, 0.35vw + 15.33px, 22px);
  color: var(--c-primary);
  font-weight: 600;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (hover: hover) {
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser:hover h3, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser:hover .foi-teaser__content .title, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .archive__term .job-offer-teaser:hover .title, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser:hover h3, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser:hover .foi-teaser__content .title, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .archive__term .job-offer-teaser:hover .title, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser:hover h3, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser:hover .foi-teaser__content .title, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .archive__term .job-offer-teaser:hover .title {
    color: var(--c-action);
  }
}
@media screen and (min-width: 769px) {
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__top .ref, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__top .ref, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__top .ref {
    display: block;
  }
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
  }
}
@media screen and (max-width: 980px) {
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__top, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__top, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term .job-offer-teaser__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term-left h2, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term-left h2, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term-left h2 {
  margin-bottom: clamp(16.56px, 0.12vw + 16.11px, 18.4px);
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term-jobs, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term-jobs, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term-jobs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 769px) {
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .archive__term, .page-template-default .multifocus .wp-block-cern-open-positions .archive__term, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .archive__term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi__explore-foi-slider-wrapper, .page-template-default .multifocus .wp-block-cern-open-positions .foi__explore-foi-slider-wrapper, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi__explore-foi-slider-wrapper {
  padding-block: clamp(30px, 1.94vw + 22.72px, 60px);
}
@media screen and (min-width: 481px) {
  .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi__explore-foi-slider-wrapper, .page-template-default .multifocus .wp-block-cern-open-positions .foi__explore-foi-slider-wrapper, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi__explore-foi-slider-wrapper {
    margin-inline: -10px;
  }
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi__explore-foi-slider .slick-list, .page-template-default .multifocus .wp-block-cern-open-positions .foi__explore-foi-slider .slick-list, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi__explore-foi-slider .slick-list {
  overflow: visible;
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi__explore-foi-slider .slick-track, .page-template-default .multifocus .wp-block-cern-open-positions .foi__explore-foi-slider .slick-track, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi__explore-foi-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi__explore-foi-slider .slick-slide, .page-template-default .multifocus .wp-block-cern-open-positions .foi__explore-foi-slider .slick-slide, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi__explore-foi-slider .slick-slide {
  height: inherit !important;
}
.page-template-template-multifocus .multifocus .wp-block-image img, .page-template-default .multifocus .wp-block-image img, .edit-post-visual-editor .multifocus .wp-block-image img {
  border-radius: 10px;
}
.page-template-template-multifocus .multifocus .wp-block-video video, .page-template-default .multifocus .wp-block-video video, .edit-post-visual-editor .multifocus .wp-block-video video {
  border-radius: 10px;
  overflow: hidden;
}
.page-template-template-multifocus .multifocus .wp-block-video .play-icon, .page-template-default .multifocus .wp-block-video .play-icon, .edit-post-visual-editor .multifocus .wp-block-video .play-icon {
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
  background: url("../svg/play.svg") no-repeat center;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  z-index: 1;
  cursor: pointer;
}
.page-template-template-multifocus .multifocus .wp-block-video:not(.init) video::-webkit-media-controls, .page-template-default .multifocus .wp-block-video:not(.init) video::-webkit-media-controls, .edit-post-visual-editor .multifocus .wp-block-video:not(.init) video::-webkit-media-controls {
  display: none;
}
.page-template-template-multifocus .multifocus .wp-block-video .wp-element-caption, .page-template-default .multifocus .wp-block-video .wp-element-caption, .edit-post-visual-editor .multifocus .wp-block-video .wp-element-caption {
  font-size: clamp(18px, 0.13vw + 17.51px, 20px);
}
.page-template-template-multifocus .multifocus .block-multifocus__social-media-inner, .page-template-default .multifocus .block-multifocus__social-media-inner, .edit-post-visual-editor .multifocus .block-multifocus__social-media-inner {
  border-radius: 10px;
  background: #F9F9F9;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  padding-block: 40px clamp(0px, 2.59vw + -9.71px, 40px);
  padding-inline: clamp(15px, 3.56vw + 1.65px, 70px);
}
.page-template-template-multifocus .multifocus .block-multifocus__social-media-inner > h3, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .block-multifocus__social-media-inner > .title, .page-template-template-multifocus .multifocus .block-multifocus__social-media-inner > .h3, .page-template-default .multifocus .block-multifocus__social-media-inner > h3, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .block-multifocus__social-media-inner > .title, .page-template-default .multifocus .block-multifocus__social-media-inner > .h3, .edit-post-visual-editor .multifocus .block-multifocus__social-media-inner > h3, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .block-multifocus__social-media-inner > .title, .edit-post-visual-editor .multifocus .block-multifocus__social-media-inner > .h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  font-size: clamp(25px, 0.32vw + 23.79px, 30px);
  line-height: 40px;
  min-height: 40px;
}
.page-template-template-multifocus .multifocus .block-multifocus__social-media-inner > h3:before, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .block-multifocus__social-media-inner > .title:before, .page-template-template-multifocus .multifocus .block-multifocus__social-media-inner > .h3:before, .page-template-default .multifocus .block-multifocus__social-media-inner > h3:before, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .block-multifocus__social-media-inner > .title:before, .page-template-default .multifocus .block-multifocus__social-media-inner > .h3:before, .edit-post-visual-editor .multifocus .block-multifocus__social-media-inner > h3:before, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .block-multifocus__social-media-inner > .title:before, .edit-post-visual-editor .multifocus .block-multifocus__social-media-inner > .h3:before {
  content: "";
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
}
.page-template-template-multifocus .multifocus .block-multifocus__social-media-inner h3:before, .page-template-template-multifocus .multifocus .block-multifocus__social-media-inner .wp-block-cern-open-positions .foi-teaser__content .title:before, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .block-multifocus__social-media-inner .title:before, .page-template-default .multifocus .block-multifocus__social-media-inner h3:before, .page-template-default .multifocus .block-multifocus__social-media-inner .wp-block-cern-open-positions .foi-teaser__content .title:before, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .block-multifocus__social-media-inner .title:before, .edit-post-visual-editor .multifocus .block-multifocus__social-media-inner h3:before, .edit-post-visual-editor .multifocus .block-multifocus__social-media-inner .wp-block-cern-open-positions .foi-teaser__content .title:before, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .block-multifocus__social-media-inner .title:before {
  background-image: url("../svg/social-media.svg");
}
.page-template-template-multifocus .multifocus .block-multifocus__social-media-inner .wp-block-embed__wrapper, .page-template-default .multifocus .block-multifocus__social-media-inner .wp-block-embed__wrapper, .edit-post-visual-editor .multifocus .block-multifocus__social-media-inner .wp-block-embed__wrapper {
  background-color: #fff;
}
.page-template-template-multifocus .multifocus .block-multifocus__social-media-inner .wp-block-embed__wrapper > *, .page-template-default .multifocus .block-multifocus__social-media-inner .wp-block-embed__wrapper > *, .edit-post-visual-editor .multifocus .block-multifocus__social-media-inner .wp-block-embed__wrapper > * {
  justify-self: center;
  margin-inline: auto;
}
.page-template-template-multifocus .multifocus.is-root-container > *, .page-template-default .multifocus.is-root-container > *, .edit-post-visual-editor .multifocus.is-root-container > * {
  padding-block: clamp(20px, 0.65vw + 17.57px, 30px);
  margin-block: 0;
}
.page-template-template-multifocus .multifocus .entry-header .description, .page-template-default .multifocus .entry-header .description, .edit-post-visual-editor .multifocus .entry-header .description {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.page-template-template-multifocus .multifocus .entry-content, .page-template-default .multifocus .entry-content, .edit-post-visual-editor .multifocus .entry-content {
  position: relative;
  padding-block: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px clamp(25px, 7.38vw + -31.67px, 110px);
  --paragraph-line-height: 1.235;
}
.page-template-template-multifocus .multifocus__blocks, .page-template-template-multifocus .multifocus__illustration, .page-template-default .multifocus__blocks, .page-template-default .multifocus__illustration, .edit-post-visual-editor .multifocus__blocks, .edit-post-visual-editor .multifocus__illustration {
  -webkit-padding-before: clamp(40px, 0.97vw + 36.36px, 55px);
          padding-block-start: clamp(40px, 0.97vw + 36.36px, 55px);
}
.page-template-template-multifocus .multifocus__blocks, .page-template-default .multifocus__blocks, .edit-post-visual-editor .multifocus__blocks {
  container-type: inline-size;
  position: relative;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-bottom: clamp(20px, 1.29vw + 15.15px, 40px);
}
.page-template-template-multifocus .multifocus__blocks > section:first-of-type, .page-template-default .multifocus__blocks > section:first-of-type, .edit-post-visual-editor .multifocus__blocks > section:first-of-type {
  padding-top: 0;
}
.page-template-template-multifocus .multifocus__blocks > .wp-block-group,
.page-template-template-multifocus .multifocus__blocks > .block-multifocus, .page-template-default .multifocus__blocks > .wp-block-group,
.page-template-default .multifocus__blocks > .block-multifocus, .edit-post-visual-editor .multifocus__blocks > .wp-block-group,
.edit-post-visual-editor .multifocus__blocks > .block-multifocus {
  padding-block: clamp(20px, 0.65vw + 17.57px, 30px);
}
@media screen and (min-width: 782px) {
  @container (max-width: 850px) {
    .page-template-template-multifocus .multifocus__blocks .wp-block-columns:has(.wp-block-column:nth-child(2)), .page-template-default .multifocus__blocks .wp-block-columns:has(.wp-block-column:nth-child(2)), .edit-post-visual-editor .multifocus__blocks .wp-block-columns:has(.wp-block-column:nth-child(2)) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
}
.page-template-template-multifocus .multifocus__menu, .page-template-default .multifocus__menu, .edit-post-visual-editor .multifocus__menu {
  -webkit-padding-before: clamp(10px, 5.56vw + -56.67px, 50px);
          padding-block-start: clamp(10px, 5.56vw + -56.67px, 50px);
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
}
.page-template-template-multifocus .multifocus__menu .menu, .page-template-default .multifocus__menu .menu, .edit-post-visual-editor .multifocus__menu .menu {
  border-radius: 10px;
  background: #F9F9F9;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  padding-block: 40px clamp(0px, 2.59vw + -9.71px, 40px);
  padding-inline: clamp(15px, 3.56vw + 1.65px, 70px);
  position: relative;
  background: #fff;
  -webkit-box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.05);
  padding-block: clamp(15px, 1.13vw + 6.33px, 28px);
  padding-inline: clamp(20px, 0.52vw + 18.06px, 28px) clamp(20px, 0.78vw + 17.09px, 32px);
}
.page-template-template-multifocus .multifocus__menu .menu > h3, .page-template-template-multifocus .multifocus__menu .multifocus .wp-block-cern-open-positions .foi-teaser__content .menu > .title, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .multifocus__menu .menu > .title, .page-template-template-multifocus .multifocus__menu .menu > .h3, .page-template-default .multifocus__menu .menu > h3, .page-template-default .multifocus__menu .multifocus .wp-block-cern-open-positions .foi-teaser__content .menu > .title, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .multifocus__menu .menu > .title, .page-template-default .multifocus__menu .menu > .h3, .edit-post-visual-editor .multifocus__menu .menu > h3, .edit-post-visual-editor .multifocus__menu .multifocus .wp-block-cern-open-positions .foi-teaser__content .menu > .title, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .multifocus__menu .menu > .title, .edit-post-visual-editor .multifocus__menu .menu > .h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  font-size: clamp(25px, 0.32vw + 23.79px, 30px);
  line-height: 40px;
  min-height: 40px;
}
.page-template-template-multifocus .multifocus__menu .menu > h3:before, .page-template-template-multifocus .multifocus__menu .multifocus .wp-block-cern-open-positions .foi-teaser__content .menu > .title:before, .page-template-template-multifocus .multifocus .wp-block-cern-open-positions .foi-teaser__content .multifocus__menu .menu > .title:before, .page-template-template-multifocus .multifocus__menu .menu > .h3:before, .page-template-default .multifocus__menu .menu > h3:before, .page-template-default .multifocus__menu .multifocus .wp-block-cern-open-positions .foi-teaser__content .menu > .title:before, .page-template-default .multifocus .wp-block-cern-open-positions .foi-teaser__content .multifocus__menu .menu > .title:before, .page-template-default .multifocus__menu .menu > .h3:before, .edit-post-visual-editor .multifocus__menu .menu > h3:before, .edit-post-visual-editor .multifocus__menu .multifocus .wp-block-cern-open-positions .foi-teaser__content .menu > .title:before, .edit-post-visual-editor .multifocus .wp-block-cern-open-positions .foi-teaser__content .multifocus__menu .menu > .title:before, .edit-post-visual-editor .multifocus__menu .menu > .h3:before {
  content: "";
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
}
.page-template-template-multifocus .multifocus__menu .menu .h3, .page-template-default .multifocus__menu .menu .h3, .edit-post-visual-editor .multifocus__menu .menu .h3 {
  width: 100%;
  color: var(--c-quaternary);
  font-family: var(--f-default);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
  min-height: 25px;
  gap: 10px;
  margin-bottom: 0;
  vertical-align: middle;
}
.page-template-template-multifocus .multifocus__menu .menu .h3:before, .page-template-default .multifocus__menu .menu .h3:before, .edit-post-visual-editor .multifocus__menu .menu .h3:before {
  width: 25px;
  background-image: url("../svg/table-content.svg");
}
.page-template-template-multifocus .multifocus__menu .menu .h3 + ul, .page-template-default .multifocus__menu .menu .h3 + ul, .edit-post-visual-editor .multifocus__menu .menu .h3 + ul {
  padding-top: 10px;
}
.page-template-template-multifocus .multifocus__menu .menu__item.summary .h3:before, .page-template-default .multifocus__menu .menu__item.summary .h3:before, .edit-post-visual-editor .multifocus__menu .menu__item.summary .h3:before {
  background-image: url("../svg/summary.svg");
}
.page-template-template-multifocus .multifocus__menu .menu__item.summary .excerpt, .page-template-default .multifocus__menu .menu__item.summary .excerpt, .edit-post-visual-editor .multifocus__menu .menu__item.summary .excerpt {
  font-size: 16px;
  padding-block: 10px 3px;
}
.page-template-template-multifocus .multifocus__menu .menu__item.summary.summary-more, .page-template-default .multifocus__menu .menu__item.summary.summary-more, .edit-post-visual-editor .multifocus__menu .menu__item.summary.summary-more {
  position: relative;
}
.page-template-template-multifocus .multifocus__menu .menu__item.summary.summary-more .view-more, .page-template-default .multifocus__menu .menu__item.summary.summary-more .view-more, .edit-post-visual-editor .multifocus__menu .menu__item.summary.summary-more .view-more {
  display: none;
}
.page-template-template-multifocus .multifocus__menu .menu__item:not(:first-of-type), .page-template-default .multifocus__menu .menu__item:not(:first-of-type), .edit-post-visual-editor .multifocus__menu .menu__item:not(:first-of-type) {
  padding-top: 25px;
}
.page-template-template-multifocus .multifocus__menu .menu li, .page-template-default .multifocus__menu .menu li, .edit-post-visual-editor .multifocus__menu .menu li {
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
  padding-left: 0;
}
.page-template-template-multifocus .multifocus__menu .menu li:before, .page-template-default .multifocus__menu .menu li:before, .edit-post-visual-editor .multifocus__menu .menu li:before {
  content: none;
}
.page-template-template-multifocus .multifocus__menu .menu li a, .page-template-default .multifocus__menu .menu li a, .edit-post-visual-editor .multifocus__menu .menu li a {
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page-template-template-multifocus .multifocus__illustration, .page-template-default .multifocus__illustration, .edit-post-visual-editor .multifocus__illustration {
  display: none;
}
.page-template-template-multifocus .wp-block-group,
.page-template-template-multifocus .block-multifocus, .page-template-default .wp-block-group,
.page-template-default .block-multifocus, .edit-post-visual-editor .wp-block-group,
.edit-post-visual-editor .block-multifocus {
  position: relative;
}
.page-template-template-multifocus .video__container, .page-template-default .video__container, .edit-post-visual-editor .video__container {
  aspect-ratio: 16/9;
}
.page-template-template-multifocus .video__container > *, .page-template-default .video__container > *, .edit-post-visual-editor .video__container > * {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-template-template-multifocus .multifocus__menu, .page-template-default .multifocus__menu, .edit-post-visual-editor .multifocus__menu {
    -webkit-padding-before: 50px;
            padding-block-start: 50px;
    width: 100%;
    display: none;
  }
  .page-template-template-multifocus .multifocus__menu .menu:after, .page-template-default .multifocus__menu .menu:after, .edit-post-visual-editor .multifocus__menu .menu:after {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 15px;
    width: 15px;
    content: "";
    background: url("../svg/chevron.svg") no-repeat center;
    background-size: contain;
  }
  .page-template-template-multifocus .multifocus__menu .menu .menu__item.summary, .page-template-template-multifocus .multifocus__menu .menu .menu__item.table-of-content ul, .page-template-default .multifocus__menu .menu .menu__item.summary, .page-template-default .multifocus__menu .menu .menu__item.table-of-content ul, .edit-post-visual-editor .multifocus__menu .menu .menu__item.summary, .edit-post-visual-editor .multifocus__menu .menu .menu__item.table-of-content ul {
    -webkit-transition: height 0.4s ease, opacity 0.1s linear;
    transition: height 0.4s ease, opacity 0.1s linear;
  }
  .page-template-template-multifocus .multifocus__menu .menu.closed .menu__item.summary, .page-template-template-multifocus .multifocus__menu .menu.closed .menu__item.table-of-content ul, .page-template-default .multifocus__menu .menu.closed .menu__item.summary, .page-template-default .multifocus__menu .menu.closed .menu__item.table-of-content ul, .edit-post-visual-editor .multifocus__menu .menu.closed .menu__item.summary, .edit-post-visual-editor .multifocus__menu .menu.closed .menu__item.table-of-content ul {
    padding-block: 0;
    height: 0;
    opacity: 0;
  }
  .page-template-template-multifocus .multifocus__blocks, .page-template-default .multifocus__blocks, .edit-post-visual-editor .multifocus__blocks {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .page-template-template-multifocus .multifocus .entry-content, .page-template-default .multifocus .entry-content, .edit-post-visual-editor .multifocus .entry-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-template-template-multifocus .multifocus__menu, .page-template-default .multifocus__menu, .edit-post-visual-editor .multifocus__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(240px, 7.81vw + 180px, 330px);
            flex: 0 0 clamp(240px, 7.81vw + 180px, 330px);
    top: 114px;
  }
  .page-template-template-multifocus .multifocus__menu .menu__item.summary.summary-more:after, .page-template-default .multifocus__menu .menu__item.summary.summary-more:after, .edit-post-visual-editor .multifocus__menu .menu__item.summary.summary-more:after {
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(78%, #fff));
    background: linear-gradient(to bottom, transparent 20%, #fff 78%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .page-template-template-multifocus .multifocus__menu .menu__item.summary.summary-more .excerpt, .page-template-default .multifocus__menu .menu__item.summary.summary-more .excerpt, .edit-post-visual-editor .multifocus__menu .menu__item.summary.summary-more .excerpt {
    max-height: 120px;
    padding-bottom: 25px;
    overflow: hidden;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .page-template-template-multifocus .multifocus__menu .menu__item.summary.summary-more .view-more, .page-template-default .multifocus__menu .menu__item.summary.summary-more .view-more, .edit-post-visual-editor .multifocus__menu .menu__item.summary.summary-more .view-more {
    display: block;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .page-template-template-multifocus .multifocus__menu .menu__item.summary.summary-more.open:after, .page-template-default .multifocus__menu .menu__item.summary.summary-more.open:after, .edit-post-visual-editor .multifocus__menu .menu__item.summary.summary-more.open:after {
    opacity: 0;
  }
  .page-template-template-multifocus .multifocus__menu .menu__item.summary.summary-more.open .excerpt, .page-template-default .multifocus__menu .menu__item.summary.summary-more.open .excerpt, .edit-post-visual-editor .multifocus__menu .menu__item.summary.summary-more.open .excerpt {
    max-height: 400px;
  }
}
@media screen and (min-width: 980px) {
  .page-template-template-multifocus .multifocus__illustration, .page-template-default .multifocus__illustration, .edit-post-visual-editor .multifocus__illustration {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10vw;
            flex: 0 0 10vw;
    position: relative;
    display: block;
  }
  .page-template-template-multifocus .multifocus__illustration .illustration, .page-template-default .multifocus__illustration .illustration, .edit-post-visual-editor .multifocus__illustration .illustration {
    position: fixed;
    bottom: -10vw;
    -webkit-transform: translateY(23%);
            transform: translateY(23%);
    right: 0;
    width: 11vw;
    aspect-ratio: 0.8;
    background: url("../svg/illustration-multifocus.svg") no-repeat bottom left;
    background-size: calc(100% - 1vw);
    opacity: 0;
    -webkit-transition: 0.4s cubic-bezier(0.56, 0.96, 0.3, 1.55);
    transition: 0.4s cubic-bezier(0.56, 0.96, 0.3, 1.55);
    z-index: -1;
  }
  .page-template-template-multifocus.header-scrolling .multifocus__illustration .illustration, .page-template-default.header-scrolling .multifocus__illustration .illustration, .edit-post-visual-editor.header-scrolling .multifocus__illustration .illustration {
    opacity: 1;
    bottom: 0;
  }
}
@media screen and (min-width: 1756px) {
  .page-template-template-multifocus .multifocus__illustration .illustration, .page-template-default .multifocus__illustration .illustration, .edit-post-visual-editor .multifocus__illustration .illustration {
    right: calc((100vw - 1755px) / 2);
  }
}
/*# sourceMappingURL=multifocus.css.map */
