body .products .product.unavailable::after, body .categories .product.unavailable::after, body .products .category.unavailable::after, body .categories .category.unavailable::after {
  padding: 4px;
  top: 35px;
  right: -35px;
}

body .page-container {
  width: 97%;
  max-width: 1200px;
  min-height: 50em;
  margin: 0 auto;
  padding: 0 4px;
}

body .page-container .content-container {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #868686;
  min-height: 22rem;
  padding: 20px 40px;
  margin-bottom: 20px;
  color: #505450;
}

@media (max-width: 900px) {
  body .page-container .content-container {
    padding: 10px;
  }
}

body .widget-bnl-siteheader .become-member {
  margin-top: 45.5px;
}

body .event-details .reveal {
  text-decoration: none;
}

body .event .date-date {
  font-family: "TheMix", Arial, sans-serif;
}

body .message {
  border-radius: calc(var(--border-radius) * 0.5rem);
}

body .product-detail .product-card {
  border-radius: calc(var(--border-radius) * 0.6rem);
}

body .product-detail .product-card .product-image, body .product-detail .product-card .date-image {
  border-radius: calc(var(--border-radius) * 0.5rem) calc(var(--border-radius) * 0.5rem) 0 0;
}

body .product-detail .product-card .product-details table td .tag {
  border-radius: calc(var(--border-radius) * 0.2rem);
}

body .date-image a, body .date-image img {
  border-radius: calc(var(--border-radius) * 0.5rem);
}

body .date-content .highlighted, body .date-content .canceled {
  border-radius: calc(var(--border-radius) * 0.2rem);
}

body .date-content h3, body .date-content p {
  margin-bottom: calc(var(--border-radius) * 0.5rem);
}

body .date-content h4 {
  margin-bottom: calc(var(--border-radius) * 0.25rem);
}

body .date-details .tag {
  border-radius: calc(var(--border-radius) * 0.2rem);
}
body.sbmf > .page-container {
  width: 97%;
  max-width: 1200px;
  min-height: 50em;
  margin: 0 auto;
  padding: 0 14px;
  background: #f6f4ec;
}

body.sbmf > .page-container .biebwidget-content.widget-bnl-footer {
  float: none;
}

body.sbmf > .page-container .biebwidget-content.widget-bnl-footer .nav {
  margin-bottom: 0;
}

body.sbmf > .page-container .biebwidget-content.widget-bnl-footer .metanav {
  float: none;
  margin-bottom: 0;
  padding-bottom: 20px;
}

body.sbmf > .page-container .product-detail .product-card .product-image,
body.sbmf > .page-container .product-detail .product-card .date-image,
body.sbmf > .page-container .product-detail .product-card .product-details {
  background-color: #fafafa;
}

body.sbmf > .page-container .date-content .button.primary {
  margin: 10px 0 0 0;
  padding: 0 0 0 18px;
  color: black;
  border: 0;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 1.1667rem;
  line-height: 2rem;
  background: transparent;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAIAAACQKrqGAAAAT0lEQVQoz2OQlZUmEjGQrzQ8PKyiopywUqC679+/////v6qqkoDSxMSE379//wcDTNXoDkhKSsSlGou3cKmmQCmxDiDBWyQEFglRQLU0AAA/r42Hg6EH+AAAAABJRU5ErkJggg==") left center no-repeat;
  background-size: auto auto;
}

body.sbmf > .page-container .date-content .button.primary:hover {
  color: #eb5e5d;
}

body.sbmf > .page-container .product-detail .product-card .product-details table td .tag, body.sbmf > .page-container .date-details .tag {
  font-size: 1rem;
  font-weight: bold;
  background-color: #666;
  text-decoration: none;
  color: #fff;
  padding: 0.3rem 0.4rem 0.1rem 0.4rem;
}

body.sbmf > .page-container .product-detail .product-card .product-details a {
  color: black;
}

body.sbmf > .page-container .message.ticket:not(.coupon) {
  background-color: white;
}

body.sbmf > .page-container .product-detail .product-card .product-details {
  color: black;
}

body.sbmf > .page-container .become-member {
  margin-top: 45px;
}

body.sbmf > .page-container .content-container {
  border-top: 1px solid #000;
  padding-top: 20px;
}
/* Rules which must exist to set up a full-fledged site, but which aren't scoped to affect solely widgets (and aren't strictly necessary for externally embedded widgets), and so can't live in widget.css */
html {
  overflow-x: hidden;
  /* The absolutely positioned .plectrum in the footer, as well as an Opera bug with box-shadow, causes side-scrollers. We don't want side-scrollers! FIXME [Jb 13-10-2020] WAAS-4087: investigate if we can get rid of this somehow in the current world. */
  float: left;
  /* Stretch around all the floated elements, so that the html-bg actually is bottom aligned to the window. Expected behaviour is unclear in the spec; see https://bugzilla.mozilla.org/show_bug.cgi?id=590491 */
  width: 100%;
  /* Make this full-width to allow center aligning of the #container to keep working. */
  font-size: 75%;
  /* Effective 12px */
  background-color: #efefef;
}
body {
  margin: 0;
  font-family: "AvenirBook", Arial, sans-serif;
  font-size: 1.1667rem;
}
#bibliotheek-nl-page {
  width: 97%;
  max-width: 1200px;
  min-height: 50em;
  margin: 0 auto;
  padding: 0 14px;
  /* 4px padding to give room for the box-shadows and outlines, given that overflow is hidden */
  background: #f6f4ec;
}
#bibliotheek-nl-page:after {
  content: "";
  display: block;
  clear: both;
}
.bibliotheek-container {
  overflow: hidden;
}
/* landingpage layout*/
.biebwidget-double-column {
  float: left;
  min-width: 560px;
  width: 68%;
}
.biebwidget-double-column .biebwidget {
  margin-right: 3%;
}
.biebwidget-column {
  float: left;
  min-width: 280px;
  width: 32%;
}
.biebwidget-double-column .biebwidget-column {
  width: 50%;
}
.biebwidget-double-column .biebwidget-column .biebwidget {
  margin-right: 6%;
}
/*** Widget styling ***/
/* Widget frame styling */
/* A .standard biebwidget is a bordered widget as seen on the homepage or any subsequent page; 20px padding, 20px margin-bottom, box-shadow.
   A .bordered biebwidget is a .standard widget without padding; used for widgets with atypical spacing (drawing up to the border) like the tabbedbanner.
   A .basic biebwidget only has the 20px margin-bottom; used for widgets with a completely unique style, like the schatkamer.
   A biebwidget without one of the above classes doesn't get any container styling at all. Used for unique page-elements like the navigatiebalk.
   A .overflowing biebwidget draws content outside its container, so doesn't have the standard overflow: hidden which helps widgets not interfere with each other.
*/
.biebwidget > h2 {
  margin: 0;
  /* reset */
}
.standard.biebwidget,
.bordered.biebwidget,
.basic.biebwidget {
  margin-bottom: 20px;
}
.standard.biebwidget,
.bordered.biebwidget {
  background-color: #ffffff;
}
.standard.biebwidget >  {
  padding: 40px 40px;
}
@media only screen and (min-width: 0) and (max-width: 469px) {
  .standard.biebwidget >  {
    padding: 20px 20px;
  }
}
.standard.biebwidget > h2 +  {
  padding-top: 0;
}
.standard.expandable.biebwidget > h2.label +  {
  padding-top: 40px;
}
.standard.biebwidget > h2,
.bordered.biebwidget > h2,
.standard.biebwidget > .biebwidget-content:first-child > h2:first-child,
.bordered.biebwidget > .biebwidget-content:first-child > h2:first-child {
  padding: 10px 40px;
}
@media only screen and (min-width: 0) and (max-width: 469px) {
  .standard.biebwidget > h2,
  .bordered.biebwidget > h2,
  .standard.biebwidget > .biebwidget-content:first-child > h2:first-child,
  .bordered.biebwidget > .biebwidget-content:first-child > h2:first-child {
    padding: 10px 20px;
  }
}
.widget-columns .standard.biebwidget >  {
  padding: 20px 20px;
}
.widget-columns .standard.biebwidget > h2 +  {
  padding-top: 0;
}
.widget-columns .standard.biebwidget > h2,
.widget-columns .bordered.biebwidget > h2,
.widget-columns .standard.biebwidget > .biebwidget-content:first-child > h2:first-child,
.widget-columns .bordered.biebwidget > .biebwidget-content:first-child > h2:first-child {
  padding: 10px 20px;
}
.standard.biebwidget > h2,
.bordered.biebwidget > h2,
.standard.biebwidget > .biebwidget-content:first-child > h2:first-child,
.bordered.biebwidget > .biebwidget-content:first-child > h2:first-child {
  font-weight: normal;
  color: #000000;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
  font-weight: bold;
}
.standard.biebwidget > h2,
.standard.biebwidget > .biebwidget-content:first-child > h2:first-child {
  font-size: 2.5rem;
}
.bordered.biebwidget > h2,
.bordered.biebwidget > .biebwidget-content:first-child > h2:first-child {
  font-size: 2.5rem;
}
 h2 {
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
  font-weight: bold;
}
.overflowing.biebwidget >  {
  overflow: visible;
}
 .header {
  /* There are so many cases where we add absolutely positioned content relative to the .header (e.g. contrast gradients),
	    that we opt to just always create a new stacking context. */
  position: relative;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
 .header.low {
  /* Non-low headers should set a larger padding-top for the .header or a margin-top for the h2. */
  padding-bottom: 20px;
}
 .header.inverted {
  background-color: #595959;
  color: #ffffff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-position: left center;
}
 .header.inverted.contrast_light::before,
 .header.inverted.contrast_heavy::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 42.5em;
  height: 100%;
  background-size: 100%;
}
 .header.inverted.contrast_light::before {
  background-image: linear-gradient(to right, rgba(0, 0, 0,.3) 0%, rgba(0, 0, 0,0) 100%);
}
 .header.inverted.contrast_heavy::before {
  background-image: linear-gradient(to right, rgba(0, 0, 0,.7) 0%, rgba(0, 0, 0,0) 100%);
}
 .header.inverted.contrast_block {
  overflow: hidden;
}
 .header.inverted.contrast_block h2,
 .header.inverted.contrast_block h3,
 .header.inverted.contrast_block p {
  float: left;
  clear: both;
  margin-bottom: 3px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-wrap: anywhere;
  /* The deprecated word-wrap: break-word; on most h2s appears to not take effect due to the float here? */
}
 .header.inverted.contrast_block h2 {
  padding-top: 3px;
  padding-bottom: 3px;
}
 .header.inverted.contrast_block p > .button:only-child {
  margin-top: 0;
  margin-bottom: 0;
}
 .header.inverted h2,
 .header.inverted .additional {
  color: inherit;
}
 .header.inverted a:not(.button) {
  color: #ffffff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
 .header.inverted a:not(.button):hover,
 .header.inverted a:not(.button):focus {
  color: #ffffff;
  /* Given the colored background, we don't want to use a different color to differentiate this state. */
  text-decoration: none;
}
 .header.inverted .button.quaternary.back {
  color: #ffffff;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAOklEQVQY02NggIL////LAPE5IHaCCcgB8Z3/ELAfJKACxE+gAieAmJ8BygCBL0AsAtOKqRKrmdhsBwBYO2QAEbYnLgAAAABJRU5ErkJggg==");
}
 .header.inverted .button.quaternary.back:hover,
 .header.inverted .button.quaternary.back:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAOklEQVQY02NggIL////LAPE5IHaCCcgB8Z3/ELAfJKACxE+gAieAmJ8BygCBL0AsAtOKqRKrmdhsBwBYO2QAEbYnLgAAAABJRU5ErkJggg==");
}
 .header > * {
  /* Position content within the .header by default as well, so absolutely positioned content won't obscure it,
		    and at the same time create a stacking context for positioning representative images on .product pages. */
  position: relative;
  z-index: 1;
}
.standard.biebwidget >  .header {
  /* Existing .bordered.biebwidgets with a .header have many different behaviours and breakpoints, so have to do the equivalent in page-specific CSS. */
  overflow: hidden;
  margin-top: -40px;
  margin-right: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (min-width: 0) and (max-width: 469px) {
  .standard.biebwidget >  .header {
    /* Line out with .InsideWidgetDecorations() as long as that doesn't violate @componentMinimumHorizontalSpace */
    margin-top: -20px;
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.biebwidget > p.endorsement {
  margin: -5px 0 0 0;
  padding: 0 20px 20px 20px;
  text-align: right;
  color: #595959;
  font-size: 0.9167rem;
}
.biebwidget > p.endorsement > a {
  color: inherit;
}
.biebwidget > p.endorsement > a:hover,
.biebwidget > p.endorsement > a:focus {
  color: #eb5e5d;
}
/* Generic widget styling */
 {
  /* Basic prevention of this widget interfering with others; Also force clear floats. */
  overflow: hidden;
  color: #000000;
}
/* Some resets */
 ol,
 ul,
 li,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote {
  margin: 0;
  padding: 0;
  list-style: none;
}
 h2 {
  font-weight: normal;
  font-size: 2.5rem;
}
 h3 {
  font-weight: normal;
  font-size: 1.3333rem;
}
 h4 {
  font-weight: normal;
  font-size: 1.3333rem;
}
 h5 {
  font-weight: normal;
  font-size: 1.3333rem;
}
 h6 {
  font-weight: normal;
  font-size: 1.3333rem;
}
 h3,
 h4,
 h5,
 h6 {
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
}
 h3 {
  line-height: 1.3;
  color: #373737;
}
 li,
 p,
 dd,
 dt {
  line-height: 1.3;
}
 .intro + .maintext,
 .maintext + p,
 .richtext + p,
 .pagenav + p,
 p.separate,
 p + p,
 ul + p:not(.skiplinks),
 ol + p,
 p + .rich-items,
 p + .rich-list,
 p + .itemnav,
 p + .tagcloud {
  margin-top: 20px;
}
 .sectioned .section {
  margin-top: 20px;
}
 h2 + .maintext,
 .maintext:first-child {
  margin-top: -2px;
  /* Offset for the baseline of the first line of .maintext content being 2px lower than it'd be for non-.maintext content. */
}
 .maintext h1,
 .maintext h2,
 .maintext h3,
 .maintext h4,
 .maintext h5,
 .maintext h6 {
  line-height: 1.3;
}
 .main-column h2 + .maintext > h3:first-child {
  margin-top: -4px;
  /* More baseline offset to keep the first line of text lined out correctly. */
  margin-bottom: 4px;
}
 .richtext ul,
 .richtext ol,
 .richtext object,
 .richtext object > p,
 .richtext div.video {
  margin-bottom: 12px;
}
 .richtext li ul,
 .richtext li ol {
  margin-bottom: 0;
}
 .richtext p + ul,
 .richtext p + ol,
 .richtext p + img,
 .richtext p + img + p,
 .richtext p + img + ul,
 .richtext p + img + ol,
 .richtext p + object,
 .richtext p + object > p,
 .richtext p + div.video,
 .richtext p + h3,
 .richtext p + h4,
 .richtext p + h5,
 .richtext p + h6,
 .richtext p + dl.meta,
 .richtext .intro + dl.meta,
 .richtext object + dl.meta,
 .richtext div.video + dl.meta,
 .richtext dl.meta + p,
 dl.meta + h3,
 dl.meta + h4,
 dl.meta + h5,
 dl.meta + h6,
 .richtext .maintext + h3,
 .richtext .maintext + h4,
 .richtext .maintext + h5,
 .richtext .maintext + h6,
 .richtext h4 + object,
 .richtext h5 + object,
 .richtext h4 + div.video,
 .richtext h5 + div.video {
  margin-top: 20px;
}
 .richtext h3 + h4,
 .richtext h4 + h5 {
  margin-top: 5px;
}
 .sectioned .title.section + .section > h4:first-child {
  margin-top: -15px;
  /* Offset the 20px of the .section to arrive at the 5px from above. */
}
 .image img.standalone {
  display: block;
}
/* list */
 .richtext span.image ~ *:not(.plain) > li {
  pointer-events: none;
}
 .richtext span.image ~ *:not(.plain) > li a {
  pointer-events: auto;
  position: relative;
}
 .richtext *:not(.plain) > li {
  position: relative;
}
 .richtext ul:not(.plain) > li:before,
 .richtext ol:not(.plain) > li:before {
  display: inline-block;
}
 .richtext ul:not(.plain) > li {
  left: 1.33rem;
  margin-right: 1.33rem;
  text-indent: -1.33rem;
}
 .richtext ul:not(.plain) > li:before {
  width: 1.33rem;
  text-indent: 0;
  content: "\2022";
  vertical-align: -3px;
  height: 15px;
  font-size: 1.9167rem;
}
 .richtext ol:not(.plain) {
  counter-reset: list-count;
}
 .richtext ol:not(.plain) > li {
  left: 2.527rem;
  margin-right: 2.527rem;
  text-indent: -2.527rem;
}
 .richtext ol:not(.plain) > li:before {
  width: 2.527rem;
  text-indent: 0;
  content: counter(list-count) ".";
  counter-increment: list-count;
}
 .richtext ol:not(.plain) > li:nth-child(n)::before {
  text-indent: 0.7315rem;
  text-indent: 1ch;
}
 .richtext ol:not(.plain) > li:nth-child(n+10)::before {
  text-indent: 0;
}
 .richtext ol:not(.plain) > li:nth-child(n+100)::before {
  text-indent: -0.7315rem;
  text-indent: -1ch;
}
 .richtext *:not(.plain) > li > * {
  text-indent: 0;
  /* Don't let this inherited property do any damage. */
}
 .richtext ol:not(.plain) {
  margin-left: 5px;
}
 a,
 button.link {
  color: #000000;
  text-decoration: underline;
}
 a.button,
 .tabs a,
 .link-list a,
 .filter-block a,
 .delete-list a,
 .pagenav a,
 .metanav a,
 .metanav button {
  text-decoration: none;
}
 a img {
  border: none;
}
 a:hover,
 * a:hover,
 a:focus,
 * a:focus,
 button.link:hover,
 button.link:focus {
  text-decoration: underline;
  color: #eb5e5d;
}
 .intro {
  font-size: 1.4583rem;
}
 .intro + .rich-items,
 .intro + .rich-list {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
  background-repeat: repeat-x;
  background-position: left top;
}
 ol > li > a:only-child,
 ul > li > a:only-child {
  /* This is too generic, requiring overrides for .richtext later in this file, and then that requires an override in tablinks and probably other places.
	   Unfortunately this was carried over from WAAS1, so nearly impossible to determine what all depends on it. */
  display: block;
}
/* Elements hidden while animating a foldable */
 .closing + .filter-block button,
 .opening + .filter-block button,
 .closing + .expanding-block button,
 .opening + .expanding-block button {
  visibility: hidden;
}
/* Page layout styling------------------------------------------------------------*/
/* Two column page styling, order: 2-1 (vestiges of 2-1-3 removed, since they were completely unused) */
 .main-column-wrapper {
  padding-bottom: 40px;
}
 .main-column-wrapper.nav {
  float: left;
  width: 100%;
}
.biebwidget-content.detail .main-column-wrapper:not(.nav) h2,
.biebwidget-content.detail .main-column-wrapper:not(.nav) h2 ~ p,
.biebwidget-content.detail .main-column-wrapper:not(.nav) form::before,
.biebwidget-content.detail .main-column-wrapper:not(.nav) .form-row,
.biebwidget-content.detail .main-column-wrapper:not(.nav) .intro p,
.biebwidget-content.detail .main-column-wrapper:not(.nav) .richtext p:not(.viz):not(.accessiblebannertext):not(.grid-title),
.biebwidget-content.detail .main-column-wrapper:not(.nav) .richtext ul:not(.grid-list):not(.sliding):not(.features),
.biebwidget-content.detail .main-column-wrapper:not(.nav) .richtext .scrollablelist,
.biebwidget-content.detail .main-column-wrapper:not(.nav) .richtext ol,
.biebwidget-content.detail .main-column-wrapper:not(.nav) .richtext > h3,
.biebwidget-content.detail .main-column-wrapper:not(.nav) .richtext *:not(li) > h3,
.biebwidget-content.detail .main-column-wrapper:not(.nav) .richtext > h4,
.biebwidget-content.detail .main-column-wrapper:not(.nav) .richtext *:not(li) > h4,
.biebwidget-content.detail .main-column-wrapper:not(.nav) .richtext h5,
.biebwidget-content.detail .main-column-wrapper:not(.nav) .richtext h6,
.biebwidget-content.detail .main-column-wrapper:not(.nav) .richtext dl.meta,
.biebwidget-content.detail .main-column-wrapper:not(.nav) .richtext object,
.biebwidget-content.detail .main-column-wrapper:not(.nav) .richtext div.video,
.biebwidget-content.detail .main-column-wrapper:not(.nav) .richtext .table table:not(.full),
.biebwidget-content.detail .main-column-wrapper:not(.nav) .message {
  max-width: 765px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.biebwidget-content.detail .main-column-wrapper:not(.nav) .richtext span.image {
  display: block;
  max-width: 765px;
  margin-right: auto;
  margin-left: auto;
}
.errorpage.biebwidget  .main-column-wrapper {
  padding-bottom: 0;
}
 .main-column-wrapper.nav .main-column {
  margin: 0 0 0 255px;
}
 .nav-column {
  float: left;
  width: 255px;
  margin-left: -100%;
  padding-right: 40px;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 h4.titlewrapper {
  font-size: inherit;
}
 h4.titlewrapper .title {
  font-size: 1.4583rem;
}
 a.distinctparts {
  text-decoration: none;
}
 a.distinctparts > span {
  display: block;
}
 a.distinctparts .title {
  text-decoration: underline;
}
 a.distinctparts:hover .title,
 a.distinctparts:focus .title {
  text-decoration: none;
}
/*
OUTDATED Progression of title sizes:
- landingpage widget: 18px, 12px bold
- nav-column: 16px, 12px bold
- main-column detailpage: 24px, 16px, 13px bold
- main-column overviewpage: 24px, 13px bold
*/
 .main-column h2 {
  margin-top: -8px;
  margin-bottom: 7px;
  /* Creates an effective 15px gap to the next textual content. */
  word-wrap: break-word;
  /* Necessary given the huge font-sizes. FIXME [svl, 2022-12-12] WAAS-5054: Deprecated. */
  color: #000000;
  font-size: 5rem;
  text-indent: -2px;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
  font-weight: bold;
}
 .main-column h2.long {
  font-size: 3.5rem;
}
 .nav-column h2 {
  overflow: hidden;
  margin-bottom: 1px;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  font-size: 1.4583rem;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
}
 .nav-column > p:first-child {
  margin-top: 32px;
  /* Baseline on the same height as the content following the .main-column h2. (Assuming a .tools) */
}
 .nav-column > p.additional:first-child {
  margin-top: 33px;
  /* Baseline on the same height as the content following the .main-column h2. (Assuming a .tools) */
}
 .nav-column * + h2 {
  margin-top: 40px;
  /* Spacing for subsequent blocks. */
}
 .nav-column *:first-child + h2 {
  margin-top: 28px;
  /* If there's just one element before the h2... */
}
 .main-column h3 {
  font-weight: normal;
  font-size: 1.75rem;
}
 .rich-items h4 {
  line-height: 1.3;
}
 .main-column .rich-items h3 {
  font-size: 1.4583rem;
}
 .main-column h4 {
  font-size: 1.4583rem;
}
 .grid-items h3,
 .grid-items h4 {
  font-size: 1.0833rem;
}
 .main-column h5 {
  font-style: italic;
  color: #373737;
  font-size: 1.0833rem;
}
 .main-column .rich-items .content.calendar h3 {
  margin-right: 130px;
  /* Free up space for the .offset image. */
}
 .main-column .rich-items .more h3 .button {
  font-size: 1.1667rem;
}
 .main-column .rich-items .more h4 .button {
  font-family: "AvenirBook", Arial, sans-serif;
  font-size: 1.1667rem;
}
 .nav-column h3 {
  margin-top: 11px;
  /* Effective white-space: 15px. */
  font-size: 1.1667rem;
}
 .nav-column h3:first-child {
  margin-top: 0;
}
 .nav-column li {
  margin: 6px 0;
  word-wrap: break-word;
}
 .nav-column img {
  max-width: 220px;
}
 .nav-column p {
  margin-bottom: 15px;
}
/* END Page Styling ------------------------------------------------------------*/
 .filter-block > .link-list:last-of-type > li:first-of-type,
 .expanding-block > .link-list:last-of-type > li:first-of-type,
 .expanding-block > .link-list:last-of-type > li:first-of-type,
 .relatedlinks .link-list:last-of-type > li:first-of-type {
  margin: 0;
}
 .nav-column .link-list,
 .filter-block,
 .expanding-block {
  position: relative;
  padding-bottom: 10px;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}
 .nav-column .link-list .link-list {
  padding-bottom: 0;
}
 .filter-block.filter-block-with-more-button {
  padding-bottom: 2.833em;
}
 .nav-column.filters.catalogus .filter-block > .link-list:last-of-type > li:first-of-type {
  margin-left: 15px;
}
 .nav-column.filters.catalogus button.quaternary.more,
 .nav-column.filters.catalogus button.quaternary.less {
  padding-left: 15px;
}
 .nav-column.filters.catalogus button.quaternary.more::before,
 .nav-column.filters.catalogus button.quaternary.less::before {
  content: none;
}
 .nav-column.filters.catalogus .link-list button {
  padding-left: 15px;
}
 .nav-column.filters.catalogus .link-list > li {
  margin-left: 15px;
}
 .nav-column.filters.catalogus .link-list > li > .link-list > li {
  font-style: italic;
}
 .nav-column.filters.catalogus .link-list > li:not(.expandable) > a {
  background: none;
  padding-left: 0;
}
 .nav-column.filters.catalogus .link-list > li.expandable > a {
  padding-left: 15px;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/nav-next.png");
}
 .nav-column.filters.catalogus .link-list > li.expandable > a:hover,
 .nav-column.filters.catalogus .link-list > li.expandable > a:focus {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/nav-next-hover.png");
}
 .nav-column.filters.catalogus .link-list > li.expandable.selected > a {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/dropdown.png");
}
 .nav-column.filters.catalogus .link-list > li.expandable.selected > a:hover,
 .nav-column.filters.catalogus .link-list > li.expandable.selected > a:focus {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/dropdown-hover.png");
}
 .filter-block button,
 .expanding-block button {
  position: absolute;
  bottom: 0.833em;
}
 .filter-block button.quaternary,
 .expanding-block button.quaternary {
  background-image: none;
}
 .filter-block button.quaternary.hidden,
 .expanding-block button.quaternary.hidden {
  display: none;
}
 .filter-block button.quaternary:hover,
 .expanding-block button.quaternary:hover,
 .filter-block button.quaternary:focus,
 .expanding-block button.quaternary:focus {
  background-image: none;
}
 .filter-block button.quaternary.more::before,
 .expanding-block button.quaternary.more::before,
 .filter-block button.quaternary > .button.quaternary:not(.open)::before,
 .expanding-block button.quaternary > .button.quaternary:not(.open)::before {
  content: "+";
  display: inline-block;
  margin-right: 0.45rem;
}
 .filter-block button.quaternary.less::before,
 .expanding-block button.quaternary.less::before,
 .filter-block button.quaternary > .button.quaternary.open::before,
 .expanding-block button.quaternary > .button.quaternary.open::before {
  content: "\2212";
  display: inline-block;
  margin-right: 0.45rem;
}
 .expanding-block button.quaternary {
  margin-bottom: -1em;
}
 .filter-block .link-list,
 .expanding-block .link-list {
  padding: 0;
  background-image: none;
}
 .nav-column .link-list:last-child {
  background-image: none;
}
 ul.subnav {
  /* There'll be several unnecessary properties in here. Sadly that's the price of making them configurable. */
  background: #ffffff;
}
 ul.subnav a {
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
  color: #000000;
}
 ul.subnav a:focus,
 ul.subnav a:hover {
  color: #eb5e5d;
}
 ul.subnav > li {
  margin: 3px 0 2px 0;
  font-size: 1rem;
}
 ul.subnav > li.current > a {
  color: #000000;
}
 ul.subnav ul {
  margin-top: 2px;
  padding-top: 2px;
  padding-bottom: 1px;
}
 ul.subnav ul a:focus,
 ul.subnav ul a:hover {
  color: #eb5e5d;
}
 ul.subnav ul > li {
  margin: 2px 0 2px 0;
  font-size: 0.9167rem;
}
 ul.subnav ul > li.current > a {
  color: #000000;
}
 ul.subnav a {
  padding: 5px 10px;
  text-decoration: underline;
  font-family: "AvenirBook", Arial, sans-serif;
  font-size: 1.5rem;
}
 ul.subnav > li {
  padding: 2px 0;
  border-bottom: 2px dashed #000000;
  background: #ffffff;
}
 ul.subnav > li.expanded {
  padding-bottom: 0;
}
 ul.subnav > li.current > a {
  color: #eb5e5d;
  text-decoration: none;
  background: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/dropdown_menu_hover.png") no-repeat right 5px;
}
 ul.subnav ul {
  background: #ffffff;
  padding-left: 10px;
}
 ul.subnav ul > li {
  position: relative;
}
 ul.subnav ul > li.current > a {
  text-decoration: none;
  color: #eb5e5d;
}
 ul.subnav ul > li::before {
  position: absolute;
  content: "-";
  display: block;
  width: 5px;
  height: 5px;
  top: 8px;
}
 .delete-list {
  margin-bottom: 30px;
}
 .delete-list > li {
  margin: 6px 0 0 0;
}
 .delete-list > li > a > img {
  padding-right: 5px;
  vertical-align: -3px;
}
 .filters.nav-column .delete-list a:hover,
 .filters.nav-column .delete-list a:focus {
  color: #ee0000;
  text-decoration: line-through;
}
 .hidden {
  display: none;
}
 dl.meta {
  margin: 0;
  padding: 0;
}
 dl.meta:after {
  /* Can't use a simple overflow: hidden here, since that'd break the centering of the dl.meta in one-column pages with floated images right before. */
  content: "";
  display: block;
  clear: both;
}
 dl.meta dt,
 dl.meta dd {
  float: left;
  display: block;
}
 dl.meta dt {
  width: 26%;
  clear: left;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  text-indent: -10px;
  text-overflow: ellipsis;
  color: #595959;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 dl.meta dd {
  min-width: 15em;
  max-width: 74%;
}
 dl.meta dd audio {
  width: 450px;
  max-width: 100%;
  margin: 0;
}
 dl.meta dd + dd {
  clear: left;
  margin-left: 26%;
}
 dl.meta dt,
 dl.meta dd {
  margin: 6px 0;
}
 dl.dense dt,
 dl.dense dd {
  margin: 2px 0;
}
 dl.dense dd + dd {
  margin: 0 0 4px 26%;
}
 dl.meta dd.dense + dd.dense {
  margin-top: 0;
  margin-bottom: 4px;
}
 .main-column-wrapper.nav dl.meta dt {
  width: 34%;
}
 .main-column-wrapper.nav dl.meta dd {
  max-width: 64%;
}
 .main-column-wrapper.nav dl.meta dd + dd,
 .main-column-wrapper.nav dl.meta.dense dd + dd {
  margin-left: 34%;
}
 dl.narrow {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #d0d0d0;
}
 dl.narrow:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
 dl.narrow dt {
  float: left;
  clear: both;
  width: 100%;
  padding: 6px 9em 6px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
  background-repeat: repeat-x;
  background-position: left top;
}
 dl.narrow dt:first-child {
  padding-top: 0;
  background-image: none;
}
 dl.narrow dd {
  float: right;
  width: 8em;
  /* The width cannot be set to a lower value because of the bigger fontsize of the DOK styling. */
  margin-left: -8em;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: right;
}
 dl.narrow dt:first-child + dd {
  padding-top: 0;
}
 dl.narrow dd + dd {
  clear: right;
  padding-top: 0;
  padding-bottom: 6px;
}
 p.additional,
 span.additional,
 .richtext.additional {
  font-weight: normal;
  color: #595959;
}
 p.additional,
 span.additional,
 .richtext.additional {
  font-size: 1rem;
}
 p.additional + p.additional {
  margin-top: 0;
}
 p.additional + p.additional.separate {
  margin-top: 20px;
}
 p.additional a:not(:hover):not(:focus),
 span.additional a:not(:hover):not(:focus) {
  color: inherit;
}
/** Teaser for when titledetail description is long **/
 .teaser {
  position: relative;
  max-height: 6.5em;
  /* 5 lines at line-height 1.3 */
  overflow: hidden;
  margin-bottom: 3em;
  /* Create space for the open button. */
  transition-delay: 0.00001s;
  transition-duration: 0.5s;
  transition-property: max-height, margin-bottom;
}
 .teaser::after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1.3em;
  /* 1 line at line-height 1.3 */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAXCAYAAADKmiUPAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn%2FAACA6QAAdTAAAOpgAAA6mAAAF2%2BSX8VGAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAPElEQVQI10XMOQqAUBAE0Wcnbl9F8P43lTEbk6KhmlJVgjnYgye4gzXYWozGEZy9fow%2B7x1YgktVvcH0AbGsCBQP71GMAAAAAElFTkSuQmCC") repeat-x bottom center;
  /* teaser-gradient.png */
  background-size: 100% 100%;
  transition-delay: 0.00001s;
  transition-duration: 0.1s;
  transition-property: bottom;
}
 .teaser.expanded {
  max-height: none;
  margin-bottom: 0;
}
 .teaser.expanded[data-closeable] {
  margin-bottom: 3em;
}
 .teaser.expanded::after {
  bottom: -1.4em;
  transition-delay: 0.00001s;
  transition-duration: 0.1s;
  transition-property: bottom;
}
 .teaser + p.teasertoggler {
  position: absolute;
  margin-top: -3em;
  /* 3x13px inside the 3x16px margin-bottom. */
}
 .teaser + p.teasertoggler .button {
  background-image: none;
}
 .teaser + p.teasertoggler .button.hidden {
  display: none;
}
 .teaser + p.teasertoggler .button:hover,
 .teaser + p.teasertoggler .button:focus {
  background-image: none;
}
 .teaser + p.teasertoggler .button.more::before,
 .teaser + p.teasertoggler .button > .button.quaternary:not(.open)::before {
  content: "+";
  display: inline-block;
  margin-right: 0.45rem;
}
 .teaser + p.teasertoggler .button.less::before,
 .teaser + p.teasertoggler .button > .button.quaternary.open::before {
  content: "\2212";
  display: inline-block;
  margin-right: 0.45rem;
}
 .medium,
 li.medium {
  min-height: 20px;
  /* Background image dimensions: 20x20px */
  padding-top: 3px;
  padding-left: 25px;
  background-position: 0 40%;
  background-repeat: no-repeat;
  display: inline-block;
}
 li.medium {
  display: block;
}
/* NBC item type ('material') icons. */
 .medium {
  /* Youth page type ('material') icons/materialtypes. */
}
 .medium.book,
 .medium.multivolumebook,
 .medium.unspecifiedbook {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/book.png");
}
 .medium.book.white,
 .medium.multivolumebook.white,
 .medium.unspecifiedbook.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/book-white.png");
}
 .medium.bigletterbook {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/largeprintbook.png");
}
 .medium.bigletterbook.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/largeprintbook-white.png");
}
 .medium.ebook {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/ebook.png");
}
 .medium.ebook.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/ebook-white.png");
}
 .medium.dyslexiabook {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/dyslexieboek.png");
}
 .medium.dyslexiabook.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/dyslexieboek-white.png");
}
 .medium.dwarsligger {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/dwarsligger.png");
}
 .medium.dwarsligger.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/dwarsligger-white.png");
}
 .medium.audiobook {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/audiobook.png");
}
 .medium.audiobook.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/audiobook-white.png");
}
 .medium.digitalaudiobook {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/digitalaudiobook.png");
}
 .medium.digitalaudiobook.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/digitalaudiobook-white.png");
}
 .medium.spokenbook,
 .medium.daisyrom,
 .medium.daisyaudiostream {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/spokenbook.png");
}
 .medium.spokenbook.white,
 .medium.daisyrom.white,
 .medium.daisyaudiostream.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/spokenbook-white.png");
}
 .medium.movie {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/video.png");
}
 .medium.movie.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/video-white.png");
}
 .medium.music,
 .medium.album,
 .medium.musicmovie,
 .medium.audio {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/album.png");
}
 .medium.music.white,
 .medium.album.white,
 .medium.musicmovie.white,
 .medium.audio.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/album-white.png");
}
 .medium.track {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/track.png");
}
 .medium.track.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/track-white.png");
}
 .medium.sheetmusic {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/sheetmusic.png");
}
 .medium.sheetmusic.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/sheetmusic-white.png");
}
 .medium.software {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/software.png");
}
 .medium.software.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/software-white.png");
}
 .medium.game {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/game.png");
}
 .medium.game.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/game-white.png");
}
 .medium.magazine,
 .medium.magazinearticle {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/magazine.png");
}
 .medium.magazine.white,
 .medium.magazinearticle.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/magazine-white.png");
}
 .medium.edumedia {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/edumedia.png");
}
 .medium.edumedia.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/edumedia-white.png");
}
 .medium.digitaalprentenboek {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/picturebook.png");
}
 .medium.digitaalprentenboek.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/picturebook-white.png");
}
 .medium.arrangements,
 .medium.documentationmap,
 .medium.letter,
 .medium.handwriting,
 .medium.unknown {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/arrangement.png");
}
 .medium.arrangements.white,
 .medium.documentationmap.white,
 .medium.letter.white,
 .medium.handwriting.white,
 .medium.unknown.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/arrangement-white.png");
}
 .medium.article,
 .medium.image {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/artikel.png");
}
 .medium.article.white,
 .medium.image.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/artikel-white.png");
}
 .medium.online-source {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/online-bron.png");
}
 .medium.online-source.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/online-bron-white.png");
}
 .medium.readinglist {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/lezenvoordelijst.png");
}
 .medium.readinglist.white {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/materialtypes/lezenvoordelijst-white.png");
}
/** Book covers **/
 img.cover {
  display: block;
  margin-top: 3px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
 img.full.cover,
 .main-column .rich-items img.full.cover,
 .main-column .rich-list .viz.full {
  max-width: 320px;
  max-height: 512px;
}
 img.small.cover,
 .main-column .rich-items img.small.cover,
 .main-column .rich-list .viz.small {
  max-width: 200px;
  max-height: 320px;
}
 img.highlighted.cover,
 .main-column .rich-items img.highlighted.cover,
 .main-column .rich-list .viz.highlighted {
  max-width: 180px;
  max-height: 288px;
}
 img.highgrid.cover,
 .main-column .rich-items img.highgrid.cover,
 .main-column .rich-list .viz.highgrid {
  max-width: 165px;
  max-height: 264px;
}
 img.list-big.cover,
 .main-column .rich-items img.list-big.cover,
 .main-column .rich-list .viz.list-big {
  max-width: 120px;
  max-height: 192px;
}
 img.highlighted-small.cover,
 .main-column .rich-items img.highlighted-small.cover,
 .main-column .rich-list .viz.highlighted-small {
  max-width: 105px;
  max-height: 168px;
}
 img.narrowgrid.cover,
 .main-column .rich-items img.narrowgrid.cover,
 .main-column .rich-list .viz.narrowgrid {
  max-width: 100px;
  max-height: 160px;
}
 .rich-items img.etalage,
 .rich-list .viz.etalage,
 img.etalage.cover,
 .main-column .rich-items img.etalage.cover,
 .main-column .rich-list .viz.etalage {
  max-width: 80px;
  max-height: 128px;
}
 img.extrasmall.cover,
 .main-column .rich-items img.extrasmall,
 .main-column .rich-items img.extrasmall.cover,
 .main-column .rich-list .viz.extrasmall {
  max-width: 60px;
  max-height: 96px;
}
 img.list.cover,
 .main-column .rich-items img.list.cover,
 .main-column .rich-list .viz.list {
  max-width: 40px;
  max-height: 64px;
}
/* Cover placeholders */
 .coverplaceholder {
  display: block;
  position: relative;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 .coverplaceholder.full {
  width: 320px;
  height: 512px;
  font-size: 3rem;
}
 .coverplaceholder.small {
  /* "small", to keep it the same as content images */
  width: 200px;
  height: 320px;
  font-size: 1.75rem;
}
 .coverplaceholder.highlighted {
  width: 180px;
  height: 288px;
  font-size: 1.5833rem;
}
 .coverplaceholder.highgrid {
  width: 165px;
  height: 264px;
  font-size: 1.4167rem;
}
 .coverplaceholder.list-big {
  width: 120px;
  height: 192px;
  font-size: 1.0833rem;
}
 .coverplaceholder.highlighted-small {
  width: 105px;
  height: 168px;
  font-size: 1rem;
}
 .coverplaceholder.narrowgrid {
  width: 100px;
  height: 160px;
  font-size: 1rem;
}
 .coverplaceholder.etalage {
  width: 80px;
  height: 128px;
  font-size: 0.9167rem;
}
 .coverplaceholder.extrasmall {
  width: 60px;
  height: 96px;
  font-size: 0.8333rem;
}
 .coverplaceholder.list {
  width: 40px;
  height: 64px;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 0.5rem;
  /* Made more legible by the letter-spacing and line-height. */
}
/* Placeholders are portrait ('book') format, except for music/album/track, where they're square. */
 .coverplaceholder.music.full,
 .coverplaceholder.album.full,
 .coverplaceholder.track.full {
  height: 320px;
}
 .coverplaceholder.music.small,
 .coverplaceholder.album.small,
 .coverplaceholder.track.small {
  height: 200px;
}
 .coverplaceholder.music.highlighted,
 .coverplaceholder.album.highlighted,
 .coverplaceholder.track.highlighted {
  height: 180px;
}
 .coverplaceholder.music.highgrid,
 .coverplaceholder.album.highgrid,
 .coverplaceholder.track.highgrid {
  height: 165px;
}
 .coverplaceholder.music.list-big,
 .coverplaceholder.album.list-big,
 .coverplaceholder.track.list-big {
  height: 120px;
}
 .coverplaceholder.music.highlighted-small,
 .coverplaceholder.album.highlighted-small,
 .coverplaceholder.track.highlighted-small {
  height: 105px;
}
 .coverplaceholder.music.narrowgrid,
 .coverplaceholder.album.narrowgrid,
 .coverplaceholder.track.narrowgrid {
  height: 100px;
}
 .coverplaceholder.music.etalage,
 .coverplaceholder.album.etalage,
 .coverplaceholder.track.etalage {
  height: 80px;
}
 .coverplaceholder.music.extrasmall,
 .coverplaceholder.album.extrasmall,
 .coverplaceholder.track.extrasmall {
  height: 60px;
}
 .coverplaceholder.music.list,
 .coverplaceholder.album.list,
 .coverplaceholder.track.list {
  height: 40px;
}
 .coverplaceholder,
 .coverplaceholder.variant1 {
  background-color: #990099;
}
 .coverplaceholder.variant2 {
  background-color: #ff0000;
}
 .coverplaceholder.variant3 {
  background-color: #0000ff;
}
 .coverplaceholder.variant4 {
  background-color: #aa6600;
}
 .coverplaceholder.variant5 {
  background-color: #999900;
}
 .coverplaceholder:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  overflow: hidden;
  max-height: 95%;
  width: 90%;
  content: attr(data-title);
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
 .enrichments-container {
  padding-bottom: 15px;
}
 .enrichments-container .enrichment-item {
  min-height: 79px;
  padding-left: 150px;
  margin-top: 15px;
  position: relative;
}
 .enrichments-container .enrichment-item::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 135px;
}
 .enrichments-container .extract::before {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/logo-uittrekselbank.png");
}
 .enrichments-container .review::before {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/logo-literom.png");
}
 .enrichments-container .delpher::before {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/logo-delpher.svg");
}
 .rich-highlight:not(:last-child) {
  /* Used by list6; don't remove in WAAS-4806. */
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
}
/* Widget library: rich-items and grid-items. */
 .rich-items,
 .grid-items {
  margin-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
}
 div.rich-items {
  overflow: hidden;
}
 .rich-items:last-child,
 .grid-items:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  /* The solid line demarcates where the list ends and the next bit of content begins. If there's no next bit of content (within the widget), remove the line. Note: this does mean that next content (if it exists) should always be a sibling; otherwise exceptions will need to be invented to restore the line. */
}
 .rich-items > li {
  clear: both;
  overflow: hidden;
  padding: 10px 0;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
  background-repeat: repeat-x;
  background-position: left top;
}
 .rich-items > li:first-child,
 .rich-items.interactive[data-component="bw.ui.paginator"] > li:nth-child(3n+1) {
  padding-top: 0;
  background-image: none;
}
 .rich-items img {
  float: left;
  max-width: 60px;
  max-height: 96px;
  margin: 4px 10px 5px 0;
}
 .rich-items:last-child > li:last-child img {
  margin-bottom: 0;
}
 .rich-items img.offset {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
 .rich-items .content {
  float: left;
  width: 100%;
  padding-left: 70px;
  /* Default 10px padding next to a default 60px wide img.*/
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Allow the 100% width to take padding into account. */
}
 .rich-items .content dl.meta {
  line-height: 1.31;
}
 .rich-items > .content {
  padding-bottom: 10px;
  /* If this isn't a list, but just a single item. */
}
 .rich-items:last-child > .content {
  padding-bottom: 0;
  /* But if there's nothing after the .rich-items, then the biebwidget will already provide the white-space. */
}
 .rich-items .content.full {
  padding-left: 340px;
  /* 20px margin next to a .cover.full */
}
 .rich-items .content.small {
  padding-left: 220px;
  /* 20px margin next to a .cover.small */
}
 .main-column .rich-items .content.highlighted,
 .rich-items .content.highlighted {
  padding-left: 200px;
  /* 20px margin next to a .cover.highlighted */
}
 .main-column .rich-items .content.list-big,
 .rich-items .content.list-big {
  padding-left: 140px;
  /* 20px margin next to a .cover.list-big */
}
 .main-column .rich-items .content.highlighted-small,
 .rich-items .content.highlighted-small {
  padding-left: 125px;
  /* 20px margin next to a .cover.highlighted-small */
}
 .main-column .rich-items .content.etalage,
 .rich-items .content.etalage {
  padding-left: 100px;
  /* 20px margin next to a .cover.etalage */
}
 .main-column .rich-items .content.extrasmall {
  padding-left: 80px;
  /* 20px margin next to a .cover.extrasmall */
}
 .rich-items .content.list {
  padding-left: 60px;
  /* 20px margin next to a .cover.list */
}
 .rich-items .content.calendar {
  padding-left: 5em;
  /* em-based, since this is text. */
}
 .main-column .rich-items .content.empty,
 .rich-items .content.empty {
  padding-left: 0;
}
 .rich-items p.viz {
  /* Slightly increase specificity to prevent JS-generated coverplaceholders from being matched. */
  margin-left: -100%;
}
 .rich-items .viz {
  position: relative;
  /* Keep the viz clickable when there's positioned content next to it. */
  float: left;
}
 .rich-items .viz.calendar {
  margin-top: 2px;
}
 .rich-items .viz a {
  text-decoration: none;
}
 .rich-items .viz a:focus > img:only-child,
 .rich-items .viz a:focus > span.coverplaceholder {
  /* Due to absolute positioning and overflow: hidden, focus on this link is rather un-intuitive, so let's make it a bit more obvious. */
  -webkit-box-shadow: 2px 2px #ffffff, 5px 5px 3px #eb5e5d;
  box-shadow: 2px 2px #ffffff, 5px 5px 3px #eb5e5d;
}
 .rich-items .content.more {
  position: relative;
  padding-bottom: 2.5em;
}
 .main-column .rich-items .content.more {
  padding-bottom: 3em;
}
 .rich-items .content.more h3 .button,
 .rich-items .content.more h4 .button {
  position: absolute;
  bottom: 0;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: normal;
  font-family: "AvenirBook", Arial, sans-serif;
}
 .rich-items .content.more h3 .button {
  font-size: 1.1667rem;
}
 .rich-items .content.more h4 .button {
  font-size: 1.1667rem;
}
 .main-column .rich-items .content.more h3 .button,
 .main-column .rich-items .content.more h4 .button {
  margin-bottom: 5px;
  padding-bottom: 3px;
}
 .main-column .rich-items .content.more h3 .button.tertiary,
 .main-column .rich-items .content.more h4 .button.tertiary {
  padding-bottom: 0;
}
 .more .button {
  font-family: "AvenirBook", Arial, sans-serif;
  font-size: 1.1667rem;
}
 .rich-items h3 > .creator {
  display: block;
  margin-bottom: -3px;
  font-size: 1rem;
}
 .rich-items h3 + p {
  padding-top: 2px;
}
 .rich-items .content .link-list > li {
  float: left;
  margin-right: 20px;
  list-style: none;
}
 .rich-items .content .link-list > li.medium {
  padding-left: 22px;
  text-indent: 0;
}
 .main-column .rich-items,
 .grid-items {
  clear: left;
  /* Clear the float of .tools, so that margins will collapse. */
  margin-top: 13px;
  margin-bottom: 20px;
}
 .main-column .rich-items:last-child {
  margin-bottom: 0;
}
 .main-column .rich-items > li {
  padding: 17px 0 12px 0;
}
 .main-column .rich-items > li:first-child {
  padding-top: 0;
}
 .main-column .rich-items img {
  max-width: 200px;
  max-height: 320px;
  margin: 4px 20px 10px 0;
}
 .main-column .rich-items.tiny img.cover,
 .main-column .rich-items.tiny img {
  max-width: 60px;
  max-height: 80px;
}
 .main-column .rich-items.tiny .coverplaceholder.extrasmall {
  max-width: 50px;
  max-height: 80px;
  font-size: 0.75rem;
}
 .main-column .rich-items.small img {
  max-width: 120px;
  max-height: 192px;
}
 .main-column .rich-items .viz img {
  margin-bottom: 5px;
}
 .main-column .rich-items .content {
  padding-left: 220px;
}
 .main-column .rich-items .content.calendar {
  padding-left: 5em;
  /* em-based, since this is text. */
}
 .main-column .rich-items .content img.offset {
  float: right;
  margin-top: -1.083em;
  margin-right: 0;
  margin-left: 10px;
}
 .main-column .rich-items .content .additional img.offset {
  margin-top: -1.1818em;
}
 .main-column .rich-items .content.more img.offset {
  max-width: 120px;
  max-height: 90px;
  /* Purposefully limit this to low height. */
  margin-bottom: 0;
}
 .main-column .small.rich-items,
 .main-column .tiny.rich-items {
  overflow: hidden;
  border-bottom: 0;
}
 .main-column .small.rich-items > li,
 .main-column .tiny.rich-items > li {
  float: left;
  clear: none;
  width: 48%;
  margin-left: 4%;
  padding: 10px 0;
  background-image: none;
}
 .main-column .tiny.rich-items > li {
  width: 32%;
  margin-left: 2%;
}
 .main-column .small.rich-items > li:nth-of-type(2n+1),
 .main-column .tiny.rich-items > li:nth-of-type(3n+1) {
  clear: left;
  margin-left: 0;
}
 .main-column .small.rich-items .content:not(.calendar) {
  padding-left: 140px;
}
 .main-column .tiny.rich-items .content:not(.calendar) {
  padding-left: 70px;
}
/* 'Responsive' styling for etalage within narrow columns on landingpage. */
.biebwidget-column  .main-column .small.rich-items:not(.sliding) > li {
  width: 100%;
  margin-left: 0;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
  background-repeat: repeat-x;
  background-position: left top;
}
.biebwidget-column  .main-column .small.rich-items:not(.sliding) > li:first-child {
  background-image: none;
}
.biebwidget-column  .main-column .small.rich-items:not(.sliding) > li:nth-of-type(2n+1) {
  clear: none;
  margin-left: 0;
}
.biebwidget-column  .main-column .tiny.rich-items > li {
  width: 100%;
  margin-left: 0;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
  background-repeat: repeat-x;
  background-position: left top;
}
.biebwidget-column  .main-column .tiny.rich-items > li:first-child {
  background-image: none;
}
.biebwidget-column  .main-column .tiny.rich-items > li:nth-of-type(3n+1),
.biebwidget-column  .main-column .tiny.rich-items > li:nth-of-type(2n+1) {
  clear: none;
  margin-left: 0;
}
.biebwidget-double-column  .main-column .tiny.rich-items > li {
  width: 48%;
  margin-left: 4%;
}
.biebwidget-double-column  .main-column .tiny.rich-items > li:nth-of-type(3n+1) {
  clear: none;
  margin-left: 4%;
}
.biebwidget-double-column  .main-column .tiny.rich-items > li:nth-of-type(2n+1) {
  clear: left;
  margin-left: 0;
}
/* .accompanying on content following a h2 or h3 guarantees placement close to the title, with an appropriate amount of white-space to follow. */
 h3 + .accompanying {
  margin-bottom: 5px;
}
 .main-column h2 + .accompanying {
  margin-top: -6px;
  margin-bottom: 10px;
}
 .main-column h2 + .accompanying + .accompanying,
 .main-column h3 + .accompanying + .accompanying {
  margin-top: -10px;
  margin-bottom: 10px;
}
 .main-column h3 + .accompanying {
  margin-bottom: 10px;
}
 .grid-items {
  overflow: hidden;
}
 .grid-items > li {
  overflow: hidden;
  float: left;
  width: 200px;
  /* This is a reasonable default width, which in a 2-column page shows 4-5 items per row. This can be increased/decreased on individual pages as necessary. */
  height: 4.6107em;
  margin: 0 15px 20px 0;
  padding: 0 0 140px 0;
  /* max-height of the image, plus 7px (for visually 10px) white-space underneath */
}
 .grid-items.no-subitems > li {
  height: 2.5536em;
}
 .grid-items.high > li {
  width: 165px;
  padding-bottom: 199px;
}
 .grid-items.narrow > li {
  width: 100px;
}
 .grid-items > li > h3,
 .grid-items > li > h4 {
  position: relative;
  overflow: hidden;
  height: 2.4em;
  /* 2 lines */
  margin-bottom: 0.25em;
  padding: 140px 0 0.1em 0;
  /* padding-top = max-height of the image, plus 7px (for visually 10px) white-space underneath; padding-bottom = 2px separation to the subtitle. */
  line-height: 1.2;
  text-align: center;
}
 .grid-items.high > li > h3,
 .grid-items.high > li > h4 {
  padding-top: 199px;
}
 .grid-items .imgwrapper {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  /* define the space available for the image */
  height: 133px;
}
 .grid-items.high .imgwrapper {
  height: 192px;
}
 .grid-items .imgwrapper > img,
 .grid-items .imgwrapper > .coverplaceholder {
  position: absolute;
  right: 0;
  bottom: 0;
  /* line out at the baseline */
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  /* center horizontally, made possible by right: 0 + left: 0 */
}
 .grid-items p.calendar {
  position: absolute;
  bottom: 0;
  float: none;
  width: 100%;
}
 .grid-items p.calendar span {
  padding-right: 0;
}
 .grid-items p.calendar.period span.until.date-day {
  background-position: 48% 0;
}
 .grid-items > li > p {
  overflow: hidden;
  max-height: 2.4em;
  /* 2 lines */
  line-height: 1.2;
  text-align: center;
}
 a.feed {
  padding-left: 15px;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/feed-tiny.png");
  background-position: left 63%;
  background-repeat: no-repeat;
}
 p.totalresults,
 .main-column .tools {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
}
 .main-column .tools {
  float: left;
  width: 100%;
  margin-top: -9px;
}
 .main-column .tools > p.totalresults {
  float: left;
  margin-bottom: 0;
  padding-top: 9px;
  /* align to baseline with tools */
  padding-bottom: 0;
  border-bottom: 0;
}
 .main-column .tools .searchsorting {
  float: right;
  margin-left: 15px;
}
 .main-column .tools .searchsorting label {
  vertical-align: bottom;
}
 .main-column .tools .searchsorting .button.primary,
 .main-column .tools .searchsorting .button.secondary {
  margin-top: 3px;
  margin-bottom: 0;
}
 .main-column .tools .searchsorting select {
  vertical-align: unset;
}
.biebwidget-content.widget-bnl-searchresults .main-column .search .tools .skiplinks .button,
.biebwidget-content.widget-bnl-overview .main-column .agenda .tools .skiplinks .button {
  float: left;
  clear: left;
  margin-top: 9px;
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.25s, margin-top 0.25s;
}
@media (min-width: 750.1px) {
  .biebwidget-content.widget-bnl-searchresults .main-column .search .tools .skiplinks .button:not(:focus),
  .biebwidget-content.widget-bnl-overview .main-column .agenda .tools .skiplinks .button:not(:focus) {
    height: 0;
    margin-top: -1em;
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    outline: 0;
    overflow: hidden;
    clip-path: inset(100% 0 0 0);
  }
}
/* If there's content before the .totalresults / .tools line, give it a margin-top (visually equal to 15px),
    so that minimal white-space between that content and this line is guaranteed (margin-collapsing will take care of it not adding up).
   This unfortunately relies on the AEM-generated class .overview, and only works if that previous content is within a .sectioned div.
   Note that we don't want to _always_ do this, since by itself we want this closer to the h2, with its baseline lined out with a sidebar title. */
 .main-column h2 + .sectioned + .overview > .totalresults:first-child {
  clear: both;
  margin-top: 13px;
}
 .main-column h2 + .sectioned + .overview > .tools:first-child {
  clear: both;
  margin-top: 4px;
}
 .main-column .overview + .sectioned {
  margin-top: 20px;
}
 .main-column .tools + .categorized,
 .main-column .tools + .mapcontainer {
  clear: left;
}
 .main-column .categorized {
  overflow: auto;
}
 .main-column .categorized h3 {
  margin-bottom: 20px;
}
/* Widget library: common elements */
/* Calendar look */
 p.calendar,
 span.viz.calendar {
  float: left;
  line-height: 0.8;
}
 p.calendar span,
 span.viz.calendar span {
  display: block;
  margin-bottom: 4px;
  padding-right: 20px;
  font-weight: bold;
  text-align: center;
}
 p.calendar span.date-weekday,
 span.viz.calendar span.date-weekday {
  font-size: 1.6667rem;
}
 p.calendar span.date-day,
 span.viz.calendar span.date-day {
  font-size: 2.3333rem;
}
 p.calendar span.date-month,
 span.viz.calendar span.date-month {
  font-size: 1.6667rem;
}
 p.calendar.period span.date-day,
 span.viz.calendar.period span.date-day {
  text-indent: -1px;
  font-size: 1.6667rem;
}
 p.calendar.period span.date-month,
 span.viz.calendar.period span.date-month {
  font-size: 1.25rem;
}
 p.calendar.period span.until,
 span.viz.calendar.period span.until {
  position: relative;
  left: 10px;
}
 p.calendar.period span.until.date-day,
 span.viz.calendar.period span.until.date-day {
  padding-top: 10px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAYAAADwdn+XAAAAIGNIUk0AAG2YAABzjgAA+swAAIT6AAB5gQAA/RMAADBtAAASKQ0eJk4AAAAJcEhZcwAACxMAAAsTAQCanBgAAABcSURBVCjPYwgICWAgAyvB2KRqDAXiVUD8H4hnEmsAyLZyIL4L1QjDIIOU8Gl0QbINhu9CDcPpBUEctu0G4jRsFiHbNhNN0zsg7kC2DZcB5cTahs8FHVAXKJEapQBcY5gn+xhLYQAAAABJRU5ErkJggg==") no-repeat 4px 0;
}
 .richtext p.calendar,
 .richtext span.calendar {
  margin-bottom: 8px;
}
/* A .struct title exists to create a correct document outline, but isn't wanted as visual output since that outline is obvious because of context. */
 .struct {
  position: absolute;
  left: -9999px;
}
 .richtext {
  clear: both;
}
 .richtext .constructed h3,
 .richtext .constructed h4,
 .richtext .constructed h5 {
  /* With constructed richtext, we trust that offset images are sparse enough that it's safe not to clear: right. */
  clear: left;
}
 .richtext .intro + .maintext > .section:first-child > h3:first-child,
 .richtext .intro + .maintext > .section:first-child > h4:first-child,
 .richtext .intro + .maintext > .title.section:first-child + .section > h3:first-child,
 .richtext .intro + .maintext > .title.section:first-child + .section > h4:first-child,
 .richtext .intro + h3,
 .richtext .intro + h4,
 .richtext img.offset + p + h3,
 .richtext img.offset + p + h4,
 .richtext img.offset + p + h5 {
  /* These last img + p + hx never happen anymore due to AEM sectioning. :/ */
  clear: left;
}
 .richtext h3,
 .richtext h4,
 .richtext h5 {
  /* Is it safe enough to always clear left (rather than both) these? We'll have to try... */
  clear: left;
}
 .richtext .intro + img,
 .richtext .intro + img + p,
 .richtext .intro + object,
 .richtext .intro + object + p,
 .richtext .intro + div.video,
 .richtext .intro + div.video + p {
  clear: right;
}
 .richtext img {
  float: left;
  clear: left;
  max-width: 200px;
  max-height: 320px;
  margin: 3px 20px 10px 0;
}
 .intro img {
  max-width: 384px;
  max-height: 614px;
}
 .richtext div.video {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  max-width: 640px;
  max-height: 1024px;
  margin-right: 0;
}
 .richtext div.video.standalone.video-small {
  max-width: 384px;
  max-height: 614px;
}
 .richtext div.video.standalone.video-large {
  max-width: 100%;
  max-height: 2048px;
}
 .richtext img.offset {
  float: right;
  clear: right;
  margin-right: 0;
  margin-left: 3.657rem;
}
 .maintext.richtext img {
  margin-top: 5px;
  /* Deal with the higher line-height. */
}
 .maintext.richtext p + img,
 .richtext .maintext p + img {
  margin-top: 19px;
  /* Maintain the white-space between paragraphs as well. */
}
 .richtext ol > li > a:only-child,
 .richtext ul > li > a:only-child {
  display: inline;
  /* Can't trust that this really is the only child, and doesn't offer any benefit to keep it display: block anyway. */
}
 div.video .aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57%;
}
 div.video .aspect-ratio.square {
  padding-bottom: 100%;
}
 div.video .aspect-ratio.threeQuarters {
  padding-bottom: 75%;
}
 div.video .aspect-ratio.widescreen {
  padding-bottom: 56.25%;
}
 div.video .aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
 audio,
 iframe {
  width: 100%;
  border: 0;
}
/* .sliding is the generic class for all items which should transition with a 'sliding' motion. */
 .sliding.interactive {
  position: relative;
  overflow: hidden;
  transition-delay: 0.00001s;
  transition-duration: 0.3s;
  transition-property: height;
}
/* Percentage-based layouts have larger items, so they should transition more slowly. */
 .sliding.interactive[data-itemwidth] {
  transition-duration: 0.7s;
}
/* By default it's assumed that sliding is always done using margin-left. */
 .sliding.interactive > li {
  transition-delay: 0.00001s;
  transition-duration: 0.3s;
  transition-property: margin-left;
  transition-timing-function: cubic-bezier(0.02, 0.01, 0.47, 1);
  /* Emulate jQuery 'swing'. */
}
/* Percentage-based layouts have larger items, so they should transition more slowly. */
 .sliding.interactive[data-itemwidth] > li {
  transition-duration: 0.7s;
}
 .sliding.rich-items.interactive[data-itemwidth] > li {
  position: absolute;
  top: 0;
}
 .main-column .sliding.small.rich-items.interactive > li {
  clear: none;
  margin-right: 2%;
  margin-left: 0;
}
 .main-column .sliding.small.rich-items.interactive > li.hidden {
  display: none;
}
/* By setting the .animating class, a sliding item can also transition the 'left' property.
   This extra class is desired, because in those cases you'll also want to be able to position items directly, to prepare them for animating. */
 .sliding.interactive > li.animating {
  transition-property: margin-left, left;
}
 .sliding.rich-items.interactive > li {
  display: none;
}
 .sliding.rich-items.interactive > li.current,
 .sliding.rich-items.interactive > li.current ~ li,
 .sliding.grid-items.interactive > li.current,
 .sliding.grid-items.interactive > li.current ~ li {
  display: block;
}
 .sliding.grid-items.interactive > li.current ~ li.hidden {
  display: none;
}
 .slidingnav {
  position: relative;
  transition-delay: 0.00001s;
  transition-duration: 0.3s;
  transition-property: height;
}
 .slidingnav button.prev,
 .slidingnav button.next {
  position: absolute;
  top: 50px;
  z-index: 2;
  display: block;
  width: 18px;
  height: 26px;
  margin: 0 5px;
  border: 0;
  border-radius: 50%;
  padding: 10px 14px;
  text-indent: -9999em;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
 .slidingnav button.prev {
  left: 0;
  background-position: 45% center;
  /* Visually centered, even if actually slightly off-center. */
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/nav-prev-larger-glowy.png");
}
 .slidingnav button.prev:not(.passive):hover,
 .slidingnav button.prev:not(.passive):focus {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAaCAYAAAC6nQw6AAAAWElEQVRIx2NgIBHc8QioAOKlQMzMQC6AGvIfiskzDM0Q8gzDYQhphgEVteAxBIZXEjKkgwhDQDhz1JCRawhVDRo1bNQw/Ia1EmHQKvoVtVQt/KlaHRGqIAFiOTRjt1U6rwAAAABJRU5ErkJggg==");
  background-color: rgba(255, 255, 255, 0.4);
}
 .slidingnav button.prev.passive {
  position: absolute;
  left: -9999px;
}
 .slidingnav button.next {
  right: 0;
  background-position: 55% center;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/nav-next-larger-glowy.png");
}
 .slidingnav button.next:not(.passive):hover,
 .slidingnav button.next:not(.passive):focus {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAaCAYAAAC6nQw6AAAAWklEQVRIx2NgQAJ3PAKYgXgpEFcwkAuQDPkPxRXUMIR0w/AYQpphQIWr8BgCw63EGJRJhEEg3DFq2Khh5BhGFYNGDRn2hkANWkmEIS30K2qpVvhTtTqiRgUJABo/NGMIro0+AAAAAElFTkSuQmCC");
  background-color: rgba(255, 255, 255, 0.4);
}
 .slidingnav button.next.passive {
  position: absolute;
  left: -9999px;
}
 .slidingnav.large button.prev,
 .slidingnav.large button.next {
  width: 28px;
  /* This is smaller than the width the image in some brands, but the padding amply compensates for that. */
  height: 46px;
  margin: 0 0.5%;
  padding: 10px 1.4%;
}
 .slidingnav.large button.prev,
 .slidingnav.large button.prev.passive {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/nav-prev-huge.png");
}
 .slidingnav.large button.next,
 .slidingnav.large button.next.passive {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/nav-next-huge.png");
}
 .slidingnav.large button.prev:not(.passive):hover,
 .slidingnav.large button.prev:not(.passive):focus {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAqCAYAAACtMEtjAAAAiElEQVRYw+3Yuw2AMBAD0IuQmI2ScbIJJVUYgHnY5TikFFQoIYn5yCe5jF5rR1RVEBEYVOO2YewsweKl1Z0QjfEIpD52gdTDEpByzB47y5yA3MciMmUg+VgBcmRBIKulJ0KEyFeQCLVH0JAjRowYsUew8L4CCa3E0JIPnS3QIQadlllj+Xf/DDuGg/KZTiYl1wAAAABJRU5ErkJggg==");
  background-color: transparent;
}
 .slidingnav.large button.next:not(.passive):hover,
 .slidingnav.large button.next:not(.passive):focus {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAqCAYAAACtMEtjAAAAi0lEQVRYw+3YMQqAMAwF0Ijg2Rw9jjfp6KQH8DzeJWZIF6FoofkU+YG/FR5kKP0VVRVEBAaV5pqX1bJbRokaR9QTgz2QGKyAtMVekDbYRyRnswzRSE6qxnwdGo7Z4clyEiNGjBge6wuCrI4IESKdIA4dqMsS84CEPYkrMUijgHQkSOuD9Nh2yO/+GW7v1vKZGDtYtgAAAABJRU5ErkJggg==");
  background-color: transparent;
}
 .slideshow:hover .slidingnav button:not(.passive) {
  background-color: rgba(255, 255, 255, 0.3);
}
 .slidingindicators {
  padding-top: 5px;
  text-align: center;
}
 .slidingindicators .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 1px 5px;
  border-radius: 50%;
  background-color: #999;
}
 .slidingindicators .dot.current {
  margin: 0 4px;
  border: 1px solid #999;
  background-color: #fff;
}
 ul.rotatingitems.interactive {
  position: relative;
  height: 200px;
}
 ul.slidingitems.interactive {
  position: relative;
  min-height: 100px;
}
 ul.rotatingitems.interactive > li,
 ul.slidingitems.interactive > li {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
 ul.rotatingitems > li img {
  width: auto;
  /* Temporarily override "combo image" styling. */
  display: inline;
  /* idem */
  max-width: 100%;
  max-height: 200px;
}
/* Used in the siteheader and footer */
 ul.metanav {
  float: right;
  font-size: 1.0833rem;
}
 ul.metanav > li {
  float: left;
  padding: 0 10px 2px 10px;
  border-left: 1px solid #496660;
  line-height: 11px;
}
 ul.metanav > li:first-child {
  border-left: 0;
}
/* bw.ui.foldable ------------------------------------------------------ */
 .toggler.interactive button {
  padding-left: 15px;
  cursor: pointer;
  background: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/nav-next.png") no-repeat 2px 60%;
}
 .toggler.interactive.open button,
 .toggler.interactive.opening button {
  background: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/dropdown.png") no-repeat 0 65%;
}
 h3.toggler.interactive button {
  background-position: 2px 50%;
}
 h3.toggler.interactive.open button,
 h3.toggler.interactive.opening button {
  background-position: 0 55%;
}
 .toggler.interactive button:focus {
  color: #000000;
}
 .toggler.interactive + * {
  display: none;
}
 .toggler.interactive.open + * {
  display: block;
}
/* Explicit definition of top margin in order to prevent stuttering behaviour while sliding down with jQuery */
 .toggler + .link-list {
  margin-top: 0;
}
 .toggler.interactive + dl.meta {
  margin-left: 20px;
}
 .mapcontainer {
  width: 100%;
  height: 384px;
  border: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 .mapstatus {
  width: 100%;
  min-height: 2.5em;
  border: 1px solid #d0d0d0;
  border-top: 0;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 p.mapstatus + .rich-items,
 p.mapstatus + .rich-list {
  margin-top: 0;
}
 .mapstatus:empty {
  border-color: transparent;
}
 .mapcontainer.hidden + .mapstatus {
  display: none;
}
 .slidingitems li img {
  display: block;
  width: 100%;
}
 .text-oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
 p.pdf-preview > a {
  display: inline-block;
  min-height: 21px;
  padding-left: 40px;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/widget/preview.png");
  background-position: left center;
  background-repeat: no-repeat;
}
/* Library: buttons ------------------------------------------------------------*/
 .button {
  /* Generic button */
  display: inline-block;
  /* Make it possible to add some margin above and below the button. */
}
 button.button,
 button.default,
 button.link {
  /* Don't use <button> styles. */
  margin: 0;
  border: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  background-color: transparent;
  /* Should be inherit, but IE refuses to join us here in the future. >.< */
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* Styling form elements consistently is hard when they behave according to different box-sizing methods. */
}
 button.default:not(:disabled) {
  color: inherit;
}
 button.default:disabled,
 button.link:disabled {
  cursor: auto;
}
 button.button::-moz-focus-inner,
 button.default::-moz-focus-inner,
 button.link::-moz-focus-inner {
  border: 0;
  padding: 0;
}
 .primary.button {
  /* Primary importance button: there should be only one of these per page */
  margin: 5px 0 5px 0;
  padding: 7px 35px 8px 9px;
  /* FIXME [Jb 13-10-2020] WAAS-4088: Calculated padding based on .ButtonsSmall in _vars-bnl.less vertical padding
	   Make padding from ButtonPrimary and ButtonSecondary variable, so math can be done on it for 'low' buttons.
	   This is needed for .searchsorting, where we now hard assume that setting padding-top/-bottom is safe.
	   This would also enable a cleaner .loading implementation. */
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  text-shadow: none;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAcUlEQVQ4jWP4//8/A7kYDGRlpTuAeDoQMzKgAaCYChCfB2JddDmYxv9QjGIAVOMTqNxrDAOAAouRNKMYAKSNgPgjkhyqAUAOMxAvxWOAOc0NYAPiR2gGRCDJZ6DJXaPMZoqcTGlokx/PFKUwitI2JZoBPMr6Pc0wVM4AAAAASUVORK5CYII=");
  background-position: right 10px center;
  background-repeat: no-repeat;
  border-width: 4px;
  padding: 2px 15px 2px 15px;
  font-weight: bold;
  text-transform: lowercase;
  background-image: none;
  font-size: 1.5rem;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
}
 .primary.button:hover,
 .primary.button:focus {
  border-color: #eb5e5d;
  color: #eb5e5d;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAcklEQVQ4jWP4//8/A7kYDO54BHQA8XQgZmRAA0AxFSA+D8S66HIwjf+hGMUAqMYnULnXGAYABRYjaUYxAEgbA/FHJDlUA4AcZiBeiscAc5obwAbEj9AMCEOSz0CTu0aZzRQ5mdLQJj+eKUphFKVtSjQDAFfaf7UOpwskAAAAAElFTkSuQmCC");
}
 .primary.button:hover,
 .primary.button:focus {
  background-image: none;
}
 .back.primary.button {
  padding: 7px 9px 8px 32px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAb0lEQVQ4y2P4//8/A7kYA8jKSusC8XkgVsEixwjE04G4A5fG10D8H4ifIBuApPE/FHfg0gjCH4HYCIdGEF6MT6M5Ho1LgZiZfI1QBdfQJDOQvBKBJvcIiNkI+ZU4m2lpAOHQpjieyUphFKVtSjQDAJ0k+j3ljjLyAAAAAElFTkSuQmCC");
  background-position: left 10px center;
  padding: 2px 9px 2px 32px;
}
 .back.primary.button:hover,
 .back.primary.button:focus {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAb0lEQVQ4y2P4//8/A7kYA9zxCNAF4vNArIJFjhGIpwNxBy6Nr4H4PxA/QTYASeN/KO7ApRGEPwKxEQ6NILwYn0ZzPBqXAjEz+RqhCq6hSWYgeSUCTe4RELMR8itxNtPSAMKhTXE8k5XCKErblGgGAHoWf7URBPFyAAAAAElFTkSuQmCC");
}
 .submit.button {
  /* Button that doesn't suggest going to another page (by absense of arrow like bg image) */
  margin: 5px 0 5px 0;
  padding: 7px 35px 8px 9px;
  /* FIXME [Jb 13-10-2020] WAAS-4088: Calculated padding based on .ButtonsSmall in _vars-bnl.less vertical padding
	   Make padding from ButtonPrimary and ButtonSecondary variable, so math can be done on it for 'low' buttons.
	   This is needed for .searchsorting, where we now hard assume that setting padding-top/-bottom is safe.
	   This would also enable a cleaner .loading implementation. */
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  text-shadow: none;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAcUlEQVQ4jWP4//8/A7kYDGRlpTuAeDoQMzKgAaCYChCfB2JddDmYxv9QjGIAVOMTqNxrDAOAAouRNKMYAKSNgPgjkhyqAUAOMxAvxWOAOc0NYAPiR2gGRCDJZ6DJXaPMZoqcTGlokx/PFKUwitI2JZoBPMr6Pc0wVM4AAAAASUVORK5CYII=");
  background-position: right 10px center;
  background-repeat: no-repeat;
  border-width: 4px;
  padding: 2px 15px 2px 15px;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 1.5rem;
  padding: 2px 9px 2px 9px;
  background-image: none;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
}
 .submit.button:hover,
 .submit.button:focus {
  border-color: #eb5e5d;
  color: #eb5e5d;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAcklEQVQ4jWP4//8/A7kYDO54BHQA8XQgZmRAA0AxFSA+D8S66HIwjf+hGMUAqMYnULnXGAYABRYjaUYxAEgbA/FHJDlUA4AcZiBeiscAc5obwAbEj9AMCEOSz0CTu0aZzRQ5mdLQJj+eKUphFKVtSjQDAFfaf7UOpwskAAAAAElFTkSuQmCC");
}
 .submit.button:hover,
 .submit.button:focus {
  background-image: none;
}
 .submit.button:hover,
 .submit.button:focus {
  background-image: none;
}
 .secondary.button {
  /* Secondary importance button */
  margin: 5px 0 5px 0;
  border: 1px solid #d0d0d0;
  padding: 7px 35px 8px 9px;
  color: #000000;
  text-decoration: none;
  text-shadow: none;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAcUlEQVQ4jWP4//8/A7kYDGRlpTuAeDoQMzKgAaCYChCfB2JddDmYxv9QjGIAVOMTqNxrDAOAAouRNKMYAKSNgPgjkhyqAUAOMxAvxWOAOc0NYAPiR2gGRCDJZ6DJXaPMZoqcTGlokx/PFKUwitI2JZoBPMr6Pc0wVM4AAAAASUVORK5CYII=");
  background-position: right 10px center;
  background-repeat: no-repeat;
  border: none;
  padding: 2px 20px 4px 9px;
  font-weight: bold;
  text-transform: lowercase;
  background-position: right center;
  font-size: 1.5rem;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
}
 .secondary.button:hover,
 .secondary.button:focus {
  border-color: #d0d0d0;
  color: #eb5e5d;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAcklEQVQ4jWP4//8/A7kYDO54BHQA8XQgZmRAA0AxFSA+D8S66HIwjf+hGMUAqMYnULnXGAYABRYjaUYxAEgbA/FHJDlUA4AcZiBeiscAc5obwAbEj9AMCEOSz0CTu0aZzRQ5mdLQJj+eKUphFKVtSjQDAFfaf7UOpwskAAAAAElFTkSuQmCC");
}
 .secondary.button:hover,
 .secondary.button:focus {
  text-decoration: underline;
}
 .back.secondary.button {
  padding: 7px 9px 8px 32px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAb0lEQVQ4y2P4//8/A7kYA8jKSusC8XkgVsEixwjE04G4A5fG10D8H4ifIBuApPE/FHfg0gjCH4HYCIdGEF6MT6M5Ho1LgZiZfI1QBdfQJDOQvBKBJvcIiNkI+ZU4m2lpAOHQpjieyUphFKVtSjQDAJ0k+j3ljjLyAAAAAElFTkSuQmCC");
  background-position: left 10px center;
  padding: 2px 9px 4px 32px;
}
 .back.secondary.button:hover,
 .back.secondary.button:focus {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAb0lEQVQ4y2P4//8/A7kYA9zxCNAF4vNArIJFjhGIpwNxBy6Nr4H4PxA/QTYASeN/KO7ApRGEPwKxEQ6NILwYn0ZzPBqXAjEz+RqhCq6hSWYgeSUCTe4RELMR8itxNtPSAMKhTXE8k5XCKErblGgGAHoWf7URBPFyAAAAAElFTkSuQmCC");
}
 .tertiary.button {
  /* Tertiary importance button */
  margin: 0 0 5px 0;
  padding: 0 0 0 18px;
  color: #000000;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAIAAACQKrqGAAAAT0lEQVQoz2OQlZUmEjGQrzQ8PKyiopywUqC679+/////v6qqkoDSxMSE379//wcDTNXoDkhKSsSlGou3cKmmQCmxDiDBWyQEFglRQLU0AAA/r42Hg6EH+AAAAABJRU5ErkJggg==");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto auto;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 1.1667rem;
}
 .tertiary.button:hover,
 .tertiary.button:focus {
  color: #eb5e5d;
  background-color: transparent;
}
 .quaternary.button {
  /* Quaternary importance button */
  margin: 0 0 5px 0;
  padding: 2px 12px 3px 0;
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAOUlEQVQY02OQlZV2AuJzQCzDAANAzn4g/g/Ed4BYDibID8QnoBJPgFgFJiECxF+gEiewq8RlJobtAGSQGaBHwsqcAAAAAElFTkSuQmCC");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto auto;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 1.1667rem;
}
 .quaternary.button:hover,
 .quaternary.button:focus {
  color: #eb5e5d;
  text-decoration: underline;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAOUlEQVQY02O44xHgBMTngFiGAQaAnP1A/B+I7wCxHEyQH4hPQCWeALEKTEIEiL9AJU5gV4nLTAzbAar3OQRBptaaAAAAAElFTkSuQmCC");
}
 .quaternary.button:hover,
 .quaternary.button:focus {
  text-decoration: none;
}
 .back.quaternary.button {
  padding: 2px 0 3px 12px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAO0lEQVQY02NggAJZWWkZID4HxE4wATkgvgPE/4F4P0hABYifQAVOADE/A5QBEvgCxCIwrZgqsZqJzXYALHgZoKv8e8sAAAAASUVORK5CYII=");
  background-position: left center;
}
 .back.quaternary.button:hover,
 .back.quaternary.button:focus {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAO0lEQVQY02NggII7HgEyQHwOiJ1gAnJAfAeI/wPxfpCAChA/gQqcAGJ+BigDJPAFiEVgWjFVYjUTm+0AKx85BPiVFSQAAAAASUVORK5CYII=");
}
/* When changing padding for the primary or submit button also change the padding for the loading icon*/
 .loading.primary.button,
 .loading.submit.button {
  background-image: none;
  padding: 7px 9px 8px 9px;
  padding: 2px 9px 4px 9px;
}
 .loading.primary.button:hover,
 .loading.submit.button:hover,
 .loading.primary.button:focus,
 .loading.submit.button:focus {
  background-image: none;
  padding: 7px 9px 8px 9px;
}
 .loading.primary.button:hover,
 .loading.submit.button:hover,
 .loading.primary.button:focus,
 .loading.submit.button:focus {
  padding: 2px 9px 4px 9px;
}
 .loading.primary.button:not(.back)::after,
 .loading.submit.button:not(.back)::after {
  display: inline-block;
  content: "";
  height: 1em;
  width: 1em;
  margin: 1em 2.33em 1em 2.33em;
  margin-left: 4.33em;
  border-radius: 50%;
  font-size: 3px;
  -webkit-box-shadow: 2em 0 0 0, 1.414em 1.414em 0 0, 0 2em 0 0, -1.414em 1.414em 0 0, -2em 0 0 0, -1.414em -1.414em 0 0, 0 -2em 0 0, 1.414em -1.414em 0 0;
  box-shadow: 2em 0 0 0, 1.414em 1.414em 0 0, 0 2em 0 0, -1.414em 1.414em 0 0, -2em 0 0 0, -1.414em -1.414em 0 0, 0 -2em 0 0, 1.414em -1.414em 0 0;
  -webkit-animation: 1500ms linear normal none infinite running spinner-loader;
  animation: 1500ms linear normal none infinite running spinner-loader;
}
 .loading.primary.button.back::before,
 .loading.submit.button.back::before {
  display: inline-block;
  content: "";
  height: 1em;
  width: 1em;
  margin: 1em 2.33em 1em 2.33em;
  margin-right: 4.33em;
  border-radius: 50%;
  font-size: 3px;
  -webkit-box-shadow: 2em 0 0 0, 1.414em 1.414em 0 0, 0 2em 0 0, -1.414em 1.414em 0 0, -2em 0 0 0, -1.414em -1.414em 0 0, 0 -2em 0 0, 1.414em -1.414em 0 0;
  box-shadow: 2em 0 0 0, 1.414em 1.414em 0 0, 0 2em 0 0, -1.414em 1.414em 0 0, -2em 0 0 0, -1.414em -1.414em 0 0, 0 -2em 0 0, 1.414em -1.414em 0 0;
  -webkit-animation: 1500ms linear normal none infinite running spinner-loader;
  animation: 1500ms linear normal none infinite running spinner-loader;
}
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
 .richtext .button {
  margin-bottom: 0;
}
 .buttons .button + .button {
  margin-left: 20px;
}
 button.primary.small,
 button.secondary.small,
 button.submit.small,
 button.primary.loading.small,
 button.submit.loading.small,
 button.primary.back.small,
 button.secondary.back.small {
  padding-top: 2px;
  padding-bottom: 2px;
}
.waas-icon.icon-agenda,
 .toptask-items .agenda a::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2077%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24721")%22%3E%0A%3Cpath%20d%3D%22M56.8643%2036.2883C57.37%2035.7825%2057.9916%2035.161%2058.5157%2034.6369C59.1311%2034.0214%2059.1007%2033.016%2058.4486%2032.437C56.9191%2031.0903%2055.4322%2029.7192%2054.0672%2028.2628C53.4152%2027.5681%2052.7875%2026.8552%2052.1964%2026.1178C51.9832%2025.8497%2051.8674%2025.5145%2051.8674%2025.1672V11.1577C51.8674%2010.3228%2051.191%209.64642%2050.3561%209.64642H48.0161C47.1813%209.64642%2046.5049%2010.3228%2046.5049%2011.1577V27.3914C46.5049%2027.7327%2046.6207%2028.0678%2046.8339%2028.336C50.1185%2032.4553%2052.4158%2034.2895%2054.8107%2036.3553C55.4079%2036.8733%2056.3097%2036.8428%2056.8704%2036.2822L56.8643%2036.2883Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M49.436%200C34.6403%200%2022.6235%2012.0169%2022.6235%2026.8125C22.6235%2029.2866%2022.9891%2031.7362%2023.6167%2034.0092C21.7581%2034.0214%2020.0275%2034.0519%2018.4188%2034.1006V37.7569C18.4188%2041.0109%2015.7741%2043.6556%2012.52%2043.6556C9.26596%2043.6556%206.62127%2041.0109%206.62127%2037.7569V34.9538C2.06314%2035.5266%200.180176%2036.1481%200.180176%2036.1481V75.8489C0.180176%2075.8489%203.3733%2077.9939%2024.8599%2077.9939C46.3464%2077.9939%2049.5396%2075.8489%2049.5396%2075.8489V53.6189C64.2925%2053.5641%2076.2485%2041.5716%2076.2485%2026.8064C76.2485%2012.0413%2064.2377%200%2049.436%200ZM44.177%2071.5589C44.177%2071.5589%2036.5781%2072.6314%2024.8599%2072.6314C13.1416%2072.6314%205.54268%2071.5589%205.54268%2071.5589V49.0242C5.54268%2049.0242%2013.105%2048.427%2024.8599%2048.427C36.6147%2048.427%2044.177%2049.0242%2044.177%2049.0242V71.5589ZM49.5396%2048.2564V36.1542C49.5396%2036.1542%2047.6566%2035.5327%2043.0985%2034.9598V37.763C43.0985%2041.017%2040.4538%2043.6617%2037.1997%2043.6617C33.9456%2043.6617%2031.301%2041.017%2031.301%2037.763V34.1067C30.5636%2034.0823%2029.7836%2034.0641%2028.9914%2034.0519C28.1931%2031.8033%2027.7361%2029.3353%2027.7361%2026.8186C27.7361%2014.9784%2037.346%205.36859%2049.1861%205.36859C61.0263%205.36859%2070.6361%2014.9784%2070.6361%2026.8186C70.6361%2038.6587%2061.2152%2048.0675%2049.5396%2048.2625V48.2564Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M37.1997%2040.4442C38.6805%2040.4442%2039.8809%2039.2437%2039.8809%2037.7629V29.1769C39.8809%2027.6961%2038.6805%2026.4956%2037.1997%2026.4956C35.7189%2026.4956%2034.5184%2027.6961%2034.5184%2029.1769V37.7629C34.5184%2039.2437%2035.7189%2040.4442%2037.1997%2040.4442Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M12.52%2040.4442C14.0008%2040.4442%2015.2012%2039.2437%2015.2012%2037.7629V29.1769C15.2012%2027.6961%2014.0008%2026.4956%2012.52%2026.4956C11.0392%2026.4956%209.83875%2027.6961%209.83875%2029.1769V37.7629C9.83875%2039.2437%2011.0392%2040.4442%2012.52%2040.4442Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24721%22%3E%0A%3Crect%20width%3D%2276.0683%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.180176)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2077%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24721")%22%3E%0A%3Cpath%20d%3D%22M56.8643%2036.2883C57.37%2035.7825%2057.9916%2035.161%2058.5157%2034.6369C59.1311%2034.0214%2059.1007%2033.016%2058.4486%2032.437C56.9191%2031.0903%2055.4322%2029.7192%2054.0672%2028.2628C53.4152%2027.5681%2052.7875%2026.8552%2052.1964%2026.1178C51.9832%2025.8497%2051.8674%2025.5145%2051.8674%2025.1672V11.1577C51.8674%2010.3228%2051.191%209.64642%2050.3561%209.64642H48.0161C47.1813%209.64642%2046.5049%2010.3228%2046.5049%2011.1577V27.3914C46.5049%2027.7327%2046.6207%2028.0678%2046.8339%2028.336C50.1185%2032.4553%2052.4158%2034.2895%2054.8107%2036.3553C55.4079%2036.8733%2056.3097%2036.8428%2056.8704%2036.2822L56.8643%2036.2883Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M49.436%200C34.6403%200%2022.6235%2012.0169%2022.6235%2026.8125C22.6235%2029.2866%2022.9891%2031.7362%2023.6167%2034.0092C21.7581%2034.0214%2020.0275%2034.0519%2018.4188%2034.1006V37.7569C18.4188%2041.0109%2015.7741%2043.6556%2012.52%2043.6556C9.26596%2043.6556%206.62127%2041.0109%206.62127%2037.7569V34.9538C2.06314%2035.5266%200.180176%2036.1481%200.180176%2036.1481V75.8489C0.180176%2075.8489%203.3733%2077.9939%2024.8599%2077.9939C46.3464%2077.9939%2049.5396%2075.8489%2049.5396%2075.8489V53.6189C64.2925%2053.5641%2076.2485%2041.5716%2076.2485%2026.8064C76.2485%2012.0413%2064.2377%200%2049.436%200ZM44.177%2071.5589C44.177%2071.5589%2036.5781%2072.6314%2024.8599%2072.6314C13.1416%2072.6314%205.54268%2071.5589%205.54268%2071.5589V49.0242C5.54268%2049.0242%2013.105%2048.427%2024.8599%2048.427C36.6147%2048.427%2044.177%2049.0242%2044.177%2049.0242V71.5589ZM49.5396%2048.2564V36.1542C49.5396%2036.1542%2047.6566%2035.5327%2043.0985%2034.9598V37.763C43.0985%2041.017%2040.4538%2043.6617%2037.1997%2043.6617C33.9456%2043.6617%2031.301%2041.017%2031.301%2037.763V34.1067C30.5636%2034.0823%2029.7836%2034.0641%2028.9914%2034.0519C28.1931%2031.8033%2027.7361%2029.3353%2027.7361%2026.8186C27.7361%2014.9784%2037.346%205.36859%2049.1861%205.36859C61.0263%205.36859%2070.6361%2014.9784%2070.6361%2026.8186C70.6361%2038.6587%2061.2152%2048.0675%2049.5396%2048.2625V48.2564Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M37.1997%2040.4442C38.6805%2040.4442%2039.8809%2039.2437%2039.8809%2037.7629V29.1769C39.8809%2027.6961%2038.6805%2026.4956%2037.1997%2026.4956C35.7189%2026.4956%2034.5184%2027.6961%2034.5184%2029.1769V37.7629C34.5184%2039.2437%2035.7189%2040.4442%2037.1997%2040.4442Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M12.52%2040.4442C14.0008%2040.4442%2015.2012%2039.2437%2015.2012%2037.7629V29.1769C15.2012%2027.6961%2014.0008%2026.4956%2012.52%2026.4956C11.0392%2026.4956%209.83875%2027.6961%209.83875%2029.1769V37.7629C9.83875%2039.2437%2011.0392%2040.4442%2012.52%2040.4442Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24721%22%3E%0A%3Crect%20width%3D%2276.0683%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.180176)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-audio-books,
 .toptask-items .audio-books a::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2072%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24735")%22%3E%0A%3Cpath%20d%3D%22M71.7719%203.77203C71.7719%202.37047%2070.803%201.16391%2069.4319%200.859219C67.1711%200.475312%2063.2833%200%2057.7867%200C52.2902%200%2048.4024%200.475312%2046.1416%200.847031C44.7705%201.15172%2043.7955%202.37047%2043.7955%203.77203C43.7955%208.36672%2043.7955%2018.7566%2043.7955%2028.3786C41.9369%2027.6473%2039.993%2027.1233%2038.0186%2026.8186C37.2264%2026.6967%2036.4282%2026.6114%2035.6299%2026.5627C35.1667%2026.5322%2034.7097%2026.52%2034.2405%2026.5139C34.0089%2026.5139%2033.7774%2026.5139%2033.5458%2026.5139C33.0827%2026.52%2032.6196%2026.5383%2032.1564%2026.5627C31.3582%2026.6114%2030.5599%2026.7028%2029.7677%2026.8186C27.2327%2027.2086%2024.7525%2027.9581%2022.4247%2029.0428C19.6642%2030.3347%2017.1232%2032.0897%2014.9416%2034.2225C12.76%2036.3492%2010.9441%2038.8416%209.58519%2041.5655C8.44565%2043.8567%207.63519%2046.3064%207.18425%2048.8231C6.83081%2050.8158%206.69675%2052.845%206.78815%2054.8681C2.75409%2056.8608%20-0.0246582%2061.0106%20-0.0246582%2065.8064C-0.0246582%2072.5339%205.44753%2078%2012.1811%2078V53.6067C12.1811%2052.2295%2012.3091%2050.8584%2012.5711%2049.5056C12.955%2047.5008%2013.6253%2045.5569%2014.5577%2043.7409C15.6667%2041.5716%2017.1475%2039.5972%2018.9147%2037.9153C20.621%2036.2944%2022.5832%2034.9477%2024.716%2033.9544C26.5746%2033.0891%2028.555%2032.4858%2030.5782%2032.1811C31.5775%2032.0288%2032.5891%2031.9495%2033.6007%2031.9313C33.7875%2031.9313%2033.9744%2031.9313%2034.1613%2031.9313C35.1728%2031.9495%2036.1844%2032.0288%2037.1838%2032.1811C39.213%2032.4919%2041.1874%2033.0891%2043.046%2033.9544C43.2958%2034.0702%2043.5335%2034.2103%2043.7772%2034.3322C43.7772%2039.3169%2043.7772%2043.6434%2043.7833%2046.1906C43.7833%2047.5922%2044.7583%2048.8048%2046.1233%2049.1095C48.0307%2049.4325%2051.0836%2049.8164%2055.2578%2049.9322C55.465%2051.1448%2055.5747%2052.3758%2055.5747%2053.6067V78C62.3144%2078%2067.7805%2072.5339%2067.7805%2065.8064C67.7805%2061.0106%2065.0017%2056.8608%2060.9677%2054.8681C61.0469%2053.2167%2060.9677%2051.5592%2060.7361%2049.9261C64.6666%2049.7981%2067.5611%2049.4264%2069.3953%2049.1278C70.7725%2048.8231%2071.7475%2047.6044%2071.7475%2046.2028C71.7475%2038.0798%2071.7475%2011.9011%2071.7353%203.78422L71.7719%203.77203ZM55.7941%202.99813H59.7916C60.3461%202.99813%2060.791%203.44906%2060.791%203.9975C60.791%204.54594%2060.34%204.99687%2059.7916%204.99687H55.7941C55.2457%204.99687%2054.7947%204.54594%2054.7947%203.9975C54.7947%203.44906%2055.2457%202.99813%2055.7941%202.99813ZM49.1092%2044.1127V38.153C50.7667%2039.78%2052.1683%2041.6752%2053.2286%2043.747C53.3566%2043.9908%2053.4663%2044.2467%2053.5821%2044.5027C50.8216%2044.3564%2049.1092%2044.1188%2049.1092%2044.1188V44.1127ZM66.4764%2044.1127C66.4764%2044.1127%2063.6733%2044.5027%2059.4747%2044.588C59.1091%2043.5581%2058.6947%2042.5405%2058.2072%2041.5655C56.8483%2038.8416%2055.0324%2036.3492%2052.8508%2034.2225C51.6991%2033.0952%2050.4438%2032.0775%2049.1092%2031.1756V7.995C49.1092%207.995%2052.6314%207.5075%2057.7928%207.5075C62.9542%207.5075%2066.4764%207.995%2066.4764%207.995V44.1127Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M18.0311%2053.6067H16.27V78H18.0311C20.0542%2078%2021.6935%2076.3608%2021.6935%2074.3437V57.269C21.6935%2055.252%2020.0542%2053.6128%2018.0311%2053.6128V53.6067Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M46.1111%2057.269V74.3437C46.1111%2076.3608%2047.7503%2078%2049.7734%2078H51.5345V53.6067H49.7734C47.7503%2053.6067%2046.1111%2055.2459%2046.1111%2057.2629V57.269Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24735%22%3E%0A%3Crect%20width%3D%2271.7905%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(-0.00634766)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2072%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24735")%22%3E%0A%3Cpath%20d%3D%22M71.7719%203.77203C71.7719%202.37047%2070.803%201.16391%2069.4319%200.859219C67.1711%200.475312%2063.2833%200%2057.7867%200C52.2902%200%2048.4024%200.475312%2046.1416%200.847031C44.7705%201.15172%2043.7955%202.37047%2043.7955%203.77203C43.7955%208.36672%2043.7955%2018.7566%2043.7955%2028.3786C41.9369%2027.6473%2039.993%2027.1233%2038.0186%2026.8186C37.2264%2026.6967%2036.4282%2026.6114%2035.6299%2026.5627C35.1667%2026.5322%2034.7097%2026.52%2034.2405%2026.5139C34.0089%2026.5139%2033.7774%2026.5139%2033.5458%2026.5139C33.0827%2026.52%2032.6196%2026.5383%2032.1564%2026.5627C31.3582%2026.6114%2030.5599%2026.7028%2029.7677%2026.8186C27.2327%2027.2086%2024.7525%2027.9581%2022.4247%2029.0428C19.6642%2030.3347%2017.1232%2032.0897%2014.9416%2034.2225C12.76%2036.3492%2010.9441%2038.8416%209.58519%2041.5655C8.44565%2043.8567%207.63519%2046.3064%207.18425%2048.8231C6.83081%2050.8158%206.69675%2052.845%206.78815%2054.8681C2.75409%2056.8608%20-0.0246582%2061.0106%20-0.0246582%2065.8064C-0.0246582%2072.5339%205.44753%2078%2012.1811%2078V53.6067C12.1811%2052.2295%2012.3091%2050.8584%2012.5711%2049.5056C12.955%2047.5008%2013.6253%2045.5569%2014.5577%2043.7409C15.6667%2041.5716%2017.1475%2039.5972%2018.9147%2037.9153C20.621%2036.2944%2022.5832%2034.9477%2024.716%2033.9544C26.5746%2033.0891%2028.555%2032.4858%2030.5782%2032.1811C31.5775%2032.0288%2032.5891%2031.9495%2033.6007%2031.9313C33.7875%2031.9313%2033.9744%2031.9313%2034.1613%2031.9313C35.1728%2031.9495%2036.1844%2032.0288%2037.1838%2032.1811C39.213%2032.4919%2041.1874%2033.0891%2043.046%2033.9544C43.2958%2034.0702%2043.5335%2034.2103%2043.7772%2034.3322C43.7772%2039.3169%2043.7772%2043.6434%2043.7833%2046.1906C43.7833%2047.5922%2044.7583%2048.8048%2046.1233%2049.1095C48.0307%2049.4325%2051.0836%2049.8164%2055.2578%2049.9322C55.465%2051.1448%2055.5747%2052.3758%2055.5747%2053.6067V78C62.3144%2078%2067.7805%2072.5339%2067.7805%2065.8064C67.7805%2061.0106%2065.0017%2056.8608%2060.9677%2054.8681C61.0469%2053.2167%2060.9677%2051.5592%2060.7361%2049.9261C64.6666%2049.7981%2067.5611%2049.4264%2069.3953%2049.1278C70.7725%2048.8231%2071.7475%2047.6044%2071.7475%2046.2028C71.7475%2038.0798%2071.7475%2011.9011%2071.7353%203.78422L71.7719%203.77203ZM55.7941%202.99813H59.7916C60.3461%202.99813%2060.791%203.44906%2060.791%203.9975C60.791%204.54594%2060.34%204.99687%2059.7916%204.99687H55.7941C55.2457%204.99687%2054.7947%204.54594%2054.7947%203.9975C54.7947%203.44906%2055.2457%202.99813%2055.7941%202.99813ZM49.1092%2044.1127V38.153C50.7667%2039.78%2052.1683%2041.6752%2053.2286%2043.747C53.3566%2043.9908%2053.4663%2044.2467%2053.5821%2044.5027C50.8216%2044.3564%2049.1092%2044.1188%2049.1092%2044.1188V44.1127ZM66.4764%2044.1127C66.4764%2044.1127%2063.6733%2044.5027%2059.4747%2044.588C59.1091%2043.5581%2058.6947%2042.5405%2058.2072%2041.5655C56.8483%2038.8416%2055.0324%2036.3492%2052.8508%2034.2225C51.6991%2033.0952%2050.4438%2032.0775%2049.1092%2031.1756V7.995C49.1092%207.995%2052.6314%207.5075%2057.7928%207.5075C62.9542%207.5075%2066.4764%207.995%2066.4764%207.995V44.1127Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M18.0311%2053.6067H16.27V78H18.0311C20.0542%2078%2021.6935%2076.3608%2021.6935%2074.3437V57.269C21.6935%2055.252%2020.0542%2053.6128%2018.0311%2053.6128V53.6067Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M46.1111%2057.269V74.3437C46.1111%2076.3608%2047.7503%2078%2049.7734%2078H51.5345V53.6067H49.7734C47.7503%2053.6067%2046.1111%2055.2459%2046.1111%2057.2629V57.269Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24735%22%3E%0A%3Crect%20width%3D%2271.7905%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(-0.00634766)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-avi-reading,
 .toptask-items .avi-reading a::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2090%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%20%20%20%20%3Cg%20clip-path%3D%22url(%23clip0_1017_24732")%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M73.0773%2012.17V5.89321C73.0773%205.89321%2062.0579%204.62689%2050.3019%204.62689C38.552%204.62689%2027.5327%205.89321%2027.5327%205.89321V12.17C35.0757%2011.8717%2042.6371%2011.7195%2050.2411%2011.7195C57.845%2011.7195%2065.4368%2011.8717%2073.0773%2012.17Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M81.3449%200H81.1622C79.074%200%2077.0589%200.371371%2075.1168%201.10802L83.2992%2047.1945H83.5366C85.6674%2047.1945%2087.6643%2046.8231%2089.5272%2046.0865L81.3449%200Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.88202%2015.7071C5.5183%2015.9263%204.42854%2016.1516%203.54577%2016.3586C0.623514%2017.0465%200.0147095%2017.6066%200.0147095%2017.6066V74.1402C0.0147095%2074.1402%204.09979%2078%2043.9521%2078V13.7529H43.9582C26.8812%2013.7529%2016.3794%2014.4591%209.94431%2015.2688C8.79976%2015.4149%207.78305%2015.561%206.88202%2015.7071ZM38.6007%2019.1408V72.6182C18.4128%2072.4233%209.25027%2071.1509%205.37828%2070.323V21.4421C6.09058%2021.2899%206.88811%2021.1377%207.75261%2020.9976C8.6232%2020.8576%209.5912%2020.7176%2010.6201%2020.5897C17.4082%2019.7374%2026.796%2019.2504%2038.6007%2019.1408Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M51.4161%2040.7107V35.3045C58.4417%2035.2924%2065.8752%2035.195%2073.0834%2035.0184V28.6625H51.4161V23.5972H73.0834V17.2474C65.5708%2017.083%2058.0277%2017.0039%2050.442%2017.0039C50.1619%2017.0039%2049.8819%2017.0039%2049.6018%2017.0039L47.4771%2015.074V76.6911L51.4161%2072.886V47.6267C62.819%2047.5537%2073.0895%2046.3665%2073.0895%2046.3665V40.108H73.0834C65.9056%2040.4794%2058.6791%2040.6803%2051.4161%2040.7046V40.7107Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.5317%2049.5323H16.4098L17.11%2051.6144H19.9531L16.008%2040.382H13.0614L9.26855%2051.6144H11.8499L12.5317%2049.5323ZM13.9016%2045.3802C14.1329%2044.6984%2014.3155%2043.9983%2014.4312%2043.3834H14.4617C14.5773%2044.047%2014.76%2044.6131%2014.9791%2045.2463H14.9852L15.7645%2047.4928H13.171L13.9016%2045.3802Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M25.8158%2051.6144L29.6087%2040.3759H26.9665L25%2046.3666C24.6834%2047.3467%2024.5495%2047.8946%2024.3851%2048.613H24.3669C24.166%2047.8338%2023.9529%2047.1336%2023.752%2046.5188L21.7734%2040.382H18.9789L22.7901%2051.6144H25.8158Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M33.1702%2040.382H30.5767V51.6144H33.1702V40.382Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22clip0_1017_24732%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%2289.5125%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.0147095)%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2090%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%20%20%20%20%3Cg%20clip-path%3D%22url(%23clip0_1017_24732")%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M73.0773%2012.17V5.89321C73.0773%205.89321%2062.0579%204.62689%2050.3019%204.62689C38.552%204.62689%2027.5327%205.89321%2027.5327%205.89321V12.17C35.0757%2011.8717%2042.6371%2011.7195%2050.2411%2011.7195C57.845%2011.7195%2065.4368%2011.8717%2073.0773%2012.17Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M81.3449%200H81.1622C79.074%200%2077.0589%200.371371%2075.1168%201.10802L83.2992%2047.1945H83.5366C85.6674%2047.1945%2087.6643%2046.8231%2089.5272%2046.0865L81.3449%200Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.88202%2015.7071C5.5183%2015.9263%204.42854%2016.1516%203.54577%2016.3586C0.623514%2017.0465%200.0147095%2017.6066%200.0147095%2017.6066V74.1402C0.0147095%2074.1402%204.09979%2078%2043.9521%2078V13.7529H43.9582C26.8812%2013.7529%2016.3794%2014.4591%209.94431%2015.2688C8.79976%2015.4149%207.78305%2015.561%206.88202%2015.7071ZM38.6007%2019.1408V72.6182C18.4128%2072.4233%209.25027%2071.1509%205.37828%2070.323V21.4421C6.09058%2021.2899%206.88811%2021.1377%207.75261%2020.9976C8.6232%2020.8576%209.5912%2020.7176%2010.6201%2020.5897C17.4082%2019.7374%2026.796%2019.2504%2038.6007%2019.1408Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M51.4161%2040.7107V35.3045C58.4417%2035.2924%2065.8752%2035.195%2073.0834%2035.0184V28.6625H51.4161V23.5972H73.0834V17.2474C65.5708%2017.083%2058.0277%2017.0039%2050.442%2017.0039C50.1619%2017.0039%2049.8819%2017.0039%2049.6018%2017.0039L47.4771%2015.074V76.6911L51.4161%2072.886V47.6267C62.819%2047.5537%2073.0895%2046.3665%2073.0895%2046.3665V40.108H73.0834C65.9056%2040.4794%2058.6791%2040.6803%2051.4161%2040.7046V40.7107Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.5317%2049.5323H16.4098L17.11%2051.6144H19.9531L16.008%2040.382H13.0614L9.26855%2051.6144H11.8499L12.5317%2049.5323ZM13.9016%2045.3802C14.1329%2044.6984%2014.3155%2043.9983%2014.4312%2043.3834H14.4617C14.5773%2044.047%2014.76%2044.6131%2014.9791%2045.2463H14.9852L15.7645%2047.4928H13.171L13.9016%2045.3802Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M25.8158%2051.6144L29.6087%2040.3759H26.9665L25%2046.3666C24.6834%2047.3467%2024.5495%2047.8946%2024.3851%2048.613H24.3669C24.166%2047.8338%2023.9529%2047.1336%2023.752%2046.5188L21.7734%2040.382H18.9789L22.7901%2051.6144H25.8158Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M33.1702%2040.382H30.5767V51.6144H33.1702V40.382Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22clip0_1017_24732%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20width%3D%2289.5125%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.0147095)%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-become-member,
 .toptask-items .become-member a::before {
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22IDO_icoon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2080%2080%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2339373A%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22Pasje%22%20class%3D%22cls-1%22%20d%3D%22M79%2C28.4c0-7.29-5.93-13.22-13.22-13.22-6.55%2C0-11.98%2C4.79-13.02%2C11.04-4.63-.51-9.94-.88-15.63-.88-17.8%2C0-32.05%2C3.63-32.65%2C3.78l-1.64.42v39.35l1.64.42c.6.15%2C14.85%2C3.78%2C32.65%2C3.78s32.05-3.63%2C32.65-3.78l1.64-.42v-28.56c4.47-2.12%2C7.58-6.67%2C7.58-11.93ZM67.05%2C65.47c-4.22.94-16.09%2C3.26-29.92%2C3.26s-25.7-2.32-29.92-3.26v-32.5c4.21-.94%2C16.07-3.26%2C29.92-3.26%2C5.68%2C0%2C11.01.39%2C15.64.92%2C1.07%2C6.22%2C6.49%2C10.98%2C13.01%2C10.98.43%2C0%2C.85-.02%2C1.27-.06v23.92ZM65.78%2C37.24c-4.88%2C0-8.85-3.97-8.85-8.85s3.97-8.85%2C8.85-8.85%2C8.85%2C3.97%2C8.85%2C8.85-3.97%2C8.85-8.85%2C8.85Z%22%2F%3E%3Cpolygon%20id%3D%22Plus%22%20class%3D%22cls-1%22%20points%3D%2267.97%2026.23%2067.97%2021.2%2063.6%2021.2%2063.6%2026.23%2058.57%2026.23%2058.57%2030.6%2063.6%2030.6%2063.6%2035.64%2067.97%2035.64%2067.97%2030.6%2073%2030.6%2073%2026.23%2067.97%2026.23%22%2F%3E%3Cpath%20id%3D%22Barcode%22%20class%3D%22cls-1%22%20d%3D%22M40.51%2C57.89v9.38s10.96.21%2C24.53-3.24v-6.13h-24.53Z%22%2F%3E%3Crect%20id%3D%22Tekst_3%22%20class%3D%22cls-1%22%20x%3D%2240.51%22%20y%3D%2249.22%22%20width%3D%2224.53%22%20height%3D%224.37%22%2F%3E%3Crect%20id%3D%22Tekst_2%22%20class%3D%22cls-1%22%20x%3D%2240.51%22%20y%3D%2242.87%22%20width%3D%2224.53%22%20height%3D%224.37%22%2F%3E%3Crect%20id%3D%22Tekst_1%22%20class%3D%22cls-1%22%20x%3D%2240.51%22%20y%3D%2236.53%22%20width%3D%2213.38%22%20height%3D%224.37%22%2F%3E%3Cpath%20id%3D%22Pasfoto%22%20class%3D%22cls-1%22%20d%3D%22M23.56%2C62.42h-.05c-10.75%2C0-12.4-1.74-12.94-2.32-.4-.43-.57-.85-.62-1.18-.17-.69-.4-2.59%2C1.61-4.6%2C1.2-1.2%2C3.05-1.58%2C4.69-1.92.38-.08.88-.18%2C1.28-.29-.71-1.26-1.89-3.5-1.89-7.06%2C0-3.75%2C2.74-8.94%2C7.88-8.94s7.93%2C5.19%2C7.93%2C8.94-1.18%2C5.8-1.89%2C7.06c.4.11.89.21%2C1.28.29%2C1.63.34%2C3.49.72%2C4.69%2C1.92%2C2%2C2.01%2C1.78%2C3.9%2C1.61%2C4.6-.06.33-.22.75-.62%2C1.18-.54.57-2.19%2C2.32-12.94%2C2.32ZM13.12%2C57.95c.58.32%2C2.87%2C1.19%2C10.39%2C1.19h.05c7.59%2C0%2C9.85-.88%2C10.41-1.2-.02-.18-.13-.66-.77-1.3-.51-.51-1.96-.81-3.03-1.03-1.81-.37-4.3-.88-4.22-3.17%2C0-.6.29-1.12.66-1.78.62-1.1%2C1.56-2.76%2C1.56-5.6%2C0-1.91-1.39-5.66-4.6-5.66s-4.65%2C3.75-4.65%2C5.66c0%2C2.84.94%2C4.5%2C1.56%2C5.6.37.66.67%2C1.18.67%2C1.83.08%2C2.24-2.41%2C2.75-4.22%2C3.12-1.07.22-2.52.52-3.03%2C1.03-.61.61-.74%2C1.08-.76%2C1.31Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22IDO_icoon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2080%2080%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2339373A%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22Pasje%22%20class%3D%22cls-1%22%20d%3D%22M79%2C28.4c0-7.29-5.93-13.22-13.22-13.22-6.55%2C0-11.98%2C4.79-13.02%2C11.04-4.63-.51-9.94-.88-15.63-.88-17.8%2C0-32.05%2C3.63-32.65%2C3.78l-1.64.42v39.35l1.64.42c.6.15%2C14.85%2C3.78%2C32.65%2C3.78s32.05-3.63%2C32.65-3.78l1.64-.42v-28.56c4.47-2.12%2C7.58-6.67%2C7.58-11.93ZM67.05%2C65.47c-4.22.94-16.09%2C3.26-29.92%2C3.26s-25.7-2.32-29.92-3.26v-32.5c4.21-.94%2C16.07-3.26%2C29.92-3.26%2C5.68%2C0%2C11.01.39%2C15.64.92%2C1.07%2C6.22%2C6.49%2C10.98%2C13.01%2C10.98.43%2C0%2C.85-.02%2C1.27-.06v23.92ZM65.78%2C37.24c-4.88%2C0-8.85-3.97-8.85-8.85s3.97-8.85%2C8.85-8.85%2C8.85%2C3.97%2C8.85%2C8.85-3.97%2C8.85-8.85%2C8.85Z%22%2F%3E%3Cpolygon%20id%3D%22Plus%22%20class%3D%22cls-1%22%20points%3D%2267.97%2026.23%2067.97%2021.2%2063.6%2021.2%2063.6%2026.23%2058.57%2026.23%2058.57%2030.6%2063.6%2030.6%2063.6%2035.64%2067.97%2035.64%2067.97%2030.6%2073%2030.6%2073%2026.23%2067.97%2026.23%22%2F%3E%3Cpath%20id%3D%22Barcode%22%20class%3D%22cls-1%22%20d%3D%22M40.51%2C57.89v9.38s10.96.21%2C24.53-3.24v-6.13h-24.53Z%22%2F%3E%3Crect%20id%3D%22Tekst_3%22%20class%3D%22cls-1%22%20x%3D%2240.51%22%20y%3D%2249.22%22%20width%3D%2224.53%22%20height%3D%224.37%22%2F%3E%3Crect%20id%3D%22Tekst_2%22%20class%3D%22cls-1%22%20x%3D%2240.51%22%20y%3D%2242.87%22%20width%3D%2224.53%22%20height%3D%224.37%22%2F%3E%3Crect%20id%3D%22Tekst_1%22%20class%3D%22cls-1%22%20x%3D%2240.51%22%20y%3D%2236.53%22%20width%3D%2213.38%22%20height%3D%224.37%22%2F%3E%3Cpath%20id%3D%22Pasfoto%22%20class%3D%22cls-1%22%20d%3D%22M23.56%2C62.42h-.05c-10.75%2C0-12.4-1.74-12.94-2.32-.4-.43-.57-.85-.62-1.18-.17-.69-.4-2.59%2C1.61-4.6%2C1.2-1.2%2C3.05-1.58%2C4.69-1.92.38-.08.88-.18%2C1.28-.29-.71-1.26-1.89-3.5-1.89-7.06%2C0-3.75%2C2.74-8.94%2C7.88-8.94s7.93%2C5.19%2C7.93%2C8.94-1.18%2C5.8-1.89%2C7.06c.4.11.89.21%2C1.28.29%2C1.63.34%2C3.49.72%2C4.69%2C1.92%2C2%2C2.01%2C1.78%2C3.9%2C1.61%2C4.6-.06.33-.22.75-.62%2C1.18-.54.57-2.19%2C2.32-12.94%2C2.32ZM13.12%2C57.95c.58.32%2C2.87%2C1.19%2C10.39%2C1.19h.05c7.59%2C0%2C9.85-.88%2C10.41-1.2-.02-.18-.13-.66-.77-1.3-.51-.51-1.96-.81-3.03-1.03-1.81-.37-4.3-.88-4.22-3.17%2C0-.6.29-1.12.66-1.78.62-1.1%2C1.56-2.76%2C1.56-5.6%2C0-1.91-1.39-5.66-4.6-5.66s-4.65%2C3.75-4.65%2C5.66c0%2C2.84.94%2C4.5%2C1.56%2C5.6.37.66.67%2C1.18.67%2C1.83.08%2C2.24-2.41%2C2.75-4.22%2C3.12-1.07.22-2.52.52-3.03%2C1.03-.61.61-.74%2C1.08-.76%2C1.31Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-boekstart,
 .toptask-items .boekstart a::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2278%22%20viewBox%3D%220%200%2092%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24720")%22%3E%0A%3Cpath%20d%3D%22M73.506%2019.0799V13.3046C64.0944%2013.3046%2056.7179%2013.7996%2053.1855%2014.0929C51.7066%2014.2152%2050.8937%2014.3007%2050.8937%2014.3007V19.3365C63.9783%2018.9332%2073.506%2019.0799%2073.506%2019.0799Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M87.7883%201.32617V63.1798L91.7424%2059.3602V4.91968L87.7883%201.32617Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M47.0374%201.96176C45.6685%202.18178%2044.5745%202.4079%2043.6884%202.61569C40.7549%203.31239%2040.1437%203.86853%2040.1437%203.86853V12.9256C37.0697%2011.5934%2033.684%2010.8478%2030.121%2010.8478C23.3312%2010.8478%2017.1648%2013.549%2012.624%2017.9187C11.3284%2016.9286%209.72111%2016.3419%207.96713%2016.3419C3.71359%2016.3419%200.248413%2019.8071%200.248413%2024.0606C0.248413%2027.3914%202.36907%2030.2271%205.33311%2031.3088C5.03365%2032.8611%204.87475%2034.4562%204.87475%2036.094C4.87475%2043.0366%207.70434%2049.3252%2012.2573%2053.8905C10.7173%2054.7827%209.67833%2056.4512%209.67833%2058.3518C9.67833%2061.1203%2011.8662%2063.3754%2014.6041%2063.5037C15.1542%2071.5891%2021.9012%2078%2030.121%2078C38.3409%2078%2045.094%2071.5891%2045.6379%2063.5037C46.5668%2063.4609%2047.4285%2063.1737%2048.1619%2062.7031C54.3772%2063.6198%2065.2678%2064.4938%2084.2437%2064.4938V0C67.1073%200%2056.5651%200.708924%2050.1053%201.52174C48.9564%201.66842%2047.9358%201.81509%2047.0313%201.96176H47.0374ZM4.5753%2024.0606C4.5753%2022.1906%206.09704%2020.6688%207.96713%2020.6688C8.62716%2020.6688%209.23831%2020.8583%209.76389%2021.1883C8.4316%2022.9973%207.34377%2024.9957%206.53095%2027.1286C5.382%2026.5847%204.58141%2025.4174%204.58141%2024.0606H4.5753ZM9.20164%2036.1001C9.20164%2034.5295%209.37887%2033.0078%209.70888%2031.5349C9.81278%2031.0704%209.92889%2030.6121%2010.0633%2030.1598C10.0633%2030.1415%2010.0695%2030.1293%2010.0756%2030.1109C10.2161%2029.6404%2010.3689%2029.182%2010.54%2028.7237C10.54%2028.7237%2010.54%2028.7237%2010.54%2028.7175C10.6989%2028.2897%2010.8823%2027.8681%2011.0656%2027.4525C11.084%2027.4036%2011.1084%2027.3608%2011.1267%2027.3119C11.5118%2026.4808%2011.9518%2025.6802%2012.4346%2024.9101C12.4774%2024.8429%2012.514%2024.7818%2012.5568%2024.7146C13.0396%2023.969%2013.5713%2023.2539%2014.1458%2022.5756C14.2069%2022.5083%2014.268%2022.435%2014.323%2022.3678C14.5736%2022.0805%2014.8364%2021.7933%2015.1053%2021.5183C18.9066%2017.607%2024.2174%2015.1746%2030.1088%2015.1746C33.8368%2015.1746%2037.3264%2016.1525%2040.3576%2017.8576C40.6999%2018.0531%2041.036%2018.2548%2041.366%2018.4626C41.4882%2018.542%2041.6105%2018.6154%2041.7266%2018.6948C42.1055%2018.9454%2042.4722%2019.2143%2042.8266%2019.4893C42.9428%2019.5749%2043.0528%2019.6665%2043.1689%2019.7582C43.5295%2020.0454%2043.8839%2020.3449%2044.2262%2020.6566C44.3056%2020.7299%2044.3851%2020.8033%2044.4584%2020.8827C44.7762%2021.1822%2045.0818%2021.4877%2045.3812%2021.8055C46.6891%2023.1989%2047.8013%2024.7757%2048.6875%2026.493C48.7975%2026.713%2048.9136%2026.9269%2049.0175%2027.1469C49.0664%2027.2569%2049.1153%2027.3608%2049.1642%2027.4708C49.262%2027.6908%2049.3597%2027.9108%2049.4514%2028.1308C49.4942%2028.2409%2049.537%2028.3509%2049.5798%2028.4609C49.6653%2028.687%2049.7509%2028.9131%2049.8364%2029.1392C49.8731%2029.2492%2049.9098%2029.3592%2049.9464%2029.4692C50.0259%2029.7076%2050.0992%2029.9459%2050.1726%2030.1843C50.2031%2030.2882%2050.2337%2030.3921%2050.2642%2030.5021C50.3315%2030.7526%2050.3987%2031.0093%2050.4598%2031.2599C50.4843%2031.3577%2050.5026%2031.4555%2050.527%2031.5532C50.5881%2031.8283%2050.6431%2032.0972%2050.692%2032.3783C50.7043%2032.4638%2050.7226%2032.5433%2050.7348%2032.6288C50.7837%2032.9283%2050.8265%2033.2339%2050.8632%2033.5395C50.8693%2033.6006%2050.8815%2033.6617%2050.8876%2033.7167C50.9243%2034.065%2050.9548%2034.4195%2050.9793%2034.774C51.0037%2035.2079%2051.0221%2035.6479%2051.0221%2036.0879C51.0221%2043.0244%2047.6363%2049.1602%2042.4416%2052.9615C39.5937%2049.258%2035.1263%2046.8685%2030.1027%2046.8685C25.0791%2046.8685%2020.6117%2049.258%2017.7637%2052.9615C12.569%2049.1541%209.1833%2043.0244%209.1833%2036.0879L9.20164%2036.1001ZM55.0556%2032.1277C54.7439%2030.1476%2054.1939%2028.247%2053.4483%2026.4441C54.0655%2025.8268%2054.915%2025.4418%2055.8501%2025.4418C57.7202%2025.4418%2059.2419%2026.9636%2059.2419%2028.8337C59.2419%2030.7038%2057.7202%2032.2255%2055.8501%2032.2255C55.5751%2032.2255%2055.3062%2032.1888%2055.0556%2032.1277ZM13.1435%2058.3518C13.1435%2057.4168%2013.9074%2056.6528%2014.8425%2056.6528C15.1175%2056.6528%2015.3742%2056.7262%2015.6064%2056.8423C15.2092%2057.8629%2014.9219%2058.9324%2014.7447%2060.0386C13.8524%2059.9897%2013.1435%2059.2502%2013.1435%2058.3518ZM30.121%2074.5348C23.4412%2074.5348%2018.0265%2069.1201%2018.0265%2062.4403C18.0265%2062.4281%2018.0265%2062.422%2018.0265%2062.4098C18.0265%2062.0614%2018.051%2061.7192%2018.0754%2061.377C18.0876%2061.2608%2018.0999%2061.1386%2018.1121%2061.0225C18.1426%2060.7475%2018.1854%2060.4725%2018.2404%2060.1974C18.271%2060.0386%2018.3076%2059.8797%2018.3443%2059.7269C18.3932%2059.5191%2018.4482%2059.3113%2018.5032%2059.1035C18.5521%2058.9385%2018.601%2058.7735%2018.656%2058.6085C18.656%2058.5963%2018.6621%2058.5901%2018.6682%2058.5779C18.7721%2058.2601%2018.9005%2057.9546%2019.0288%2057.649C19.0655%2057.5695%2019.1021%2057.4901%2019.1388%2057.4106C19.2305%2057.209%2019.3283%2057.0073%2019.4321%2056.8117C19.4933%2056.7017%2019.5483%2056.5856%2019.6094%2056.4756C19.9455%2055.8889%2020.3183%2055.3266%2020.7461%2054.8011C22.9645%2052.0815%2026.338%2050.3458%2030.121%2050.3458C33.904%2050.3458%2037.2775%2052.0815%2039.4959%2054.8011C39.9237%2055.3205%2040.2965%2055.8828%2040.6326%2056.4695C40.6938%2056.5795%2040.7549%2056.6956%2040.816%2056.8056C40.9199%2057.0012%2041.0177%2057.2029%2041.1093%2057.4045C41.146%2057.484%2041.1827%2057.5634%2041.2193%2057.6429C41.3538%2057.9484%2041.476%2058.2601%2041.5799%2058.5779C41.5799%2058.5779%2041.586%2058.5963%2041.5921%2058.6085C41.6471%2058.7735%2041.696%2058.9385%2041.7449%2059.1035C41.806%2059.3113%2041.8549%2059.5191%2041.9038%2059.7269C41.9405%2059.8858%2041.9772%2060.0386%2042.0077%2060.1974C42.0566%2060.4725%2042.0994%2060.7475%2042.1361%2061.0225C42.1483%2061.1386%2042.1605%2061.2547%2042.1727%2061.3708C42.2033%2061.7253%2042.2277%2062.0798%2042.2277%2062.4342C42.2277%2069.114%2036.813%2074.5287%2030.1332%2074.5287L30.121%2074.5348ZM45.4973%2060.0386C45.3262%2058.9263%2045.0329%2057.8629%2044.6356%2056.8423C44.8679%2056.7262%2045.1245%2056.6528%2045.3996%2056.6528C46.3346%2056.6528%2047.0985%2057.4168%2047.0985%2058.3518C47.0985%2059.2868%2046.3835%2059.9897%2045.4973%2060.0386ZM49.1397%2061.9025C49.1397%2061.9025%2049.152%2061.8842%2049.1642%2061.8781C49.1581%2061.8842%2049.152%2061.8964%2049.1397%2061.9025ZM49.5248%2061.4442C49.5248%2061.4442%2049.5614%2061.3953%2049.5798%2061.377C49.5614%2061.4014%2049.5431%2061.4258%2049.5248%2061.4442ZM49.8914%2060.888C49.8914%2060.888%2049.9037%2060.8697%2049.9098%2060.8636C49.9098%2060.8697%2049.8976%2060.8819%2049.8914%2060.888ZM50.1787%2060.3075C50.1787%2060.3075%2050.197%2060.2525%2050.2092%2060.228C50.197%2060.2525%2050.1909%2060.283%2050.1787%2060.3075ZM50.3681%2059.7513C50.3865%2059.6963%2050.3987%2059.6352%2050.4109%2059.5802C50.3987%2059.6352%2050.3804%2059.6963%2050.3681%2059.7513ZM50.5454%2057.9362C50.5576%2058.0707%2050.5637%2058.2112%2050.5637%2058.3518C50.5637%2058.2112%2050.5515%2058.0768%2050.5454%2057.9362ZM78.8779%205.4086V59.0913C64.5894%2058.9507%2055.8073%2058.2785%2050.5026%2057.6001C50.2704%2056.0172%2049.317%2054.6666%2047.9847%2053.8905C52.4399%2049.423%2055.2328%2043.2994%2055.3489%2036.534C55.5139%2036.5463%2055.679%2036.5585%2055.8501%2036.5585C60.1036%2036.5585%2063.5688%2033.0933%2063.5688%2028.8398C63.5688%2028.0453%2063.4466%2027.2814%2063.2266%2026.5602H69.6313V22.6489C66.6001%2022.6489%2063.3427%2022.6917%2060.5681%2022.7467C59.2602%2021.7322%2057.6285%2021.1211%2055.8501%2021.1211C54.1939%2021.1211%2052.6599%2021.6466%2051.401%2022.545C49.8242%2020.0821%2047.838%2017.9064%2045.5279%2016.1219V7.72483C46.2429%207.57204%2047.0435%207.41926%2047.9113%207.2787C48.7853%207.13813%2049.757%206.99757%2050.7898%206.86923C57.604%206.01363%2067.0279%205.52472%2078.8779%205.41471V5.4086ZM61.4359%2023.5228C61.4359%2023.5228%2061.4481%2023.5412%2061.4542%2023.5473C61.4481%2023.5412%2061.442%2023.529%2061.4359%2023.5228ZM62.1387%2024.3784C62.1387%2024.3784%2062.1693%2024.4212%2062.1815%2024.4396C62.1693%2024.4212%2062.1509%2024.3968%2062.1387%2024.3784ZM62.3893%2024.7512C62.4443%2024.8429%2062.4993%2024.9285%2062.5543%2025.0201C62.4993%2024.9285%2062.4443%2024.8368%2062.3893%2024.7512ZM62.9882%2025.9124C63.0615%2026.0896%2063.1288%2026.2669%2063.1838%2026.4502C63.1227%2026.2669%2063.0615%2026.0896%2062.9882%2025.9124ZM61.0448%2023.1439C61.0448%2023.1439%2061.0081%2023.1073%2060.9898%2023.095C61.0081%2023.1134%2061.0264%2023.1317%2061.0448%2023.1439Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M22.9157%2031.3394C23.8141%2031.3394%2024.5474%2030.606%2024.5474%2029.7076C24.5474%2028.8092%2023.8141%2028.0759%2022.9157%2028.0759C22.0173%2028.0759%2021.2839%2028.8092%2021.2839%2029.7076C21.2839%2030.606%2022.0173%2031.3394%2022.9157%2031.3394Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M37.7909%2031.3394C38.6892%2031.3394%2039.4226%2030.606%2039.4226%2029.7076C39.4226%2028.8092%2038.6892%2028.0759%2037.7909%2028.0759C36.8925%2028.0759%2036.1591%2028.8092%2036.1591%2029.7076C36.1591%2030.606%2036.8925%2031.3394%2037.7909%2031.3394Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M28.1287%2044.4972V44.485H28.2326C29.0454%2044.4545%2029.7849%2044.0878%2030.451%2043.3972C31.1172%2044.1%2031.8689%2044.4667%2032.6817%2044.4972H32.7795V44.5095C34.509%2044.5095%2035.8046%2042.9449%2035.8596%2042.8777C36.0857%2042.5966%2036.0491%2042.1871%2035.768%2041.961C35.4868%2041.7349%2035.0774%2041.7715%2034.8512%2042.0527C34.839%2042.0649%2033.849%2043.2444%2032.7306%2043.2016C32.1683%2043.1833%2031.6183%2042.8349%2031.1111%2042.1749V39.4064C34.0201%2039.4064%2034.7107%2038.5325%2034.7107%2037.8786C34.7107%2037.2247%2033.4028%2035.4401%2031.0988%2035.4401H30.1332C27.8292%2035.4401%2026.5214%2037.2247%2026.5214%2037.8786C26.5214%2038.5325%2027.1631%2039.3392%2029.8154%2039.4003V42.1443C29.3021%2042.8105%2028.7582%2043.165%2028.1898%2043.1894C27.0714%2043.2444%2026.0691%2042.0527%2026.063%2042.0405C25.8308%2041.7654%2025.4213%2041.7227%2025.1463%2041.9488C24.8713%2042.181%2024.8285%2042.5905%2025.0546%2042.8655C25.1096%2042.9327%2026.4053%2044.4972%2028.1287%2044.4972Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M27.3831%2059.2074C27.3831%2058.6451%2026.9247%2058.1868%2026.3625%2058.1868C25.8002%2058.1868%2025.3419%2058.6451%2025.3419%2059.2074C25.3419%2059.7696%2025.8002%2060.228%2026.3625%2060.228C26.9247%2060.228%2027.3831%2059.7696%2027.3831%2059.2074Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M33.8796%2058.1868C33.3173%2058.1868%2032.8589%2058.6451%2032.8589%2059.2074C32.8589%2059.7696%2033.3173%2060.228%2033.8796%2060.228C34.4418%2060.228%2034.9002%2059.7696%2034.9002%2059.2074C34.9002%2058.6451%2034.4418%2058.1868%2033.8796%2058.1868Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M33.1462%2067.855C33.1462%2067.855%2032.5289%2068.6067%2031.8628%2068.564C31.5511%2068.5517%2031.2516%2068.3501%2030.9583%2067.9895V65.7221C31.9728%2065.551%2032.4739%2065.0254%2032.4739%2064.6038C32.4739%2064.0904%2031.8628%2063.3204%2030.2677%2063.3204C29.2043%2063.3143%2028.1104%2063.8765%2028.1104%2064.5488C28.1104%2065.1232%2028.6054%2065.6121%2029.6627%2065.7466V67.9711C29.3693%2068.3439%2029.0576%2068.5517%2028.7521%2068.5578C28.202%2068.5762%2027.6398%2068.0506%2027.4687%2067.8489C27.2364%2067.5739%2026.827%2067.5311%2026.552%2067.7573C26.2769%2067.9895%2026.2342%2068.3989%2026.4603%2068.674C26.5581%2068.7962%2027.4626%2069.8596%2028.7154%2069.8596C28.746%2069.8596%2028.7704%2069.8596%2028.7948%2069.8596C29.3449%2069.8351%2029.846%2069.6151%2030.2982%2069.1995C30.7505%2069.6212%2031.2577%2069.8474%2031.8139%2069.8657H31.8994C33.1462%2069.8718%2034.0507%2068.8084%2034.1546%2068.6862C34.3807%2068.4051%2034.344%2067.9956%2034.0629%2067.7695C33.7818%2067.5433%2033.3723%2067.58%2033.1462%2067.8611V67.855Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24720%22%3E%0A%3Crect%20width%3D%2291.494%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.248413)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2278%22%20viewBox%3D%220%200%2092%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24720")%22%3E%0A%3Cpath%20d%3D%22M73.506%2019.0799V13.3046C64.0944%2013.3046%2056.7179%2013.7996%2053.1855%2014.0929C51.7066%2014.2152%2050.8937%2014.3007%2050.8937%2014.3007V19.3365C63.9783%2018.9332%2073.506%2019.0799%2073.506%2019.0799Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M87.7883%201.32617V63.1798L91.7424%2059.3602V4.91968L87.7883%201.32617Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M47.0374%201.96176C45.6685%202.18178%2044.5745%202.4079%2043.6884%202.61569C40.7549%203.31239%2040.1437%203.86853%2040.1437%203.86853V12.9256C37.0697%2011.5934%2033.684%2010.8478%2030.121%2010.8478C23.3312%2010.8478%2017.1648%2013.549%2012.624%2017.9187C11.3284%2016.9286%209.72111%2016.3419%207.96713%2016.3419C3.71359%2016.3419%200.248413%2019.8071%200.248413%2024.0606C0.248413%2027.3914%202.36907%2030.2271%205.33311%2031.3088C5.03365%2032.8611%204.87475%2034.4562%204.87475%2036.094C4.87475%2043.0366%207.70434%2049.3252%2012.2573%2053.8905C10.7173%2054.7827%209.67833%2056.4512%209.67833%2058.3518C9.67833%2061.1203%2011.8662%2063.3754%2014.6041%2063.5037C15.1542%2071.5891%2021.9012%2078%2030.121%2078C38.3409%2078%2045.094%2071.5891%2045.6379%2063.5037C46.5668%2063.4609%2047.4285%2063.1737%2048.1619%2062.7031C54.3772%2063.6198%2065.2678%2064.4938%2084.2437%2064.4938V0C67.1073%200%2056.5651%200.708924%2050.1053%201.52174C48.9564%201.66842%2047.9358%201.81509%2047.0313%201.96176H47.0374ZM4.5753%2024.0606C4.5753%2022.1906%206.09704%2020.6688%207.96713%2020.6688C8.62716%2020.6688%209.23831%2020.8583%209.76389%2021.1883C8.4316%2022.9973%207.34377%2024.9957%206.53095%2027.1286C5.382%2026.5847%204.58141%2025.4174%204.58141%2024.0606H4.5753ZM9.20164%2036.1001C9.20164%2034.5295%209.37887%2033.0078%209.70888%2031.5349C9.81278%2031.0704%209.92889%2030.6121%2010.0633%2030.1598C10.0633%2030.1415%2010.0695%2030.1293%2010.0756%2030.1109C10.2161%2029.6404%2010.3689%2029.182%2010.54%2028.7237C10.54%2028.7237%2010.54%2028.7237%2010.54%2028.7175C10.6989%2028.2897%2010.8823%2027.8681%2011.0656%2027.4525C11.084%2027.4036%2011.1084%2027.3608%2011.1267%2027.3119C11.5118%2026.4808%2011.9518%2025.6802%2012.4346%2024.9101C12.4774%2024.8429%2012.514%2024.7818%2012.5568%2024.7146C13.0396%2023.969%2013.5713%2023.2539%2014.1458%2022.5756C14.2069%2022.5083%2014.268%2022.435%2014.323%2022.3678C14.5736%2022.0805%2014.8364%2021.7933%2015.1053%2021.5183C18.9066%2017.607%2024.2174%2015.1746%2030.1088%2015.1746C33.8368%2015.1746%2037.3264%2016.1525%2040.3576%2017.8576C40.6999%2018.0531%2041.036%2018.2548%2041.366%2018.4626C41.4882%2018.542%2041.6105%2018.6154%2041.7266%2018.6948C42.1055%2018.9454%2042.4722%2019.2143%2042.8266%2019.4893C42.9428%2019.5749%2043.0528%2019.6665%2043.1689%2019.7582C43.5295%2020.0454%2043.8839%2020.3449%2044.2262%2020.6566C44.3056%2020.7299%2044.3851%2020.8033%2044.4584%2020.8827C44.7762%2021.1822%2045.0818%2021.4877%2045.3812%2021.8055C46.6891%2023.1989%2047.8013%2024.7757%2048.6875%2026.493C48.7975%2026.713%2048.9136%2026.9269%2049.0175%2027.1469C49.0664%2027.2569%2049.1153%2027.3608%2049.1642%2027.4708C49.262%2027.6908%2049.3597%2027.9108%2049.4514%2028.1308C49.4942%2028.2409%2049.537%2028.3509%2049.5798%2028.4609C49.6653%2028.687%2049.7509%2028.9131%2049.8364%2029.1392C49.8731%2029.2492%2049.9098%2029.3592%2049.9464%2029.4692C50.0259%2029.7076%2050.0992%2029.9459%2050.1726%2030.1843C50.2031%2030.2882%2050.2337%2030.3921%2050.2642%2030.5021C50.3315%2030.7526%2050.3987%2031.0093%2050.4598%2031.2599C50.4843%2031.3577%2050.5026%2031.4555%2050.527%2031.5532C50.5881%2031.8283%2050.6431%2032.0972%2050.692%2032.3783C50.7043%2032.4638%2050.7226%2032.5433%2050.7348%2032.6288C50.7837%2032.9283%2050.8265%2033.2339%2050.8632%2033.5395C50.8693%2033.6006%2050.8815%2033.6617%2050.8876%2033.7167C50.9243%2034.065%2050.9548%2034.4195%2050.9793%2034.774C51.0037%2035.2079%2051.0221%2035.6479%2051.0221%2036.0879C51.0221%2043.0244%2047.6363%2049.1602%2042.4416%2052.9615C39.5937%2049.258%2035.1263%2046.8685%2030.1027%2046.8685C25.0791%2046.8685%2020.6117%2049.258%2017.7637%2052.9615C12.569%2049.1541%209.1833%2043.0244%209.1833%2036.0879L9.20164%2036.1001ZM55.0556%2032.1277C54.7439%2030.1476%2054.1939%2028.247%2053.4483%2026.4441C54.0655%2025.8268%2054.915%2025.4418%2055.8501%2025.4418C57.7202%2025.4418%2059.2419%2026.9636%2059.2419%2028.8337C59.2419%2030.7038%2057.7202%2032.2255%2055.8501%2032.2255C55.5751%2032.2255%2055.3062%2032.1888%2055.0556%2032.1277ZM13.1435%2058.3518C13.1435%2057.4168%2013.9074%2056.6528%2014.8425%2056.6528C15.1175%2056.6528%2015.3742%2056.7262%2015.6064%2056.8423C15.2092%2057.8629%2014.9219%2058.9324%2014.7447%2060.0386C13.8524%2059.9897%2013.1435%2059.2502%2013.1435%2058.3518ZM30.121%2074.5348C23.4412%2074.5348%2018.0265%2069.1201%2018.0265%2062.4403C18.0265%2062.4281%2018.0265%2062.422%2018.0265%2062.4098C18.0265%2062.0614%2018.051%2061.7192%2018.0754%2061.377C18.0876%2061.2608%2018.0999%2061.1386%2018.1121%2061.0225C18.1426%2060.7475%2018.1854%2060.4725%2018.2404%2060.1974C18.271%2060.0386%2018.3076%2059.8797%2018.3443%2059.7269C18.3932%2059.5191%2018.4482%2059.3113%2018.5032%2059.1035C18.5521%2058.9385%2018.601%2058.7735%2018.656%2058.6085C18.656%2058.5963%2018.6621%2058.5901%2018.6682%2058.5779C18.7721%2058.2601%2018.9005%2057.9546%2019.0288%2057.649C19.0655%2057.5695%2019.1021%2057.4901%2019.1388%2057.4106C19.2305%2057.209%2019.3283%2057.0073%2019.4321%2056.8117C19.4933%2056.7017%2019.5483%2056.5856%2019.6094%2056.4756C19.9455%2055.8889%2020.3183%2055.3266%2020.7461%2054.8011C22.9645%2052.0815%2026.338%2050.3458%2030.121%2050.3458C33.904%2050.3458%2037.2775%2052.0815%2039.4959%2054.8011C39.9237%2055.3205%2040.2965%2055.8828%2040.6326%2056.4695C40.6938%2056.5795%2040.7549%2056.6956%2040.816%2056.8056C40.9199%2057.0012%2041.0177%2057.2029%2041.1093%2057.4045C41.146%2057.484%2041.1827%2057.5634%2041.2193%2057.6429C41.3538%2057.9484%2041.476%2058.2601%2041.5799%2058.5779C41.5799%2058.5779%2041.586%2058.5963%2041.5921%2058.6085C41.6471%2058.7735%2041.696%2058.9385%2041.7449%2059.1035C41.806%2059.3113%2041.8549%2059.5191%2041.9038%2059.7269C41.9405%2059.8858%2041.9772%2060.0386%2042.0077%2060.1974C42.0566%2060.4725%2042.0994%2060.7475%2042.1361%2061.0225C42.1483%2061.1386%2042.1605%2061.2547%2042.1727%2061.3708C42.2033%2061.7253%2042.2277%2062.0798%2042.2277%2062.4342C42.2277%2069.114%2036.813%2074.5287%2030.1332%2074.5287L30.121%2074.5348ZM45.4973%2060.0386C45.3262%2058.9263%2045.0329%2057.8629%2044.6356%2056.8423C44.8679%2056.7262%2045.1245%2056.6528%2045.3996%2056.6528C46.3346%2056.6528%2047.0985%2057.4168%2047.0985%2058.3518C47.0985%2059.2868%2046.3835%2059.9897%2045.4973%2060.0386ZM49.1397%2061.9025C49.1397%2061.9025%2049.152%2061.8842%2049.1642%2061.8781C49.1581%2061.8842%2049.152%2061.8964%2049.1397%2061.9025ZM49.5248%2061.4442C49.5248%2061.4442%2049.5614%2061.3953%2049.5798%2061.377C49.5614%2061.4014%2049.5431%2061.4258%2049.5248%2061.4442ZM49.8914%2060.888C49.8914%2060.888%2049.9037%2060.8697%2049.9098%2060.8636C49.9098%2060.8697%2049.8976%2060.8819%2049.8914%2060.888ZM50.1787%2060.3075C50.1787%2060.3075%2050.197%2060.2525%2050.2092%2060.228C50.197%2060.2525%2050.1909%2060.283%2050.1787%2060.3075ZM50.3681%2059.7513C50.3865%2059.6963%2050.3987%2059.6352%2050.4109%2059.5802C50.3987%2059.6352%2050.3804%2059.6963%2050.3681%2059.7513ZM50.5454%2057.9362C50.5576%2058.0707%2050.5637%2058.2112%2050.5637%2058.3518C50.5637%2058.2112%2050.5515%2058.0768%2050.5454%2057.9362ZM78.8779%205.4086V59.0913C64.5894%2058.9507%2055.8073%2058.2785%2050.5026%2057.6001C50.2704%2056.0172%2049.317%2054.6666%2047.9847%2053.8905C52.4399%2049.423%2055.2328%2043.2994%2055.3489%2036.534C55.5139%2036.5463%2055.679%2036.5585%2055.8501%2036.5585C60.1036%2036.5585%2063.5688%2033.0933%2063.5688%2028.8398C63.5688%2028.0453%2063.4466%2027.2814%2063.2266%2026.5602H69.6313V22.6489C66.6001%2022.6489%2063.3427%2022.6917%2060.5681%2022.7467C59.2602%2021.7322%2057.6285%2021.1211%2055.8501%2021.1211C54.1939%2021.1211%2052.6599%2021.6466%2051.401%2022.545C49.8242%2020.0821%2047.838%2017.9064%2045.5279%2016.1219V7.72483C46.2429%207.57204%2047.0435%207.41926%2047.9113%207.2787C48.7853%207.13813%2049.757%206.99757%2050.7898%206.86923C57.604%206.01363%2067.0279%205.52472%2078.8779%205.41471V5.4086ZM61.4359%2023.5228C61.4359%2023.5228%2061.4481%2023.5412%2061.4542%2023.5473C61.4481%2023.5412%2061.442%2023.529%2061.4359%2023.5228ZM62.1387%2024.3784C62.1387%2024.3784%2062.1693%2024.4212%2062.1815%2024.4396C62.1693%2024.4212%2062.1509%2024.3968%2062.1387%2024.3784ZM62.3893%2024.7512C62.4443%2024.8429%2062.4993%2024.9285%2062.5543%2025.0201C62.4993%2024.9285%2062.4443%2024.8368%2062.3893%2024.7512ZM62.9882%2025.9124C63.0615%2026.0896%2063.1288%2026.2669%2063.1838%2026.4502C63.1227%2026.2669%2063.0615%2026.0896%2062.9882%2025.9124ZM61.0448%2023.1439C61.0448%2023.1439%2061.0081%2023.1073%2060.9898%2023.095C61.0081%2023.1134%2061.0264%2023.1317%2061.0448%2023.1439Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M22.9157%2031.3394C23.8141%2031.3394%2024.5474%2030.606%2024.5474%2029.7076C24.5474%2028.8092%2023.8141%2028.0759%2022.9157%2028.0759C22.0173%2028.0759%2021.2839%2028.8092%2021.2839%2029.7076C21.2839%2030.606%2022.0173%2031.3394%2022.9157%2031.3394Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M37.7909%2031.3394C38.6892%2031.3394%2039.4226%2030.606%2039.4226%2029.7076C39.4226%2028.8092%2038.6892%2028.0759%2037.7909%2028.0759C36.8925%2028.0759%2036.1591%2028.8092%2036.1591%2029.7076C36.1591%2030.606%2036.8925%2031.3394%2037.7909%2031.3394Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M28.1287%2044.4972V44.485H28.2326C29.0454%2044.4545%2029.7849%2044.0878%2030.451%2043.3972C31.1172%2044.1%2031.8689%2044.4667%2032.6817%2044.4972H32.7795V44.5095C34.509%2044.5095%2035.8046%2042.9449%2035.8596%2042.8777C36.0857%2042.5966%2036.0491%2042.1871%2035.768%2041.961C35.4868%2041.7349%2035.0774%2041.7715%2034.8512%2042.0527C34.839%2042.0649%2033.849%2043.2444%2032.7306%2043.2016C32.1683%2043.1833%2031.6183%2042.8349%2031.1111%2042.1749V39.4064C34.0201%2039.4064%2034.7107%2038.5325%2034.7107%2037.8786C34.7107%2037.2247%2033.4028%2035.4401%2031.0988%2035.4401H30.1332C27.8292%2035.4401%2026.5214%2037.2247%2026.5214%2037.8786C26.5214%2038.5325%2027.1631%2039.3392%2029.8154%2039.4003V42.1443C29.3021%2042.8105%2028.7582%2043.165%2028.1898%2043.1894C27.0714%2043.2444%2026.0691%2042.0527%2026.063%2042.0405C25.8308%2041.7654%2025.4213%2041.7227%2025.1463%2041.9488C24.8713%2042.181%2024.8285%2042.5905%2025.0546%2042.8655C25.1096%2042.9327%2026.4053%2044.4972%2028.1287%2044.4972Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M27.3831%2059.2074C27.3831%2058.6451%2026.9247%2058.1868%2026.3625%2058.1868C25.8002%2058.1868%2025.3419%2058.6451%2025.3419%2059.2074C25.3419%2059.7696%2025.8002%2060.228%2026.3625%2060.228C26.9247%2060.228%2027.3831%2059.7696%2027.3831%2059.2074Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M33.8796%2058.1868C33.3173%2058.1868%2032.8589%2058.6451%2032.8589%2059.2074C32.8589%2059.7696%2033.3173%2060.228%2033.8796%2060.228C34.4418%2060.228%2034.9002%2059.7696%2034.9002%2059.2074C34.9002%2058.6451%2034.4418%2058.1868%2033.8796%2058.1868Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M33.1462%2067.855C33.1462%2067.855%2032.5289%2068.6067%2031.8628%2068.564C31.5511%2068.5517%2031.2516%2068.3501%2030.9583%2067.9895V65.7221C31.9728%2065.551%2032.4739%2065.0254%2032.4739%2064.6038C32.4739%2064.0904%2031.8628%2063.3204%2030.2677%2063.3204C29.2043%2063.3143%2028.1104%2063.8765%2028.1104%2064.5488C28.1104%2065.1232%2028.6054%2065.6121%2029.6627%2065.7466V67.9711C29.3693%2068.3439%2029.0576%2068.5517%2028.7521%2068.5578C28.202%2068.5762%2027.6398%2068.0506%2027.4687%2067.8489C27.2364%2067.5739%2026.827%2067.5311%2026.552%2067.7573C26.2769%2067.9895%2026.2342%2068.3989%2026.4603%2068.674C26.5581%2068.7962%2027.4626%2069.8596%2028.7154%2069.8596C28.746%2069.8596%2028.7704%2069.8596%2028.7948%2069.8596C29.3449%2069.8351%2029.846%2069.6151%2030.2982%2069.1995C30.7505%2069.6212%2031.2577%2069.8474%2031.8139%2069.8657H31.8994C33.1462%2069.8718%2034.0507%2068.8084%2034.1546%2068.6862C34.3807%2068.4051%2034.344%2067.9956%2034.0629%2067.7695C33.7818%2067.5433%2033.3723%2067.58%2033.1462%2067.8611V67.855Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24720%22%3E%0A%3Crect%20width%3D%2291.494%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.248413)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-branches,
 .toptask-items .branches a::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2081%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24734")%22%3E%0A%3Cpath%20d%3D%22M63.5245%2029.7921C66.9252%2026.3914%2066.9252%2020.8779%2063.5245%2017.4772C60.1238%2014.0765%2054.6103%2014.0765%2051.2096%2017.4772C47.8089%2020.8779%2047.8089%2026.3914%2051.2096%2029.7921C54.6103%2033.1928%2060.1238%2033.1928%2063.5245%2029.7921Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M57.3622%200C44.3215%200%2033.7306%2010.5848%2033.7306%2023.6316C33.7306%2024.1434%2033.7489%2024.6553%2033.7854%2025.1611C31.7257%2024.6553%2029.5807%2024.3811%2027.3687%2024.3811C12.5731%2024.375%200.556213%2036.3919%200.556213%2051.1875C0.556213%2065.9831%2012.5731%2078%2027.3687%2078C39.8243%2078%2050.2995%2069.4931%2053.3098%2057.9759C54.5773%2058.957%2055.9179%2059.9442%2057.3622%2060.9375C77.1607%2047.0316%2079.9395%2034.4297%2080.7682%2026.8734C80.9145%2025.8131%2080.9876%2024.7284%2080.9876%2023.6316C80.9937%2010.5848%2070.4089%200%2057.3622%200ZM27.3687%2072.6375C15.5286%2072.6375%205.91871%2063.0277%205.91871%2051.1875C5.91871%2039.3473%2015.5286%2029.7375%2027.3687%2029.7375C29.9037%2029.7375%2032.329%2030.1823%2034.5837%2030.9867C34.7787%2031.0537%2034.9737%2031.133%2035.1687%2031.2061C35.2601%2031.2427%2035.3576%2031.2792%2035.449%2031.3158C35.6318%2031.3889%2035.8207%2031.4681%2036.0036%2031.5473C36.095%2031.59%2036.1925%2031.6327%2036.2839%2031.6753C36.4667%2031.7606%2036.6556%2031.8459%2036.8384%2031.9373C36.8932%2031.9617%2036.9481%2031.9922%2036.9968%2032.0166C37.3746%2032.2055%2037.7525%2032.4127%2038.1181%2032.6259C38.1851%2032.6625%2038.2522%2032.7052%2038.3192%2032.7417C38.4898%2032.8453%2038.6543%2032.9489%2038.8189%2033.0525C38.9103%2033.1134%2039.0017%2033.1683%2039.0931%2033.2292C39.2515%2033.3328%2039.41%2033.4425%2039.5684%2033.5461C39.6598%2033.607%2039.7512%2033.6741%2039.8365%2033.7411C39.995%2033.8508%2040.1534%2033.9666%2040.3057%2034.0823C40.3057%2034.0823%2040.3118%2034.0884%2040.3179%2034.0945C40.6714%2034.3627%2041.0126%2034.643%2041.3478%2034.9294C41.4392%2035.0086%2041.5367%2035.0878%2041.6281%2035.1731C41.7561%2035.2889%2041.8901%2035.4108%2042.0181%2035.5266C42.1156%2035.618%2042.2131%2035.7094%2042.3106%2035.8008C42.4325%2035.9166%2042.5543%2036.0384%2042.6701%2036.1603C42.7737%2036.2639%2042.8712%2036.3675%2042.9687%2036.4772C43.1332%2036.6478%2043.2917%2036.8245%2043.4501%2037.0073C43.5842%2037.1536%2043.7122%2037.3059%2043.8401%2037.4583C43.9376%2037.5741%2044.029%2037.6898%2044.1204%2037.8056C44.224%2037.9336%2044.3215%2038.0555%2044.419%2038.1895C44.5104%2038.3114%2044.6018%2038.4272%2044.6871%2038.5491C44.7846%2038.6831%2044.8822%2038.8233%2044.9797%2038.9573C45.0589%2039.0731%2045.1442%2039.1889%2045.2173%2039.3047C45.3453%2039.4936%2045.4611%2039.6825%2045.5829%2039.8714C45.6622%2039.9994%2045.7414%2040.1273%2045.8145%2040.2553C45.9303%2040.4503%2046.0461%2040.6514%2046.1557%2040.8525C46.2167%2040.9622%2046.2776%2041.078%2046.3325%2041.1877C46.4239%2041.3583%2046.5092%2041.5289%2046.5945%2041.6995C46.6493%2041.8153%2046.7103%2041.9311%2046.7651%2042.0469C46.8504%2042.2358%2046.9357%2042.4247%2047.0211%2042.6136C47.0637%2042.7111%2047.1125%2042.8086%2047.149%2042.9122C47.2648%2043.1925%2047.3806%2043.4789%2047.4903%2043.7714C47.5207%2043.8506%2047.5451%2043.9298%2047.5695%2044.003C47.6487%2044.2284%2047.7279%2044.4539%2047.8011%2044.6794C47.8376%2044.7891%2047.8681%2044.8988%2047.9046%2045.0084C47.9656%2045.2156%2048.0265%2045.4228%2048.0814%2045.63C48.1118%2045.7397%2048.1423%2045.8494%2048.1667%2045.9591C48.2276%2046.2028%2048.2825%2046.4527%2048.3373%2046.7025C48.3495%2046.7695%2048.3678%2046.8366%2048.38%2046.9036C48.4409%2047.2205%2048.5018%2047.5373%2048.5506%2047.8542C48.5628%2047.9456%2048.575%2048.0309%2048.5872%2048.1223C48.6237%2048.36%2048.6542%2048.5977%2048.6786%2048.8353C48.6907%2048.945%2048.7029%2049.0608%2048.709%2049.1705C48.7334%2049.402%2048.7456%2049.6397%2048.7639%2049.8712C48.77%2049.9748%2048.7761%2050.0784%2048.7822%2050.182C48.8004%2050.5172%2048.8065%2050.8523%2048.8065%2051.1875C48.8065%2051.6506%2048.7882%2052.1016%2048.7578%2052.5586C48.7578%2052.6134%2048.7517%2052.6683%2048.7456%2052.7292C48.7151%2053.168%2048.6725%2053.6006%2048.6115%2054.0333C47.2161%2064.5267%2038.2278%2072.6375%2027.3565%2072.6375H27.3687ZM75.4606%2026.1422L75.4484%2026.2153V26.2884C75.0645%2029.7314%2074.3028%2033.9178%2071.5057%2038.9025C68.5442%2044.1797%2063.785%2049.3533%2057.3378%2054.3075C56.2348%2053.4727%2055.1806%2052.6256%2054.1751%2051.7786C54.1751%2051.5836%2054.1812%2051.3886%2054.1812%2051.1936C54.1812%2050.6147%2054.1568%2050.0419%2054.1203%2049.4691C54.1142%2049.335%2054.102%2049.2009%2054.0898%2049.0669C54.0471%2048.5489%2053.9923%2048.037%2053.9253%2047.5312C53.9192%2047.4825%2053.9131%2047.4338%2053.907%2047.3789C53.1026%2041.7483%2050.5432%2036.6783%2046.8078%2032.7417C46.8017%2032.7356%2046.7956%2032.7295%2046.7895%2032.7234C45.9668%2031.8581%2045.0832%2031.0416%2044.1509%2030.292C44.1021%2030.2494%2044.0473%2030.2128%2043.9986%2030.1702C43.5781%2029.835%2043.1515%2029.5181%2042.7128%2029.2073C42.664%2029.1708%2042.6153%2029.1403%2042.5665%2029.1037C42.0851%2028.7686%2041.5915%2028.4517%2041.0857%2028.1531C41.0431%2028.1287%2041.0004%2028.1044%2040.9578%2028.08C40.4886%2027.8058%2040.0132%2027.5438%2039.5257%2027.2939C39.4831%2027.2756%2039.4465%2027.2512%2039.4039%2027.2269C39.3673%2026.9222%2039.3307%2026.6114%2039.2942%2026.2884V26.2153L39.2759%2026.1422C39.1601%2025.3195%2039.1053%2024.4725%2039.1053%2023.6316C39.1053%2013.5586%2047.3014%205.3625%2057.3743%205.3625C67.4473%205.3625%2075.6434%2013.5586%2075.6434%2023.6316C75.6434%2024.4725%2075.5886%2025.3195%2075.4728%2026.1422H75.4606Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M32.2498%2052.6439C31.4698%2051.8152%2030.7325%2050.9682%2030.05%2050.0785V34.0275H24.6875V52.2966C28.6423%2057.3361%2031.1652%2059.0789%2034.0536%2061.6627L37.8439%2057.8724C35.8939%2056.1844%2033.9744%2054.4782%2032.2498%2052.6439Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24734%22%3E%0A%3Crect%20width%3D%2280.4375%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.556213)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2081%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24734")%22%3E%0A%3Cpath%20d%3D%22M63.5245%2029.7921C66.9252%2026.3914%2066.9252%2020.8779%2063.5245%2017.4772C60.1238%2014.0765%2054.6103%2014.0765%2051.2096%2017.4772C47.8089%2020.8779%2047.8089%2026.3914%2051.2096%2029.7921C54.6103%2033.1928%2060.1238%2033.1928%2063.5245%2029.7921Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M57.3622%200C44.3215%200%2033.7306%2010.5848%2033.7306%2023.6316C33.7306%2024.1434%2033.7489%2024.6553%2033.7854%2025.1611C31.7257%2024.6553%2029.5807%2024.3811%2027.3687%2024.3811C12.5731%2024.375%200.556213%2036.3919%200.556213%2051.1875C0.556213%2065.9831%2012.5731%2078%2027.3687%2078C39.8243%2078%2050.2995%2069.4931%2053.3098%2057.9759C54.5773%2058.957%2055.9179%2059.9442%2057.3622%2060.9375C77.1607%2047.0316%2079.9395%2034.4297%2080.7682%2026.8734C80.9145%2025.8131%2080.9876%2024.7284%2080.9876%2023.6316C80.9937%2010.5848%2070.4089%200%2057.3622%200ZM27.3687%2072.6375C15.5286%2072.6375%205.91871%2063.0277%205.91871%2051.1875C5.91871%2039.3473%2015.5286%2029.7375%2027.3687%2029.7375C29.9037%2029.7375%2032.329%2030.1823%2034.5837%2030.9867C34.7787%2031.0537%2034.9737%2031.133%2035.1687%2031.2061C35.2601%2031.2427%2035.3576%2031.2792%2035.449%2031.3158C35.6318%2031.3889%2035.8207%2031.4681%2036.0036%2031.5473C36.095%2031.59%2036.1925%2031.6327%2036.2839%2031.6753C36.4667%2031.7606%2036.6556%2031.8459%2036.8384%2031.9373C36.8932%2031.9617%2036.9481%2031.9922%2036.9968%2032.0166C37.3746%2032.2055%2037.7525%2032.4127%2038.1181%2032.6259C38.1851%2032.6625%2038.2522%2032.7052%2038.3192%2032.7417C38.4898%2032.8453%2038.6543%2032.9489%2038.8189%2033.0525C38.9103%2033.1134%2039.0017%2033.1683%2039.0931%2033.2292C39.2515%2033.3328%2039.41%2033.4425%2039.5684%2033.5461C39.6598%2033.607%2039.7512%2033.6741%2039.8365%2033.7411C39.995%2033.8508%2040.1534%2033.9666%2040.3057%2034.0823C40.3057%2034.0823%2040.3118%2034.0884%2040.3179%2034.0945C40.6714%2034.3627%2041.0126%2034.643%2041.3478%2034.9294C41.4392%2035.0086%2041.5367%2035.0878%2041.6281%2035.1731C41.7561%2035.2889%2041.8901%2035.4108%2042.0181%2035.5266C42.1156%2035.618%2042.2131%2035.7094%2042.3106%2035.8008C42.4325%2035.9166%2042.5543%2036.0384%2042.6701%2036.1603C42.7737%2036.2639%2042.8712%2036.3675%2042.9687%2036.4772C43.1332%2036.6478%2043.2917%2036.8245%2043.4501%2037.0073C43.5842%2037.1536%2043.7122%2037.3059%2043.8401%2037.4583C43.9376%2037.5741%2044.029%2037.6898%2044.1204%2037.8056C44.224%2037.9336%2044.3215%2038.0555%2044.419%2038.1895C44.5104%2038.3114%2044.6018%2038.4272%2044.6871%2038.5491C44.7846%2038.6831%2044.8822%2038.8233%2044.9797%2038.9573C45.0589%2039.0731%2045.1442%2039.1889%2045.2173%2039.3047C45.3453%2039.4936%2045.4611%2039.6825%2045.5829%2039.8714C45.6622%2039.9994%2045.7414%2040.1273%2045.8145%2040.2553C45.9303%2040.4503%2046.0461%2040.6514%2046.1557%2040.8525C46.2167%2040.9622%2046.2776%2041.078%2046.3325%2041.1877C46.4239%2041.3583%2046.5092%2041.5289%2046.5945%2041.6995C46.6493%2041.8153%2046.7103%2041.9311%2046.7651%2042.0469C46.8504%2042.2358%2046.9357%2042.4247%2047.0211%2042.6136C47.0637%2042.7111%2047.1125%2042.8086%2047.149%2042.9122C47.2648%2043.1925%2047.3806%2043.4789%2047.4903%2043.7714C47.5207%2043.8506%2047.5451%2043.9298%2047.5695%2044.003C47.6487%2044.2284%2047.7279%2044.4539%2047.8011%2044.6794C47.8376%2044.7891%2047.8681%2044.8988%2047.9046%2045.0084C47.9656%2045.2156%2048.0265%2045.4228%2048.0814%2045.63C48.1118%2045.7397%2048.1423%2045.8494%2048.1667%2045.9591C48.2276%2046.2028%2048.2825%2046.4527%2048.3373%2046.7025C48.3495%2046.7695%2048.3678%2046.8366%2048.38%2046.9036C48.4409%2047.2205%2048.5018%2047.5373%2048.5506%2047.8542C48.5628%2047.9456%2048.575%2048.0309%2048.5872%2048.1223C48.6237%2048.36%2048.6542%2048.5977%2048.6786%2048.8353C48.6907%2048.945%2048.7029%2049.0608%2048.709%2049.1705C48.7334%2049.402%2048.7456%2049.6397%2048.7639%2049.8712C48.77%2049.9748%2048.7761%2050.0784%2048.7822%2050.182C48.8004%2050.5172%2048.8065%2050.8523%2048.8065%2051.1875C48.8065%2051.6506%2048.7882%2052.1016%2048.7578%2052.5586C48.7578%2052.6134%2048.7517%2052.6683%2048.7456%2052.7292C48.7151%2053.168%2048.6725%2053.6006%2048.6115%2054.0333C47.2161%2064.5267%2038.2278%2072.6375%2027.3565%2072.6375H27.3687ZM75.4606%2026.1422L75.4484%2026.2153V26.2884C75.0645%2029.7314%2074.3028%2033.9178%2071.5057%2038.9025C68.5442%2044.1797%2063.785%2049.3533%2057.3378%2054.3075C56.2348%2053.4727%2055.1806%2052.6256%2054.1751%2051.7786C54.1751%2051.5836%2054.1812%2051.3886%2054.1812%2051.1936C54.1812%2050.6147%2054.1568%2050.0419%2054.1203%2049.4691C54.1142%2049.335%2054.102%2049.2009%2054.0898%2049.0669C54.0471%2048.5489%2053.9923%2048.037%2053.9253%2047.5312C53.9192%2047.4825%2053.9131%2047.4338%2053.907%2047.3789C53.1026%2041.7483%2050.5432%2036.6783%2046.8078%2032.7417C46.8017%2032.7356%2046.7956%2032.7295%2046.7895%2032.7234C45.9668%2031.8581%2045.0832%2031.0416%2044.1509%2030.292C44.1021%2030.2494%2044.0473%2030.2128%2043.9986%2030.1702C43.5781%2029.835%2043.1515%2029.5181%2042.7128%2029.2073C42.664%2029.1708%2042.6153%2029.1403%2042.5665%2029.1037C42.0851%2028.7686%2041.5915%2028.4517%2041.0857%2028.1531C41.0431%2028.1287%2041.0004%2028.1044%2040.9578%2028.08C40.4886%2027.8058%2040.0132%2027.5438%2039.5257%2027.2939C39.4831%2027.2756%2039.4465%2027.2512%2039.4039%2027.2269C39.3673%2026.9222%2039.3307%2026.6114%2039.2942%2026.2884V26.2153L39.2759%2026.1422C39.1601%2025.3195%2039.1053%2024.4725%2039.1053%2023.6316C39.1053%2013.5586%2047.3014%205.3625%2057.3743%205.3625C67.4473%205.3625%2075.6434%2013.5586%2075.6434%2023.6316C75.6434%2024.4725%2075.5886%2025.3195%2075.4728%2026.1422H75.4606Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M32.2498%2052.6439C31.4698%2051.8152%2030.7325%2050.9682%2030.05%2050.0785V34.0275H24.6875V52.2966C28.6423%2057.3361%2031.1652%2059.0789%2034.0536%2061.6627L37.8439%2057.8724C35.8939%2056.1844%2033.9744%2054.4782%2032.2498%2052.6439Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24734%22%3E%0A%3Crect%20width%3D%2280.4375%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.556213)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-collection,
 .toptask-items .collection a::before {
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23757575%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M11.57%2C6.5c-.61.1-1.1.2-1.49.29-1.31.31-1.58.56-1.58.56v25.3s1.83%2C1.73%2C19.66%2C1.73V5.63c-7.64%2C0-12.34.32-15.22.68-.51.06-.97.13-1.37.2ZM25.76%2C8.03v23.93c-9.03-.09-13.13-.66-14.87-1.03V9.07c.32-.07.67-.14%2C1.06-.2.39-.06.82-.13%2C1.28-.18%2C3.04-.38%2C7.24-.6%2C12.52-.65Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14.56%2C17.46h7.08v-1.75c-3.25%2C0-7.08.12-7.08.12v1.63Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M23.37%2C14.13v-2.58c-4.2%2C0-7.48.22-9.06.35-.66.05-1.02.09-1.02.09v2.25c5.83-.18%2C10.08-.11%2C10.08-.11Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2229.74%206.22%2029.74%2033.79%2031.5%2032.09%2031.5%207.82%2029.74%206.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23757575%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M11.57%2C6.5c-.61.1-1.1.2-1.49.29-1.31.31-1.58.56-1.58.56v25.3s1.83%2C1.73%2C19.66%2C1.73V5.63c-7.64%2C0-12.34.32-15.22.68-.51.06-.97.13-1.37.2ZM25.76%2C8.03v23.93c-9.03-.09-13.13-.66-14.87-1.03V9.07c.32-.07.67-.14%2C1.06-.2.39-.06.82-.13%2C1.28-.18%2C3.04-.38%2C7.24-.6%2C12.52-.65Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14.56%2C17.46h7.08v-1.75c-3.25%2C0-7.08.12-7.08.12v1.63Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M23.37%2C14.13v-2.58c-4.2%2C0-7.48.22-9.06.35-.66.05-1.02.09-1.02.09v2.25c5.83-.18%2C10.08-.11%2C10.08-.11Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2229.74%206.22%2029.74%2033.79%2031.5%2032.09%2031.5%207.82%2029.74%206.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-contact,
 .toptask-items .contact a::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2090%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24723")%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M87.1729%2033.0276C85.1525%2030.8536%2081.3572%2028.5445%2078.8147%2027.4759C76.2968%2026.4197%2074.1289%2025.9038%2072.1944%2025.9038C69.0317%2025.9038%2066.4339%2027.2733%2064.8434%2029.7114C63.8915%2029.0358%2062.9887%2028.2743%2062.1535%2027.4391C61.3183%2026.6039%2060.5568%2025.7011%2059.8812%2024.7492C61.306%2023.8219%2062.3746%2022.5384%2063.0194%2020.9724C64.1433%2018.2334%2063.8485%2014.8987%2062.1228%2010.7779C61.0542%208.22927%2058.7451%204.43398%2056.5711%202.41965C54.8884%200.859775%2052.7021%200%2050.4114%200C49.0235%200%2047.6294%200.325486%2046.3828%200.951894C42.9314%202.67144%2040.3705%204.61208%2038.7799%206.71853C35.4268%2011.1525%2034.6223%2017.1157%2036.6919%2022.2866C38.9027%2027.8137%2041.6233%2032.5855%2044.9396%2036.7431C40.9785%2036.6018%2035.9979%2036.4913%2030.2067%2036.4913C15.2589%2036.4913%205.67856%2037.2344%205.27938%2037.2651L0.298828%2037.6581V75.9365L4.94775%2076.5937C5.35922%2076.6489%2015.1422%2078.0061%2030.2067%2078.0061C45.2712%2078.0061%2055.0603%2076.6489%2055.4657%2076.5937L60.1146%2075.9365V49.4923C62.3623%2050.739%2064.7512%2051.8751%2067.306%2052.9007C69.2036%2053.6622%2071.2057%2054.0491%2073.2446%2054.0491C76.696%2054.0491%2080.1166%2052.9007%2082.8679%2050.8188C84.9744%2049.2283%2086.9089%2046.6674%2088.6346%2043.216C90.305%2039.869%2089.7154%2035.7789%2087.1668%2033.0399L87.1729%2033.0276ZM54.7164%2071.2385C54.7164%2071.2385%2045.0747%2072.6018%2030.2129%2072.6018C15.351%2072.6018%205.70927%2071.2385%205.70927%2071.2385V42.651C5.70927%2042.651%2015.308%2041.8956%2030.2129%2041.8956C39.0317%2041.8956%2045.9897%2042.1597%2050.2026%2042.3746C50.3132%2042.3746%2050.4114%2042.3869%2050.5158%2042.393C50.6079%2042.393%2050.7001%2042.4053%2050.7922%2042.4053C50.8966%2042.4053%2050.9948%2042.4176%2051.0992%2042.4237C51.1791%2042.4237%2051.2589%2042.4299%2051.3326%2042.436C51.4309%2042.436%2051.5291%2042.4483%2051.6274%2042.4545C51.7072%2042.4545%2051.7809%2042.4606%2051.8546%2042.4667C51.9345%2042.4667%2052.0204%2042.479%2052.1003%2042.479C52.1862%2042.479%2052.2661%2042.4913%2052.3459%2042.4913C52.5179%2042.5036%2052.6837%2042.5097%2052.8434%2042.522C52.8679%2042.522%2052.8925%2042.522%2052.917%2042.522C53.0092%2042.522%2053.0951%2042.5343%2053.1811%2042.5404C53.218%2042.5404%2053.2487%2042.5404%2053.2855%2042.5466C53.3654%2042.5466%2053.4391%2042.5589%2053.5066%2042.5589C53.5435%2042.5589%2053.5803%2042.5589%2053.611%2042.565C53.6724%2042.565%2053.7338%2042.5711%2053.7952%2042.5773C53.8505%2042.5773%2053.8997%2042.5834%2053.9488%2042.5896C53.9795%2042.5896%2054.0163%2042.5896%2054.047%2042.5957C54.1269%2042.5957%2054.2006%2042.608%2054.2681%2042.6141C54.2804%2042.6141%2054.2927%2042.6141%2054.3111%2042.6141C54.3602%2042.6141%2054.4094%2042.6203%2054.4524%2042.6264C54.4769%2042.6264%2054.5015%2042.6264%2054.5261%2042.6264C54.5445%2042.6264%2054.5568%2042.6264%2054.569%2042.6264C54.5875%2042.6264%2054.6059%2042.6264%2054.6243%2042.6264C54.6489%2042.6264%2054.6735%2042.6264%2054.6857%2042.6264C54.7042%2042.6264%2054.7103%2042.6264%2054.7103%2042.6264V71.2139L54.7164%2071.2385ZM84.2497%2041.0174C83.2794%2042.958%2081.7686%2045.4944%2079.914%2046.8946C77.9672%2048.3685%2075.6212%2049.13%2073.2507%2049.13C71.8628%2049.13%2070.4687%2048.8659%2069.1361%2048.3378C66.2251%2047.1709%2063.1607%2045.7093%2060.1207%2043.7932V37.6581L55.1402%2037.2651C55.0051%2037.2528%2053.826%2037.1607%2051.7502%2037.044C46.5547%2031.7196%2043.4043%2025.824%2041.2548%2020.4565C39.8116%2016.8577%2040.3582%2012.7738%2042.698%209.68475C44.0982%207.83623%2046.6346%206.31934%2048.5752%205.34903C49.1586%205.06039%2049.785%204.91914%2050.4114%204.91914C51.4309%204.91914%2052.438%205.2999%2053.218%206.02457C54.6366%207.34493%2056.6264%2010.4033%2057.5844%2012.6878C59.0522%2016.1822%2059.6417%2019.7011%2056.4606%2021.0215C55.6008%2021.3777%2052.8618%2021.9181%2052.8618%2021.9181C54.0163%2025.044%2055.9508%2028.1883%2058.6775%2030.915C61.4043%2033.6418%2064.5486%2035.5824%2067.6745%2036.7308C67.6745%2036.7308%2068.2149%2033.9857%2068.5711%2033.132C69.2712%2031.4493%2070.5854%2030.8168%2072.1883%2030.8168C73.6131%2030.8168%2075.2651%2031.3142%2076.9109%2032.002C79.1954%2032.9601%2082.2599%2034.9498%2083.5742%2036.3685C84.741%2037.6274%2085.0174%2039.4698%2084.2497%2041.0113V41.0174Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.11153%2044.9171V51.0461L16.739%2056.825L9.11153%2062.6039V68.7329L20.7738%2059.8833L28.5302%2065.7667C29.0153%2066.1351%2029.611%2066.3194%2030.2067%2066.3194C30.8024%2066.3194%2031.3981%2066.1351%2031.8833%2065.7667L39.7441%2059.8035L51.3019%2068.5732V62.4442L43.7789%2056.7452L51.3019%2051.0461V44.9171L30.2006%2060.9212L9.09924%2044.9171H9.11153Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24723%22%3E%0A%3Crect%20width%3D%2289.2815%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.304932)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2090%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24723")%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M87.1729%2033.0276C85.1525%2030.8536%2081.3572%2028.5445%2078.8147%2027.4759C76.2968%2026.4197%2074.1289%2025.9038%2072.1944%2025.9038C69.0317%2025.9038%2066.4339%2027.2733%2064.8434%2029.7114C63.8915%2029.0358%2062.9887%2028.2743%2062.1535%2027.4391C61.3183%2026.6039%2060.5568%2025.7011%2059.8812%2024.7492C61.306%2023.8219%2062.3746%2022.5384%2063.0194%2020.9724C64.1433%2018.2334%2063.8485%2014.8987%2062.1228%2010.7779C61.0542%208.22927%2058.7451%204.43398%2056.5711%202.41965C54.8884%200.859775%2052.7021%200%2050.4114%200C49.0235%200%2047.6294%200.325486%2046.3828%200.951894C42.9314%202.67144%2040.3705%204.61208%2038.7799%206.71853C35.4268%2011.1525%2034.6223%2017.1157%2036.6919%2022.2866C38.9027%2027.8137%2041.6233%2032.5855%2044.9396%2036.7431C40.9785%2036.6018%2035.9979%2036.4913%2030.2067%2036.4913C15.2589%2036.4913%205.67856%2037.2344%205.27938%2037.2651L0.298828%2037.6581V75.9365L4.94775%2076.5937C5.35922%2076.6489%2015.1422%2078.0061%2030.2067%2078.0061C45.2712%2078.0061%2055.0603%2076.6489%2055.4657%2076.5937L60.1146%2075.9365V49.4923C62.3623%2050.739%2064.7512%2051.8751%2067.306%2052.9007C69.2036%2053.6622%2071.2057%2054.0491%2073.2446%2054.0491C76.696%2054.0491%2080.1166%2052.9007%2082.8679%2050.8188C84.9744%2049.2283%2086.9089%2046.6674%2088.6346%2043.216C90.305%2039.869%2089.7154%2035.7789%2087.1668%2033.0399L87.1729%2033.0276ZM54.7164%2071.2385C54.7164%2071.2385%2045.0747%2072.6018%2030.2129%2072.6018C15.351%2072.6018%205.70927%2071.2385%205.70927%2071.2385V42.651C5.70927%2042.651%2015.308%2041.8956%2030.2129%2041.8956C39.0317%2041.8956%2045.9897%2042.1597%2050.2026%2042.3746C50.3132%2042.3746%2050.4114%2042.3869%2050.5158%2042.393C50.6079%2042.393%2050.7001%2042.4053%2050.7922%2042.4053C50.8966%2042.4053%2050.9948%2042.4176%2051.0992%2042.4237C51.1791%2042.4237%2051.2589%2042.4299%2051.3326%2042.436C51.4309%2042.436%2051.5291%2042.4483%2051.6274%2042.4545C51.7072%2042.4545%2051.7809%2042.4606%2051.8546%2042.4667C51.9345%2042.4667%2052.0204%2042.479%2052.1003%2042.479C52.1862%2042.479%2052.2661%2042.4913%2052.3459%2042.4913C52.5179%2042.5036%2052.6837%2042.5097%2052.8434%2042.522C52.8679%2042.522%2052.8925%2042.522%2052.917%2042.522C53.0092%2042.522%2053.0951%2042.5343%2053.1811%2042.5404C53.218%2042.5404%2053.2487%2042.5404%2053.2855%2042.5466C53.3654%2042.5466%2053.4391%2042.5589%2053.5066%2042.5589C53.5435%2042.5589%2053.5803%2042.5589%2053.611%2042.565C53.6724%2042.565%2053.7338%2042.5711%2053.7952%2042.5773C53.8505%2042.5773%2053.8997%2042.5834%2053.9488%2042.5896C53.9795%2042.5896%2054.0163%2042.5896%2054.047%2042.5957C54.1269%2042.5957%2054.2006%2042.608%2054.2681%2042.6141C54.2804%2042.6141%2054.2927%2042.6141%2054.3111%2042.6141C54.3602%2042.6141%2054.4094%2042.6203%2054.4524%2042.6264C54.4769%2042.6264%2054.5015%2042.6264%2054.5261%2042.6264C54.5445%2042.6264%2054.5568%2042.6264%2054.569%2042.6264C54.5875%2042.6264%2054.6059%2042.6264%2054.6243%2042.6264C54.6489%2042.6264%2054.6735%2042.6264%2054.6857%2042.6264C54.7042%2042.6264%2054.7103%2042.6264%2054.7103%2042.6264V71.2139L54.7164%2071.2385ZM84.2497%2041.0174C83.2794%2042.958%2081.7686%2045.4944%2079.914%2046.8946C77.9672%2048.3685%2075.6212%2049.13%2073.2507%2049.13C71.8628%2049.13%2070.4687%2048.8659%2069.1361%2048.3378C66.2251%2047.1709%2063.1607%2045.7093%2060.1207%2043.7932V37.6581L55.1402%2037.2651C55.0051%2037.2528%2053.826%2037.1607%2051.7502%2037.044C46.5547%2031.7196%2043.4043%2025.824%2041.2548%2020.4565C39.8116%2016.8577%2040.3582%2012.7738%2042.698%209.68475C44.0982%207.83623%2046.6346%206.31934%2048.5752%205.34903C49.1586%205.06039%2049.785%204.91914%2050.4114%204.91914C51.4309%204.91914%2052.438%205.2999%2053.218%206.02457C54.6366%207.34493%2056.6264%2010.4033%2057.5844%2012.6878C59.0522%2016.1822%2059.6417%2019.7011%2056.4606%2021.0215C55.6008%2021.3777%2052.8618%2021.9181%2052.8618%2021.9181C54.0163%2025.044%2055.9508%2028.1883%2058.6775%2030.915C61.4043%2033.6418%2064.5486%2035.5824%2067.6745%2036.7308C67.6745%2036.7308%2068.2149%2033.9857%2068.5711%2033.132C69.2712%2031.4493%2070.5854%2030.8168%2072.1883%2030.8168C73.6131%2030.8168%2075.2651%2031.3142%2076.9109%2032.002C79.1954%2032.9601%2082.2599%2034.9498%2083.5742%2036.3685C84.741%2037.6274%2085.0174%2039.4698%2084.2497%2041.0113V41.0174Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.11153%2044.9171V51.0461L16.739%2056.825L9.11153%2062.6039V68.7329L20.7738%2059.8833L28.5302%2065.7667C29.0153%2066.1351%2029.611%2066.3194%2030.2067%2066.3194C30.8024%2066.3194%2031.3981%2066.1351%2031.8833%2065.7667L39.7441%2059.8035L51.3019%2068.5732V62.4442L43.7789%2056.7452L51.3019%2051.0461V44.9171L30.2006%2060.9212L9.09924%2044.9171H9.11153Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24723%22%3E%0A%3Crect%20width%3D%2289.2815%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.304932)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-contact2 {
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-3%7Bclip-path%3Aurl(%23clippath")%3B%7D.cls-2%7Bfill%3A%23757575%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clippath%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222.99%22%20y%3D%224.4%22%20width%3D%2234.03%22%20height%3D%2231.21%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Group_54%22%3E%3Cg%20class%3D%22cls-3%22%3E%3Cg%20id%3D%22Group_53%22%3E%3Cpath%20id%3D%22Path_20%22%20class%3D%22cls-2%22%20d%3D%22M12.04%2C17.99h-.88v12.24h.88c1.01%2C0%2C1.84-.82%2C1.84-1.84v-8.57c0-1.01-.82-1.84-1.84-1.84%22%2F%3E%3Cpath%20id%3D%22Path_21%22%20class%3D%22cls-2%22%20d%3D%22M37.01%2C24.11c0-2.33-1.33-4.46-3.42-5.49.32-6.95-4.65-13.02-11.53-14.07-.4-.06-.8-.1-1.2-.13-.23-.01-.46-.02-.7-.03h-.35c-.23%2C0-.47.01-.7.03-.4.03-.8.07-1.2.13-6.87%2C1.05-11.84%2C7.13-11.51%2C14.07-3.03%2C1.49-4.28%2C5.16-2.79%2C8.19%2C1.03%2C2.1%2C3.16%2C3.42%2C5.5%2C3.42v-12.24c0-2.98%2C1.22-5.82%2C3.38-7.88.86-.82%2C1.84-1.49%2C2.91-1.99.93-.44%2C1.92-.74%2C2.94-.89.5-.08%2C1.01-.12%2C1.52-.12h.28c.51%2C0%2C1.01.05%2C1.52.12%2C1.02.16%2C2.01.46%2C2.94.89%2C2.2%2C1.03%2C3.99%2C2.75%2C5.1%2C4.91.47.91.81%2C1.89%2C1%2C2.89.13.68.2%2C1.37.2%2C2.06v12.24c.16%2C0%2C.31-.01.47-.02v2.03l-7.99%2C1.37c0-.42-.34-.76-.76-.76h-3.06c-.42%2C0-.76.34-.76.76v1.23c0%2C.42.34.76.76.76h3.06c.3%2C0%2C.57-.18.69-.45l9.58-1.73v-3.53c2.47-.85%2C4.12-3.17%2C4.13-5.78%22%2F%3E%3Cpath%20id%3D%22Path_22%22%20class%3D%22cls-2%22%20d%3D%22M28.85%2C30.23v-12.24h-.88c-1.01%2C0-1.84.82-1.84%2C1.84v8.57c0%2C1.01.82%2C1.84%2C1.84%2C1.84h.88Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-3%7Bclip-path%3Aurl(%23clippath")%3B%7D.cls-2%7Bfill%3A%23757575%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clippath%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222.99%22%20y%3D%224.4%22%20width%3D%2234.03%22%20height%3D%2231.21%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Group_54%22%3E%3Cg%20class%3D%22cls-3%22%3E%3Cg%20id%3D%22Group_53%22%3E%3Cpath%20id%3D%22Path_20%22%20class%3D%22cls-2%22%20d%3D%22M12.04%2C17.99h-.88v12.24h.88c1.01%2C0%2C1.84-.82%2C1.84-1.84v-8.57c0-1.01-.82-1.84-1.84-1.84%22%2F%3E%3Cpath%20id%3D%22Path_21%22%20class%3D%22cls-2%22%20d%3D%22M37.01%2C24.11c0-2.33-1.33-4.46-3.42-5.49.32-6.95-4.65-13.02-11.53-14.07-.4-.06-.8-.1-1.2-.13-.23-.01-.46-.02-.7-.03h-.35c-.23%2C0-.47.01-.7.03-.4.03-.8.07-1.2.13-6.87%2C1.05-11.84%2C7.13-11.51%2C14.07-3.03%2C1.49-4.28%2C5.16-2.79%2C8.19%2C1.03%2C2.1%2C3.16%2C3.42%2C5.5%2C3.42v-12.24c0-2.98%2C1.22-5.82%2C3.38-7.88.86-.82%2C1.84-1.49%2C2.91-1.99.93-.44%2C1.92-.74%2C2.94-.89.5-.08%2C1.01-.12%2C1.52-.12h.28c.51%2C0%2C1.01.05%2C1.52.12%2C1.02.16%2C2.01.46%2C2.94.89%2C2.2%2C1.03%2C3.99%2C2.75%2C5.1%2C4.91.47.91.81%2C1.89%2C1%2C2.89.13.68.2%2C1.37.2%2C2.06v12.24c.16%2C0%2C.31-.01.47-.02v2.03l-7.99%2C1.37c0-.42-.34-.76-.76-.76h-3.06c-.42%2C0-.76.34-.76.76v1.23c0%2C.42.34.76.76.76h3.06c.3%2C0%2C.57-.18.69-.45l9.58-1.73v-3.53c2.47-.85%2C4.12-3.17%2C4.13-5.78%22%2F%3E%3Cpath%20id%3D%22Path_22%22%20class%3D%22cls-2%22%20d%3D%22M28.85%2C30.23v-12.24h-.88c-1.01%2C0-1.84.82-1.84%2C1.84v8.57c0%2C1.01.82%2C1.84%2C1.84%2C1.84h.88Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-covid,
 .toptask-items .covid a::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2093%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24724")%22%3E%0A%3Cpath%20d%3D%22M85.9203%2039.7725C85.7921%2040.1206%2085.6516%2040.4809%2085.5234%2040.835L81.0106%2039.1313C82.0121%2035.2108%2081.9632%2030.9973%2080.6808%2026.9363L85.4684%2024.7685C86.1401%2026.2768%2086.8119%2027.7791%2087.4653%2029.2935L92.0697%2027.2111C91.6422%2026.1181%2091.1781%2024.9639%2090.6896%2023.7853C90.201%2022.6067%2089.6698%2021.3854%2089.1202%2020.1702C88.5706%2018.955%2088.0027%2017.7581%2087.4408%2016.6039C86.879%2015.4498%2086.3172%2014.3445%2085.7798%2013.3002L81.1816%2015.3826C81.8899%2016.8726%2082.5739%2018.3749%2083.2578%2019.871L78.458%2022.0388C76.2047%2018.326%2072.9926%2015.462%2069.2858%2013.6361L71.2949%208.31112C72.8338%208.90347%2074.3666%209.50192%2075.9054%2010.1126L77.6886%205.38605C75.539%204.44563%2073.1208%203.43803%2070.6232%202.49151C68.7485%201.78314%2066.8859%201.13583%2065.1272%200.555703C64.541%200.360291%2063.967%200.177092%2063.4052%200L61.622%204.72653C63.1731%205.28224%2064.7242%205.84405%2066.2692%206.41807L64.2234%2011.8469C62.654%2011.4988%2061.0419%2011.3156%2059.4175%2011.3156C57.1703%2011.3156%2054.9047%2011.6637%2052.6819%2012.372L50.227%206.94935C51.7354%206.27762%2053.2376%205.60589%2054.7521%204.95248L52.6697%200.348078C50.4835%201.20301%2048.0592%202.19839%2045.6287%203.29758C43.1922%204.39677%2040.8473%205.55703%2038.7588%206.63791L40.8411%2011.2362C42.3312%2010.5278%2043.8334%209.84389%2045.3295%209.15995L47.7905%2014.6071C43.8334%2017.0253%2040.8534%2020.5488%2039.0641%2024.5792C37.8611%2024.225%2036.6215%2023.9624%2035.3452%2023.8159V17.8497H36.4566C37.7329%2017.8619%2039.0092%2017.8802%2040.2916%2017.9046V12.8545C37.9466%2012.7323%2035.3269%2012.6407%2032.6583%2012.6407C29.9897%2012.6407%2027.3699%2012.7323%2025.025%2012.8545V17.9046C26.6677%2017.8741%2028.3226%2017.868%2029.9713%2017.8619V23.8403C29.0187%2023.9563%2028.0844%2024.1273%2027.1745%2024.3655C26.8203%2024.4571%2026.4661%2024.5548%2026.1181%2024.6647C25.4219%2024.8845%2024.738%2025.1349%2024.0723%2025.4158C23.4067%2025.6967%2022.7533%2026.0142%2022.1243%2026.3562C21.4953%2026.6982%2020.8786%2027.0707%2020.2862%2027.4737C19.7855%2027.8096%2019.3031%2028.1699%2018.8329%2028.5485L14.7231%2024.4387C15.8956%2023.2785%2017.0619%2022.1182%2018.2527%2020.9702L14.6803%2017.3978C12.9338%2018.9672%2011.0225%2020.7564%209.13552%2022.6434C8.18899%2023.5899%207.273%2024.5364%206.39364%2025.4708C5.51429%2026.4051%204.67157%2027.3211%203.88992%2028.1882L7.4623%2031.7606C8.60424%2030.5759%209.77061%2029.4034%2010.9309%2028.231L15.0773%2032.3774C15.0162%2032.4567%2014.9551%2032.53%2014.8941%2032.6155C12.7568%2035.4734%2011.2851%2038.8687%2010.7232%2042.5571C10.6866%2042.7831%2010.6622%2043.009%2010.6378%2043.2411H5.20896C5.22117%2041.5923%205.23338%2039.9435%205.26392%2038.2947H0.213732C0.0915995%2040.6396%200%2043.2594%200%2045.928C0%2048.5966%200.0915995%2051.2163%200.213732%2053.5613H5.26392C5.23338%2051.9125%205.21506%2050.2637%205.20896%2048.6149H10.6316C10.6622%2048.8592%2010.6866%2049.1034%2010.7232%2049.3477C11.2851%2053.0361%2012.7568%2056.4314%2014.8941%2059.2893C14.8941%2059.2893%2014.9002%2059.3015%2014.9063%2059.3015L11.3644%2062.8433C10.2042%2061.6709%209.04392%2060.5045%207.89587%2059.3137L4.32349%2062.8861C5.50207%2064.1929%206.80279%2065.5974%208.17678%2067.0142C8.63478%2067.4844%209.09888%2067.9607%209.5752%2068.4309C10.2775%2069.1332%2010.9797%2069.8171%2011.682%2070.4827C12.3904%2071.1606%2013.0987%2071.8262%2013.7827%2072.4613C14.2346%2072.8765%2014.6864%2073.2857%2015.12%2073.6765L18.6924%2070.1041C17.5077%2068.9622%2016.3352%2067.7958%2015.1628%2066.6356L18.6191%2063.1792C19.1565%2063.6189%2019.7122%2064.0402%2020.2923%2064.425C20.8847%2064.828%2021.5014%2065.2005%2022.1304%2065.5425C22.7594%2065.8844%2023.4128%2066.202%2024.0784%2066.4829C24.7441%2066.7638%2025.428%2067.0142%2026.1242%2067.234C26.4722%2067.3439%2026.8264%2067.4416%2027.1806%2067.5332C28.0966%2067.7714%2029.037%2067.9424%2029.9897%2068.0584V72.7849H28.8722C27.6325%2072.7727%2026.3868%2072.7544%2025.1471%2072.7361H25.0433V77.7863C27.3882%2077.9084%2030.008%2078%2032.6766%2078C35.3452%2078%2037.9649%2077.9084%2040.3099%2077.7863V72.7361C38.6672%2072.7666%2037.0123%2072.7727%2035.3635%2072.7788V68.0828C38.9786%2067.6615%2042.3373%2066.3791%2045.2135%2064.4311C45.5127%2064.2295%2045.7997%2064.0219%2046.0867%2063.8082C46.1661%2063.7532%2046.2333%2063.6922%2046.3127%2063.6311L49.7507%2067.0691C48.5783%2068.2294%2047.4119%2069.3896%2046.2211%2070.5316L48.6027%2072.9132L49.7935%2074.104C51.54%2072.5346%2053.4513%2070.7453%2055.3383%2068.8584C57.2252%2066.9714%2059.0145%2065.0539%2060.5839%2063.3136L57.0115%2059.7412C55.8696%2060.9259%2054.7032%2062.0983%2053.5429%2063.2708L50.1415%2059.8694C50.2942%2059.674%2050.453%2059.4847%2050.6057%2059.2832C51.5949%2057.958%2052.4315%2056.5108%2053.1094%2054.9841C55.1551%2055.5887%2057.2863%2055.9062%2059.4419%2055.9062C61.5976%2055.9062%2063.8509%2055.5765%2066.0249%2054.8986L67.9668%2059.1977C66.4585%2059.8694%2064.9562%2060.5411%2063.4418%2061.1945L65.5242%2065.799C66.6172%2065.3715%2067.7714%2064.9074%2068.95%2064.4189C70.1347%2063.9242%2071.3499%2063.399%2072.5651%2062.8494C75.0016%2061.7503%2077.3466%2060.59%2079.4351%2059.5091L77.3527%2054.9108C75.8627%2055.6192%2074.3605%2056.3031%2072.8643%2056.9871L70.9285%2052.7063C74.4582%2050.5873%2077.2245%2047.5951%2079.0687%2044.1448L83.6303%2045.8669C83.038%2047.4058%2082.4395%2048.9385%2081.8289%2050.4774L86.5554%2052.2606C87.4958%2050.111%2088.5034%2047.6928%2089.4499%2045.1952C89.9201%2043.9433%2090.3659%2042.6976%2090.7812%2041.4885C91.1964%2040.2732%2091.5872%2039.0947%2091.9414%2037.9771L87.2149%2036.194C86.7874%2037.3909%2086.36%2038.5817%2085.9203%2039.7725ZM47.6317%2021.4953C48.4805%2022.3258%2049.3294%2023.1625%2050.1721%2023.9991L46.0806%2028.0905C45.7936%2027.8768%2045.5005%2027.6691%2045.2074%2027.4676C44.8105%2027.1989%2044.4074%2026.9486%2043.9983%2026.7104C44.8654%2024.7746%2046.0867%2023.0037%2047.6317%2021.4953ZM59.4358%2050.5385C57.7993%2050.5385%2056.1993%2050.3003%2054.6788%2049.8484C54.7521%2049.4393%2054.8192%2049.0301%2054.8681%2048.621H60.1381C60.1381%2049.2561%2060.1198%2049.8851%2060.1198%2050.5202C59.8938%2050.5263%2059.6679%2050.5385%2059.4358%2050.5385ZM66.3913%2049.0301C66.031%2049.195%2065.6646%2049.3416%2065.2982%2049.4759C65.3287%2048.3157%2065.3471%2047.131%2065.3471%2045.9341C65.3471%2043.9311%2065.2982%2041.9587%2065.2188%2040.1084H65.2066C65.1822%2039.4855%2065.1516%2038.8809%2065.1211%2038.2947H60.0709C60.1015%2039.9435%2060.1198%2041.5923%2060.1259%2043.2411H54.8559C54.3796%2039.284%2052.8712%2035.6444%2050.5934%2032.6033C50.3858%2032.3285%2050.1782%2032.0598%2049.9583%2031.7972L53.9643%2027.7913C55.1246%2028.9638%2056.2848%2030.1301%2057.4329%2031.3209L61.0052%2027.7485C59.4358%2026.002%2057.6466%2024.0907%2055.7596%2022.2037C54.4589%2020.903%2053.146%2019.6511%2051.8819%2018.4848C52.0712%2018.3932%2052.2544%2018.2955%2052.4499%2018.21C54.6605%2017.2085%2057.0054%2016.7016%2059.4053%2016.7016C66.0432%2016.7016%2072.0949%2020.6099%2074.8307%2026.6493C78.6717%2035.1498%2074.8856%2045.1891%2066.3913%2049.0301Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24724%22%3E%0A%3Crect%20width%3D%2292.0697%22%20height%3D%2278%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2093%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24724")%22%3E%0A%3Cpath%20d%3D%22M85.9203%2039.7725C85.7921%2040.1206%2085.6516%2040.4809%2085.5234%2040.835L81.0106%2039.1313C82.0121%2035.2108%2081.9632%2030.9973%2080.6808%2026.9363L85.4684%2024.7685C86.1401%2026.2768%2086.8119%2027.7791%2087.4653%2029.2935L92.0697%2027.2111C91.6422%2026.1181%2091.1781%2024.9639%2090.6896%2023.7853C90.201%2022.6067%2089.6698%2021.3854%2089.1202%2020.1702C88.5706%2018.955%2088.0027%2017.7581%2087.4408%2016.6039C86.879%2015.4498%2086.3172%2014.3445%2085.7798%2013.3002L81.1816%2015.3826C81.8899%2016.8726%2082.5739%2018.3749%2083.2578%2019.871L78.458%2022.0388C76.2047%2018.326%2072.9926%2015.462%2069.2858%2013.6361L71.2949%208.31112C72.8338%208.90347%2074.3666%209.50192%2075.9054%2010.1126L77.6886%205.38605C75.539%204.44563%2073.1208%203.43803%2070.6232%202.49151C68.7485%201.78314%2066.8859%201.13583%2065.1272%200.555703C64.541%200.360291%2063.967%200.177092%2063.4052%200L61.622%204.72653C63.1731%205.28224%2064.7242%205.84405%2066.2692%206.41807L64.2234%2011.8469C62.654%2011.4988%2061.0419%2011.3156%2059.4175%2011.3156C57.1703%2011.3156%2054.9047%2011.6637%2052.6819%2012.372L50.227%206.94935C51.7354%206.27762%2053.2376%205.60589%2054.7521%204.95248L52.6697%200.348078C50.4835%201.20301%2048.0592%202.19839%2045.6287%203.29758C43.1922%204.39677%2040.8473%205.55703%2038.7588%206.63791L40.8411%2011.2362C42.3312%2010.5278%2043.8334%209.84389%2045.3295%209.15995L47.7905%2014.6071C43.8334%2017.0253%2040.8534%2020.5488%2039.0641%2024.5792C37.8611%2024.225%2036.6215%2023.9624%2035.3452%2023.8159V17.8497H36.4566C37.7329%2017.8619%2039.0092%2017.8802%2040.2916%2017.9046V12.8545C37.9466%2012.7323%2035.3269%2012.6407%2032.6583%2012.6407C29.9897%2012.6407%2027.3699%2012.7323%2025.025%2012.8545V17.9046C26.6677%2017.8741%2028.3226%2017.868%2029.9713%2017.8619V23.8403C29.0187%2023.9563%2028.0844%2024.1273%2027.1745%2024.3655C26.8203%2024.4571%2026.4661%2024.5548%2026.1181%2024.6647C25.4219%2024.8845%2024.738%2025.1349%2024.0723%2025.4158C23.4067%2025.6967%2022.7533%2026.0142%2022.1243%2026.3562C21.4953%2026.6982%2020.8786%2027.0707%2020.2862%2027.4737C19.7855%2027.8096%2019.3031%2028.1699%2018.8329%2028.5485L14.7231%2024.4387C15.8956%2023.2785%2017.0619%2022.1182%2018.2527%2020.9702L14.6803%2017.3978C12.9338%2018.9672%2011.0225%2020.7564%209.13552%2022.6434C8.18899%2023.5899%207.273%2024.5364%206.39364%2025.4708C5.51429%2026.4051%204.67157%2027.3211%203.88992%2028.1882L7.4623%2031.7606C8.60424%2030.5759%209.77061%2029.4034%2010.9309%2028.231L15.0773%2032.3774C15.0162%2032.4567%2014.9551%2032.53%2014.8941%2032.6155C12.7568%2035.4734%2011.2851%2038.8687%2010.7232%2042.5571C10.6866%2042.7831%2010.6622%2043.009%2010.6378%2043.2411H5.20896C5.22117%2041.5923%205.23338%2039.9435%205.26392%2038.2947H0.213732C0.0915995%2040.6396%200%2043.2594%200%2045.928C0%2048.5966%200.0915995%2051.2163%200.213732%2053.5613H5.26392C5.23338%2051.9125%205.21506%2050.2637%205.20896%2048.6149H10.6316C10.6622%2048.8592%2010.6866%2049.1034%2010.7232%2049.3477C11.2851%2053.0361%2012.7568%2056.4314%2014.8941%2059.2893C14.8941%2059.2893%2014.9002%2059.3015%2014.9063%2059.3015L11.3644%2062.8433C10.2042%2061.6709%209.04392%2060.5045%207.89587%2059.3137L4.32349%2062.8861C5.50207%2064.1929%206.80279%2065.5974%208.17678%2067.0142C8.63478%2067.4844%209.09888%2067.9607%209.5752%2068.4309C10.2775%2069.1332%2010.9797%2069.8171%2011.682%2070.4827C12.3904%2071.1606%2013.0987%2071.8262%2013.7827%2072.4613C14.2346%2072.8765%2014.6864%2073.2857%2015.12%2073.6765L18.6924%2070.1041C17.5077%2068.9622%2016.3352%2067.7958%2015.1628%2066.6356L18.6191%2063.1792C19.1565%2063.6189%2019.7122%2064.0402%2020.2923%2064.425C20.8847%2064.828%2021.5014%2065.2005%2022.1304%2065.5425C22.7594%2065.8844%2023.4128%2066.202%2024.0784%2066.4829C24.7441%2066.7638%2025.428%2067.0142%2026.1242%2067.234C26.4722%2067.3439%2026.8264%2067.4416%2027.1806%2067.5332C28.0966%2067.7714%2029.037%2067.9424%2029.9897%2068.0584V72.7849H28.8722C27.6325%2072.7727%2026.3868%2072.7544%2025.1471%2072.7361H25.0433V77.7863C27.3882%2077.9084%2030.008%2078%2032.6766%2078C35.3452%2078%2037.9649%2077.9084%2040.3099%2077.7863V72.7361C38.6672%2072.7666%2037.0123%2072.7727%2035.3635%2072.7788V68.0828C38.9786%2067.6615%2042.3373%2066.3791%2045.2135%2064.4311C45.5127%2064.2295%2045.7997%2064.0219%2046.0867%2063.8082C46.1661%2063.7532%2046.2333%2063.6922%2046.3127%2063.6311L49.7507%2067.0691C48.5783%2068.2294%2047.4119%2069.3896%2046.2211%2070.5316L48.6027%2072.9132L49.7935%2074.104C51.54%2072.5346%2053.4513%2070.7453%2055.3383%2068.8584C57.2252%2066.9714%2059.0145%2065.0539%2060.5839%2063.3136L57.0115%2059.7412C55.8696%2060.9259%2054.7032%2062.0983%2053.5429%2063.2708L50.1415%2059.8694C50.2942%2059.674%2050.453%2059.4847%2050.6057%2059.2832C51.5949%2057.958%2052.4315%2056.5108%2053.1094%2054.9841C55.1551%2055.5887%2057.2863%2055.9062%2059.4419%2055.9062C61.5976%2055.9062%2063.8509%2055.5765%2066.0249%2054.8986L67.9668%2059.1977C66.4585%2059.8694%2064.9562%2060.5411%2063.4418%2061.1945L65.5242%2065.799C66.6172%2065.3715%2067.7714%2064.9074%2068.95%2064.4189C70.1347%2063.9242%2071.3499%2063.399%2072.5651%2062.8494C75.0016%2061.7503%2077.3466%2060.59%2079.4351%2059.5091L77.3527%2054.9108C75.8627%2055.6192%2074.3605%2056.3031%2072.8643%2056.9871L70.9285%2052.7063C74.4582%2050.5873%2077.2245%2047.5951%2079.0687%2044.1448L83.6303%2045.8669C83.038%2047.4058%2082.4395%2048.9385%2081.8289%2050.4774L86.5554%2052.2606C87.4958%2050.111%2088.5034%2047.6928%2089.4499%2045.1952C89.9201%2043.9433%2090.3659%2042.6976%2090.7812%2041.4885C91.1964%2040.2732%2091.5872%2039.0947%2091.9414%2037.9771L87.2149%2036.194C86.7874%2037.3909%2086.36%2038.5817%2085.9203%2039.7725ZM47.6317%2021.4953C48.4805%2022.3258%2049.3294%2023.1625%2050.1721%2023.9991L46.0806%2028.0905C45.7936%2027.8768%2045.5005%2027.6691%2045.2074%2027.4676C44.8105%2027.1989%2044.4074%2026.9486%2043.9983%2026.7104C44.8654%2024.7746%2046.0867%2023.0037%2047.6317%2021.4953ZM59.4358%2050.5385C57.7993%2050.5385%2056.1993%2050.3003%2054.6788%2049.8484C54.7521%2049.4393%2054.8192%2049.0301%2054.8681%2048.621H60.1381C60.1381%2049.2561%2060.1198%2049.8851%2060.1198%2050.5202C59.8938%2050.5263%2059.6679%2050.5385%2059.4358%2050.5385ZM66.3913%2049.0301C66.031%2049.195%2065.6646%2049.3416%2065.2982%2049.4759C65.3287%2048.3157%2065.3471%2047.131%2065.3471%2045.9341C65.3471%2043.9311%2065.2982%2041.9587%2065.2188%2040.1084H65.2066C65.1822%2039.4855%2065.1516%2038.8809%2065.1211%2038.2947H60.0709C60.1015%2039.9435%2060.1198%2041.5923%2060.1259%2043.2411H54.8559C54.3796%2039.284%2052.8712%2035.6444%2050.5934%2032.6033C50.3858%2032.3285%2050.1782%2032.0598%2049.9583%2031.7972L53.9643%2027.7913C55.1246%2028.9638%2056.2848%2030.1301%2057.4329%2031.3209L61.0052%2027.7485C59.4358%2026.002%2057.6466%2024.0907%2055.7596%2022.2037C54.4589%2020.903%2053.146%2019.6511%2051.8819%2018.4848C52.0712%2018.3932%2052.2544%2018.2955%2052.4499%2018.21C54.6605%2017.2085%2057.0054%2016.7016%2059.4053%2016.7016C66.0432%2016.7016%2072.0949%2020.6099%2074.8307%2026.6493C78.6717%2035.1498%2074.8856%2045.1891%2066.3913%2049.0301Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24724%22%3E%0A%3Crect%20width%3D%2292.0697%22%20height%3D%2278%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-customer-service,
 .toptask-items .customer-service a::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2090%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24729")%22%3E%0A%3Cpath%20d%3D%22M35.3013%2056.9278C33.8084%2056.9278%2032.7419%2058.0369%2032.7419%2059.6151C32.7419%2061.1081%2033.7657%2062.2598%2035.2587%2062.2598C36.8369%2062.2598%2037.818%2061.1081%2037.818%2059.6151C37.818%2058.0369%2036.7943%2056.9278%2035.3013%2056.9278Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M35.9412%2032.565C33.6804%2032.565%2031.249%2033.2475%2029.8413%2034.2713L30.8651%2036.9586C31.9315%2036.1481%2033.6377%2035.6363%2035.1733%2035.6363C37.8607%2035.6789%2039.2257%2037.1292%2039.2257%2039.3047C39.2257%2041.2242%2038.1593%2042.8878%2036.2397%2045.1486C34.1069%2047.708%2033.3391%2050.2247%2033.5951%2052.5281L33.6804%2053.6372H37.0076L36.9649%2052.5281C36.8369%2050.3527%2037.5194%2048.4758%2039.3963%2046.2577C41.4438%2043.8263%2043.0647%2041.7361%2043.0647%2038.8355C43.0647%2035.5936%2040.8466%2032.565%2035.9412%2032.565Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M80.1269%2039.5119C85.6356%2035.3437%2089.0786%2029.4267%2089.0786%2022.8516C89.0786%2010.2314%2076.3914%200%2060.7427%200C46.7453%200%2035.1306%208.18391%2032.8272%2018.9394C14.7531%2019.762%200.414551%2031.5656%200.414551%2046.0078C0.414551%2054.6122%205.50283%2062.272%2013.4369%2067.2384H13.4247L7.63564%2078L23.327%2071.565C26.9285%2072.5705%2030.8041%2073.125%2034.8442%2073.125C53.8567%2073.125%2069.2739%2060.9863%2069.2739%2046.0078C69.2739%2045.5508%2069.2556%2045.0998%2069.2313%2044.655C70.1819%2044.4173%2071.1081%2044.137%2072.01%2043.8202L85.9281%2050.2734L80.1391%2039.5058H80.1269V39.5119ZM34.8442%2067.5614C19.0492%2067.5614%206.20361%2057.8906%206.20361%2046.0078C6.20361%2034.125%2019.0492%2024.4542%2034.8442%2024.4542C50.6392%2024.4542%2063.4849%2034.125%2063.4849%2046.0078C63.4849%2057.8906%2050.6392%2067.5614%2034.8442%2067.5614ZM68.8961%2041.9798C68.8961%2041.9798%2068.8961%2042.0042%2068.8961%2042.0164C68.8961%2042.0042%2068.8961%2041.992%2068.8961%2041.9798ZM68.238%2039.39C64.7706%2028.5005%2052.9488%2020.2252%2038.4456%2019.0369C40.7247%2011.2125%2049.8531%205.33813%2060.7427%205.33813C73.3446%205.33813%2083.5942%2013.193%2083.5942%2022.8455C83.5942%2030.487%2077.1653%2037.0012%2068.238%2039.3839V39.39Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24729%22%3E%0A%3Crect%20width%3D%2288.6641%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.414551)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2090%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24729")%22%3E%0A%3Cpath%20d%3D%22M35.3013%2056.9278C33.8084%2056.9278%2032.7419%2058.0369%2032.7419%2059.6151C32.7419%2061.1081%2033.7657%2062.2598%2035.2587%2062.2598C36.8369%2062.2598%2037.818%2061.1081%2037.818%2059.6151C37.818%2058.0369%2036.7943%2056.9278%2035.3013%2056.9278Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M35.9412%2032.565C33.6804%2032.565%2031.249%2033.2475%2029.8413%2034.2713L30.8651%2036.9586C31.9315%2036.1481%2033.6377%2035.6363%2035.1733%2035.6363C37.8607%2035.6789%2039.2257%2037.1292%2039.2257%2039.3047C39.2257%2041.2242%2038.1593%2042.8878%2036.2397%2045.1486C34.1069%2047.708%2033.3391%2050.2247%2033.5951%2052.5281L33.6804%2053.6372H37.0076L36.9649%2052.5281C36.8369%2050.3527%2037.5194%2048.4758%2039.3963%2046.2577C41.4438%2043.8263%2043.0647%2041.7361%2043.0647%2038.8355C43.0647%2035.5936%2040.8466%2032.565%2035.9412%2032.565Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M80.1269%2039.5119C85.6356%2035.3437%2089.0786%2029.4267%2089.0786%2022.8516C89.0786%2010.2314%2076.3914%200%2060.7427%200C46.7453%200%2035.1306%208.18391%2032.8272%2018.9394C14.7531%2019.762%200.414551%2031.5656%200.414551%2046.0078C0.414551%2054.6122%205.50283%2062.272%2013.4369%2067.2384H13.4247L7.63564%2078L23.327%2071.565C26.9285%2072.5705%2030.8041%2073.125%2034.8442%2073.125C53.8567%2073.125%2069.2739%2060.9863%2069.2739%2046.0078C69.2739%2045.5508%2069.2556%2045.0998%2069.2313%2044.655C70.1819%2044.4173%2071.1081%2044.137%2072.01%2043.8202L85.9281%2050.2734L80.1391%2039.5058H80.1269V39.5119ZM34.8442%2067.5614C19.0492%2067.5614%206.20361%2057.8906%206.20361%2046.0078C6.20361%2034.125%2019.0492%2024.4542%2034.8442%2024.4542C50.6392%2024.4542%2063.4849%2034.125%2063.4849%2046.0078C63.4849%2057.8906%2050.6392%2067.5614%2034.8442%2067.5614ZM68.8961%2041.9798C68.8961%2041.9798%2068.8961%2042.0042%2068.8961%2042.0164C68.8961%2042.0042%2068.8961%2041.992%2068.8961%2041.9798ZM68.238%2039.39C64.7706%2028.5005%2052.9488%2020.2252%2038.4456%2019.0369C40.7247%2011.2125%2049.8531%205.33813%2060.7427%205.33813C73.3446%205.33813%2083.5942%2013.193%2083.5942%2022.8455C83.5942%2030.487%2077.1653%2037.0012%2068.238%2039.3839V39.39Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24729%22%3E%0A%3Crect%20width%3D%2288.6641%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.414551)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-digi-taalhuis,
 .toptask-items .digi-taalhuis a::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2093%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24726")%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M44.9319%2018.0314L39.35%2033.991H42.4457L43.5547%2030.7247H49.5875L50.6966%2033.991H54.103L48.4053%2018.0314H44.9319ZM44.3408%2028.2994L45.785%2024.2349C46.0897%2023.3147%2046.3518%2022.3885%2046.5407%2021.5658H46.565C46.7539%2022.4616%2046.9916%2023.2477%2047.2963%2024.1191L48.7832%2028.3055H44.3347L44.3408%2028.2994Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M77.7285%2031.4194C74.511%2031.4194%2073.0728%2029.4816%2073.0728%2026.0021C73.0728%2022.9064%2074.5414%2020.6578%2077.5213%2020.6578C78.606%2020.6578%2079.6967%2020.8224%2080.7388%2021.1331L81.0678%2018.3422C80.0258%2018.0558%2078.8192%2017.9156%2077.6858%2017.9156C72.3416%2017.9156%2069.6908%2021.4622%2069.6908%2026.5261C69.6908%2030.4992%2071.4885%2034.2103%2077.0703%2034.2103C78.5633%2034.2103%2080.0014%2033.9239%2081.1836%2033.5035L80.8302%2030.7613C80.0014%2031.1391%2078.7035%2031.4255%2077.7345%2031.4255L77.7285%2031.4194Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M64.4867%2025.5084V25.4597C65.998%2024.8686%2067.0157%2023.4731%2067.0157%2021.8888C67.0157%2019.3355%2065.1022%2017.94%2061.6471%2017.94C59.6849%2017.94%2057.6008%2017.9888%2056.2541%2018.0558V33.9909C58.265%2033.9909%2059.9408%2034.0397%2060.9097%2034.0397C65.736%2034.0397%2067.3203%2031.3889%2067.3203%2029.0733C67.3203%2027.4645%2066.3758%2025.9045%2064.4807%2025.5023L64.4867%2025.5084ZM59.3314%2020.4689C59.8738%2020.4445%2060.4892%2020.4202%2061.1291%2020.4202C63.0669%2020.4202%2063.7799%2021.2002%2063.7799%2022.3823C63.7799%2023.8022%2062.6952%2024.6553%2060.5867%2024.6553C60.0871%2024.6553%2059.7092%2024.6553%2059.3314%2024.6309V20.4689ZM61.0072%2031.5352C60.3003%2031.5352%2059.7092%2031.4864%2059.3314%2031.4377V26.9709C59.6605%2026.9466%2060.4405%2026.9466%2060.6782%2026.9466C62.6891%2026.9466%2064.0358%2027.5864%2064.0358%2029.1464C64.0358%2030.5906%2063.0182%2031.5352%2061.0072%2031.5352Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M82.8046%2044.5392C89.0141%2039.8409%2092.8958%2033.1683%2092.8958%2025.7583C92.8958%2011.5294%2078.5938%200%2060.9524%200C43.311%200%2029.0089%2011.5355%2029.0089%2025.7583C29.0089%2030.8587%2030.8553%2035.6058%2034.0302%2039.6094C20.8981%2039.6094%207.27251%2039.6094%203.47611%2039.6155C2.20861%2039.6155%201.11783%2040.7672%200.880171%2042.3577C0.532827%2045.3741%200.0697021%2050.8645%200.0697021%2058.7986C0.0697021%2066.7327%200.532827%2072.2292%200.874077%2075.2456C1.11173%2076.8422%202.20251%2077.9939%203.47611%2077.9939C10.7033%2077.9939%2053.6033%2077.9939%2060.8366%2077.9878C62.1041%2077.9878%2063.1949%2076.83%2063.4325%2075.2395C63.7799%2072.2109%2064.243%2066.7022%2064.243%2058.8047C64.243%2056.0381%2064.1881%2053.5702%2064.0967%2051.3947C67.4605%2051.1266%2070.678%2050.4441%2073.6578%2049.402L89.3492%2056.678L82.8228%2044.5392H82.8046ZM56.51%2072.6375H6.38892C6.38892%2072.6375%205.4322%2068.0002%205.4322%2058.8047C5.4322%2049.6092%206.38892%2044.9719%206.38892%2044.9719H56.5161C56.5161%2044.9719%2056.5527%2045.24%2056.6075%2045.7519C56.6197%2045.8433%2056.6258%2045.9469%2056.638%2046.0505C56.638%2046.0992%2056.6502%2046.148%2056.6563%2046.1967C56.6685%2046.3003%2056.6806%2046.4161%2056.6867%2046.5319C56.6867%2046.5928%2056.6989%2046.6537%2056.705%2046.7208C56.7172%2046.8487%2056.7294%2046.9889%2056.7416%2047.1352C56.7416%2047.19%2056.7538%2047.2509%2056.7538%2047.3119C56.7659%2047.4764%2056.7842%2047.647%2056.7964%2047.8359C56.7964%2047.8725%2056.7964%2047.9091%2056.8025%2047.9456C56.8756%2048.8597%2056.9488%2049.987%2057.0097%2051.3216C57.1072%2053.3447%2057.1742%2055.837%2057.1742%2058.8047C57.1742%2067.9453%2056.51%2072.6375%2056.51%2072.6375ZM61.5922%2061.2848C61.5922%2061.7419%2061.1961%2062.1136%2060.7086%2062.1136C60.2211%2062.1136%2059.825%2061.7419%2059.825%2061.2848V56.3184C59.825%2055.8614%2060.2211%2055.4897%2060.7086%2055.4897C61.1961%2055.4897%2061.5922%2055.8614%2061.5922%2056.3184V61.2848ZM63.7738%2045.9103C63.6641%2044.4905%2063.5422%2043.3083%2063.4386%2042.3698C63.201%2040.7733%2062.1102%2039.6155%2060.8366%2039.6155C58.1492%2039.6155%2050.5442%2039.6155%2041.6778%2039.6155C37.2355%2035.9897%2034.5116%2031.1208%2034.5116%2025.7644C34.5116%2014.5884%2046.3761%205.50266%2060.9585%205.50266C75.5408%205.50266%2087.4053%2014.5945%2087.4053%2025.7644C87.4053%2036.2091%2077.0399%2044.8317%2063.7799%2045.9103H63.7738Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24726%22%3E%0A%3Crect%20width%3D%2292.8261%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.0697021)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2093%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24726")%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M44.9319%2018.0314L39.35%2033.991H42.4457L43.5547%2030.7247H49.5875L50.6966%2033.991H54.103L48.4053%2018.0314H44.9319ZM44.3408%2028.2994L45.785%2024.2349C46.0897%2023.3147%2046.3518%2022.3885%2046.5407%2021.5658H46.565C46.7539%2022.4616%2046.9916%2023.2477%2047.2963%2024.1191L48.7832%2028.3055H44.3347L44.3408%2028.2994Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M77.7285%2031.4194C74.511%2031.4194%2073.0728%2029.4816%2073.0728%2026.0021C73.0728%2022.9064%2074.5414%2020.6578%2077.5213%2020.6578C78.606%2020.6578%2079.6967%2020.8224%2080.7388%2021.1331L81.0678%2018.3422C80.0258%2018.0558%2078.8192%2017.9156%2077.6858%2017.9156C72.3416%2017.9156%2069.6908%2021.4622%2069.6908%2026.5261C69.6908%2030.4992%2071.4885%2034.2103%2077.0703%2034.2103C78.5633%2034.2103%2080.0014%2033.9239%2081.1836%2033.5035L80.8302%2030.7613C80.0014%2031.1391%2078.7035%2031.4255%2077.7345%2031.4255L77.7285%2031.4194Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M64.4867%2025.5084V25.4597C65.998%2024.8686%2067.0157%2023.4731%2067.0157%2021.8888C67.0157%2019.3355%2065.1022%2017.94%2061.6471%2017.94C59.6849%2017.94%2057.6008%2017.9888%2056.2541%2018.0558V33.9909C58.265%2033.9909%2059.9408%2034.0397%2060.9097%2034.0397C65.736%2034.0397%2067.3203%2031.3889%2067.3203%2029.0733C67.3203%2027.4645%2066.3758%2025.9045%2064.4807%2025.5023L64.4867%2025.5084ZM59.3314%2020.4689C59.8738%2020.4445%2060.4892%2020.4202%2061.1291%2020.4202C63.0669%2020.4202%2063.7799%2021.2002%2063.7799%2022.3823C63.7799%2023.8022%2062.6952%2024.6553%2060.5867%2024.6553C60.0871%2024.6553%2059.7092%2024.6553%2059.3314%2024.6309V20.4689ZM61.0072%2031.5352C60.3003%2031.5352%2059.7092%2031.4864%2059.3314%2031.4377V26.9709C59.6605%2026.9466%2060.4405%2026.9466%2060.6782%2026.9466C62.6891%2026.9466%2064.0358%2027.5864%2064.0358%2029.1464C64.0358%2030.5906%2063.0182%2031.5352%2061.0072%2031.5352Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M82.8046%2044.5392C89.0141%2039.8409%2092.8958%2033.1683%2092.8958%2025.7583C92.8958%2011.5294%2078.5938%200%2060.9524%200C43.311%200%2029.0089%2011.5355%2029.0089%2025.7583C29.0089%2030.8587%2030.8553%2035.6058%2034.0302%2039.6094C20.8981%2039.6094%207.27251%2039.6094%203.47611%2039.6155C2.20861%2039.6155%201.11783%2040.7672%200.880171%2042.3577C0.532827%2045.3741%200.0697021%2050.8645%200.0697021%2058.7986C0.0697021%2066.7327%200.532827%2072.2292%200.874077%2075.2456C1.11173%2076.8422%202.20251%2077.9939%203.47611%2077.9939C10.7033%2077.9939%2053.6033%2077.9939%2060.8366%2077.9878C62.1041%2077.9878%2063.1949%2076.83%2063.4325%2075.2395C63.7799%2072.2109%2064.243%2066.7022%2064.243%2058.8047C64.243%2056.0381%2064.1881%2053.5702%2064.0967%2051.3947C67.4605%2051.1266%2070.678%2050.4441%2073.6578%2049.402L89.3492%2056.678L82.8228%2044.5392H82.8046ZM56.51%2072.6375H6.38892C6.38892%2072.6375%205.4322%2068.0002%205.4322%2058.8047C5.4322%2049.6092%206.38892%2044.9719%206.38892%2044.9719H56.5161C56.5161%2044.9719%2056.5527%2045.24%2056.6075%2045.7519C56.6197%2045.8433%2056.6258%2045.9469%2056.638%2046.0505C56.638%2046.0992%2056.6502%2046.148%2056.6563%2046.1967C56.6685%2046.3003%2056.6806%2046.4161%2056.6867%2046.5319C56.6867%2046.5928%2056.6989%2046.6537%2056.705%2046.7208C56.7172%2046.8487%2056.7294%2046.9889%2056.7416%2047.1352C56.7416%2047.19%2056.7538%2047.2509%2056.7538%2047.3119C56.7659%2047.4764%2056.7842%2047.647%2056.7964%2047.8359C56.7964%2047.8725%2056.7964%2047.9091%2056.8025%2047.9456C56.8756%2048.8597%2056.9488%2049.987%2057.0097%2051.3216C57.1072%2053.3447%2057.1742%2055.837%2057.1742%2058.8047C57.1742%2067.9453%2056.51%2072.6375%2056.51%2072.6375ZM61.5922%2061.2848C61.5922%2061.7419%2061.1961%2062.1136%2060.7086%2062.1136C60.2211%2062.1136%2059.825%2061.7419%2059.825%2061.2848V56.3184C59.825%2055.8614%2060.2211%2055.4897%2060.7086%2055.4897C61.1961%2055.4897%2061.5922%2055.8614%2061.5922%2056.3184V61.2848ZM63.7738%2045.9103C63.6641%2044.4905%2063.5422%2043.3083%2063.4386%2042.3698C63.201%2040.7733%2062.1102%2039.6155%2060.8366%2039.6155C58.1492%2039.6155%2050.5442%2039.6155%2041.6778%2039.6155C37.2355%2035.9897%2034.5116%2031.1208%2034.5116%2025.7644C34.5116%2014.5884%2046.3761%205.50266%2060.9585%205.50266C75.5408%205.50266%2087.4053%2014.5945%2087.4053%2025.7644C87.4053%2036.2091%2077.0399%2044.8317%2063.7799%2045.9103H63.7738Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24726%22%3E%0A%3Crect%20width%3D%2292.8261%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.0697021)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-e-books,
 .toptask-items .e-books a::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2077%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24727")%22%3E%0A%3Cpath%20d%3D%22M72.7715%201.31622V62.9911L76.4583%2059.1764V4.89935L72.7715%201.31622Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M28.3176%2013.8937C3.73544%2014.692%200.895752%2017.55%200.895752%2017.55V74.1366C0.895752%2074.1366%204.72263%2078%2042.0529%2078V13.6927L45.3497%2015.0089V76.6837L49.0364%2072.8691V63.8077C54.3806%2064.1123%2061.0776%2064.3073%2069.4748%2064.3073V0C32.1506%200%2028.3176%203.86344%2028.3176%203.86344V13.8998V13.8937ZM24.6553%2072.3633C24.6553%2072.3633%2024.6248%2072.3633%2024.6126%2072.3633C18.5676%2072.1561%2017.0686%2071.9428%2017.0076%2071.9367C16.3434%2071.8392%2015.8864%2071.2177%2015.9839%2070.5534C16.0814%2069.8892%2016.6968%2069.4322%2017.3611%2069.5297C17.4281%2069.5419%2018.8906%2069.7369%2024.6918%2069.9319C25.3622%2069.9563%2025.8862%2070.5169%2025.8679%2071.1872C25.8436%2071.8453%2025.3073%2072.3633%2024.6553%2072.3633ZM52.0772%2058.6706C52.0772%2058.6706%2052.0467%2058.6706%2052.0345%2058.6706C50.8767%2058.6341%2049.8834%2058.5914%2049.0364%2058.5548V56.1234C49.8956%2056.16%2050.9132%2056.2027%2052.1198%2056.2453C52.7901%2056.2697%2053.3142%2056.8303%2053.2959%2057.5006C53.2715%2058.1587%2052.7353%2058.6767%2052.0833%2058.6767L52.0772%2058.6706ZM32.4858%206.89203C35.7886%206.03891%2044.4539%204.35703%2065.3067%204.18641V51.5166C58.7437%2051.4617%2053.3995%2051.3337%2049.0364%2051.157V27.0014H56.6109V21.7669C54.1125%2021.7669%2051.4678%2021.8034%2049.0364%2021.8522V18.5981L47.4459%2017.0503C56.9278%2016.9102%2063.0398%2017.0077%2063.0398%2017.0077V9.28078C46.3308%209.28078%2034.7465%2010.6153%2034.7465%2010.6153V13.7536C33.9787%2013.7658%2033.217%2013.778%2032.4797%2013.7962V6.90422L32.4858%206.89203ZM32.4858%2017.9583C34.1859%2017.9217%2035.9836%2017.8913%2037.8848%2017.873V65.2031C17.0259%2065.0264%208.36669%2064.1184%205.06388%2063.2592V20.5847C7.80606%2019.8717%2014.2593%2018.5981%2028.3176%2018.0863C29.64%2018.0375%2031.0233%2017.9948%2032.4858%2017.9644V17.9583Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M12.4739%2040.688H29.189V35.4534C21.5292%2035.4534%2012.4739%2035.8008%2012.4739%2035.8008V40.688Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M35.6179%2030.6942V22.9673C18.9089%2022.9673%207.32465%2024.3019%207.32465%2024.3019V31.0355C23.6925%2030.4992%2035.6179%2030.6942%2035.6179%2030.6942Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24727%22%3E%0A%3Crect%20width%3D%2275.5625%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.895752)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2077%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24727")%22%3E%0A%3Cpath%20d%3D%22M72.7715%201.31622V62.9911L76.4583%2059.1764V4.89935L72.7715%201.31622Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M28.3176%2013.8937C3.73544%2014.692%200.895752%2017.55%200.895752%2017.55V74.1366C0.895752%2074.1366%204.72263%2078%2042.0529%2078V13.6927L45.3497%2015.0089V76.6837L49.0364%2072.8691V63.8077C54.3806%2064.1123%2061.0776%2064.3073%2069.4748%2064.3073V0C32.1506%200%2028.3176%203.86344%2028.3176%203.86344V13.8998V13.8937ZM24.6553%2072.3633C24.6553%2072.3633%2024.6248%2072.3633%2024.6126%2072.3633C18.5676%2072.1561%2017.0686%2071.9428%2017.0076%2071.9367C16.3434%2071.8392%2015.8864%2071.2177%2015.9839%2070.5534C16.0814%2069.8892%2016.6968%2069.4322%2017.3611%2069.5297C17.4281%2069.5419%2018.8906%2069.7369%2024.6918%2069.9319C25.3622%2069.9563%2025.8862%2070.5169%2025.8679%2071.1872C25.8436%2071.8453%2025.3073%2072.3633%2024.6553%2072.3633ZM52.0772%2058.6706C52.0772%2058.6706%2052.0467%2058.6706%2052.0345%2058.6706C50.8767%2058.6341%2049.8834%2058.5914%2049.0364%2058.5548V56.1234C49.8956%2056.16%2050.9132%2056.2027%2052.1198%2056.2453C52.7901%2056.2697%2053.3142%2056.8303%2053.2959%2057.5006C53.2715%2058.1587%2052.7353%2058.6767%2052.0833%2058.6767L52.0772%2058.6706ZM32.4858%206.89203C35.7886%206.03891%2044.4539%204.35703%2065.3067%204.18641V51.5166C58.7437%2051.4617%2053.3995%2051.3337%2049.0364%2051.157V27.0014H56.6109V21.7669C54.1125%2021.7669%2051.4678%2021.8034%2049.0364%2021.8522V18.5981L47.4459%2017.0503C56.9278%2016.9102%2063.0398%2017.0077%2063.0398%2017.0077V9.28078C46.3308%209.28078%2034.7465%2010.6153%2034.7465%2010.6153V13.7536C33.9787%2013.7658%2033.217%2013.778%2032.4797%2013.7962V6.90422L32.4858%206.89203ZM32.4858%2017.9583C34.1859%2017.9217%2035.9836%2017.8913%2037.8848%2017.873V65.2031C17.0259%2065.0264%208.36669%2064.1184%205.06388%2063.2592V20.5847C7.80606%2019.8717%2014.2593%2018.5981%2028.3176%2018.0863C29.64%2018.0375%2031.0233%2017.9948%2032.4858%2017.9644V17.9583Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M12.4739%2040.688H29.189V35.4534C21.5292%2035.4534%2012.4739%2035.8008%2012.4739%2035.8008V40.688Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M35.6179%2030.6942V22.9673C18.9089%2022.9673%207.32465%2024.3019%207.32465%2024.3019V31.0355C23.6925%2030.4992%2035.6179%2030.6942%2035.6179%2030.6942Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24727%22%3E%0A%3Crect%20width%3D%2275.5625%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.895752)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-events {
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23757575%3Bfill-rule%3Aevenodd%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-2%7Bfill%3Anone%3B%7D.cls-3%7Bclip-path%3Aurl(%23clippath")%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clippath%22%3E%3Crect%20class%3D%22cls-2%22%20x%3D%226.34%22%20y%3D%225.75%22%20width%3D%2227.31%22%20height%3D%2228.5%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Group_72%22%3E%3Cg%20class%3D%22cls-3%22%3E%3Cg%20id%3D%22Group_45%22%3E%3Cpath%20id%3D%22Path_12%22%20class%3D%22cls-1%22%20d%3D%22M30.09%2C10.43v1.55c.03%2C1.8-1.4%2C3.29-3.21%2C3.32s-3.29-1.4-3.32-3.21c0-.04%2C0-.08%2C0-.11v-2.02c-1.08-.03-2.27-.05-3.56-.05s-2.48.02-3.56.05v2.02c.03%2C1.8-1.4%2C3.29-3.21%2C3.32-1.8.03-3.29-1.4-3.32-3.21%2C0-.04%2C0-.08%2C0-.11v-1.55c-1.2.12-2.4.34-3.56.66v21.97s1.77%2C1.19%2C13.66%2C1.19%2C13.66-1.19%2C13.66-1.19V11.09c-1.17-.32-2.36-.54-3.56-.66M30.69%2C30.69c-3.55.42-7.12.62-10.69.59-3.57.03-7.14-.17-10.69-.59v-12.47s4.18-.33%2C10.69-.33%2C10.69.33%2C10.69.33v12.47Z%22%2F%3E%3Cpath%20id%3D%22Path_13%22%20class%3D%22cls-1%22%20d%3D%22M26.83%2C13.47c.82%2C0%2C1.48-.67%2C1.48-1.48v-4.75c0-.82-.66-1.48-1.48-1.48s-1.48.66-1.48%2C1.48v4.75c0%2C.82.66%2C1.48%2C1.48%2C1.49%22%2F%3E%3Cpath%20id%3D%22Path_14%22%20class%3D%22cls-1%22%20d%3D%22M13.17%2C13.47c.82%2C0%2C1.48-.67%2C1.48-1.49v-4.75c0-.82-.66-1.48-1.48-1.48s-1.48.66-1.48%2C1.48v4.75c0%2C.82.66%2C1.49%2C1.49%2C1.49h0%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23757575%3Bfill-rule%3Aevenodd%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-2%7Bfill%3Anone%3B%7D.cls-3%7Bclip-path%3Aurl(%23clippath")%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clippath%22%3E%3Crect%20class%3D%22cls-2%22%20x%3D%226.34%22%20y%3D%225.75%22%20width%3D%2227.31%22%20height%3D%2228.5%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Group_72%22%3E%3Cg%20class%3D%22cls-3%22%3E%3Cg%20id%3D%22Group_45%22%3E%3Cpath%20id%3D%22Path_12%22%20class%3D%22cls-1%22%20d%3D%22M30.09%2C10.43v1.55c.03%2C1.8-1.4%2C3.29-3.21%2C3.32s-3.29-1.4-3.32-3.21c0-.04%2C0-.08%2C0-.11v-2.02c-1.08-.03-2.27-.05-3.56-.05s-2.48.02-3.56.05v2.02c.03%2C1.8-1.4%2C3.29-3.21%2C3.32-1.8.03-3.29-1.4-3.32-3.21%2C0-.04%2C0-.08%2C0-.11v-1.55c-1.2.12-2.4.34-3.56.66v21.97s1.77%2C1.19%2C13.66%2C1.19%2C13.66-1.19%2C13.66-1.19V11.09c-1.17-.32-2.36-.54-3.56-.66M30.69%2C30.69c-3.55.42-7.12.62-10.69.59-3.57.03-7.14-.17-10.69-.59v-12.47s4.18-.33%2C10.69-.33%2C10.69.33%2C10.69.33v12.47Z%22%2F%3E%3Cpath%20id%3D%22Path_13%22%20class%3D%22cls-1%22%20d%3D%22M26.83%2C13.47c.82%2C0%2C1.48-.67%2C1.48-1.48v-4.75c0-.82-.66-1.48-1.48-1.48s-1.48.66-1.48%2C1.48v4.75c0%2C.82.66%2C1.48%2C1.48%2C1.49%22%2F%3E%3Cpath%20id%3D%22Path_14%22%20class%3D%22cls-1%22%20d%3D%22M13.17%2C13.47c.82%2C0%2C1.48-.67%2C1.48-1.49v-4.75c0-.82-.66-1.48-1.48-1.48s-1.48.66-1.48%2C1.48v4.75c0%2C.82.66%2C1.49%2C1.49%2C1.49h0%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-home {
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23757575%3Bfill-rule%3Aevenodd%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Page-1%22%3E%3Cg%20id%3D%22Dribbble-Light-Preview%22%3E%3Cg%20id%3D%22icons%22%3E%3Cpath%20id%3D%22home-%22%20class%3D%22cls-1%22%20d%3D%22M28.98%2C31.28h-4.49v-5.63h-8.98v5.63h-4.49v-12.98l8.96-8.44%2C8.99%2C8.47v12.95ZM31.89%2C17.19l-11.94-11.29-11.93%2C11.27v16.92h10.48v-5.63h2.99v5.63h10.48v-16.9h-.08Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23757575%3Bfill-rule%3Aevenodd%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Page-1%22%3E%3Cg%20id%3D%22Dribbble-Light-Preview%22%3E%3Cg%20id%3D%22icons%22%3E%3Cpath%20id%3D%22home-%22%20class%3D%22cls-1%22%20d%3D%22M28.98%2C31.28h-4.49v-5.63h-8.98v5.63h-4.49v-12.98l8.96-8.44%2C8.99%2C8.47v12.95ZM31.89%2C17.19l-11.94-11.29-11.93%2C11.27v16.92h10.48v-5.63h2.99v5.63h10.48v-16.9h-.08Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-ido,
 .toptask-items .ido a::before {
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-3%7Bclip-path%3Aurl(%23clippath")%3B%7D.cls-2%7Bfill%3A%23757575%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clippath%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%225.01%22%20y%3D%225.39%22%20width%3D%2229.98%22%20height%3D%2229.21%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Group_61%22%3E%3Cg%20class%3D%22cls-3%22%3E%3Cg%20id%3D%22Group_60%22%3E%3Cpath%20id%3D%22Path_30%22%20class%3D%22cls-2%22%20d%3D%22M22.87%2C10.28c0%2C1.57-1.27%2C2.84-2.84%2C2.84s-2.84-1.27-2.84-2.84c.04-1.57%2C1.35-2.81%2C2.92-2.77%2C1.51.04%2C2.73%2C1.26%2C2.77%2C2.77M17.24%2C17.66c.07-1.52%2C1.36-2.69%2C2.88-2.62%2C1.42.07%2C2.56%2C1.2%2C2.62%2C2.62v11.95c-.07%2C1.52-1.36%2C2.69-2.88%2C2.62-1.42-.07-2.56-1.2-2.62-2.62v-11.95ZM34.99%2C20c-.11-8.17-6.82-14.71-14.99-14.61-8.17-.11-14.89%2C6.43-14.99%2C14.61%2C0%2C0%2C0%2C0%2C0%2C0%2C.11%2C8.17%2C6.82%2C14.71%2C14.99%2C14.61%2C8.17.11%2C14.89-6.43%2C14.99-14.61%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-3%7Bclip-path%3Aurl(%23clippath")%3B%7D.cls-2%7Bfill%3A%23757575%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clippath%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%225.01%22%20y%3D%225.39%22%20width%3D%2229.98%22%20height%3D%2229.21%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Group_61%22%3E%3Cg%20class%3D%22cls-3%22%3E%3Cg%20id%3D%22Group_60%22%3E%3Cpath%20id%3D%22Path_30%22%20class%3D%22cls-2%22%20d%3D%22M22.87%2C10.28c0%2C1.57-1.27%2C2.84-2.84%2C2.84s-2.84-1.27-2.84-2.84c.04-1.57%2C1.35-2.81%2C2.92-2.77%2C1.51.04%2C2.73%2C1.26%2C2.77%2C2.77M17.24%2C17.66c.07-1.52%2C1.36-2.69%2C2.88-2.62%2C1.42.07%2C2.56%2C1.2%2C2.62%2C2.62v11.95c-.07%2C1.52-1.36%2C2.69-2.88%2C2.62-1.42-.07-2.56-1.2-2.62-2.62v-11.95ZM34.99%2C20c-.11-8.17-6.82-14.71-14.99-14.61-8.17-.11-14.89%2C6.43-14.99%2C14.61%2C0%2C0%2C0%2C0%2C0%2C0%2C.11%2C8.17%2C6.82%2C14.71%2C14.99%2C14.61%2C8.17.11%2C14.89-6.43%2C14.99-14.61%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-locations {
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-3%7Bclip-path%3Aurl(%23clippath")%3B%7D.cls-2%7Bfill%3A%23757575%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clippath%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%228.75%22%20y%3D%225.49%22%20width%3D%2222.5%22%20height%3D%2229.02%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Group_50%22%3E%3Cg%20class%3D%22cls-3%22%3E%3Cg%20id%3D%22Group_49%22%3E%3Cpath%20id%3D%22Path_16%22%20class%3D%22cls-2%22%20d%3D%22M20%2C5.49c-6.22%2C0-11.26%2C5.05-11.26%2C11.27%2C0%2C.51.04%2C1.02.11%2C1.53.39%2C3.6%2C1.7%2C9.72%2C11.15%2C16.22%2C9.43-6.62%2C10.75-12.63%2C11.15-16.22.85-6.16-3.45-11.84-9.61-12.69-.51-.07-1.02-.11-1.54-.11M28.02%2C17.86v.04s-.01.04-.01.04c-.23%2C2.13-.76%2C6.93-8.03%2C12.65-7.22-5.61-7.76-10.48-8-12.65v-.09c-.06-.37-.08-.74-.08-1.11%2C0-4.47%2C3.61-8.11%2C8.09-8.11%2C4.47%2C0%2C8.11%2C3.61%2C8.11%2C8.09%2C0%2C.38-.03.76-.08%2C1.14%22%2F%3E%3Cpath%20id%3D%22Path_17%22%20class%3D%22cls-2%22%20d%3D%22M20%2C12.6c-2.29%2C0-4.14%2C1.86-4.14%2C4.15s1.86%2C4.14%2C4.14%2C4.14%2C4.15-1.86%2C4.15-4.14c0-2.29-1.86-4.14-4.15-4.15%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-3%7Bclip-path%3Aurl(%23clippath")%3B%7D.cls-2%7Bfill%3A%23757575%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clippath%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%228.75%22%20y%3D%225.49%22%20width%3D%2222.5%22%20height%3D%2229.02%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Group_50%22%3E%3Cg%20class%3D%22cls-3%22%3E%3Cg%20id%3D%22Group_49%22%3E%3Cpath%20id%3D%22Path_16%22%20class%3D%22cls-2%22%20d%3D%22M20%2C5.49c-6.22%2C0-11.26%2C5.05-11.26%2C11.27%2C0%2C.51.04%2C1.02.11%2C1.53.39%2C3.6%2C1.7%2C9.72%2C11.15%2C16.22%2C9.43-6.62%2C10.75-12.63%2C11.15-16.22.85-6.16-3.45-11.84-9.61-12.69-.51-.07-1.02-.11-1.54-.11M28.02%2C17.86v.04s-.01.04-.01.04c-.23%2C2.13-.76%2C6.93-8.03%2C12.65-7.22-5.61-7.76-10.48-8-12.65v-.09c-.06-.37-.08-.74-.08-1.11%2C0-4.47%2C3.61-8.11%2C8.09-8.11%2C4.47%2C0%2C8.11%2C3.61%2C8.11%2C8.09%2C0%2C.38-.03.76-.08%2C1.14%22%2F%3E%3Cpath%20id%3D%22Path_17%22%20class%3D%22cls-2%22%20d%3D%22M20%2C12.6c-2.29%2C0-4.14%2C1.86-4.14%2C4.15s1.86%2C4.14%2C4.14%2C4.14%2C4.15-1.86%2C4.15-4.14c0-2.29-1.86-4.14-4.15-4.15%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-my-library,
 .toptask-items .my-library a::before {
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-3%7Bclip-path%3Aurl(%23clippath")%3B%7D.cls-2%7Bfill%3A%23757575%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clippath%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%224.17%22%20y%3D%224.69%22%20width%3D%2231.67%22%20height%3D%2230.61%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Group_48%22%3E%3Cg%20class%3D%22cls-3%22%3E%3Cg%20id%3D%22Group_47%22%3E%3Cpath%20id%3D%22Path_15%22%20class%3D%22cls-2%22%20d%3D%22M20%2C7.36c3.49%2C0%2C6.32%2C3.54%2C6.32%2C7.9v.14c0%2C.55-.06%2C1.1-.16%2C1.65-.22%2C1.41-.7%2C2.77-1.42%2C4-1.53%2C2.55-1.69%2C4.32.57%2C5.28.43.15.88.3%2C1.32.44%2C1.88.56%2C3.08.69%2C3.97.96%2C1.51.4%2C2.56%2C1.75%2C2.57%2C3.31v.02s-1.01%2C1.54-12.75%2C1.58h-.77c-11.8-.03-12.81-1.58-12.81-1.58v-.02c.02-1.55%2C1.07-2.91%2C2.57-3.3.89-.27%2C2.09-.4%2C3.97-.96.44-.14.88-.29%2C1.32-.44%2C2.26-.96%2C2.1-2.73.57-5.28-.72-1.23-1.2-2.59-1.42-4-.1-.54-.15-1.1-.16-1.65v-.14c0-4.36%2C2.83-7.9%2C6.32-7.9M20%2C4.7c-4.95%2C0-8.97%2C4.72-8.98%2C10.53v.21c0%2C.69.08%2C1.38.2%2C2.06.28%2C1.73.88%2C3.4%2C1.76%2C4.91.29.45.52.94.7%2C1.45-.37.13-.73.25-1.08.36-.99.29-1.77.45-2.45.6-.53.11-.99.21-1.45.34-2.65.71-4.5%2C3.11-4.52%2C5.85v.83l.44.67c.58.89%2C1.7%2C1.48%2C3.62%2C1.92%2C2.89.55%2C5.82.83%2C8.75.83v.03h6.1v-.04c2.92%2C0%2C5.84-.29%2C8.71-.83%2C1.92-.43%2C3.03-1.03%2C3.61-1.92l.43-.67v-.83c-.02-2.74-1.87-5.14-4.52-5.85-.46-.13-.92-.23-1.45-.34-.69-.14-1.46-.3-2.45-.6-.35-.11-.72-.24-1.08-.36.18-.51.41-.99.7-1.45.88-1.52%2C1.48-3.18%2C1.76-4.91.12-.68.19-1.37.2-2.06v-.22c0-5.81-4.03-10.53-8.98-10.53%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-3%7Bclip-path%3Aurl(%23clippath")%3B%7D.cls-2%7Bfill%3A%23757575%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clippath%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%224.17%22%20y%3D%224.69%22%20width%3D%2231.67%22%20height%3D%2230.61%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Group_48%22%3E%3Cg%20class%3D%22cls-3%22%3E%3Cg%20id%3D%22Group_47%22%3E%3Cpath%20id%3D%22Path_15%22%20class%3D%22cls-2%22%20d%3D%22M20%2C7.36c3.49%2C0%2C6.32%2C3.54%2C6.32%2C7.9v.14c0%2C.55-.06%2C1.1-.16%2C1.65-.22%2C1.41-.7%2C2.77-1.42%2C4-1.53%2C2.55-1.69%2C4.32.57%2C5.28.43.15.88.3%2C1.32.44%2C1.88.56%2C3.08.69%2C3.97.96%2C1.51.4%2C2.56%2C1.75%2C2.57%2C3.31v.02s-1.01%2C1.54-12.75%2C1.58h-.77c-11.8-.03-12.81-1.58-12.81-1.58v-.02c.02-1.55%2C1.07-2.91%2C2.57-3.3.89-.27%2C2.09-.4%2C3.97-.96.44-.14.88-.29%2C1.32-.44%2C2.26-.96%2C2.1-2.73.57-5.28-.72-1.23-1.2-2.59-1.42-4-.1-.54-.15-1.1-.16-1.65v-.14c0-4.36%2C2.83-7.9%2C6.32-7.9M20%2C4.7c-4.95%2C0-8.97%2C4.72-8.98%2C10.53v.21c0%2C.69.08%2C1.38.2%2C2.06.28%2C1.73.88%2C3.4%2C1.76%2C4.91.29.45.52.94.7%2C1.45-.37.13-.73.25-1.08.36-.99.29-1.77.45-2.45.6-.53.11-.99.21-1.45.34-2.65.71-4.5%2C3.11-4.52%2C5.85v.83l.44.67c.58.89%2C1.7%2C1.48%2C3.62%2C1.92%2C2.89.55%2C5.82.83%2C8.75.83v.03h6.1v-.04c2.92%2C0%2C5.84-.29%2C8.71-.83%2C1.92-.43%2C3.03-1.03%2C3.61-1.92l.43-.67v-.83c-.02-2.74-1.87-5.14-4.52-5.85-.46-.13-.92-.23-1.45-.34-.69-.14-1.46-.3-2.45-.6-.35-.11-.72-.24-1.08-.36.18-.51.41-.99.7-1.45.88-1.52%2C1.48-3.18%2C1.76-4.91.12-.68.19-1.37.2-2.06v-.22c0-5.81-4.03-10.53-8.98-10.53%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-read-aloud-movies,
 .toptask-items .read-aloud-movies a::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2088%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24737")%22%3E%0A%3Cpath%20d%3D%22M69.2907%2019.0174V13.2629C59.9129%2013.2629%2052.5629%2013.7561%2049.0432%2014.0484C47.5695%2014.1702%2046.7596%2014.2555%2046.7596%2014.2555V19.2732C59.7972%2018.8713%2069.2907%2019.0174%2069.2907%2019.0174Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M83.5217%201.32141V62.959L87.4555%2059.147V4.90202L83.5217%201.32141Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M42.9111%201.95472C41.5471%202.17394%2040.4571%202.39925%2039.5741%202.60629C36.6512%203.2944%2036.0422%203.85463%2036.0422%203.85463V26.5135C24.0825%2026.5135%2011.8731%2026.5135%206.07593%2026.5135C4.09685%2026.5135%202.41007%2027.9385%202.07515%2029.881C1.53318%2033.8635%200.78418%2041.3597%200.78418%2052.2476C0.78418%2063.1356%201.53318%2070.6317%202.06906%2074.6203C2.41007%2076.569%204.09685%2077.9939%206.07593%2077.9939C17.2197%2077.9939%2052.1062%2077.9939%2063.2439%2077.9878C65.2108%2077.9878%2066.8975%2076.569%2067.2386%2074.6264C67.5491%2072.3124%2067.9328%2068.8049%2068.2007%2064.1282C71.7326%2064.2074%2075.6481%2064.2561%2079.9899%2064.2561V0C62.915%200%2052.4107%200.706378%2045.9741%201.51628C44.8293%201.66242%2043.8124%201.80857%2042.9111%201.95472ZM5.78363%2054.9635C4.28562%2054.9635%203.07382%2053.7517%203.07382%2052.2537C3.07382%2050.7557%204.28562%2049.5439%205.78363%2049.5439C7.28164%2049.5439%208.49345%2050.7557%208.49345%2052.2537C8.49345%2053.7517%207.28164%2054.9635%205.78363%2054.9635ZM58.2383%2058.398C58.2261%2058.8973%2058.2079%2059.3784%2058.1896%2059.8473C58.1896%2059.8473%2058.1896%2059.8534%2058.1896%2059.8595C58.1531%2060.7729%2058.1165%2061.6315%2058.0739%2062.4475C58.0739%2062.5084%2058.0678%2062.5632%2058.0617%2062.6241C58.0435%2063.0138%2058.0191%2063.3914%2057.9947%2063.7567C57.6294%2069.627%2057.0996%2072.5743%2057.0996%2072.5743H12.1898C12.1898%2072.5743%2010.9658%2065.681%2010.9658%2052.2537C10.9658%2038.8265%2012.1898%2031.9332%2012.1898%2031.9332H57.1057C57.1057%2031.9332%2058.3297%2038.7473%2058.3297%2052.2537C58.3297%2054.4886%2058.2931%2056.5346%2058.2383%2058.398ZM64.4618%2054.9635C64.4618%2055.7065%2063.8528%2056.3154%2063.1099%2056.3154C62.367%2056.3154%2061.758%2055.7126%2061.758%2054.9635V49.5439C61.758%2048.801%2062.367%2048.1921%2063.1099%2048.1921C63.8528%2048.1921%2064.4618%2048.7949%2064.4618%2049.5439V54.9635ZM74.6373%205.38918V58.8791C72.4329%2058.8608%2070.3746%2058.8243%2068.426%2058.7755C68.4869%2056.7538%2068.5234%2054.586%2068.5234%2052.2537C68.5234%2041.317%2067.7805%2033.8453%2067.2446%2029.8749C66.9097%2027.9324%2065.2169%2026.5135%2063.2439%2026.5135C58.7681%2026.5135%2050.4682%2026.5135%2041.407%2026.5135V7.691C42.1195%207.53876%2042.9172%207.38653%2043.7819%207.24647C44.6527%207.10641%2045.6209%206.96635%2046.6501%206.83847C53.4398%205.98595%2062.8298%205.49879%2074.6373%205.38918Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M28.6678%2044.5201C28.0406%2048.0885%2027.9797%2052.2476%2027.9797%2052.2476V52.2963C27.9919%2052.7652%2028.0772%2056.632%2028.6678%2059.9752C28.6678%2059.9752%2036.2431%2058.6842%2044.5005%2052.2476L44.403%2052.1745C36.1822%2045.7989%2028.6678%2044.5201%2028.6678%2044.5201Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24737%22%3E%0A%3Crect%20width%3D%2286.6714%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.78418)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2088%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24737")%22%3E%0A%3Cpath%20d%3D%22M69.2907%2019.0174V13.2629C59.9129%2013.2629%2052.5629%2013.7561%2049.0432%2014.0484C47.5695%2014.1702%2046.7596%2014.2555%2046.7596%2014.2555V19.2732C59.7972%2018.8713%2069.2907%2019.0174%2069.2907%2019.0174Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M83.5217%201.32141V62.959L87.4555%2059.147V4.90202L83.5217%201.32141Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M42.9111%201.95472C41.5471%202.17394%2040.4571%202.39925%2039.5741%202.60629C36.6512%203.2944%2036.0422%203.85463%2036.0422%203.85463V26.5135C24.0825%2026.5135%2011.8731%2026.5135%206.07593%2026.5135C4.09685%2026.5135%202.41007%2027.9385%202.07515%2029.881C1.53318%2033.8635%200.78418%2041.3597%200.78418%2052.2476C0.78418%2063.1356%201.53318%2070.6317%202.06906%2074.6203C2.41007%2076.569%204.09685%2077.9939%206.07593%2077.9939C17.2197%2077.9939%2052.1062%2077.9939%2063.2439%2077.9878C65.2108%2077.9878%2066.8975%2076.569%2067.2386%2074.6264C67.5491%2072.3124%2067.9328%2068.8049%2068.2007%2064.1282C71.7326%2064.2074%2075.6481%2064.2561%2079.9899%2064.2561V0C62.915%200%2052.4107%200.706378%2045.9741%201.51628C44.8293%201.66242%2043.8124%201.80857%2042.9111%201.95472ZM5.78363%2054.9635C4.28562%2054.9635%203.07382%2053.7517%203.07382%2052.2537C3.07382%2050.7557%204.28562%2049.5439%205.78363%2049.5439C7.28164%2049.5439%208.49345%2050.7557%208.49345%2052.2537C8.49345%2053.7517%207.28164%2054.9635%205.78363%2054.9635ZM58.2383%2058.398C58.2261%2058.8973%2058.2079%2059.3784%2058.1896%2059.8473C58.1896%2059.8473%2058.1896%2059.8534%2058.1896%2059.8595C58.1531%2060.7729%2058.1165%2061.6315%2058.0739%2062.4475C58.0739%2062.5084%2058.0678%2062.5632%2058.0617%2062.6241C58.0435%2063.0138%2058.0191%2063.3914%2057.9947%2063.7567C57.6294%2069.627%2057.0996%2072.5743%2057.0996%2072.5743H12.1898C12.1898%2072.5743%2010.9658%2065.681%2010.9658%2052.2537C10.9658%2038.8265%2012.1898%2031.9332%2012.1898%2031.9332H57.1057C57.1057%2031.9332%2058.3297%2038.7473%2058.3297%2052.2537C58.3297%2054.4886%2058.2931%2056.5346%2058.2383%2058.398ZM64.4618%2054.9635C64.4618%2055.7065%2063.8528%2056.3154%2063.1099%2056.3154C62.367%2056.3154%2061.758%2055.7126%2061.758%2054.9635V49.5439C61.758%2048.801%2062.367%2048.1921%2063.1099%2048.1921C63.8528%2048.1921%2064.4618%2048.7949%2064.4618%2049.5439V54.9635ZM74.6373%205.38918V58.8791C72.4329%2058.8608%2070.3746%2058.8243%2068.426%2058.7755C68.4869%2056.7538%2068.5234%2054.586%2068.5234%2052.2537C68.5234%2041.317%2067.7805%2033.8453%2067.2446%2029.8749C66.9097%2027.9324%2065.2169%2026.5135%2063.2439%2026.5135C58.7681%2026.5135%2050.4682%2026.5135%2041.407%2026.5135V7.691C42.1195%207.53876%2042.9172%207.38653%2043.7819%207.24647C44.6527%207.10641%2045.6209%206.96635%2046.6501%206.83847C53.4398%205.98595%2062.8298%205.49879%2074.6373%205.38918Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M28.6678%2044.5201C28.0406%2048.0885%2027.9797%2052.2476%2027.9797%2052.2476V52.2963C27.9919%2052.7652%2028.0772%2056.632%2028.6678%2059.9752C28.6678%2059.9752%2036.2431%2058.6842%2044.5005%2052.2476L44.403%2052.1745C36.1822%2045.7989%2028.6678%2044.5201%2028.6678%2044.5201Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24737%22%3E%0A%3Crect%20width%3D%2286.6714%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.78418)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-reading-for-school,
 .toptask-items .reading-for-school a::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%20106%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24733")%22%3E%0A%3Cpath%20d%3D%22M104.691%2013.4716L70.1865%200.079786C70.0453%200.0245495%2069.898%200%2069.7569%200C69.6096%200%2069.4623%200.0245495%2069.3273%200.079786L34.8229%2013.4716C33.6629%2013.9196%2033.6691%2015.7301%2034.8352%2016.1659L42.5192%2019.7378V31.5891C36.1179%2023.0029%2027.6238%2021.9289%2023.7756%2021.9289C22.4929%2021.9289%2021.7319%2022.0455%2021.7319%2022.0455C21.7319%2022.0455%202.36229%2052.7631%200.846351%2056.2614C-0.669582%2059.7597%203.70023%2059.9438%203.70023%2059.9438C11.9059%2061.0179%2020.7376%2068.4686%2021.9835%2070.8008C23.0637%2072.8262%2024.5489%2072.9551%2024.9294%2072.9551H25.0215C26.249%2072.7464%2027.5747%2072.6605%2028.9433%2072.6605C38.9104%2072.6605%2051.5657%2077.4476%2051.5657%2077.4476C52.3267%2077.8527%2052.922%2078%2053.3824%2078C54.4687%2078%2054.8185%2077.2144%2054.8185%2077.2144L70.1067%2051.1244C72.887%2051.0937%2075.4647%2050.8666%2077.8337%2050.4984L77.2322%2052.5237C77.1402%2052.8367%2077.134%2053.1436%2077.1954%2053.4321C77.2875%2053.8678%2077.5391%2054.2606%2077.8889%2054.5368C78.2388%2054.813%2078.6991%2054.991%2079.2085%2054.991H87.7824C87.9542%2054.991%2088.1138%2054.9725%2088.2734%2054.9357C89.3658%2054.6841%2090.0839%2053.6039%2089.7647%2052.5176H89.7709L88.3347%2047.6629C94.018%2045.3982%2096.9885%2042.8512%2096.9885%2042.8512V19.7317L91.5876%2022.2419V40.0403C90.581%2040.6602%2089.1817%2041.4273%2087.4203%2042.1945C87.2177%2042.2866%2087.0029%2042.3602%2086.7943%2042.4461L86.0332%2039.8623C86.4199%2039.672%2086.782%2039.4388%2087.1134%2039.1688C87.3957%2038.9356%2087.6535%2038.6778%2087.8806%2038.4016C88.1077%2038.1254%2088.3163%2037.8186%2088.4943%2037.4994C88.9301%2036.6954%2089.1817%2035.7748%2089.1817%2034.7928C89.1817%2033.8108%2088.9362%2032.8902%2088.4943%2032.0862C88.3225%2031.7671%2088.1138%2031.4602%2087.8806%2031.184C87.6474%2030.9079%2087.3896%2030.644%2087.1134%2030.4169C86.825%2030.1775%2086.5058%2029.9688%2086.1744%2029.7909L86.1437%2024.7705L104.679%2016.1597C105.845%2015.724%20105.851%2013.9134%20104.691%2013.4654V13.4716ZM51.7437%2071.7767C47.736%2070.4081%2037.6031%2067.2596%2028.9433%2067.2596C27.992%2067.2596%2027.0714%2067.2964%2026.1937%2067.37C23.5424%2063.6447%2015.7172%2057.4459%207.57906%2055.2303C11.0405%2049.3446%2018.6693%2037.0575%2024.7699%2027.3543C28.9617%2027.5937%2035.719%2029.4656%2040.2975%2038.1807L41.9361%2041.2985L45.4528%2041.0591C45.4528%2041.0591%2047.472%2040.9241%2050.3812%2040.9241C59.3233%2040.9241%2065.16%2042.0963%2068.3269%2043.4772L51.7437%2071.7767ZM80.7735%2029.8277C79.0182%2030.7913%2077.8275%2032.657%2077.8275%2034.799C77.8275%2036.9409%2079.1103%2038.9417%2080.976%2039.8746L79.5521%2044.6863C77.5452%2045.1098%2075.4831%2045.4105%2073.3595%2045.5701L74.1819%2044.1646C75.3358%2042.1884%2074.0469%2040.7215%2074.0469%2040.7215C68.9897%2036.2351%2057.255%2035.5293%2050.3689%2035.5293C48.3988%2035.5293%2048.4909%2035.5293%2047.9262%2035.56V22.2542L43.6055%2020.2472L69.3334%2032.2029C69.4684%2032.2519%2069.6096%2032.2826%2069.7507%2032.2826C69.8919%2032.2826%2070.0331%2032.2581%2070.1681%2032.2029L80.7489%2027.2868L80.7674%2029.8277H80.7735ZM84.0263%2019.8176L70.8984%2013.7048C69.5421%2013.0788%2067.9402%2013.6618%2067.3081%2015.012C66.6759%2016.3623%2067.2651%2017.9703%2068.6153%2018.6024L77.6189%2022.7942L69.7569%2026.446L45.4406%2015.1471L69.7569%205.70777L94.0732%2015.1471L84.0263%2019.8176Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M36.3266%2060.1586C34.8291%2060.1586%2033.6752%2061.2818%2033.6752%2062.7425C33.6752%2064.2032%2034.8291%2065.3263%2036.3266%2065.3263C37.8241%2065.3263%2038.9779%2064.1725%2038.9779%2062.7425C38.9779%2061.3125%2037.8241%2060.1586%2036.3266%2060.1586Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M32.6626%2040.4699L32.1163%2044.3733C36.0872%2044.5451%2038.6035%2045.9015%2038.6035%2047.9391C38.6035%2051.1674%2031.8095%2052.1493%2034.1171%2058.5691H38.3335C36.6028%2053.1743%2043.3293%2052.9718%2043.3293%2047.5034C43.3293%2044.005%2039.8985%2040.74%2032.6626%2040.4699Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24733%22%3E%0A%3Crect%20width%3D%22105.029%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.527222)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%20106%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24733")%22%3E%0A%3Cpath%20d%3D%22M104.691%2013.4716L70.1865%200.079786C70.0453%200.0245495%2069.898%200%2069.7569%200C69.6096%200%2069.4623%200.0245495%2069.3273%200.079786L34.8229%2013.4716C33.6629%2013.9196%2033.6691%2015.7301%2034.8352%2016.1659L42.5192%2019.7378V31.5891C36.1179%2023.0029%2027.6238%2021.9289%2023.7756%2021.9289C22.4929%2021.9289%2021.7319%2022.0455%2021.7319%2022.0455C21.7319%2022.0455%202.36229%2052.7631%200.846351%2056.2614C-0.669582%2059.7597%203.70023%2059.9438%203.70023%2059.9438C11.9059%2061.0179%2020.7376%2068.4686%2021.9835%2070.8008C23.0637%2072.8262%2024.5489%2072.9551%2024.9294%2072.9551H25.0215C26.249%2072.7464%2027.5747%2072.6605%2028.9433%2072.6605C38.9104%2072.6605%2051.5657%2077.4476%2051.5657%2077.4476C52.3267%2077.8527%2052.922%2078%2053.3824%2078C54.4687%2078%2054.8185%2077.2144%2054.8185%2077.2144L70.1067%2051.1244C72.887%2051.0937%2075.4647%2050.8666%2077.8337%2050.4984L77.2322%2052.5237C77.1402%2052.8367%2077.134%2053.1436%2077.1954%2053.4321C77.2875%2053.8678%2077.5391%2054.2606%2077.8889%2054.5368C78.2388%2054.813%2078.6991%2054.991%2079.2085%2054.991H87.7824C87.9542%2054.991%2088.1138%2054.9725%2088.2734%2054.9357C89.3658%2054.6841%2090.0839%2053.6039%2089.7647%2052.5176H89.7709L88.3347%2047.6629C94.018%2045.3982%2096.9885%2042.8512%2096.9885%2042.8512V19.7317L91.5876%2022.2419V40.0403C90.581%2040.6602%2089.1817%2041.4273%2087.4203%2042.1945C87.2177%2042.2866%2087.0029%2042.3602%2086.7943%2042.4461L86.0332%2039.8623C86.4199%2039.672%2086.782%2039.4388%2087.1134%2039.1688C87.3957%2038.9356%2087.6535%2038.6778%2087.8806%2038.4016C88.1077%2038.1254%2088.3163%2037.8186%2088.4943%2037.4994C88.9301%2036.6954%2089.1817%2035.7748%2089.1817%2034.7928C89.1817%2033.8108%2088.9362%2032.8902%2088.4943%2032.0862C88.3225%2031.7671%2088.1138%2031.4602%2087.8806%2031.184C87.6474%2030.9079%2087.3896%2030.644%2087.1134%2030.4169C86.825%2030.1775%2086.5058%2029.9688%2086.1744%2029.7909L86.1437%2024.7705L104.679%2016.1597C105.845%2015.724%20105.851%2013.9134%20104.691%2013.4654V13.4716ZM51.7437%2071.7767C47.736%2070.4081%2037.6031%2067.2596%2028.9433%2067.2596C27.992%2067.2596%2027.0714%2067.2964%2026.1937%2067.37C23.5424%2063.6447%2015.7172%2057.4459%207.57906%2055.2303C11.0405%2049.3446%2018.6693%2037.0575%2024.7699%2027.3543C28.9617%2027.5937%2035.719%2029.4656%2040.2975%2038.1807L41.9361%2041.2985L45.4528%2041.0591C45.4528%2041.0591%2047.472%2040.9241%2050.3812%2040.9241C59.3233%2040.9241%2065.16%2042.0963%2068.3269%2043.4772L51.7437%2071.7767ZM80.7735%2029.8277C79.0182%2030.7913%2077.8275%2032.657%2077.8275%2034.799C77.8275%2036.9409%2079.1103%2038.9417%2080.976%2039.8746L79.5521%2044.6863C77.5452%2045.1098%2075.4831%2045.4105%2073.3595%2045.5701L74.1819%2044.1646C75.3358%2042.1884%2074.0469%2040.7215%2074.0469%2040.7215C68.9897%2036.2351%2057.255%2035.5293%2050.3689%2035.5293C48.3988%2035.5293%2048.4909%2035.5293%2047.9262%2035.56V22.2542L43.6055%2020.2472L69.3334%2032.2029C69.4684%2032.2519%2069.6096%2032.2826%2069.7507%2032.2826C69.8919%2032.2826%2070.0331%2032.2581%2070.1681%2032.2029L80.7489%2027.2868L80.7674%2029.8277H80.7735ZM84.0263%2019.8176L70.8984%2013.7048C69.5421%2013.0788%2067.9402%2013.6618%2067.3081%2015.012C66.6759%2016.3623%2067.2651%2017.9703%2068.6153%2018.6024L77.6189%2022.7942L69.7569%2026.446L45.4406%2015.1471L69.7569%205.70777L94.0732%2015.1471L84.0263%2019.8176Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M36.3266%2060.1586C34.8291%2060.1586%2033.6752%2061.2818%2033.6752%2062.7425C33.6752%2064.2032%2034.8291%2065.3263%2036.3266%2065.3263C37.8241%2065.3263%2038.9779%2064.1725%2038.9779%2062.7425C38.9779%2061.3125%2037.8241%2060.1586%2036.3266%2060.1586Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M32.6626%2040.4699L32.1163%2044.3733C36.0872%2044.5451%2038.6035%2045.9015%2038.6035%2047.9391C38.6035%2051.1674%2031.8095%2052.1493%2034.1171%2058.5691H38.3335C36.6028%2053.1743%2043.3293%2052.9718%2043.3293%2047.5034C43.3293%2044.005%2039.8985%2040.74%2032.6626%2040.4699Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24733%22%3E%0A%3Crect%20width%3D%22105.029%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.527222)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-reading-in-other-languages,
 .toptask-items .reading-in-other-languages a::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2087%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24730")%22%3E%0A%3Cpath%20d%3D%22M68.579%2019.0174V13.2629C59.2012%2013.2629%2051.8512%2013.7561%2048.3315%2014.0484C46.8579%2014.1702%2046.048%2014.2555%2046.048%2014.2555V19.2732C59.0855%2018.8713%2068.579%2019.0174%2068.579%2019.0174Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M82.8162%201.32751V62.959L86.75%2059.147V4.90812L82.8162%201.32751Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M33.6925%2035.6173C32.7547%2035.6173%2031.8291%2035.7026%2030.9339%2035.8548C30.8974%2035.8548%2030.8609%2035.867%2030.8182%2035.8731C23.0176%2037.2432%2017.0621%2044.0634%2017.0621%2052.2537C17.0621%2059.9021%2022.2504%2066.3569%2029.2898%2068.2934C29.302%2068.2934%2029.3202%2068.2995%2029.3324%2068.3056C30.7269%2068.6831%2032.1884%2068.8902%2033.6986%2068.8902C35.2087%2068.8902%2036.6702%2068.6831%2038.0647%2068.3056C38.0769%2068.3056%2038.0952%2068.2995%2038.1073%2068.2934H38.1012C45.1407%2066.3569%2050.335%2059.9021%2050.335%2052.2537C50.335%2043.0769%2042.8693%2035.6173%2033.6986%2035.6173H33.6925ZM44.9702%2042.5228H43.5452C43.0154%2041.5119%2042.3639%2040.5193%2041.5601%2039.5998C42.8389%2040.3975%2043.9898%2041.384%2044.9702%2042.5228ZM39.4775%2053.1184H44.0263C43.9959%2054.86%2043.7949%2057.4602%2042.5222%2060.2614H38.765C39.1608%2058.331%2039.4288%2055.9744%2039.4775%2053.1184ZM38.765%2044.2522H42.4918C43.5818%2046.7367%2043.941%2049.3491%2044.0141%2051.3951H39.4775C39.4348%2048.5331%2039.1669%2046.1825%2038.765%2044.2522ZM41.6027%2042.5228H38.3509C37.7115%2040.2453%2036.8955%2038.6925%2036.1465%2037.6573C38.6797%2038.8508%2040.4152%2040.5924%2041.6027%2042.5228ZM37.7541%2053.1184C37.7054%2056.0536%2037.4192%2058.398%2037.0112%2060.2614H30.3737C29.9657%2058.3919%2029.6795%2056.0536%2029.6308%2053.1184H37.7541ZM29.6247%2051.389C29.6734%2048.4539%2029.9596%2046.1095%2030.3676%2044.2461H37.0051C37.4131%2046.1095%2037.6993%2048.4539%2037.7481%2051.389H29.6247ZM33.6864%2037.5172C34.3014%2038.0166%2035.5924%2039.3684%2036.5606%2042.5228H30.8182C31.7804%2039.3684%2033.0713%2038.0105%2033.6864%2037.5172ZM31.281%2037.5416H31.275C31.275%2037.5416%2031.3054%2037.5416%2031.3237%2037.5355C30.5503%2038.5707%2029.6917%2040.154%2029.0279%2042.5228H25.6666C26.8723%2040.4889%2028.6565%2038.7168%2031.281%2037.5416ZM27.9014%2053.1184C27.944%2055.9805%2028.212%2058.331%2028.6139%2060.2614H24.8567C23.584%2057.4541%2023.383%2054.86%2023.3526%2053.1184H27.9014ZM23.3526%2051.389C23.4256%2049.1055%2023.7971%2046.5784%2024.7836%2044.2461H28.6078C28.212%2046.1764%2027.944%2048.527%2027.8953%2051.389H23.3526ZM25.4047%2039.8617C24.741%2040.6655%2024.1685%2041.5545%2023.6753%2042.5167H22.4087C23.2856%2041.5058%2024.2903%2040.6046%2025.4047%2039.8617ZM21.1116%2044.2461H22.908C22.1347%2046.3287%2021.7145%2048.7218%2021.6353%2051.389H18.7976C18.9499%2048.7706%2019.778%2046.3348%2021.1116%2044.2461ZM21.1177%2060.2614C19.7841%2058.1727%2018.9499%2055.7369%2018.8037%2053.1184H21.6231C21.6475%2054.8722%2021.8241%2057.442%2022.9567%2060.2614H21.1177ZM22.4148%2061.9908H23.7666C24.2599%2062.9103%2024.8627%2063.842%2025.6057%2064.7737C24.4121%2064.0003%2023.3404%2063.0625%2022.4148%2061.9908ZM29.9718%2066.698C28.0841%2065.1756%2026.7322%2063.5741%2025.764%2061.9908H29.0218C29.6856%2064.3596%2030.5381%2065.9429%2031.3176%2066.9781C30.8609%2066.905%2030.4102%2066.8137%2029.9718%2066.698ZM33.6925%2067.0024C33.0774%2066.5092%2031.7865%2065.1512%2030.8182%2061.9908H36.5606C35.5924%2065.1573%2034.3014%2066.5092%2033.6925%2067.0024ZM37.401%2066.698C36.9625%2066.8137%2036.5119%2066.905%2036.0552%2066.9781C36.8286%2065.9429%2037.6872%2064.3596%2038.3509%2061.9908H41.6088C40.6406%2063.5741%2039.2948%2065.1817%2037.401%2066.698ZM41.7854%2064.7737H41.7793C42.5222%2063.842%2043.1251%2062.9103%2043.6183%2061.9908H44.9763C44.0507%2063.0625%2042.9789%2064.0003%2041.7854%2064.7737ZM46.255%2060.2614H44.416C45.5487%2057.4359%2045.7192%2054.8661%2045.7496%2053.1184H48.569C48.4168%2055.7369%2047.5886%2058.1727%2046.255%2060.2614ZM48.5751%2051.3951H45.7435C45.6765%2049.55%2045.366%2046.9072%2044.3308%2044.2522H46.2611C47.5947%2046.3409%2048.429%2048.7767%2048.5751%2051.3951Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M42.2056%201.95472C40.8415%202.17394%2039.7515%202.39925%2038.8685%202.60629C35.9456%203.2944%2035.3366%203.85463%2035.3366%203.85463V26.5135C35.7325%2026.5135%2036.1222%2026.5135%2036.518%2026.5135C24.1929%2026.5135%2011.3563%2026.5135%205.37036%2026.5135C3.39128%2026.5135%201.7045%2027.9385%201.36958%2029.881C0.827618%2033.8635%200.0786133%2041.3597%200.0786133%2052.2476C0.0786133%2063.1356%200.827618%2070.6317%201.36349%2074.6203C1.7045%2076.569%203.39128%2077.9939%205.37036%2077.9939C16.5141%2077.9939%2051.4007%2077.9939%2062.5383%2077.9939C64.5052%2077.9939%2066.192%2076.5751%2066.533%2074.6325C66.8436%2072.3185%2067.2272%2068.811%2067.4951%2064.1343C71.027%2064.2134%2074.9426%2064.2622%2079.2843%2064.2622V0C62.2095%200%2051.7051%200.706378%2045.2686%201.51628C44.1237%201.66242%2043.1068%201.80857%2042.2056%201.95472ZM5.07807%2054.9635C3.58006%2054.9635%202.36825%2053.7517%202.36825%2052.2537C2.36825%2050.7557%203.58006%2049.5439%205.07807%2049.5439C6.57608%2049.5439%207.78788%2050.7557%207.78788%2052.2537C7.78788%2053.7517%206.57608%2054.9635%205.07807%2054.9635ZM56.4001%2072.5743H11.4842C11.4842%2072.5743%2010.2602%2065.681%2010.2602%2052.2537C10.2602%2038.8265%2011.4842%2031.9332%2011.4842%2031.9332H56.4001C56.4001%2031.9332%2057.6241%2038.7473%2057.6241%2052.2537C57.6241%2065.7602%2056.4001%2072.5743%2056.4001%2072.5743ZM63.7562%2054.9635C63.7562%2055.7065%2063.1472%2056.3154%2062.4043%2056.3154C61.6614%2056.3154%2061.0525%2055.7126%2061.0525%2054.9635V49.5439C61.0525%2048.801%2061.6614%2048.1921%2062.4043%2048.1921C63.1472%2048.1921%2063.7562%2048.7949%2063.7562%2049.5439V54.9635ZM73.9317%205.38918V58.8791C71.7334%2058.8608%2069.6691%2058.8243%2067.7204%2058.7755C67.7813%2056.7538%2067.8179%2054.586%2067.8179%2052.2476C67.8179%2041.311%2067.075%2033.8392%2066.5391%2029.8688C66.2042%2027.9263%2064.5113%2026.5075%2062.5383%2026.5075C58.0625%2026.5075%2049.7626%2026.5075%2040.7015%2026.5075V7.691C41.4139%207.53876%2042.2117%207.38653%2043.0764%207.24647C43.9472%207.10641%2044.9154%206.96635%2045.9445%206.83847C52.7343%205.98595%2062.1242%205.49879%2073.9317%205.38918Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24730%22%3E%0A%3Crect%20width%3D%2286.6714%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.0786133)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2087%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24730")%22%3E%0A%3Cpath%20d%3D%22M68.579%2019.0174V13.2629C59.2012%2013.2629%2051.8512%2013.7561%2048.3315%2014.0484C46.8579%2014.1702%2046.048%2014.2555%2046.048%2014.2555V19.2732C59.0855%2018.8713%2068.579%2019.0174%2068.579%2019.0174Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M82.8162%201.32751V62.959L86.75%2059.147V4.90812L82.8162%201.32751Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M33.6925%2035.6173C32.7547%2035.6173%2031.8291%2035.7026%2030.9339%2035.8548C30.8974%2035.8548%2030.8609%2035.867%2030.8182%2035.8731C23.0176%2037.2432%2017.0621%2044.0634%2017.0621%2052.2537C17.0621%2059.9021%2022.2504%2066.3569%2029.2898%2068.2934C29.302%2068.2934%2029.3202%2068.2995%2029.3324%2068.3056C30.7269%2068.6831%2032.1884%2068.8902%2033.6986%2068.8902C35.2087%2068.8902%2036.6702%2068.6831%2038.0647%2068.3056C38.0769%2068.3056%2038.0952%2068.2995%2038.1073%2068.2934H38.1012C45.1407%2066.3569%2050.335%2059.9021%2050.335%2052.2537C50.335%2043.0769%2042.8693%2035.6173%2033.6986%2035.6173H33.6925ZM44.9702%2042.5228H43.5452C43.0154%2041.5119%2042.3639%2040.5193%2041.5601%2039.5998C42.8389%2040.3975%2043.9898%2041.384%2044.9702%2042.5228ZM39.4775%2053.1184H44.0263C43.9959%2054.86%2043.7949%2057.4602%2042.5222%2060.2614H38.765C39.1608%2058.331%2039.4288%2055.9744%2039.4775%2053.1184ZM38.765%2044.2522H42.4918C43.5818%2046.7367%2043.941%2049.3491%2044.0141%2051.3951H39.4775C39.4348%2048.5331%2039.1669%2046.1825%2038.765%2044.2522ZM41.6027%2042.5228H38.3509C37.7115%2040.2453%2036.8955%2038.6925%2036.1465%2037.6573C38.6797%2038.8508%2040.4152%2040.5924%2041.6027%2042.5228ZM37.7541%2053.1184C37.7054%2056.0536%2037.4192%2058.398%2037.0112%2060.2614H30.3737C29.9657%2058.3919%2029.6795%2056.0536%2029.6308%2053.1184H37.7541ZM29.6247%2051.389C29.6734%2048.4539%2029.9596%2046.1095%2030.3676%2044.2461H37.0051C37.4131%2046.1095%2037.6993%2048.4539%2037.7481%2051.389H29.6247ZM33.6864%2037.5172C34.3014%2038.0166%2035.5924%2039.3684%2036.5606%2042.5228H30.8182C31.7804%2039.3684%2033.0713%2038.0105%2033.6864%2037.5172ZM31.281%2037.5416H31.275C31.275%2037.5416%2031.3054%2037.5416%2031.3237%2037.5355C30.5503%2038.5707%2029.6917%2040.154%2029.0279%2042.5228H25.6666C26.8723%2040.4889%2028.6565%2038.7168%2031.281%2037.5416ZM27.9014%2053.1184C27.944%2055.9805%2028.212%2058.331%2028.6139%2060.2614H24.8567C23.584%2057.4541%2023.383%2054.86%2023.3526%2053.1184H27.9014ZM23.3526%2051.389C23.4256%2049.1055%2023.7971%2046.5784%2024.7836%2044.2461H28.6078C28.212%2046.1764%2027.944%2048.527%2027.8953%2051.389H23.3526ZM25.4047%2039.8617C24.741%2040.6655%2024.1685%2041.5545%2023.6753%2042.5167H22.4087C23.2856%2041.5058%2024.2903%2040.6046%2025.4047%2039.8617ZM21.1116%2044.2461H22.908C22.1347%2046.3287%2021.7145%2048.7218%2021.6353%2051.389H18.7976C18.9499%2048.7706%2019.778%2046.3348%2021.1116%2044.2461ZM21.1177%2060.2614C19.7841%2058.1727%2018.9499%2055.7369%2018.8037%2053.1184H21.6231C21.6475%2054.8722%2021.8241%2057.442%2022.9567%2060.2614H21.1177ZM22.4148%2061.9908H23.7666C24.2599%2062.9103%2024.8627%2063.842%2025.6057%2064.7737C24.4121%2064.0003%2023.3404%2063.0625%2022.4148%2061.9908ZM29.9718%2066.698C28.0841%2065.1756%2026.7322%2063.5741%2025.764%2061.9908H29.0218C29.6856%2064.3596%2030.5381%2065.9429%2031.3176%2066.9781C30.8609%2066.905%2030.4102%2066.8137%2029.9718%2066.698ZM33.6925%2067.0024C33.0774%2066.5092%2031.7865%2065.1512%2030.8182%2061.9908H36.5606C35.5924%2065.1573%2034.3014%2066.5092%2033.6925%2067.0024ZM37.401%2066.698C36.9625%2066.8137%2036.5119%2066.905%2036.0552%2066.9781C36.8286%2065.9429%2037.6872%2064.3596%2038.3509%2061.9908H41.6088C40.6406%2063.5741%2039.2948%2065.1817%2037.401%2066.698ZM41.7854%2064.7737H41.7793C42.5222%2063.842%2043.1251%2062.9103%2043.6183%2061.9908H44.9763C44.0507%2063.0625%2042.9789%2064.0003%2041.7854%2064.7737ZM46.255%2060.2614H44.416C45.5487%2057.4359%2045.7192%2054.8661%2045.7496%2053.1184H48.569C48.4168%2055.7369%2047.5886%2058.1727%2046.255%2060.2614ZM48.5751%2051.3951H45.7435C45.6765%2049.55%2045.366%2046.9072%2044.3308%2044.2522H46.2611C47.5947%2046.3409%2048.429%2048.7767%2048.5751%2051.3951Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M42.2056%201.95472C40.8415%202.17394%2039.7515%202.39925%2038.8685%202.60629C35.9456%203.2944%2035.3366%203.85463%2035.3366%203.85463V26.5135C35.7325%2026.5135%2036.1222%2026.5135%2036.518%2026.5135C24.1929%2026.5135%2011.3563%2026.5135%205.37036%2026.5135C3.39128%2026.5135%201.7045%2027.9385%201.36958%2029.881C0.827618%2033.8635%200.0786133%2041.3597%200.0786133%2052.2476C0.0786133%2063.1356%200.827618%2070.6317%201.36349%2074.6203C1.7045%2076.569%203.39128%2077.9939%205.37036%2077.9939C16.5141%2077.9939%2051.4007%2077.9939%2062.5383%2077.9939C64.5052%2077.9939%2066.192%2076.5751%2066.533%2074.6325C66.8436%2072.3185%2067.2272%2068.811%2067.4951%2064.1343C71.027%2064.2134%2074.9426%2064.2622%2079.2843%2064.2622V0C62.2095%200%2051.7051%200.706378%2045.2686%201.51628C44.1237%201.66242%2043.1068%201.80857%2042.2056%201.95472ZM5.07807%2054.9635C3.58006%2054.9635%202.36825%2053.7517%202.36825%2052.2537C2.36825%2050.7557%203.58006%2049.5439%205.07807%2049.5439C6.57608%2049.5439%207.78788%2050.7557%207.78788%2052.2537C7.78788%2053.7517%206.57608%2054.9635%205.07807%2054.9635ZM56.4001%2072.5743H11.4842C11.4842%2072.5743%2010.2602%2065.681%2010.2602%2052.2537C10.2602%2038.8265%2011.4842%2031.9332%2011.4842%2031.9332H56.4001C56.4001%2031.9332%2057.6241%2038.7473%2057.6241%2052.2537C57.6241%2065.7602%2056.4001%2072.5743%2056.4001%2072.5743ZM63.7562%2054.9635C63.7562%2055.7065%2063.1472%2056.3154%2062.4043%2056.3154C61.6614%2056.3154%2061.0525%2055.7126%2061.0525%2054.9635V49.5439C61.0525%2048.801%2061.6614%2048.1921%2062.4043%2048.1921C63.1472%2048.1921%2063.7562%2048.7949%2063.7562%2049.5439V54.9635ZM73.9317%205.38918V58.8791C71.7334%2058.8608%2069.6691%2058.8243%2067.7204%2058.7755C67.7813%2056.7538%2067.8179%2054.586%2067.8179%2052.2476C67.8179%2041.311%2067.075%2033.8392%2066.5391%2029.8688C66.2042%2027.9263%2064.5113%2026.5075%2062.5383%2026.5075C58.0625%2026.5075%2049.7626%2026.5075%2040.7015%2026.5075V7.691C41.4139%207.53876%2042.2117%207.38653%2043.0764%207.24647C43.9472%207.10641%2044.9154%206.96635%2045.9445%206.83847C52.7343%205.98595%2062.1242%205.49879%2073.9317%205.38918Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24730%22%3E%0A%3Crect%20width%3D%2286.6714%22%20height%3D%2278%22%20fill%3D%22white%22%20transform%3D%22translate(0.0786133)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-reading-with-dyslexia,
 .toptask-items .reading-with-dyslexia a::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2081%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24731")%22%3E%0A%3Cpath%20d%3D%22M73.1891%2028.3953C73.2807%2026.3683%2073.1525%2024.3353%2072.7923%2022.3389C72.3405%2019.8175%2071.5285%2017.3632%2070.3868%2015.0676C69.0315%2012.3386%2067.206%209.84158%2065.0203%207.71086C62.8347%205.58015%2060.2949%203.82185%2057.5232%202.52755C55.191%201.44083%2052.7062%200.689887%2050.1664%200.30526C49.3727%200.183156%2048.5729%200.0976832%2047.7732%200.0488416C47.3092%200.0244208%2046.8452%200.0061052%2046.3812%200H45.6852C45.2212%200.0122104%2044.7572%200.0244208%2044.2932%200.0549468C43.4934%200.109894%2042.6936%200.195366%2041.9%200.31747C39.3541%200.708203%2036.8693%201.45914%2034.5432%202.54587C31.7714%203.84017%2029.2317%205.60457%2027.046%207.73528C25.1351%209.59737%2023.505%2011.7403%2022.2168%2014.0664C17.0274%2014.3411%2013.0285%2014.7013%209.95758%2015.092C8.8098%2015.2386%207.79023%2015.3851%206.88666%2015.5316C5.5191%2015.7514%204.42627%2015.9773%203.54101%2016.1849C0.61052%2016.8748%200%2017.4364%200%2017.4364V74.1293C0%2074.1293%204.09659%2078%2044.0612%2078V13.5719C38.304%2013.5719%2033.2916%2013.6512%2028.9264%2013.7916C29.5736%2012.9613%2030.2757%2012.1738%2031.0388%2011.4411C32.7422%209.81105%2034.7141%208.46791%2036.851%207.46666C38.7131%206.59361%2040.6911%205.9953%2042.7242%205.68394C43.7254%205.53131%2044.7389%205.45194%2045.7523%205.43363H46.314C47.3275%205.45805%2048.341%205.53131%2049.3422%205.68394C51.3691%205.9953%2053.3533%206.59361%2055.2154%207.46055C57.3583%208.4557%2059.3242%209.80495%2061.0337%2011.4289C62.7981%2013.114%2064.2877%2015.092%2065.3989%2017.2655C66.333%2019.0848%2067.0045%2021.0324%2067.3892%2023.041V23.0288C67.6517%2024.3842%2067.7799%2025.7578%2067.7799%2027.1376V51.5767C74.5322%2051.5767%2080.0086%2046.0942%2080.0086%2039.3541C80.0086%2034.5493%2077.2246%2030.3917%2073.183%2028.3953H73.1891ZM5.37868%2070.3013V21.2827C6.09299%2021.1301%206.89277%2020.9775%207.75971%2020.837C8.63275%2020.6966%209.60347%2020.5562%2010.6353%2020.428C17.4425%2019.5733%2026.8568%2019.0848%2038.6947%2018.975V72.603C18.4499%2072.4076%209.26158%2071.1317%205.37868%2070.3013Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M61.9372%2027.1498C59.9103%2027.1498%2058.268%2028.7982%2058.2741%2030.8191V47.9258C58.2741%2049.9466%2059.9164%2051.5889%2061.9434%2051.5889H63.7078V27.1498H61.9372Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M47.6022%2076.6935L51.5523%2072.8716V18.4926L47.6022%2014.9028V76.6935Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M26.7652%2035.8253L29.2561%2035.0072L28.7677%2033.5175C29.366%2033.951%2029.9887%2034.2196%2030.6481%2034.3234C31.3074%2034.4272%2031.9241%2034.3844%2032.5041%2034.1952C33.6824%2033.8106%2034.531%2033.0169%2035.0499%2031.808C35.5689%2030.5992%2035.5445%2029.134%2034.9767%2027.4001C34.4272%2025.7273%2033.603%2024.5734%2032.5041%2023.9446C31.4051%2023.3096%2030.2329%2023.1997%2028.9997%2023.6027C27.8641%2023.969%2027.0399%2024.7627%2026.521%2025.9776L24.8726%2020.9347L22.1863%2021.8138L26.7652%2035.8192V35.8253ZM27.5833%2027.1742C27.8458%2026.5332%2028.3037%2026.1058%2028.9447%2025.8982C29.6041%2025.6784%2030.2268%2025.7639%2030.8129%2026.1363C31.4051%2026.5087%2031.8874%2027.278%2032.266%2028.438C32.6262%2029.5247%2032.675%2030.3916%2032.4247%2031.0327C32.1744%2031.6737%2031.7531%2032.0889%2031.1609%2032.2843C30.3856%2032.5346%2029.6529%2032.3819%2028.9569%2031.8203C28.4624%2031.4234%2028.0412%2030.703%2027.6993%2029.6529H27.6871C27.3574%2028.6456%2027.3208%2027.8152%2027.5833%2027.1742Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M17.5097%2051.0883V56.3937C16.6367%2055.3986%2015.6049%2054.9041%2014.4144%2054.9041C13.114%2054.9041%2012.0395%2055.3742%2011.1908%2056.3144C10.3422%2057.2546%209.91486%2058.6771%209.91486%2060.4415C9.91486%2062.2059%2010.3544%2063.5857%2011.2275%2064.5747C12.1005%2065.5637%2013.1506%2066.0583%2014.3778%2066.0583C14.9822%2066.0583%2015.5805%2065.9117%2016.1727%2065.6126C16.7649%2065.3134%2017.2838%2064.8616%2017.7173%2064.2511V65.8202H20.3364V51.0883H17.5097ZM16.8443%2062.9996C16.3864%2063.5551%2015.8308%2063.8299%2015.1836%2063.8299C14.3655%2063.8299%2013.7306%2063.4636%2013.2727%2062.7248C12.9613%2062.212%2012.8026%2061.3939%2012.8026%2060.2522C12.8026%2059.1899%2013.0285%2058.3901%2013.4803%2057.859C13.9321%2057.3278%2014.4754%2057.0592%2015.1653%2057.0592C15.8552%2057.0592%2016.423%2057.3339%2016.8626%2057.8712C17.3082%2058.4146%2017.528%2059.2937%2017.528%2060.5208C17.528%2061.6198%2017.3021%2062.444%2016.8443%2062.9996Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M34.763%2063.7688C34.4211%2063.4391%2033.9632%2063.2071%2033.3893%2063.0728C32.9376%2062.9629%2032.4858%2062.969%2032.0401%2063.0789C31.5944%2063.1888%2031.1487%2063.4147%2030.7031%2063.7505C30.5687%2063.2804%2030.3367%2062.8958%2030.0193%2062.6027C29.6957%2062.3097%2029.2867%2062.1082%2028.786%2061.9861C27.8397%2061.7602%2026.93%2061.9861%2026.0509%2062.6515L26.3073%2061.5831L24.4025%2061.1313L22.5404%2068.946L24.6101%2069.4405L25.5136%2065.637C25.6907%2064.886%2025.8738%2064.361%2026.0631%2064.0618C26.2524%2063.7627%2026.4966%2063.5551%2026.7896%2063.4452C27.0827%2063.3353%2027.394%2063.317%2027.7115%2063.3903C27.9801%2063.4513%2028.1755%2063.5551%2028.3037%2063.7016C28.4319%2063.8421%2028.5052%2064.0374%2028.5296%2064.2755C28.554%2064.5136%2028.4747%2065.0143%2028.2915%2065.7774L27.2719%2070.0633L29.3416%2070.5578L30.233%2066.8031C30.41%2066.0705%2030.5932%2065.5393%2030.7885%2065.2279C30.9839%2064.9105%2031.2281%2064.6968%2031.5273%2064.5808C31.8203%2064.4648%2032.1134%2064.4404%2032.4064%2064.5075C32.8093%2064.6052%2033.0658%2064.8189%2033.1879%2065.1608C33.2733%2065.4172%2033.2245%2065.9361%2033.0413%2066.7115L31.979%2071.1866L34.0487%2071.6811L35.2392%2066.681C35.4102%2065.93%2035.4712%2065.3745%2035.4102%2065.0082C35.3186%2064.5075%2035.1049%2064.0985%2034.763%2063.7688Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M24.3964%2061.1313H24.4025V61.1252L24.3964%2061.1313Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M24.8054%2050.0443L27.7847%2051.1921L36.0634%2040.9292L33.0108%2039.7509L27.8092%2046.5643L28.8226%2038.133L25.8311%2036.9792L20.8492%2043.878L21.6185%2035.3552L18.6086%2034.1952L17.7966%2047.3336L20.8065%2048.4936L25.6968%2041.729L24.8054%2050.0443Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M12.7416%2031.8386C13.6451%2031.8386%2014.39%2031.4357%2014.9822%2030.6298V31.7226C14.9822%2032.1622%2014.9516%2032.4674%2014.8906%2032.6323C14.799%2032.8643%2014.6647%2033.0291%2014.4938%2033.1329C14.2373%2033.2855%2013.8527%2033.3649%2013.3338%2033.3649C12.9308%2033.3649%2012.6378%2033.2916%2012.4485%2033.1512C12.3081%2033.0535%2012.2226%2032.8704%2012.186%2032.6079L9.92707%2032.3331V32.3209C9.92707%2032.4125%209.92707%2032.4919%209.92707%2032.559C9.92707%2033.2306%2010.1896%2033.78%2010.7207%2034.2135C11.2519%2034.647%2012.1494%2034.8668%2013.4192%2034.8668C14.0908%2034.8668%2014.6464%2034.7935%2015.086%2034.6531C15.5194%2034.5127%2015.8735%2034.3173%2016.1361%2034.067C16.3986%2033.8228%2016.6001%2033.4748%2016.7466%2033.0413C16.8931%2032.6078%2016.9664%2031.9485%2016.9664%2031.0632V24.3536H15.1165V25.4037C14.5182%2024.5917%2013.7245%2024.1827%2012.827%2024.1827C11.9296%2024.1827%2011.1786%2024.5185%2010.5742%2025.1778C9.96981%2025.8433%209.67065%2026.8018%209.67065%2028.0534C9.67065%2029.0546%209.90265%2029.891%2010.3605%2030.5626C10.9466%2031.4112%2011.7403%2031.8386%2012.7477%2031.8386H12.7416ZM11.7037%2027.9496C11.7037%2027.1986%2011.8624%2026.6309%2012.1677%2026.2646C12.4729%2025.8921%2012.8515%2025.709%2013.3399%2025.709C13.8283%2025.709%2014.2312%2025.8921%2014.5487%2026.2707C14.8662%2026.6492%2015.0249%2027.2597%2015.0249%2027.9984C15.0249%2028.7372%2014.8601%2029.2988%2014.5243%2029.6774C14.1885%2030.0559%2013.7795%2030.2451%2013.2971%2030.2451C12.8454%2030.2451%2012.4729%2030.062%2012.1616%2029.6896C11.8502%2029.3171%2011.6976%2028.7372%2011.6976%2027.9435L11.7037%2027.9496Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M34.7325%2057.865C34.4761%2058.1886%2034.0609%2058.4145%2033.4931%2058.5549C32.8704%2058.7076%2032.3698%2058.7076%2031.9974%2058.5549C31.747%2058.445%2031.5883%2058.2558%2031.5211%2057.9872C31.4784%2057.804%2031.4967%2057.6331%2031.5822%2057.4865C31.6738%2057.3461%2031.918%2057.1752%2032.3148%2056.9737C34.1647%2056.0701%2035.3064%2055.3741%2035.7459%2054.8918C36.3504%2054.2202%2036.5457%2053.4449%2036.332%2052.5657C36.1428%2051.7721%2035.6666%2051.1799%2034.9095%2050.7891C34.1525%2050.4045%2033.1146%2050.3679%2031.7959%2050.6853C30.5382%2050.9906%2029.6591%2051.418%2029.1462%2051.9735C28.6334%2052.5291%2028.3587%2053.2373%2028.322%2054.092L30.7092%2053.9638C30.7214%2053.5853%2030.8435%2053.2678%2031.0694%2053.0114C31.2953%2052.755%2031.6616%2052.5657%2032.1683%2052.4436C32.8032%2052.2849%2033.2855%2052.2666%2033.603%2052.3765C33.8228%2052.462%2033.951%2052.6024%2033.9999%2052.8038C34.0426%2052.9809%2033.9999%2053.1457%2033.8655%2053.3045C33.6885%2053.5181%2032.9864%2053.9333%2031.7654%2054.5377C30.5443%2055.1421%2029.7323%2055.7221%2029.3233%2056.2716C28.9203%2056.8272%2028.8104%2057.4926%2028.9997%2058.2619C29.2012%2059.1044%2029.7262%2059.7393%2030.5748%2060.1728C31.4235%2060.6063%2032.5346%2060.6551%2033.9083%2060.3254C35.1598%2060.0202%2036.0878%2059.5318%2036.6922%2058.848V58.8236C37.3028%2058.1459%2037.6141%2057.34%2037.6263%2056.4181L35.1049%2056.6379C35.111%2057.1324%2034.9889%2057.5415%2034.7325%2057.865Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M11.2702%2049.3361C11.5266%2049.7635%2011.8014%2050.0809%2012.1005%2050.2763C12.3997%2050.4717%2012.7843%2050.5694%2013.2605%2050.5816C13.7367%2050.5816%2014.2312%2050.4961%2014.738%2050.2946C15.5683%2049.9649%2016.2582%2049.5315%2016.8015%2048.9942L15.6965%2046.9001C15.2752%2047.2787%2014.9333%2047.5168%2014.6708%2047.6206C14.4815%2047.6938%2014.3045%2047.7121%2014.1396%2047.6694C13.9748%2047.6267%2013.8405%2047.5412%2013.7489%2047.413C13.6573%2047.2848%2013.4376%2046.7841%2013.0957%2045.9172L11.4045%2041.6253L13.3338%2040.8621L12.4485%2038.6154H12.4363L10.5071%2039.3785L9.02349%2035.6177L6.84394%2038.3773L7.68035%2040.4958L6.38605%2041.0086L7.2713%2043.2553L8.5656%2042.7425L10.3972%2047.3886C10.7879%2048.3837%2011.0809%2049.0309%2011.2702%2049.3361Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24731%22%3E%0A%3Crect%20width%3D%2280.0147%22%20height%3D%2278%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2081%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1017_24731")%22%3E%0A%3Cpath%20d%3D%22M73.1891%2028.3953C73.2807%2026.3683%2073.1525%2024.3353%2072.7923%2022.3389C72.3405%2019.8175%2071.5285%2017.3632%2070.3868%2015.0676C69.0315%2012.3386%2067.206%209.84158%2065.0203%207.71086C62.8347%205.58015%2060.2949%203.82185%2057.5232%202.52755C55.191%201.44083%2052.7062%200.689887%2050.1664%200.30526C49.3727%200.183156%2048.5729%200.0976832%2047.7732%200.0488416C47.3092%200.0244208%2046.8452%200.0061052%2046.3812%200H45.6852C45.2212%200.0122104%2044.7572%200.0244208%2044.2932%200.0549468C43.4934%200.109894%2042.6936%200.195366%2041.9%200.31747C39.3541%200.708203%2036.8693%201.45914%2034.5432%202.54587C31.7714%203.84017%2029.2317%205.60457%2027.046%207.73528C25.1351%209.59737%2023.505%2011.7403%2022.2168%2014.0664C17.0274%2014.3411%2013.0285%2014.7013%209.95758%2015.092C8.8098%2015.2386%207.79023%2015.3851%206.88666%2015.5316C5.5191%2015.7514%204.42627%2015.9773%203.54101%2016.1849C0.61052%2016.8748%200%2017.4364%200%2017.4364V74.1293C0%2074.1293%204.09659%2078%2044.0612%2078V13.5719C38.304%2013.5719%2033.2916%2013.6512%2028.9264%2013.7916C29.5736%2012.9613%2030.2757%2012.1738%2031.0388%2011.4411C32.7422%209.81105%2034.7141%208.46791%2036.851%207.46666C38.7131%206.59361%2040.6911%205.9953%2042.7242%205.68394C43.7254%205.53131%2044.7389%205.45194%2045.7523%205.43363H46.314C47.3275%205.45805%2048.341%205.53131%2049.3422%205.68394C51.3691%205.9953%2053.3533%206.59361%2055.2154%207.46055C57.3583%208.4557%2059.3242%209.80495%2061.0337%2011.4289C62.7981%2013.114%2064.2877%2015.092%2065.3989%2017.2655C66.333%2019.0848%2067.0045%2021.0324%2067.3892%2023.041V23.0288C67.6517%2024.3842%2067.7799%2025.7578%2067.7799%2027.1376V51.5767C74.5322%2051.5767%2080.0086%2046.0942%2080.0086%2039.3541C80.0086%2034.5493%2077.2246%2030.3917%2073.183%2028.3953H73.1891ZM5.37868%2070.3013V21.2827C6.09299%2021.1301%206.89277%2020.9775%207.75971%2020.837C8.63275%2020.6966%209.60347%2020.5562%2010.6353%2020.428C17.4425%2019.5733%2026.8568%2019.0848%2038.6947%2018.975V72.603C18.4499%2072.4076%209.26158%2071.1317%205.37868%2070.3013Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M61.9372%2027.1498C59.9103%2027.1498%2058.268%2028.7982%2058.2741%2030.8191V47.9258C58.2741%2049.9466%2059.9164%2051.5889%2061.9434%2051.5889H63.7078V27.1498H61.9372Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M47.6022%2076.6935L51.5523%2072.8716V18.4926L47.6022%2014.9028V76.6935Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M26.7652%2035.8253L29.2561%2035.0072L28.7677%2033.5175C29.366%2033.951%2029.9887%2034.2196%2030.6481%2034.3234C31.3074%2034.4272%2031.9241%2034.3844%2032.5041%2034.1952C33.6824%2033.8106%2034.531%2033.0169%2035.0499%2031.808C35.5689%2030.5992%2035.5445%2029.134%2034.9767%2027.4001C34.4272%2025.7273%2033.603%2024.5734%2032.5041%2023.9446C31.4051%2023.3096%2030.2329%2023.1997%2028.9997%2023.6027C27.8641%2023.969%2027.0399%2024.7627%2026.521%2025.9776L24.8726%2020.9347L22.1863%2021.8138L26.7652%2035.8192V35.8253ZM27.5833%2027.1742C27.8458%2026.5332%2028.3037%2026.1058%2028.9447%2025.8982C29.6041%2025.6784%2030.2268%2025.7639%2030.8129%2026.1363C31.4051%2026.5087%2031.8874%2027.278%2032.266%2028.438C32.6262%2029.5247%2032.675%2030.3916%2032.4247%2031.0327C32.1744%2031.6737%2031.7531%2032.0889%2031.1609%2032.2843C30.3856%2032.5346%2029.6529%2032.3819%2028.9569%2031.8203C28.4624%2031.4234%2028.0412%2030.703%2027.6993%2029.6529H27.6871C27.3574%2028.6456%2027.3208%2027.8152%2027.5833%2027.1742Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M17.5097%2051.0883V56.3937C16.6367%2055.3986%2015.6049%2054.9041%2014.4144%2054.9041C13.114%2054.9041%2012.0395%2055.3742%2011.1908%2056.3144C10.3422%2057.2546%209.91486%2058.6771%209.91486%2060.4415C9.91486%2062.2059%2010.3544%2063.5857%2011.2275%2064.5747C12.1005%2065.5637%2013.1506%2066.0583%2014.3778%2066.0583C14.9822%2066.0583%2015.5805%2065.9117%2016.1727%2065.6126C16.7649%2065.3134%2017.2838%2064.8616%2017.7173%2064.2511V65.8202H20.3364V51.0883H17.5097ZM16.8443%2062.9996C16.3864%2063.5551%2015.8308%2063.8299%2015.1836%2063.8299C14.3655%2063.8299%2013.7306%2063.4636%2013.2727%2062.7248C12.9613%2062.212%2012.8026%2061.3939%2012.8026%2060.2522C12.8026%2059.1899%2013.0285%2058.3901%2013.4803%2057.859C13.9321%2057.3278%2014.4754%2057.0592%2015.1653%2057.0592C15.8552%2057.0592%2016.423%2057.3339%2016.8626%2057.8712C17.3082%2058.4146%2017.528%2059.2937%2017.528%2060.5208C17.528%2061.6198%2017.3021%2062.444%2016.8443%2062.9996Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M34.763%2063.7688C34.4211%2063.4391%2033.9632%2063.2071%2033.3893%2063.0728C32.9376%2062.9629%2032.4858%2062.969%2032.0401%2063.0789C31.5944%2063.1888%2031.1487%2063.4147%2030.7031%2063.7505C30.5687%2063.2804%2030.3367%2062.8958%2030.0193%2062.6027C29.6957%2062.3097%2029.2867%2062.1082%2028.786%2061.9861C27.8397%2061.7602%2026.93%2061.9861%2026.0509%2062.6515L26.3073%2061.5831L24.4025%2061.1313L22.5404%2068.946L24.6101%2069.4405L25.5136%2065.637C25.6907%2064.886%2025.8738%2064.361%2026.0631%2064.0618C26.2524%2063.7627%2026.4966%2063.5551%2026.7896%2063.4452C27.0827%2063.3353%2027.394%2063.317%2027.7115%2063.3903C27.9801%2063.4513%2028.1755%2063.5551%2028.3037%2063.7016C28.4319%2063.8421%2028.5052%2064.0374%2028.5296%2064.2755C28.554%2064.5136%2028.4747%2065.0143%2028.2915%2065.7774L27.2719%2070.0633L29.3416%2070.5578L30.233%2066.8031C30.41%2066.0705%2030.5932%2065.5393%2030.7885%2065.2279C30.9839%2064.9105%2031.2281%2064.6968%2031.5273%2064.5808C31.8203%2064.4648%2032.1134%2064.4404%2032.4064%2064.5075C32.8093%2064.6052%2033.0658%2064.8189%2033.1879%2065.1608C33.2733%2065.4172%2033.2245%2065.9361%2033.0413%2066.7115L31.979%2071.1866L34.0487%2071.6811L35.2392%2066.681C35.4102%2065.93%2035.4712%2065.3745%2035.4102%2065.0082C35.3186%2064.5075%2035.1049%2064.0985%2034.763%2063.7688Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M24.3964%2061.1313H24.4025V61.1252L24.3964%2061.1313Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M24.8054%2050.0443L27.7847%2051.1921L36.0634%2040.9292L33.0108%2039.7509L27.8092%2046.5643L28.8226%2038.133L25.8311%2036.9792L20.8492%2043.878L21.6185%2035.3552L18.6086%2034.1952L17.7966%2047.3336L20.8065%2048.4936L25.6968%2041.729L24.8054%2050.0443Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M12.7416%2031.8386C13.6451%2031.8386%2014.39%2031.4357%2014.9822%2030.6298V31.7226C14.9822%2032.1622%2014.9516%2032.4674%2014.8906%2032.6323C14.799%2032.8643%2014.6647%2033.0291%2014.4938%2033.1329C14.2373%2033.2855%2013.8527%2033.3649%2013.3338%2033.3649C12.9308%2033.3649%2012.6378%2033.2916%2012.4485%2033.1512C12.3081%2033.0535%2012.2226%2032.8704%2012.186%2032.6079L9.92707%2032.3331V32.3209C9.92707%2032.4125%209.92707%2032.4919%209.92707%2032.559C9.92707%2033.2306%2010.1896%2033.78%2010.7207%2034.2135C11.2519%2034.647%2012.1494%2034.8668%2013.4192%2034.8668C14.0908%2034.8668%2014.6464%2034.7935%2015.086%2034.6531C15.5194%2034.5127%2015.8735%2034.3173%2016.1361%2034.067C16.3986%2033.8228%2016.6001%2033.4748%2016.7466%2033.0413C16.8931%2032.6078%2016.9664%2031.9485%2016.9664%2031.0632V24.3536H15.1165V25.4037C14.5182%2024.5917%2013.7245%2024.1827%2012.827%2024.1827C11.9296%2024.1827%2011.1786%2024.5185%2010.5742%2025.1778C9.96981%2025.8433%209.67065%2026.8018%209.67065%2028.0534C9.67065%2029.0546%209.90265%2029.891%2010.3605%2030.5626C10.9466%2031.4112%2011.7403%2031.8386%2012.7477%2031.8386H12.7416ZM11.7037%2027.9496C11.7037%2027.1986%2011.8624%2026.6309%2012.1677%2026.2646C12.4729%2025.8921%2012.8515%2025.709%2013.3399%2025.709C13.8283%2025.709%2014.2312%2025.8921%2014.5487%2026.2707C14.8662%2026.6492%2015.0249%2027.2597%2015.0249%2027.9984C15.0249%2028.7372%2014.8601%2029.2988%2014.5243%2029.6774C14.1885%2030.0559%2013.7795%2030.2451%2013.2971%2030.2451C12.8454%2030.2451%2012.4729%2030.062%2012.1616%2029.6896C11.8502%2029.3171%2011.6976%2028.7372%2011.6976%2027.9435L11.7037%2027.9496Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M34.7325%2057.865C34.4761%2058.1886%2034.0609%2058.4145%2033.4931%2058.5549C32.8704%2058.7076%2032.3698%2058.7076%2031.9974%2058.5549C31.747%2058.445%2031.5883%2058.2558%2031.5211%2057.9872C31.4784%2057.804%2031.4967%2057.6331%2031.5822%2057.4865C31.6738%2057.3461%2031.918%2057.1752%2032.3148%2056.9737C34.1647%2056.0701%2035.3064%2055.3741%2035.7459%2054.8918C36.3504%2054.2202%2036.5457%2053.4449%2036.332%2052.5657C36.1428%2051.7721%2035.6666%2051.1799%2034.9095%2050.7891C34.1525%2050.4045%2033.1146%2050.3679%2031.7959%2050.6853C30.5382%2050.9906%2029.6591%2051.418%2029.1462%2051.9735C28.6334%2052.5291%2028.3587%2053.2373%2028.322%2054.092L30.7092%2053.9638C30.7214%2053.5853%2030.8435%2053.2678%2031.0694%2053.0114C31.2953%2052.755%2031.6616%2052.5657%2032.1683%2052.4436C32.8032%2052.2849%2033.2855%2052.2666%2033.603%2052.3765C33.8228%2052.462%2033.951%2052.6024%2033.9999%2052.8038C34.0426%2052.9809%2033.9999%2053.1457%2033.8655%2053.3045C33.6885%2053.5181%2032.9864%2053.9333%2031.7654%2054.5377C30.5443%2055.1421%2029.7323%2055.7221%2029.3233%2056.2716C28.9203%2056.8272%2028.8104%2057.4926%2028.9997%2058.2619C29.2012%2059.1044%2029.7262%2059.7393%2030.5748%2060.1728C31.4235%2060.6063%2032.5346%2060.6551%2033.9083%2060.3254C35.1598%2060.0202%2036.0878%2059.5318%2036.6922%2058.848V58.8236C37.3028%2058.1459%2037.6141%2057.34%2037.6263%2056.4181L35.1049%2056.6379C35.111%2057.1324%2034.9889%2057.5415%2034.7325%2057.865Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3Cpath%20d%3D%22M11.2702%2049.3361C11.5266%2049.7635%2011.8014%2050.0809%2012.1005%2050.2763C12.3997%2050.4717%2012.7843%2050.5694%2013.2605%2050.5816C13.7367%2050.5816%2014.2312%2050.4961%2014.738%2050.2946C15.5683%2049.9649%2016.2582%2049.5315%2016.8015%2048.9942L15.6965%2046.9001C15.2752%2047.2787%2014.9333%2047.5168%2014.6708%2047.6206C14.4815%2047.6938%2014.3045%2047.7121%2014.1396%2047.6694C13.9748%2047.6267%2013.8405%2047.5412%2013.7489%2047.413C13.6573%2047.2848%2013.4376%2046.7841%2013.0957%2045.9172L11.4045%2041.6253L13.3338%2040.8621L12.4485%2038.6154H12.4363L10.5071%2039.3785L9.02349%2035.6177L6.84394%2038.3773L7.68035%2040.4958L6.38605%2041.0086L7.2713%2043.2553L8.5656%2042.7425L10.3972%2047.3886C10.7879%2048.3837%2011.0809%2049.0309%2011.2702%2049.3361Z%22%20fill%3D%22%2339373A%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1017_24731%22%3E%0A%3Crect%20width%3D%2280.0147%22%20height%3D%2278%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-search {
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23757575%3Bfill-rule%3Aevenodd%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22search-svgrepo-com%22%20class%3D%22cls-1%22%20d%3D%22M10.11%2C18.34c0-4.54%2C3.68-8.23%2C8.23-8.23s8.23%2C3.68%2C8.23%2C8.23-3.68%2C8.23-8.23%2C8.23h0c-4.54%2C0-8.23-3.68-8.23-8.23ZM18.34%2C6.82c-6.36%2C0-11.52%2C5.16-11.52%2C11.52%2C0%2C6.36%2C5.16%2C11.52%2C11.52%2C11.52%2C2.49%2C0%2C4.92-.81%2C6.92-2.31.05.06.1.12.15.18l4.94%2C4.94c.63.66%2C1.67.69%2C2.33.06s.69-1.67.06-2.33c-.02-.02-.04-.04-.06-.06l-4.94-4.94c-.05-.06-.11-.11-.18-.15%2C3.82-5.09%2C2.79-12.31-2.31-16.13-1.99-1.49-4.42-2.3-6.91-2.3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23757575%3Bfill-rule%3Aevenodd%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22search-svgrepo-com%22%20class%3D%22cls-1%22%20d%3D%22M10.11%2C18.34c0-4.54%2C3.68-8.23%2C8.23-8.23s8.23%2C3.68%2C8.23%2C8.23-3.68%2C8.23-8.23%2C8.23h0c-4.54%2C0-8.23-3.68-8.23-8.23ZM18.34%2C6.82c-6.36%2C0-11.52%2C5.16-11.52%2C11.52%2C0%2C6.36%2C5.16%2C11.52%2C11.52%2C11.52%2C2.49%2C0%2C4.92-.81%2C6.92-2.31.05.06.1.12.15.18l4.94%2C4.94c.63.66%2C1.67.69%2C2.33.06s.69-1.67.06-2.33c-.02-.02-.04-.04-.06-.06l-4.94-4.94c-.05-.06-.11-.11-.18-.15%2C3.82-5.09%2C2.79-12.31-2.31-16.13-1.99-1.49-4.42-2.3-6.91-2.3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  mask-size: cover;
}
.waas-icon.icon-youth,
 .toptask-items .youth a::before {
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-3%7Bclip-path%3Aurl(%23clippath")%3B%7D.cls-2%7Bfill%3A%23757575%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clippath%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%224.69%22%20y%3D%222.93%22%20width%3D%2230.62%22%20height%3D%2234.14%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Group_56%22%3E%3Cg%20class%3D%22cls-3%22%3E%3Cg%20id%3D%22Group_55%22%3E%3Cpath%20id%3D%22Path_23%22%20class%3D%22cls-2%22%20d%3D%22M31.51%2C15.33c-.09-.02-.17-.01-.26.01.08-.73.06-1.47-.07-2.19-.29-1.41-.92-2.72-1.83-3.83-2.46-2.82-9.1-3.63-12.37.14-1.33%2C1.69-1.94%2C3.84-1.69%2C5.97-.13-.09-.29-.13-.45-.1-.41.09-.65.68-.67%2C1.47-2.49-.23-4.95.71-6.67%2C2.53-1.35%2C1.67-1.97%2C3.81-1.75%2C5.94-.12-.07-.26-.09-.4-.07-.59.12-.84%2C1.3-.56%2C2.62.27%2C1.27.93%2C2.21%2C1.51%2C2.18.73%2C4.04%2C3.75%2C7.06%2C7.36%2C7.06s6.63-3.03%2C7.36-7.07c.58.08%2C1.27-.88%2C1.54-2.18.05-.21.08-.43.1-.65.16.01.32.02.48.02%2C3.61%2C0%2C6.63-3.03%2C7.36-7.07.58.08%2C1.27-.88%2C1.54-2.18.28-1.33.03-2.5-.56-2.62M13.68%2C35.12c-3.08%2C0-5.59-3.15-5.59-7.03%2C0-1.24.26-2.47.79-3.59.43-.53.83-1.08%2C1.19-1.66%2C2.69%2C1.74%2C5.75%2C2.8%2C8.93%2C3.11.18.7.26%2C1.41.26%2C2.13%2C0%2C3.88-2.51%2C7.03-5.59%2C7.03M23.16%2C25.25c-.47%2C0-.93-.07-1.37-.22.03-.3.04-.59.03-.89-.01-.38-.05-.75-.11-1.12-.29-1.41-.92-2.72-1.83-3.83-.64-.69-1.41-1.24-2.28-1.6.04-.52.12-1.03.25-1.53.14-.57.5-1.06%2C1-1.37%2C1.69%2C1.83%2C7.03%2C2.21%2C9.6%2C1.24.2.75.31%2C1.52.31%2C2.29%2C0%2C3.87-2.51%2C7.03-5.59%2C7.03%22%2F%3E%3Cpath%20id%3D%22Path_24%22%20class%3D%22cls-2%22%20d%3D%22M35.23%2C7.04c-.46-1.11-1.22-2.08-2.19-2.8-.9-.67-1.95-1.11-3.06-1.3-.07-.01-.13-.02-.2-.02-.48%2C0-.91.28-1.09.72-.34.86-.59%2C1.75-.75%2C2.65-.04.23-.08.46-.1.69.83.36%2C1.57.89%2C2.17%2C1.55.42.49.77%2C1.02%2C1.05%2C1.6.43-.11.86-.25%2C1.27-.42.89-.35%2C1.74-.82%2C2.52-1.39.41-.3.57-.84.38-1.31%22%2F%3E%3Cpath%20id%3D%22Path_25%22%20class%3D%22cls-2%22%20d%3D%22M11.5%2C8.35c.78.57%2C1.62%2C1.03%2C2.52%2C1.39.39.16.79.29%2C1.19.4.26-.52.58-1.01.96-1.44.65-.74%2C1.44-1.33%2C2.33-1.74-.03-.21-.06-.43-.1-.64-.16-.91-.41-1.8-.75-2.66-.18-.44-.61-.73-1.09-.72-.07%2C0-.13%2C0-.2.02-1.11.18-2.15.63-3.06%2C1.3-.97.72-1.72%2C1.69-2.19%2C2.8-.19.47-.04%2C1.01.38%2C1.31%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-1%2C.cls-2%7Bstroke-width%3A0px%3B%7D.cls-3%7Bclip-path%3Aurl(%23clippath")%3B%7D.cls-2%7Bfill%3A%23757575%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clippath%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%224.69%22%20y%3D%222.93%22%20width%3D%2230.62%22%20height%3D%2234.14%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Group_56%22%3E%3Cg%20class%3D%22cls-3%22%3E%3Cg%20id%3D%22Group_55%22%3E%3Cpath%20id%3D%22Path_23%22%20class%3D%22cls-2%22%20d%3D%22M31.51%2C15.33c-.09-.02-.17-.01-.26.01.08-.73.06-1.47-.07-2.19-.29-1.41-.92-2.72-1.83-3.83-2.46-2.82-9.1-3.63-12.37.14-1.33%2C1.69-1.94%2C3.84-1.69%2C5.97-.13-.09-.29-.13-.45-.1-.41.09-.65.68-.67%2C1.47-2.49-.23-4.95.71-6.67%2C2.53-1.35%2C1.67-1.97%2C3.81-1.75%2C5.94-.12-.07-.26-.09-.4-.07-.59.12-.84%2C1.3-.56%2C2.62.27%2C1.27.93%2C2.21%2C1.51%2C2.18.73%2C4.04%2C3.75%2C7.06%2C7.36%2C7.06s6.63-3.03%2C7.36-7.07c.58.08%2C1.27-.88%2C1.54-2.18.05-.21.08-.43.1-.65.16.01.32.02.48.02%2C3.61%2C0%2C6.63-3.03%2C7.36-7.07.58.08%2C1.27-.88%2C1.54-2.18.28-1.33.03-2.5-.56-2.62M13.68%2C35.12c-3.08%2C0-5.59-3.15-5.59-7.03%2C0-1.24.26-2.47.79-3.59.43-.53.83-1.08%2C1.19-1.66%2C2.69%2C1.74%2C5.75%2C2.8%2C8.93%2C3.11.18.7.26%2C1.41.26%2C2.13%2C0%2C3.88-2.51%2C7.03-5.59%2C7.03M23.16%2C25.25c-.47%2C0-.93-.07-1.37-.22.03-.3.04-.59.03-.89-.01-.38-.05-.75-.11-1.12-.29-1.41-.92-2.72-1.83-3.83-.64-.69-1.41-1.24-2.28-1.6.04-.52.12-1.03.25-1.53.14-.57.5-1.06%2C1-1.37%2C1.69%2C1.83%2C7.03%2C2.21%2C9.6%2C1.24.2.75.31%2C1.52.31%2C2.29%2C0%2C3.87-2.51%2C7.03-5.59%2C7.03%22%2F%3E%3Cpath%20id%3D%22Path_24%22%20class%3D%22cls-2%22%20d%3D%22M35.23%2C7.04c-.46-1.11-1.22-2.08-2.19-2.8-.9-.67-1.95-1.11-3.06-1.3-.07-.01-.13-.02-.2-.02-.48%2C0-.91.28-1.09.72-.34.86-.59%2C1.75-.75%2C2.65-.04.23-.08.46-.1.69.83.36%2C1.57.89%2C2.17%2C1.55.42.49.77%2C1.02%2C1.05%2C1.6.43-.11.86-.25%2C1.27-.42.89-.35%2C1.74-.82%2C2.52-1.39.41-.3.57-.84.38-1.31%22%2F%3E%3Cpath%20id%3D%22Path_25%22%20class%3D%22cls-2%22%20d%3D%22M11.5%2C8.35c.78.57%2C1.62%2C1.03%2C2.52%2C1.39.39.16.79.29%2C1.19.4.26-.52.58-1.01.96-1.44.65-.74%2C1.44-1.33%2C2.33-1.74-.03-.21-.06-.43-.1-.64-.16-.91-.41-1.8-.75-2.66-.18-.44-.61-.73-1.09-.72-.07%2C0-.13%2C0-.2.02-1.11.18-2.15.63-3.06%2C1.3-.97.72-1.72%2C1.69-2.19%2C2.8-.19.47-.04%2C1.01.38%2C1.31%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  mask-size: cover;
}
 .rich-list h4 {
  line-height: 1.3;
}
 .main-column .rich-list h3 {
  font-size: 1.4583rem;
}
 .rich-list .list-title {
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
  font-size: 1.3333rem;
  font-weight: normal;
}
 .main-column .rich-list .list-title {
  font-size: 1.4583rem;
}
 .main-column .rich-list .content.calendar h3.withoffset {
  margin-right: 130px;
  /* Free up space for the .offset image. */
}
 .rich-list,
 .grid-list {
  /* FIXME [svl, 2022-06-07] WAAS-5056: See about moving to a :not(:last-child) system, but first the impact on margin-bottom everywhere needs to be clear. If we do, don't forget combo.less! */
  margin-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
}
 div.rich-list {
  overflow: hidden;
}
 .rich-list:last-child,
 .grid-list:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  /* The solid line demarcates where the list ends and the next bit of content begins. If there's no next bit of content (within the widget), remove the line. Note: this does mean that next content (if it exists) should always be a sibling; otherwise exceptions will need to be invented to restore the line. */
}
 .rich-list > li,
 .rich-list > div {
  clear: both;
  overflow: hidden;
  padding: 10px 0;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
  background-repeat: repeat-x;
  background-position: left top;
}
 .rich-list > :first-child,
 .rich-list.interactive[data-component="bw.ui.paginator"] > :nth-child(3n+1) {
  padding-top: 0;
  background-image: none;
}
 .rich-list .viz {
  float: left;
  max-width: 60px;
  max-height: 96px;
  margin: 4px 10px 0 -70px;
  font-family: "AvenirBook", Arial, sans-serif;
  /* Don't inherit the font from the title. */
}
 .rich-list .viz.calendar {
  margin-top: 0;
}
 .rich-list img.offset {
  float: right;
  margin: 0 0 5px 10px;
}
 .rich-list .content {
  padding-left: 70px;
  line-height: 1.2;
}
 .rich-list .content dl.meta {
  line-height: 1.31;
}
 .rich-list:not(:last-child) > div {
  padding-bottom: 10px;
  /* If this isn't a list, but just a single item. */
}
 .rich-list .more {
  position: relative;
  padding-bottom: 2.5em;
}
 .main-column .rich-list .more {
  padding-bottom: 3em;
}
 .rich-list .more .button {
  position: absolute;
  bottom: 0;
  display: block;
  margin-bottom: 0;
  /* Override the title font-weight if set.
	   This is hacky, and should ideally be figured out by looking at both title font-weight and button font-weight variables,
	   but the latter doesn't exist (yet). As this override has been the as-is situation for very long, this is ok for now.
	   (But it's wrong for e.g. the secondary button of babel, as appears in the libraryfinder.) */
  font-weight: normal;
}
 .rich-list .creator {
  display: block;
  margin-bottom: -3px;
  font-size: 1rem;
}
 .rich-list h3 + p {
  padding-top: 2px;
}
 .rich-list .content .link-list > li {
  /* Unused, but potentially useful. It's present in the styleguide. */
  float: left;
  margin-right: 20px;
  list-style: none;
}
 .main-column .rich-list,
 .grid-list {
  clear: left;
  /* Clear the float of .tools, so that margins will collapse. */
  margin-top: 13px;
  margin-bottom: 20px;
}
 .main-column .rich-list:last-child {
  margin-bottom: 0;
}
 .main-column .rich-list > li,
 .main-column .rich-list > div {
  padding-bottom: 12px;
}
 .main-column .rich-list > li:not(:first-child),
 .main-column .rich-list > div:not(:first-child) {
  padding-top: 17px;
}
 .main-column .rich-list .viz {
  max-width: 200px;
  max-height: 320px;
  margin-right: 20px;
  margin-left: -220px;
}
 .main-column .rich-list img.offset {
  /* This is wonky; it appears to try and line out with the title, even though WAAS-57 shows a design with it positioned much lower.
	   Not worth worrying about at present, but might need attention at some point, as it's also failing to actually line out with the title. */
  margin-top: -1.083em;
}
 .main-column .rich-list .additional img.offset {
  margin-top: -1.1818em;
}
 .main-column .rich-list img.offset {
  max-width: 120px;
  max-height: 90px;
  /* Purposefully limit this to low height. */
  margin-bottom: 0;
}
 .main-column .rich-list .content,
 .rich-list .content.small {
  padding-left: 220px;
  /* 20px margin next to a .viz.small */
}
 .main-column .rich-list .content .viz,
 .rich-list .content.small .viz {
  margin-left: -220px;
}
 .rich-list .content.full {
  padding-left: 340px;
  /* 20px margin next to a .viz.full */
}
 .rich-list .content.full .viz {
  margin-left: -340px;
}
 .rich-list .content.highlighted {
  padding-left: 200px;
  /* 20px margin next to a .viz.highlighted */
}
 .rich-list .content.highlighted .viz {
  margin-left: -200px;
}
 .rich-list .content.highlighted {
  padding-left: 200px;
  /* 20px margin next to a .viz.highlighted */
}
 .rich-list .content.highlighted .viz {
  margin-left: -200px;
}
 .rich-list .content.list-big {
  padding-left: 140px;
  /* 20px margin next to a .viz.list-big */
}
 .rich-list .content.list-big .viz {
  margin-left: -140px;
}
 .rich-list .content.highlighted-small {
  padding-left: 125px;
  /* 20px margin next to a .viz.highlighted-small */
}
 .rich-list .content.highlighted-small .viz {
  margin-left: -125px;
}
 .rich-list .content.etalage {
  padding-left: 100px;
  /* 20px margin next to a .viz.etalage */
}
 .rich-list .content.etalage .viz {
  margin-left: -100px;
}
 .rich-list .content.list {
  padding-left: 60px;
  /* 20px margin next to a .viz.list */
}
 .rich-list .content.list .viz {
  margin-left: -60px;
}
 .rich-list .content.calendar {
  padding-left: 5.833rem;
  /* rem-based, since this is text. This works out to 70px, so the same as .extrasmall */
}
 .rich-list .content.calendar .viz {
  margin-left: -5.833rem;
}
 .rich-list .content.link {
  padding-left: 30px;
}
 .rich-list .content.link:before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-left: -30px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4wwCDAonZQJCgwAAAQ5JREFUOMu1lcERgyAQRS2BElICt0xyogRKoARLsANLsARLoARKsARKMJB8MusKKznEmR1Hln38L7gOg3A97k+TYmJhh1+uVKBQGFPsjYiYo65gOkVAkc9qUjgU18BbrpFgEWGJZUlpUatrNgNNYoEd4yvum6BUUWCxZMnYwlR4gFuKJwp8F5Dn+cIm35y8WKRHIycdW6ALiPnu67BhtxdIRXxsE2BgB3pFbhWARgI2z1UDpitzTsCDDWmTynGrAQ1/yRXgwoABYw55e9gHsgmhAeQKR9Qo5P1BDLHdUngjMI9ny9RN4qfXUDmz91a+/+3UeVhzGDvanCXzdW/7ckyRAshftq+/NNjOX4CRal7nfGdnXmNBawAAAABJRU5ErkJggg==") no-repeat left center;
}
 .rich-list .content.empty {
  padding-left: 0;
}
 .rich-list .content.empty .viz {
  margin-left: 0;
}
 .main-column .rich-list .content {
  /* For the .main-column only. */
}
 .main-column .rich-list .content.calendar {
  padding-left: 6.667rem;
  /* rem-based, since this is text. This works out to 80px, so the same as .extrasmall */
}
 .main-column .rich-list .content.calendar .viz {
  margin-left: -6.667rem;
}
 .main-column .rich-list .content.extrasmall {
  padding-left: 80px;
  /* 20px margin next to a .viz.extrasmall */
}
 .main-column .rich-list .content.extrasmall .viz {
  margin-left: -80px;
}
 .main-column .rich-list.tiny .viz {
  /* Cases could be made for this needing to be either 50/80 or 60/96, but this strikes a mostly happy medium in practice. */
  max-width: 60px;
  max-height: 80px;
}
 .main-column .rich-list.tiny .coverplaceholder.extrasmall {
  max-width: 50px;
  max-height: 80px;
  font-size: 0.75rem;
}
 .main-column .rich-list.small .viz {
  max-width: 120px;
  max-height: 192px;
}
 .main-column .rich-list.small,
 .main-column .rich-list.tiny {
  overflow: hidden;
  border-bottom: 0;
}
 .main-column .rich-list.small > li,
 .main-column .rich-list.tiny > li {
  float: left;
  clear: none;
  width: calc(50% - 0.5*40px);
  margin-right: 40px;
  padding-top: 10px;
  /* FIXME [svl, 2022-06-07] WAAS-5056: set this to 0 for the first line of items, if feasible? */
  padding-bottom: 10px;
  background-image: none;
}
 .main-column .rich-list.tiny > li {
  width: calc(33.33% - 0.667*40px);
}
 .main-column .rich-list.small:not(.sliding.interactive) > li:nth-of-type(2n),
 .main-column .rich-list.tiny > li:nth-of-type(3n) {
  margin-right: 0;
}
 .main-column .rich-list.small:not(.sliding.interactive) > li:nth-of-type(2n+1),
 .main-column .rich-list.tiny > li:nth-of-type(3n+1) {
  clear: left;
}
 .main-column .rich-list.small .content:not(.calendar):not(.link) {
  padding-left: 140px;
}
 .main-column .rich-list.small .content:not(.calendar):not(.link) .viz {
  margin-left: -140px;
}
 .main-column .rich-list.tiny .content:not(.calendar):not(.link) {
  padding-left: 70px;
}
 .main-column .rich-list.tiny .content:not(.calendar):not(.link) .viz {
  margin-left: -70px;
  margin-right: 10px;
}
 .main-column .rich-list.tiny .content.calendar {
  padding-left: 5.833rem;
  /* rem-based, since this is text. This works out to 70px, so the same as .extrasmall */
}
 .main-column .rich-list.tiny .content.calendar .viz {
  margin-left: -5.833rem;
  margin-right: 10px;
}
/* 'Responsive' styling for etalage within narrow columns on landingpage. */
.biebwidget-column  .main-column .rich-list.small:not(.sliding) > li {
  width: 100%;
  margin-right: 0;
}
.biebwidget-column  .main-column .rich-list.small:not(.sliding) > li:not(:first-child) {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
  background-repeat: repeat-x;
  background-position: left top;
}
.biebwidget-column  .main-column .rich-list.tiny > li {
  width: 100%;
  margin-right: 0;
}
.biebwidget-column  .main-column .rich-list.tiny > li:not(:first-child) {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
  background-repeat: repeat-x;
  background-position: left top;
}
.biebwidget-double-column  .main-column .rich-list.tiny > li {
  width: calc(50% - 0.5*40px);
}
.biebwidget-double-column  .main-column .rich-list.tiny > li:nth-of-type(3n) {
  margin-right: 40px;
}
.biebwidget-double-column  .main-column .rich-list.tiny > li:nth-of-type(2n) {
  margin-right: 0;
}
.biebwidget-double-column  .main-column .rich-list.tiny > li:nth-of-type(3n+1) {
  clear: none;
}
.biebwidget-double-column  .main-column .rich-list.tiny > li:nth-of-type(2n+1) {
  clear: left;
}
 .grid-list {
  overflow: hidden;
  margin-right: -15px;
  margin-left: -15px;
}
 .grid-list > li {
  overflow: hidden;
  float: left;
  width: 200px;
  height: 4.6107em;
  margin: 0 15px 20px 15px;
  padding: 0 0 140px 0;
  /* max-height of the image, plus 7px (for visually 10px) white-space underneath */
}
 .grid-list > li > p {
  overflow: hidden;
  max-height: 2.4em;
  /* 2 lines */
  margin-top: 0;
  line-height: 1.2;
  text-align: center;
}
 .grid-list > li > p.grid-title {
  position: relative;
  height: 2.4em;
  /* 2 lines */
  margin-bottom: 0.25em;
  padding: 140px 0 0.1em 0;
  /* padding-top = max-height of the image, plus 7px (for visually 10px) white-space underneath; padding-bottom = 2px separation to the subtitle. */
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
  font-size: 1.0833rem;
  font-weight: normal;
  color: #373737;
}
 .grid-list.no-subitems > li {
  height: 2.5536em;
}
 .grid-list .imgwrapper {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  /* define the space available for the image */
  height: 133px;
}
 .grid-list .imgwrapper > img,
 .grid-list .imgwrapper > .coverplaceholder {
  position: absolute;
  right: 0;
  bottom: 0;
  /* line out at the baseline */
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  /* center horizontally, made possible by right: 0 + left: 0 */
}
 .grid-list.high {
  margin-right: -13px;
  margin-left: -13px;
}
 .grid-list.high > li {
  width: 165px;
  margin-right: 13px;
  margin-left: 13px;
  padding-bottom: 271px;
}
 .grid-list.high > li > p.grid-title {
  padding-top: 271px;
}
 .grid-list.high .imgwrapper {
  height: 264px;
}
 .grid-list.narrow {
  margin-right: -13.75px;
  margin-left: -13.75px;
}
 .grid-list.narrow > li {
  width: 100px;
  margin-right: 13.75px;
  margin-left: 13.75px;
  padding-bottom: 167px;
}
 .grid-list.narrow > li > p.grid-title {
  padding-top: 167px;
}
 .grid-list.narrow .imgwrapper {
  height: 160px;
}
 .grid-list span.viz.calendar {
  position: absolute;
  bottom: 0;
  display: block;
  float: none;
  width: 100%;
  font-family: "AvenirBook", Arial, sans-serif;
  /* Don't inherit the font from the .grid-title. */
}
 .grid-list span.viz.calendar span {
  padding-right: 0;
}
 .grid-list span.viz.calendar.period {
  margin-left: -5px;
}
 .grid-list span.viz.calendar.period span.until.date-day {
  background-position: 48% 0;
}
@media only screen and (min-width: 1019.1px) and (max-width: 1199px) {
  /* Product pages have wider .nav-columns */
  .biebwidget-content.product .main-column-wrapper.nav .grid-list:not(.high):not(.narrow) > li {
    max-width: calc(33.33% - 30px);
    min-width: 150px;
  }
}
@media only screen and (min-width: 916.1px) and (max-width: 1019px) {
  .biebwidget-content.product .main-column-wrapper.nav .grid-list:not(.high):not(.narrow) > li {
    max-width: calc(50% - 30px);
    min-width: 150px;
  }
}
@media only screen and (min-width: 879.1px) and (max-width: 916px) {
  .biebwidget-content.product .main-column-wrapper.nav .grid-list:not(.high):not(.narrow) > li {
    max-width: calc(33.33% - 30px);
    min-width: 150px;
  }
}
@media only screen and (min-width: 750.1px) and (max-width: 879.1px) {
  .biebwidget-content.product .main-column-wrapper.nav .grid-list:not(.high):not(.narrow) > li {
    max-width: calc(50% - 30px);
    min-width: 150px;
  }
}
@media only screen and (min-width: 1057.1px) {
   .main-column-wrapper.nav .grid-list:not(.high):not(.narrow) > li {
    max-width: calc(25% - 30px);
    min-width: 150px;
  }
}
@media only screen and (min-width: 872.1px) and (max-width: 1057px) {
   .main-column-wrapper.nav .grid-list:not(.high):not(.narrow) > li {
    max-width: calc(33.33% - 30px);
    min-width: 150px;
  }
}
@media only screen and (min-width: 750.1px) and (max-width: 872px) {
   .main-column-wrapper.nav .grid-list:not(.high):not(.narrow) > li {
    max-width: calc(50% - 30px);
    min-width: 150px;
  }
}
@media only screen and (min-width: 609.1px) and (max-width: 765px) {
   .grid-list:not(.high):not(.narrow) > li {
    max-width: calc(33.33% - 30px);
    min-width: 150px;
  }
}
@media only screen and (min-width: 382.1px) and (max-width: 609px) {
   .grid-list:not(.high):not(.narrow) > li {
    max-width: calc(50% - 30px);
    min-width: 150px;
  }
}
@media only screen and (min-width: 0) and (max-width: 450px) {
   .grid-list.high > li {
    width: 120px;
    padding-bottom: 199px;
  }
   .grid-list.high > li > p.grid-title {
    padding-top: 199px;
  }
   .grid-list.high .imgwrapper {
    height: 192px;
  }
   .grid-list.high img.highgrid.cover {
    max-width: 120px;
    max-height: 192px;
  }
   .grid-list.high .coverplaceholder.highgrid {
    width: 120px;
    height: 192px;
    font-size: 1.0833rem;
  }
   .grid-list.high .coverplaceholder.music.highgrid,
   .grid-list.high .coverplaceholder.album.highgrid,
   .grid-list.high .coverplaceholder.track.highgrid {
    height: 120px;
  }
}
 .sliding.grid-list.interactive {
  /* The absolute maximum we could slide the contents of a component is by the full width of a .bordered.biebwidget-content, so we reserve that much 
     space on the left, and the absolute maximum of one item on the right. */
  margin-left: -1215px;
  margin-right: -230px;
  padding-left: 1200px;
  transition-duration: 0.5s;
}
 .sliding.grid-list.interactive > li {
  transition-property: none;
  transition-delay: inherit;
  transition-duration: inherit;
  transition-timing-function: inherit;
}
 .sliding.grid-list.interactive > li.partial-left {
  margin-left: -87.5px;
}
 .sliding.grid-list.interactive > li:first-child {
  transition-property: margin-left;
}
 .sliding.grid-list.interactive.high {
  margin-left: -1213px;
}
 .sliding.grid-list.interactive.high > li.partial-left {
  margin-left: -50.5px;
}
 .sliding.grid-list.interactive.narrow {
  margin-left: -1213.75px;
}
 .sliding.grid-list.interactive.narrow > li.partial-left {
  margin-left: 13.75px;
}
 .sliding.grid-list.interactive.animating {
  transition-delay: 0.00001s;
  transition-duration: 0.5s;
  transition-property: padding-left;
  transition-timing-function: cubic-bezier(0.02, 0.01, 0.47, 1);
}
 .sliding.grid-list.interactive.short {
  transition-duration: 0.3s;
}
 .sliding.grid-list.interactive.long {
  transition-duration: 0.7s;
}
 .sliding.grid-list.interactive.moveleft-1 {
  padding-left: 970px;
}
 .sliding.grid-list.interactive.moveleft-2 {
  padding-left: 740px;
}
 .sliding.grid-list.interactive.moveleft-3 {
  padding-left: 510px;
}
 .sliding.grid-list.interactive.moveleft-4 {
  padding-left: 280px;
}
 .sliding.grid-list.interactive.high.moveleft-1 {
  padding-left: 1009px;
}
 .sliding.grid-list.interactive.high.moveleft-2 {
  padding-left: 818px;
}
 .sliding.grid-list.interactive.high.moveleft-3 {
  padding-left: 627px;
}
 .sliding.grid-list.interactive.high.moveleft-4 {
  padding-left: 436px;
}
 .sliding.grid-list.interactive.high.moveleft-5 {
  padding-left: 245px;
}
 .sliding.grid-list.interactive.narrow.moveleft-1 {
  padding-left: 1072.5px;
}
 .sliding.grid-list.interactive.narrow.moveleft-2 {
  padding-left: 945px;
}
 .sliding.grid-list.interactive.narrow.moveleft-3 {
  padding-left: 817.5px;
}
 .sliding.grid-list.interactive.narrow.moveleft-4 {
  padding-left: 690px;
}
 .sliding.grid-list.interactive.narrow.moveleft-5 {
  padding-left: 562.5px;
}
 .sliding.grid-list.interactive.narrow.moveleft-6 {
  padding-left: 435px;
}
 .sliding.grid-list.interactive.narrow.moveleft-7 {
  padding-left: 307.5px;
}
 .sliding.grid-list.interactive.narrow.moveleft-8 {
  padding-left: 180px;
}
@media only screen and (min-width: 378.1px) and (max-width: 450px) {
   .sliding.grid-list.interactive:not(.high):not(.narrow) > li.partial-left {
    margin-left: -150px;
  }
}
@media only screen and (min-width: 0) and (max-width: 450px) {
   .sliding.grid-list.interactive.high.moveleft-1 {
    padding-left: 1054px;
  }
   .sliding.grid-list.interactive.high.moveleft-2 {
    padding-left: 908px;
  }
}
@media only screen and (min-width: 0) and (max-width: 378px) {
   .sliding.grid-list.interactive:not(.high):not(.narrow) > li.partial-left {
    margin-left: -180px;
  }
}
 .sliding.rich-list.interactive {
  width: 200%;
  transition-duration: 0.5s;
}
 .sliding.rich-list.interactive > li {
  transition-property: none;
  transition-delay: inherit;
  transition-duration: inherit;
  transition-timing-function: inherit;
}
 .sliding.rich-list.interactive > li.current {
  margin-left: 40px;
}
 .sliding.rich-list.interactive > li.current:first-child {
  margin-left: 0;
  transition-property: margin-left;
}
 .sliding.rich-list.interactive > li:last-child {
  margin-right: 0;
}
 .sliding.rich-list.interactive.animating {
  transition-delay: 0.00001s;
  transition-duration: 0.5s;
  transition-property: margin-left;
  transition-timing-function: cubic-bezier(0.02, 0.01, 0.47, 1);
}
@media only screen and (min-width: 750.1px) {
   .sliding.rich-list.interactive.moveleft-1 {
    margin-left: calc(-50% + 0.5*40px);
  }
   .sliding.rich-list.interactive.moveleft-2 {
    margin-left: calc(-100% + 40px);
  }
   .sliding.rich-list.interactive > li {
    width: calc(25% - (1.5*40px));
  }
   .sliding.rich-list.interactive > li.current:first-child,
   .sliding.rich-list.interactive > li.current + li:last-child {
    width: calc(25% - (0.5*40px));
  }
}
@media only screen and (min-width: 0) and (max-width: 1050px) {
   .main-column-wrapper.nav .main-column .sliding.rich-list.interactive.moveleft-1 {
    margin-left: calc(-100% + 40px);
  }
   .main-column-wrapper.nav .main-column .sliding.rich-list.interactive > li {
    width: calc(50% - (2*40px));
  }
   .main-column-wrapper.nav .main-column .sliding.rich-list.interactive > li.current:first-child,
   .main-column-wrapper.nav .main-column .sliding.rich-list.interactive > li.current:last-child {
    width: calc(50% - 40px);
  }
}
@media only screen and (min-width: 0) and (max-width: 750px) {
   .sliding.rich-list.interactive.moveleft-1 {
    margin-left: calc(-100% + 40px);
  }
   .sliding.rich-list.interactive > li {
    width: calc(50% - (2*40px));
  }
   .sliding.rich-list.interactive > li.current:first-child,
   .sliding.rich-list.interactive > li.current:last-child {
    width: calc(50% - 40px);
  }
}
 .sliding.rich-list.interactive > li,
 .sliding.grid-list.interactive > li {
  display: none;
}
 .sliding.rich-list.interactive > li.current,
 .sliding.rich-list.interactive > li.current ~ li,
 .sliding.grid-list.interactive > li.partial-left,
 .sliding.grid-list.interactive > li.current,
 .sliding.grid-list.interactive > li.current ~ li {
  display: block;
}
 .sliding.rich-list.interactive > li.current ~ li.hidden,
 .sliding.grid-list.interactive > li.current ~ li.hidden {
  display: none;
}
@media only screen and (min-width: 950.1px) and (max-width: 1150px) {
   .main-column-wrapper.nav .main-column .rich-list.tiny > li {
    width: calc(50% - 0.5*40px);
  }
   .main-column-wrapper.nav .main-column .rich-list.tiny > li:nth-of-type(3n) {
    margin-right: 40px;
  }
   .main-column-wrapper.nav .main-column .rich-list.tiny > li:nth-of-type(2n) {
    margin-right: 0;
  }
   .main-column-wrapper.nav .main-column .rich-list.tiny > li:nth-of-type(3n+1) {
    clear: none;
  }
   .main-column-wrapper.nav .main-column .rich-list.tiny > li:nth-of-type(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 0) and (max-width: 1050px) {
   .main-column-wrapper.nav .main-column .rich-list.small:not(.sliding) > li {
    width: 100%;
    margin-right: 0;
  }
   .main-column-wrapper.nav .main-column .rich-list.small:not(.sliding) > li:not(:first-child) {
    background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
    background-repeat: repeat-x;
    background-position: left top;
  }
}
@media only screen and (min-width: 750.1px) and (max-width: 950px) {
   .main-column-wrapper.nav .main-column .rich-list.tiny > li {
    width: 100%;
    margin-right: 0;
  }
   .main-column-wrapper.nav .main-column .rich-list.tiny > li:not(:first-child) {
    background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
    background-repeat: repeat-x;
    background-position: left top;
  }
}
@media only screen and (min-width: 0) and (max-width: 916px) {
   .main-column .rich-list.tiny > li {
    width: calc(50% - 0.5*40px);
  }
   .main-column .rich-list.tiny > li:nth-of-type(3n) {
    margin-right: 40px;
  }
   .main-column .rich-list.tiny > li:nth-of-type(2n) {
    margin-right: 0;
  }
   .main-column .rich-list.tiny > li:nth-of-type(3n+1) {
    clear: none;
  }
   .main-column .rich-list.tiny > li:nth-of-type(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 0) and (max-width: 750px) {
   .main-column .rich-list.small:not(.sliding) > li {
    width: 100%;
    margin-right: 0;
  }
   .main-column .rich-list.small:not(.sliding) > li:not(:first-child) {
    background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
    background-repeat: repeat-x;
    background-position: left top;
  }
}
@media only screen and (min-width: 0) and (max-width: 569px) {
   .main-column .rich-list.tiny > li,
  .biebwidget-double-column  .main-column .rich-list.tiny > li {
    width: 100%;
    margin-right: 0;
  }
   .main-column .rich-list.tiny > li:not(:first-child),
  .biebwidget-double-column  .main-column .rich-list.tiny > li:not(:first-child) {
    background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
    background-repeat: repeat-x;
    background-position: left top;
  }
}
@media only screen and (min-width: 0) and (max-width: 450px) {
   .grid-list > li {
    margin-bottom: 15px;
    /* Slightly reduce whitespace between rows. Could be improved further. Maybe this should differ based on type of grid items? */
  }
   .main-column .rich-list .content:not(.calendar):not(.list):not(.link),
   .main-column .rich-list.small .content:not(.calendar):not(.list):not(.link),
   .main-column .rich-list.tiny .content:not(.calendar):not(.list):not(.link) {
    padding-left: 0;
  }
   .main-column .rich-list .content:not(.calendar):not(.list):not(.link) .viz,
   .main-column .rich-list.small .content:not(.calendar):not(.list):not(.link) .viz,
   .main-column .rich-list.tiny .content:not(.calendar):not(.list):not(.link) .viz {
    float: left;
    max-width: 60px;
    max-height: 80px;
    margin-right: 10px;
    margin-bottom: 4px;
    margin-left: 0;
  }
   .main-column .rich-list .viz.coverplaceholder:not(.list) {
    width: 50px;
    /* Shrink all coverplaceholders in rich-lists, except for the smallest size. */
    height: 80px;
    font-size: 0.5833rem;
  }
   .main-column .rich-list .viz.coverplaceholder.music:not(.list),
   .main-column .rich-list .viz.coverplaceholder.album:not(.list),
   .main-column .rich-list .viz.coverplaceholder.track:not(.list) {
    height: 50px;
  }
   .main-column .rich-list .content.calendar h3.withoffset {
    margin-right: 0;
  }
   .main-column .rich-list .content.calendar img.offset {
    display: none;
  }
   .rich-list .content.more {
    overflow: hidden;
  }
}
/* itempicker; default position above the detail */
 ul.itempicker,
 ol.itempicker {
  margin-bottom: 10px;
  padding-bottom: 10px;
  /* 20px to the bottom of the imgs (10 + 7 + 3) */
  text-align: center;
  border-bottom: 1px solid #d0d0d0;
}
 ul.itempicker > li,
 ol.itempicker > li {
  display: inline-block;
  /* align on baseline */
  margin: 0 -13px;
  /* 5% padding per item is too much for narrow columns, so remove part of that spacing again. (We don't want to use a smaller percentage padding, otherwise it hardly increases for wider columns.) */
  padding: 0 5%;
}
 ul.itempicker > li > a,
 ol.itempicker > li > a,
 ul.itempicker > li > span,
 ol.itempicker > li > span {
  display: block;
  padding: 7px 3px;
  outline: none;
  cursor: pointer;
}
 ul.itempicker > li.current > a,
 ol.itempicker > li.current > a,
 ul.itempicker > li.current > span,
 ol.itempicker > li.current > span {
  margin: 0 -3px -3px -3px;
  /* The .current img becomes larger because of the border; remove that space here so nothing will shift. */
  background: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/selection-indicator.png") no-repeat center bottom;
}
 ul.itempicker > li.current > a img,
 ol.itempicker > li.current > a img,
 ul.itempicker > li.current > a .coverplaceholder,
 ol.itempicker > li.current > a .coverplaceholder,
 ul.itempicker > li.current > span img,
 ol.itempicker > li.current > span img,
 ul.itempicker > li.current > span .coverplaceholder,
 ol.itempicker > li.current > span .coverplaceholder,
 ul.itempicker > li.current > a p.calendar,
 ol.itempicker > li.current > a p.calendar {
  margin-top: 0;
  border: 3px solid #000000;
  border-radius: 4px;
}
 ul.itempicker > li.current > a .coverplaceholder.list,
 ol.itempicker > li.current > a .coverplaceholder.list,
 ul.itempicker > li.current > span .coverplaceholder.list,
 ol.itempicker > li.current > span .coverplaceholder.list {
  margin-top: -3px;
  /* A .coverplaceholder doesn't have a built-in margin-top which can be compensated for with margin-top: 0. */
  width: 46px;
  /* Since the coverplaceholder has box-sizing: border-box, the above border is being subtracted from the width, so should be added on again. */
  height: 70px;
}
 ul.itempicker > li.current > a .coverplaceholder.list.music,
 ol.itempicker > li.current > a .coverplaceholder.list.music,
 ul.itempicker > li.current > span .coverplaceholder.list.music,
 ol.itempicker > li.current > span .coverplaceholder.list.music,
 ul.itempicker > li.current > a .coverplaceholder.list.album,
 ol.itempicker > li.current > a .coverplaceholder.list.album,
 ul.itempicker > li.current > span .coverplaceholder.list.album,
 ol.itempicker > li.current > span .coverplaceholder.list.album,
 ul.itempicker > li.current > a .coverplaceholder.list.track,
 ol.itempicker > li.current > a .coverplaceholder.list.track,
 ul.itempicker > li.current > span .coverplaceholder.list.track,
 ol.itempicker > li.current > span .coverplaceholder.list.track {
  height: 46px;
}
 ul.itempicker > li > a p.calendar span,
 ol.itempicker > li > a p.calendar span {
  padding: 2px 3px 2px 2px;
}
 ul.itempicker > li > a p.calendar span.date-day,
 ol.itempicker > li > a p.calendar span.date-day {
  font-size: 1.9167rem;
}
 ul.itempicker > li > a p.calendar span.date-month,
 ol.itempicker > li > a p.calendar span.date-month {
  font-size: 1.25rem;
}
 ul.itempicker > li > a:focus img,
 ol.itempicker > li > a:focus img,
 ul.itempicker > li > a:focus .coverplaceholder,
 ol.itempicker > li > a:focus .coverplaceholder {
  outline: 1px solid #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
 .main-column ul.itempicker > li,
 .main-column ol.itempicker > li {
  margin: 0;
  padding: 0 5px;
  /* Used fixed spacing between items in a .main-column, as 5% is just way too much. */
}
/* itempicker below the detail */
 .itemdetail + ul.itempicker,
 .itemdetail + ol.itempicker {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 0;
}
 .itemdetail + ul.itempicker + *,
 .itemdetail + ol.itempicker + * {
  margin-top: 10px;
}
 .itemdetail + ul.itempicker > li,
 .itemdetail + ol.itempicker > li {
  vertical-align: top;
  /* align by top */
}
 .itemdetail + ul.itempicker > li.current > a,
 .itemdetail + ol.itempicker > li.current > a,
 .itemdetail + ul.itempicker > li.current > span,
 .itemdetail + ol.itempicker > li.current > span {
  background: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/selection-indicator-up.png") no-repeat center top;
}
 .rich-items.itemdetail + ul.itempicker,
 .rich-items.itemdetail + ol.itempicker,
 .rich-list.itemdetail + ul.itempicker,
 .rich-list.itemdetail + ol.itempicker {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  /* The dividing line is already provided by the .rich-list here. */
}
/* When JavaScript is enabled, only show the .current itemdetail. */
 ul.itemdetail.interactive > li {
  display: none;
  padding-top: 0;
  /* Remove the .rich-list padding. */
  background-image: none;
}
 ul.itemdetail.interactive > li.current {
  display: block;
}
 .main-column .itemdetail {
  max-width: 836px;
  /* When the image is center-aligned, it looks weird for this to be completely left aligned, so left-align its contents with the .itempicker. */
  margin-right: auto;
  margin-left: auto;
}
 .main-column ul.itempicker,
 .main-column ol.itempicker {
  overflow: hidden;
  max-width: 836px;
  /* 11 items. */
  margin-right: auto;
  margin-left: auto;
  font-size: 0;
  /* No extra space between items. */
}
 .main-column ul.itempicker > li:first-child:nth-last-child(n),
 .main-column ol.itempicker > li:first-child:nth-last-child(n) {
  /* :nth-last-child(n) so IE8 will ignore this line along with all the following ones. */
  margin-left: -836px;
}
 .main-column ul.itempicker > li:last-child,
 .main-column ol.itempicker > li:last-child {
  margin-right: -836px;
}
/* All form styles for form.generated and basic input/textarea styling.
   _No_ <button> styling, other than what falls in the previous categories. */
/* Form: basic form styles ------------------------------------------------------------*/
 input,
 textarea {
  color: #000000;
  /* Old gecko. */
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=737786#c70 */
}
 input.empty,
 textarea.empty {
  font-style: italic;
  color: #393939;
  opacity: 1;
}
 input::-webkit-input-placeholder,
 textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #393939;
  opacity: 1;
}
 input:-ms-input-placeholder,
 textarea:-ms-input-placeholder {
  font-style: italic;
  color: #393939;
  opacity: 1;
}
 input::-ms-input-placeholder,
 textarea::-ms-input-placeholder {
  font-style: italic;
  color: #393939;
  opacity: 1;
}
 input:-moz-placeholder,
 textarea:-moz-placeholder {
  font-style: italic;
  color: #393939;
  opacity: 1;
}
 input::-moz-placeholder,
 textarea::-moz-placeholder {
  font-style: italic;
  color: #393939;
  opacity: 1;
}
 input::placeholder,
 textarea::placeholder {
  font-style: italic;
  color: #393939;
  opacity: 1;
}
 input:focus {
  border-color: #000000;
}
/* upload component */
 .upload ul {
  margin: 10px 232px;
}
 .upload p:not(.description) {
  margin: 10px 240px;
}
 .upload button {
  margin: 0 242px;
}
 .upload button.delete {
  display: block;
  height: 15px;
  padding: 3px 5px 3px 20px;
  background: transparent url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/icon-delete.png") no-repeat left center;
  cursor: pointer;
  text-decoration: none;
  border: none;
}
@media screen and (max-width: 619px) {
   .upload p:not(.description) {
    margin: 10px 0;
    width: auto;
    display: inline-block;
  }
}
 textarea {
  font-family: inherit;
  font-size: inherit;
}
 form.generated::before {
  overflow: hidden;
  clear: both;
  margin-right: 20px;
  padding: 7px 0;
}
 form.generated.clear .form-row label,
 form.generated.clear .form-row .label {
  display: block;
  float: none;
  width: auto;
}
 form.generated.clear .form-row label {
  margin-bottom: 5px;
}
 form.generated.clear .form-row:not(.birthdate) select,
 form.generated.clear .form-row .clear-full {
  width: 100%;
}
 form.generated.clear .form-row .error {
  margin-left: 0;
}
 form.generated.clear .form-row .description {
  padding-left: 0;
}
 form.generated fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
 form.generated fieldset legend {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  padding: 7px 0;
}
 form.generated .form-row {
  overflow: hidden;
  clear: both;
  padding: 7px 0;
}
 form.generated .form-row > * {
  margin-right: 20px;
}
 form.generated .form-row > label,
 form.generated .form-row > .label {
  width: 220px;
}
 form.generated .form-row label,
 form.generated .form-row .label {
  float: left;
  display: inline-block;
  padding: 4px 0 0 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
 form.generated .form-row .label + .value {
  display: inline-block;
  padding: 4px 0 0 0;
  margin-top: 0;
}
 form.generated .form-row input + label {
  width: auto;
  margin: 4px 20px 5px 0;
  padding: 0;
}
 form.generated .form-row.multiple select,
 form.generated .form-row.multiple input[type=text] {
  width: auto;
}
 form.generated .form-row p + p.accompanying {
  margin-top: 0;
}
 form.generated .form-row > p + label,
 form.generated .form-row > p + label + input {
  margin-top: 0.5em;
}
 form.generated .form-row > .input-options {
  float: left;
  max-width: calc(100% - 260px);
}
 form.generated .form-row > .input-options > .input-group {
  position: relative;
  float: left;
  margin-right: 0;
  padding-left: 20px;
  width: 100%;
}
 form.generated .form-row > .input-options > .input-group > input {
  position: absolute;
  left: 0;
}
 form.generated .form-row.checkbox > .input-options > .input-group {
  width: 100%;
}
 form.generated .form-row > .label {
  min-width: 220px;
}
 form.generated legend em,
 form.generated label em {
  display: inline-block;
  overflow: hidden;
  width: 1em;
  height: 1em;
}
 form.generated legend em:before,
 form.generated label em:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "*";
}
 form.generated .label.required:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "*";
}
 form.generated .label.required + .input-group label {
  overflow: hidden;
  width: 0;
  height: 0;
  text-indent: -99999px;
}
 form.generated .label.required + .input-group label em:before {
  content: none;
}
 form.generated input[type=text],
 form.generated input[type=email],
 form.generated input[type=password],
 form.generated input[type=url],
 form.generated input[type=tel],
 form.generated input[type=search],
 form.generated select,
 form.generated textarea {
  float: left;
  width: 320px;
  max-width: 96%;
  font-size: inherit;
  font-family: inherit;
  color: #000000;
}
 form.generated textarea {
  height: 150px;
}
 form.generated select {
  width: 326px;
}
 form.generated input[type=radio],
 form.generated input[type=checkbox] {
  float: left;
  width: auto;
  margin: 6px 8px 0 0;
}
 form.generated input.modifier {
  clear: left;
  margin-left: 240px;
  font-style: normal;
}
 form.generated legend.label-error,
 form.generated label.label-error {
  font-weight: bold;
  color: red;
}
 form.generated .body-field {
  display: none;
}
 form.generated .description {
  clear: left;
  padding: 5px 20px 5px 240px;
  font-style: italic;
  /* Copy placeholder styling. */
  color: #393939;
}
 form.generated .form-row.buttons {
  margin-top: 17px;
  padding: 17px 0;
  background: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png") repeat-x left top;
}
 form.generated .birthdate label {
  position: absolute;
  left: -9999px;
}
 form.generated .birthdate select:nth-of-type(1) {
  margin-right: 20px;
  width: 4em;
}
 form.generated .birthdate select:nth-of-type(2) {
  margin-right: 20px;
  width: 8.75em;
}
 form.generated .birthdate select:nth-of-type(3) {
  margin-right: 0;
  width: 5em;
}
 .main-column-wrapper form.generated .form-row > p.label:not(.viz) {
  margin-right: 20px;
  margin-left: 0;
}
 span.config-error,
 form.generated span.error {
  clear: left;
  float: left;
  margin: 6px 0 0 240px;
  padding-left: 18px;
  width: 360px;
  color: red;
  line-height: normal;
  background: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/icon-form-error.png") no-repeat left 3px;
}
 form.cancelconfirm > p:first-of-type {
  float: left;
  margin-top: 13px;
}
 form.cancelconfirm > p + p {
  float: right;
  margin-top: 13px;
}
 form.cancelconfirm .tertiary.button {
  margin-top: 7px;
  /* Same baseline as a primary/secondary button. */
}
 form.cancelconfirm .quaternary.button {
  margin-top: 5px;
  /* Same baseline as a primary/secondary button. */
}
@media only screen and (max-width: 705px) {
   form.generated .form-row:not(.body-field) {
    display: block;
  }
   form.generated .form-row input,
   form.generated .form-row select,
   form.generated .form-row textarea,
   form.generated .form-row .description {
    float: left;
    clear: left;
    margin-left: 1px;
    padding-left: 0;
  }
   form.generated .form-row label,
   form.generated .form-row .label {
    display: inline;
    width: 100%;
  }
   form.generated .form-row select {
    margin: 5px 0;
  }
   form.generated .form-row input[type=checkbox]:first-child {
    margin-left: 0;
  }
   form.generated .form-row p.label + input[type=checkbox] {
    margin-left: 0;
  }
   form.generated .form-row > .input-options {
    max-width: none;
  }
   form.generated .form-row > .input-options > .input-group {
    clear: both;
  }
   form.generated .form-row input[type=file] {
    margin: 5px 0;
  }
   form.generated .form-row.birthdate > select {
    width: 8.75em;
  }
   span.config-error,
   form.generated span.error {
    margin-left: 0;
  }
}
@media only screen and (max-width: 470px) {
   form.generated .form-row p.label:first-child {
    float: none;
  }
}
@media only screen and (min-width: 24em) and (max-width: 666px) {
   form.generated .birthdate select.month,
   form.generated .birthdate select.year {
    clear: none;
  }
}
@media only screen and (max-width: 23.999em) {
   form.generated .birthdate select.month,
   form.generated .birthdate select.year {
    margin-top: 5px;
  }
}
/* A new type of detail page, for specific products: titledetail (NBC) and edumedia/prentenboek/readinglist (lvdl). */
.biebwidget-content.product .main-column-wrapper.nav .main-column {
  margin-left: 430px;
}
.biebwidget-content.product .header {
  margin-bottom: 20px;
  margin-left: -430px;
  padding-right: 40px;
  padding-left: 430px;
}
.biebwidget-content.product .header ~ * {
  margin-right: 40px;
}
.biebwidget-content.product .header h2 {
  margin-top: 0;
  font-weight: normal;
  line-height: 1;
}
.biebwidget-content.product .header p.subtitle {
  font-size: 2.9167rem;
}
.biebwidget-content.product .header p.creator {
  font-size: 2.9167rem;
}
.biebwidget-content.product .header h2.long + p.subtitle {
  font-size: 2.3333rem;
}
.biebwidget-content.product .header h2.long + p.creator {
  font-size: 2.3333rem;
}
.biebwidget-content.product .header .additional {
  font-size: 1.5rem;
}
.biebwidget-content.product .header .imgwrapper {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  max-width: 310px;
  max-height: 496px;
  margin-left: -370px;
}
.biebwidget-content.product img.representative,
.biebwidget-content.product .header .coverplaceholder {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border: 5px solid #ffffff;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.biebwidget-content.product img.representative.cursus {
  border-style: none;
}
@media only screen and (min-width: 916.1px) {
  .biebwidget-content.product .header {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 750.1px) and (max-width: 960px) {
  .biebwidget-content.product .header h2 {
    line-height: 1.1;
    font-size: 4rem;
  }
  .biebwidget-content.product .header h2.long {
    font-size: 2.9167rem;
  }
  .biebwidget-content.product .header p.subtitle {
    font-size: 2.5rem;
  }
  .biebwidget-content.product .header p.creator {
    font-size: 2.5rem;
  }
  .biebwidget-content.product .header h2.long + p.subtitle {
    font-size: 2rem;
  }
  .biebwidget-content.product .header h2.long + p.creator {
    font-size: 2rem;
  }
  .biebwidget-content.product .header .additional {
    font-size: 1.3333rem;
  }
}
@media only screen and (min-width: 750.1px) and (max-width: 916px) {
  .biebwidget-content.product .main-column-wrapper.nav .main-column {
    margin-left: 300px;
  }
  .biebwidget-content.product .header {
    margin-left: -300px;
    padding-left: 300px;
  }
  .biebwidget-content.product .header .imgwrapper {
    max-width: 220px;
    max-height: 352px;
    margin-left: -260px;
  }
  .biebwidget-content.product .header .coverplaceholder.full {
    height: 352px;
  }
  .biebwidget-content.product .header .coverplaceholder.music.full,
  .biebwidget-content.product .header .coverplaceholder.album.full,
  .biebwidget-content.product .header .coverplaceholder.track.full {
    height: 220px;
  }
}
@media only screen and (min-width: 0) and (max-width: 750px) {
  .biebwidget-content.product .header h2 {
    line-height: 1.15;
    font-size: 3.5rem;
  }
  .biebwidget-content.product .header h2.long {
    font-size: 2.5rem;
  }
  .biebwidget-content.product .header p.subtitle {
    font-size: 2rem;
  }
  .biebwidget-content.product .header p.creator {
    font-size: 2rem;
  }
  .biebwidget-content.product .header h2.long + p.subtitle {
    font-size: 1.75rem;
  }
  .biebwidget-content.product .header h2.long + p.creator {
    font-size: 1.75rem;
  }
  .biebwidget-content.product .header .additional {
    font-size: 1.25rem;
  }
  .biebwidget-content.product .header {
    margin-left: 0;
    padding: 20px 20px;
  }
  .biebwidget-content.product .header ~ * {
    margin-right: 20px;
    margin-left: 20px;
  }
  .biebwidget-content.product .header .imgwrapper {
    position: relative;
    top: auto;
    left: auto;
    max-width: 33%;
    margin: 5px 20px 20px 0;
  }
  .biebwidget-content.product .header .coverplaceholder.full {
    width: 29vw;
    height: 46.4vw;
    font-size: 0.8rem;
  }
  .biebwidget-content.product .header .coverplaceholder.music.full,
  .biebwidget-content.product .header .coverplaceholder.album.full,
  .biebwidget-content.product .header .coverplaceholder.track.full {
    height: 29vw;
  }
}
@media only screen and (min-width: 454.1px) and (max-width: 750px) {
  .biebwidget-content.product .intro.teaser + p {
    margin-left: 33%;
    padding-left: 30px;
  }
  .biebwidget-content.product .header .coverplaceholder.full {
    font-size: 1.12rem;
  }
}
@media only screen and (min-width: 0) and (max-width: 454px) {
  .biebwidget-content.product .header h2 {
    line-height: 1.2;
    font-size: 2.5rem;
  }
  .biebwidget-content.product .header h2.long {
    font-size: 2rem;
  }
  .biebwidget-content.product .header p.subtitle {
    font-size: 1.5rem;
  }
  .biebwidget-content.product .header p.creator {
    font-size: 1.5rem;
  }
  .biebwidget-content.product .header h2.long + p.subtitle {
    font-size: 1.5rem;
  }
  .biebwidget-content.product .header h2.long + p.creator {
    font-size: 1.5rem;
  }
  .biebwidget-content.product .intro.teaser {
    clear: left;
  }
}
.widget-bnl-siteheader {
  padding-top: 20px;
}
.widget-bnl-siteheader .globalmessage {
  overflow: hidden;
  margin: -20px 0 20px 0;
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px 0 #595959;
  box-shadow: 0 1px 3px 0 #595959;
}
.widget-bnl-siteheader h1 a {
  float: left;
  margin: 0 80px 10px 20px;
}
.widget-bnl-siteheader .logo-wrapper {
  position: relative;
  width: 100%;
}
.widget-bnl-siteheader img.sitelogo {
  float: left;
  display: block;
}
.widget-bnl-siteheader .skiplinks {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -5.7em;
  display: table;
  padding: 20px;
  padding-right: 100%;
  border: 1px solid #d0d0d0;
  background-color: #f5f5f5;
  z-index: 100;
}
.widget-bnl-siteheader .skiplinks > a,
.widget-bnl-siteheader .skiplinks > span {
  display: table-cell;
  vertical-align: bottom;
  white-space: pre;
}
.widget-bnl-siteheader .skiplinks > a ~ span:last-child {
  height: 1.4em;
  transition: height 0.25s;
}
.widget-bnl-siteheader .skiplinks > a:focus ~ span:last-child {
  height: 7em;
  transition: height 0.25s;
}
.widget-bnl-siteheader ul.metanav {
  position: relative;
  z-index: 96;
  /* Set higher than the navigatiebalk. */
  padding: 0 0 0.5em 0;
}
.widget-bnl-siteheader ul.metanav > li {
  padding: 0;
}
.widget-bnl-siteheader ul.metanav > li > a,
.widget-bnl-siteheader ul.metanav > li > button {
  margin: 0 5px 0 0;
  padding: 0 0 0 5px;
  line-height: 16px;
  color: #000000;
}
.widget-bnl-siteheader ul.metanav > li > a:hover,
.widget-bnl-siteheader ul.metanav > li > button:hover {
  color: #000000;
}
.widget-bnl-siteheader ul.metanav > li > button:disabled {
  display: none;
}
.widget-bnl-siteheader ul.metanav li.drop {
  position: relative;
}
.widget-bnl-siteheader ul.metanav li.drop > button,
.widget-bnl-siteheader ul.metanav li.drop > a {
  margin-right: 5px;
  padding-right: 14px;
  /* Reserve space for the marker */
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/dropdown.png");
  background-repeat: no-repeat;
  background-position: right 55%;
}
.widget-bnl-siteheader ul.metanav li.drop > button:focus,
.widget-bnl-siteheader ul.metanav li.drop:hover > button,
.widget-bnl-siteheader ul.metanav li.drop.focus > button,
.widget-bnl-siteheader ul.metanav li.drop > a:focus,
.widget-bnl-siteheader ul.metanav li.drop:hover > a,
.widget-bnl-siteheader ul.metanav li.drop.focus > a {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAYUlEQVQY02P4////fCAWAmIGLJgfiOeAGCBwFog10BSoAvGJ/1DOLajCD0AcChULAuJ3UPE7IAFhIF4FFfgJxHuA+AeUvwGIxZCNLwPi31DJP0BcDZNDd6g/ED+AWgcXBwAbFLhqWOuXNgAAAABJRU5ErkJggg==");
}
.widget-bnl-siteheader ul.metanav button.profile,
.widget-bnl-siteheader ul.metanav a.profile {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}
.widget-bnl-siteheader ul.metanav button.profile:hover,
.widget-bnl-siteheader ul.metanav a.profile:hover,
.widget-bnl-siteheader ul.metanav button.profile:focus,
.widget-bnl-siteheader ul.metanav a.profile:focus {
  text-decoration: none;
}
.widget-bnl-siteheader ul.metanav > li.drop.login.loggedin ul.submenu li {
  min-width: 175px;
}
.widget-bnl-siteheader ul.metanav > li.drop.login:not(.loggedin) {
  margin-right: 0;
}
.widget-bnl-siteheader ul.metanav > li.drop.login:not(.loggedin) a.profile {
  padding-right: 0;
  background: none;
}
.widget-bnl-siteheader ul.metanav > li.drop.login:not(.loggedin) a.profile:hover,
.widget-bnl-siteheader ul.metanav > li.drop.login:not(.loggedin) a.profile:focus {
  text-decoration: underline;
}
.widget-bnl-siteheader ul.metanav > li.drop:not(.loggedin) button.profile,
.widget-bnl-siteheader ul.metanav > li.drop.loggedin a.profile {
  display: none;
}
.widget-bnl-siteheader ul.metanav > li.drop.loggedin button.profile::before,
.widget-bnl-siteheader ul.metanav > li.drop:not(.loggedin) a.profile::before {
  content: "";
  position: absolute;
  z-index: 100;
  left: 4px;
  top: 2px;
  width: 12px;
  height: 11px;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/profile.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.widget-bnl-siteheader ul.metanav > li.drop:not(.loggedin) .submenu {
  display: none;
}
.widget-bnl-siteheader ul.metanav > li.drop:not(.login),
.widget-bnl-siteheader ul.metanav > li.drop.loggedin {
  margin-right: 5px;
  padding: 0;
}
.widget-bnl-siteheader ul.metanav > li.drop:not(.login):hover,
.widget-bnl-siteheader ul.metanav > li.drop.loggedin:hover,
.widget-bnl-siteheader ul.metanav > li.drop:not(.login).focus,
.widget-bnl-siteheader ul.metanav > li.drop.loggedin.focus {
  margin-right: -5px;
  padding-right: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.widget-bnl-siteheader ul.metanav > li.drop:not(.login):hover::before,
.widget-bnl-siteheader ul.metanav > li.drop.loggedin:hover::before,
.widget-bnl-siteheader ul.metanav > li.drop:not(.login).focus::before,
.widget-bnl-siteheader ul.metanav > li.drop.loggedin.focus::before {
  content: "";
  position: absolute;
  z-index: 99;
  left: -1px;
  top: -9px;
  width: 100%;
  height: 9px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  background: #ffffff;
}
.widget-bnl-siteheader ul.metanav > li.drop:not(.login):hover > ul.submenu,
.widget-bnl-siteheader ul.metanav > li.drop.loggedin:hover > ul.submenu,
.widget-bnl-siteheader ul.metanav > li.drop:not(.login).focus > ul.submenu,
.widget-bnl-siteheader ul.metanav > li.drop.loggedin.focus > ul.submenu {
  display: block;
  z-index: 99;
  position: absolute;
  margin-left: -1px;
  padding: 9px 0 14px 0;
  min-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  background: #ffffff;
}
.widget-bnl-siteheader ul.metanav > li.drop:not(.login) > ul.submenu,
.widget-bnl-siteheader ul.metanav > li.drop.loggedin > ul.submenu {
  display: none;
}
.widget-bnl-siteheader ul.metanav > li.drop:not(.login) > ul.submenu a,
.widget-bnl-siteheader ul.metanav > li.drop.loggedin > ul.submenu a,
.widget-bnl-siteheader ul.metanav > li.drop:not(.login) > ul.submenu span,
.widget-bnl-siteheader ul.metanav > li.drop.loggedin > ul.submenu span {
  display: block;
  padding: 4px 20px 4px 20px;
}
.widget-bnl-siteheader ul.metanav > li.drop:not(.login) > ul.submenu li a:hover,
.widget-bnl-siteheader ul.metanav > li.drop.loggedin > ul.submenu li a:hover,
.widget-bnl-siteheader ul.metanav > li.drop:not(.login) > ul.submenu li a:focus,
.widget-bnl-siteheader ul.metanav > li.drop.loggedin > ul.submenu li a:focus,
.widget-bnl-siteheader ul.metanav > li.drop:not(.login) > ul.submenu li span:hover,
.widget-bnl-siteheader ul.metanav > li.drop.loggedin > ul.submenu li span:hover,
.widget-bnl-siteheader ul.metanav > li.drop:not(.login) > ul.submenu li span:focus,
.widget-bnl-siteheader ul.metanav > li.drop.loggedin > ul.submenu li span:focus {
  background: #efefef;
  color: #000000;
  text-decoration: none;
}
.widget-bnl-siteheader ul.metanav > li.drop + li:not(.drop) {
  margin-left: 0;
}
.widget-bnl-siteheader ul.metanav > li.drop.loggedin:hover + li:not(.drop),
.widget-bnl-siteheader ul.metanav > li.drop.loggedin.focus + li:not(.drop) {
  border-left: 0;
  margin-left: 5px;
}
.widget-bnl-siteheader ul.metanav > li > a[href^="http://facebook.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://www.facebook.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://nl-nl.facebook.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://facebook.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://www.facebook.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://nl-nl.facebook.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://twitter.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://www.twitter.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://twitter.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://www.twitter.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://x.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://www.x.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://x.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://www.x.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://youtube.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://www.youtube.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://youtube.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://www.youtube.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://linkedin.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://www.linkedin.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://linkedin.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://www.linkedin.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://nl.pinterest.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://www.pinterest.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://pinterest.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://nl.pinterest.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://www.pinterest.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://www.instagram.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://instagram.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://www.instagram.com/"] {
  display: block;
  overflow: hidden;
  text-indent: -9999em;
  width: 16px;
  margin: 0 0 -1px 3px;
  padding: 0 3px 0 1px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
}
.widget-bnl-siteheader ul.metanav > li > a[href^="http://facebook.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://www.facebook.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://nl-nl.facebook.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://facebook.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://www.facebook.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://nl-nl.facebook.com/"] {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/widget/follow-facebook.svg");
}
.widget-bnl-siteheader ul.metanav > li > a[href^="http://twitter.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://www.twitter.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://twitter.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://www.twitter.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://x.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://www.x.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://x.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://www.x.com/"] {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/widget/follow-x.svg");
}
.widget-bnl-siteheader ul.metanav > li > a[href^="http://youtube.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://www.youtube.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://youtube.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://www.youtube.com/"] {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/widget/follow-youtube.svg");
}
.widget-bnl-siteheader ul.metanav > li > a[href^="http://linkedin.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="http://www.linkedin.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://linkedin.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://www.linkedin.com/"] {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/widget/follow-linkedin.svg");
}
.widget-bnl-siteheader ul.metanav > li > a[href^="https://pinterest.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://nl.pinterest.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://www.pinterest.com/"] {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/widget/follow-pinterest.svg");
}
.widget-bnl-siteheader ul.metanav > li > a[href^="http://www.instagram.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://instagram.com/"],
.widget-bnl-siteheader ul.metanav > li > a[href^="https://www.instagram.com/"] {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/widget/follow-instagram.svg");
}
.widget-bnl-siteheader ul.metanav > li > a.speaker {
  padding-right: 18px;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/speaker.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.widget-bnl-siteheader ul.metanav > li:last-child > a.speaker {
  padding-right: 18px;
  background-position: right bottom;
}
.widget-bnl-siteheader ul.metanav > li.login.loggedin ~ li.become-member.loggedout {
  display: none;
}
@media only screen and (min-width: 635px) {
  .widget-bnl-siteheader ul.metanav > li.become-member {
    float: none;
    clear: both;
    display: block;
    border: none;
    text-align: right;
  }
  .widget-bnl-siteheader ul.metanav > li.become-member > a {
    /* FIXME [abo 26-01-2018] WAAS-3493 Refactor: */
    /* The distance between the service menu and become member isn't configurable. This means that for certain styles, when using the service menu,
			there will be too little white space between the two. Making this configurable and adding a margin-top here would solve that.
			https://amnlkb.atlassian.net/browse/WAAS-3493
			*/
    position: relative;
    display: inline-block;
    padding: 0 0 4px 0;
    border-bottom: 2px solid transparent;
    font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
    color: #000000;
    font-size: 1.8333rem;
  }
  .widget-bnl-siteheader ul.metanav > li.become-member > a:hover,
  .widget-bnl-siteheader ul.metanav > li.become-member > a:focus {
    text-decoration: none;
    border-bottom: 2px solid #000000;
    color: #000000;
  }
  .widget-bnl-siteheader ul.metanav > li.become-member > a > span {
    color: #000000;
    position: relative;
    padding-left: 15px;
  }
  .widget-bnl-siteheader ul.metanav > li.become-member > a > span::before {
    content: "\00a0";
  }
  .widget-bnl-siteheader ul.metanav > li.become-member > a > span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 14px;
    width: 15px;
    margin: 2px 0 0 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAcklEQVQ4jWP4//8/A7kYDO54BHQA8XQgZmRAA0AxFSA+D8S66HIwjf+hGMUAqMYnULnXGAYABRYjaUYxAEgbA/FHJDlUA4AcZiBeiscAc5obwAbEj9AMCEOSz0CTu0aZzRQ5mdLQJj+eKUphFKVtSjQDAFfaf7UOpwskAAAAAElFTkSuQmCC") no-repeat;
    top: calc(50% - 7px);
  }
  .widget-bnl-siteheader ul.metanav > li.become-member > a:hover > span,
  .widget-bnl-siteheader ul.metanav > li.become-member > a:focus > span {
    color: #000000;
  }
}
.widget-bnl-siteheader #bibliotheek-nl-content {
  clear: both;
  padding-bottom: 20px;
}
@media only screen and (min-width: 0) and (max-width: 634px) {
  .widget-bnl-siteheader #bibliotheek-nl-content {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 634px) {
  .widget-bnl-siteheader li.drop.hoverexpandable.login {
    margin: 0 0 0.5em 0;
    padding-left: 0;
  }
  .widget-bnl-siteheader {
    padding-top: 15px;
    /* Instead of 20px white-space. */
  }
  .widget-bnl-siteheader ul.metanav {
    margin: 0 0 0 10px;
    padding: 0 0 1em 0;
  }
  .widget-bnl-siteheader ul.metanav > li {
    margin-top: 7px;
  }
  .widget-bnl-siteheader h1 a {
    margin: 0 20px 10px 10px;
  }
  .widget-bnl-siteheader img.sitelogo {
    max-width: 100%;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .mobileOptimizedMenu div.widget-bnl-navigatiebalk {
    display: none;
  }
}
.widget-bnl-navigatiebalk > ul {
  position: relative;
  z-index: 95;
  /* Set high so the covers from the schatkamer don't have a higher z-index than the menus which are a part of this. */
  clear: both;
  float: left;
  /* Can't use overflow: hidden to stretch the navbar around its floated contents because of the expandable menus, so float it as well. */
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 10px;
  border-radius: 0;
  padding-right: 7px;
  color: #000000;
  background-color: transparent;
}
.widget-bnl-navigatiebalk > ul > li {
  float: left;
  min-height: 65px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.widget-bnl-navigatiebalk > ul > li > a,
.widget-bnl-navigatiebalk > ul > li > span {
  display: block;
  padding: 17px 20px 14px 20px;
  border-bottom: 1px solid transparent;
  font-size: 1.6667rem;
  line-height: 33px;
  text-decoration: none;
  color: #000000;
  overflow: hidden;
  padding: 17px 10px 14px 10px;
  text-transform: lowercase;
  font-weight: bold;
  font-family: "AvenirMedium", "AvenirBlack", "AvenirBook", Arial, sans-serif;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
}
.widget-bnl-navigatiebalk > ul > li.drop > a,
.widget-bnl-navigatiebalk > ul > li.drop > span {
  cursor: pointer;
  padding-right: 38px;
  /* Reserve space for the marker */
  background:  url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAGCAYAAADQQP5pAAAAaElEQVQoz2OQlZUWBeKzQOzHgARAfKi46P///xmohUEGnwTi/0D8C2Yp1LJfUPGT1LbQHIg/Qg3/C8QzoPR/qLg5VS2E+gjZ0v/IloHkqW4h1FJdIH4NtQxE68LkaGIhkqXXkC2jtoUAzdx6ZCo0Ci4AAAAASUVORK5CYII=") no-repeat right 5px top 55%;
}
.widget-bnl-navigatiebalk > ul > li.active > a,
.widget-bnl-navigatiebalk > ul > li.active.touchstart > a,
.widget-bnl-navigatiebalk > ul > li.active:not(.touchstart) > a {
  color: ;
}
.widget-bnl-navigatiebalk > ul > li.active.drop > a,
.widget-bnl-navigatiebalk > ul > li.active.touchstart.drop > a,
.widget-bnl-navigatiebalk > ul > li.active:not(.touchstart).drop > a {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/dropmarker-active.png");
}
.widget-bnl-navigatiebalk > ul > li.drop > a:focus,
.widget-bnl-navigatiebalk > ul > li.drop:not(.touchstart):not(.focus):hover > a,
.widget-bnl-navigatiebalk > ul > li.drop.focus > a,
.widget-bnl-navigatiebalk > ul > li.drop > span:focus,
.widget-bnl-navigatiebalk > ul > li.drop:not(.touchstart):not(.focus):hover > span,
.widget-bnl-navigatiebalk > ul > li.drop.focus > span {
  cursor: pointer;
  background-color: transparent;
  padding-right: 38px;
  /* Reserve space for the marker */
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAGCAYAAADQQP5pAAAAaElEQVQoz2O44xEgCsRngdiPAQmA+FBx0f///zNQC4MMPgnE/4H4F8xSqGW/oOInqW2hORB/hBr+F4hnQOn/UHFzqloI9RGypf+RLQPJU91CqKW6QPwaahmI1oXJ0cRCJEuvIVtGbQsBJ2yk/j5hZOgAAAAASUVORK5CYII=") no-repeat right 5px top 55%;
}
.widget-bnl-navigatiebalk > ul > li.drop > a[href=""] {
  cursor: default;
}
.widget-bnl-navigatiebalk > ul > li > a:focus,
.widget-bnl-navigatiebalk > ul > li:not(.touchstart):not(.focus):hover > a,
.widget-bnl-navigatiebalk > ul > li.focus > a,
.widget-bnl-navigatiebalk > ul > li > span:focus,
.widget-bnl-navigatiebalk > ul > li:not(.touchstart):not(.focus):hover > span,
.widget-bnl-navigatiebalk > ul > li.focus > span {
  outline: 0;
  text-decoration: none;
  color: #eb5e5d;
  background-color: transparent;
}
.widget-bnl-navigatiebalk > ul > li > ul {
  display: none;
  color: #000000;
  background-color: #f6f4ec;
}
.widget-bnl-navigatiebalk > ul > li:not(.touchstart):not(.focus):hover > ul,
.widget-bnl-navigatiebalk > ul > li.focus > ul {
  position: absolute;
  z-index: 99;
  display: block;
  margin-left: -1px;
  border: 1px solid #000000;
  border-radius: 0;
  border-top: 0;
  padding: 9px 0 14px 0;
  background-color: #f6f4ec;
  border-top: 1px solid #000000;
}
.widget-bnl-navigatiebalk > ul > li > ul a,
.widget-bnl-navigatiebalk > ul > li > ul span {
  display: block;
  padding: 4px 20px;
  color: #000000;
  text-decoration: none;
}
.widget-bnl-navigatiebalk > ul > li > ul a:hover,
.widget-bnl-navigatiebalk > ul > li > ul a:focus,
.widget-bnl-navigatiebalk > ul > li > ul span:hover,
.widget-bnl-navigatiebalk > ul > li > ul span:focus {
  text-decoration: none;
  /* Override generic a:hover styling. */
  color: #eb5e5d;
  background-color: #ffffff;
}
@media (min-width: 634.1px) {
  .widget-bnl-navigatiebalk > ul > li.home > a {
    padding-left: 17px;
    padding-right: 17px;
    background: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/home/home.png") no-repeat center;
  }
  .widget-bnl-navigatiebalk > ul > li.home > a > span {
    display: inline-block;
    text-indent: -9999px;
    padding-left: 18px;
  }
  .widget-bnl-navigatiebalk > ul > li.home.active > a {
    background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/home/active.png");
  }
  .widget-bnl-navigatiebalk > ul > li.home:hover > a,
  .widget-bnl-navigatiebalk > ul > li.home.focus > a,
  .widget-bnl-navigatiebalk > ul > li.home > a:focus {
    background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/home/hover.png");
    background-color: transparent;
  }
}
@media (min-width: 0) and (max-width: 634px) {
  .widget-bnl-navigatiebalk > ul:not(.compact) {
    width: 100%;
    padding-right: 0;
  }
  .widget-bnl-navigatiebalk > ul:not(.compact) > li {
    width: 50%;
    min-height: 30px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:not(.touchstart):not(.focus):hover,
  .widget-bnl-navigatiebalk > ul:not(.compact) > li.focus,
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:focus {
    text-decoration: none;
    color: #eb5e5d;
    background-color: transparent;
  }
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:nth-of-type(even) {
    float: right;
    border-right: 0;
  }
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:nth-of-type(odd) {
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
  .widget-bnl-navigatiebalk > ul:not(.compact) > li > a,
  .widget-bnl-navigatiebalk > ul:not(.compact) > li > span {
    padding-top: 12px;
    padding-bottom: 9px;
  }
  .widget-bnl-navigatiebalk > ul:not(.compact) > li a {
    /* Purposefully not > a, so it'll have effect on submenu items as well. Q: Is that still desirable in this world of overridable mixins? */
    padding-left: 15px;
  }
  .widget-bnl-navigatiebalk > ul:not(.compact) > li > ul > li a {
    font-size: inherit;
  }
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:first-child,
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:first-child > a:focus,
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:not(.touchstart):not(.focus):hover:first-child > a,
  .widget-bnl-navigatiebalk > ul:not(.compact) > li.focus:first-child > a {
    border-radius: 0 0 0 0;
  }
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:first-child + li,
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:first-child + li > a:focus,
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:first-child + li:not(.touchstart):not(.focus):hover > a,
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:first-child + li.focus > a {
    border-radius: 0 0 0 0;
  }
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:last-child:nth-of-type(even),
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:last-child:nth-of-type(even) > a:focus,
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:not(.touchstart):not(.focus):hover:last-child:nth-of-type(even) > a,
  .widget-bnl-navigatiebalk > ul:not(.compact) > li.focus:last-child:nth-of-type(even) > a {
    border-radius: 0 0 0 0;
  }
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:last-child:nth-of-type(odd),
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:last-child:nth-of-type(odd) > a:focus,
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:not(.touchstart):not(.focus):hover:last-child:nth-of-type(odd) > a,
  .widget-bnl-navigatiebalk > ul:not(.compact) > li.focus:last-child:nth-of-type(odd) > a,
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:nth-last-child(2):nth-of-type(odd),
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:nth-last-child(2):nth-of-type(odd) > a:focus,
  .widget-bnl-navigatiebalk > ul:not(.compact) > li:not(.touchstart):not(.focus):hover:nth-last-child(2):nth-of-type(odd) > a,
  .widget-bnl-navigatiebalk > ul:not(.compact) > li.focus:nth-last-child(2):nth-of-type(odd) > a {
    border-radius: 0 0 0 0;
  }
  .widget-bnl-navigatiebalk > ul:not(.compact) > li > a,
  .widget-bnl-navigatiebalk > ul:not(.compact) > li > span {
    border: none;
    line-height: 25px;
  }
  .widget-bnl-navigatiebalk > ul.compact > li {
    min-height: 0;
  }
  .widget-bnl-navigatiebalk > ul.compact > li.home > a {
    padding-left: 17px;
    padding-right: 17px;
    background: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/home/home.png") no-repeat center;
  }
  .widget-bnl-navigatiebalk > ul.compact > li.home > a > span {
    display: inline-block;
    text-indent: -9999px;
    padding-left: 18px;
  }
  .widget-bnl-navigatiebalk > ul.compact > li.home.active > a {
    background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/home/active.png");
  }
  .widget-bnl-navigatiebalk > ul.compact > li.home:hover > a,
  .widget-bnl-navigatiebalk > ul.compact > li.home.focus > a,
  .widget-bnl-navigatiebalk > ul.compact > li.home > a:focus {
    background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/home/hover.png");
    background-color: transparent;
  }
  .widget-bnl-navigatiebalk > ul.compact > li.home > a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .widget-bnl-navigatiebalk > ul.compact > li > a,
  .widget-bnl-navigatiebalk > ul.compact > li > span {
    padding: 12px 10px 8px 10px;
    line-height: 1.2;
    font-size: 1.5rem;
  }
}
@media (min-width: 768.1px) {
  nav.navbar {
    display: none;
  }
}
/* NAVBAR STYLING STARTS */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #efefef;
  color: #595959;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  font-size: 1rem;
  border-top: 1.5px solid;
  font-family: "AvenirBook", Arial, sans-serif;
  height: 54px;
  /* NAVBAR MENU */
  /* DROPDOWN MENU */
  /* MOBILE MENU */
}
.navbar > ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
  height: 50px;
}
.navbar > ul > li {
  width: 5rem;
  height: 46px;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1em;
  white-space: nowrap;
  margin-bottom: 2px;
}
.navbar > ul > li > input[type=checkbox]:focus + label,
.navbar > ul > li > a:focus {
  border: solid 1px;
  border-radius: 5px;
  padding: 1px;
}
.navbar > ul > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #595959;
}
.navbar > ul > li > a:focus {
  outline: none;
  color: #eb5e5d;
}
.navbar ul {
  list-style: none;
}
.navbar label {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
.navbar input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.navbar input[type=checkbox]:checked ~ .menu {
  display: block;
  opacity: 1;
  transition: 0.15s ease-in-out;
  font-size: 1.5rem;
  line-height: 3.5rem;
}
.navbar .menu {
  position: fixed;
  background-color: #f6f4ec;
  right: 0;
  left: 0;
  text-align: left;
  padding: 5px 10px;
  bottom: 55px;
  opacity: 0;
  display: none;
  transition: 0.15s ease-in;
  color: #000000;
  border-radius: 0 0 0 0;
  font-family: "AvenirBook", Arial, sans-serif;
}
.navbar .menu .scrollable-content {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 80vh;
}
.navbar .menu .scrollable-content::-webkit-scrollbar {
  display: none;
}
.navbar .hamburger_menu a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
.navbar .hamburger_menu li,
.navbar .hamburger_menu a {
  color: #000000;
  padding: 0 5px;
}
.navbar .hamburger_menu li:focus-within:not(.dropdown) {
  color: #f6f4ec;
  background-color: #000000;
  border-radius: 0;
}
.navbar .hamburger_menu a:focus {
  color: #f6f4ec;
  outline: none;
}
.navbar .hamburger_menu input:focus ~ label {
  color: #f6f4ec;
  background-color: #000000;
  border-radius: 0;
}
.navbar .hamburger_menu input:focus ~ label .chevron {
  background-color: #f6f4ec;
}
.navbar .hamburger_menu input ~ label {
  position: relative;
  width: calc(100% - 20px);
  display: block;
  padding: 0 5px;
}
.navbar .hamburger_menu ul {
  padding-left: 0;
}
.navbar .dropdown {
  position: relative;
}
.navbar .dropdown-list {
  padding: 1em 0;
  position: absolute;
  /*WITH RESPECT TO PARENT*/
  border-radius: 0;
  transition: 0.015s ease-in;
  opacity: 0;
  text-decoration: none;
}
.navbar .dropdown:active .dropdown-list {
  opacity: 0;
  transition: 0.1s ease-out;
}
.navbar .menu-toggle {
  display: block;
  transform: translate(0, -1px);
  height: 32px;
  width: 25px;
  padding-bottom: 2px;
}
.navbar .menu-toggle-bar {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2.5px;
  border-radius: 2.5px;
  background-color: #595959;
  transition: all 0.3s ease;
}
.navbar .menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, -8px);
}
.navbar .menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 8px);
}
.navbar input[type=checkbox]:checked + label .menu-toggle-bar {
  background-color: #eb5e5d;
}
.navbar input[type=checkbox]:checked + label .menu-toggle-bar--top {
  transform: translate(0, 0) rotate(45deg);
}
.navbar input[type=checkbox]:checked + label .menu-toggle-bar--middle {
  opacity: 0;
}
.navbar input[type=checkbox]:checked + label .menu-toggle-bar--bottom {
  transform: translate(0, 0) rotate(-45deg);
}
.navbar input[type=checkbox]:checked + label.hamburger,
.navbar input[type=checkbox]:focus + label.hamburger {
  color: #eb5e5d;
}
.navbar input[type=checkbox]:checked + label.search,
.navbar input[type=checkbox]:focus + label.search {
  color: #eb5e5d;
}
.navbar input[type=checkbox]:checked + label.search .bar-icon {
  background-color: #eb5e5d;
}
.navbar input[type=checkbox]:checked + label .backdrop {
  height: calc(100% - 55px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
}
.navbar input[type=checkbox]:not(:checked) + label .backdrop {
  opacity: 0;
  display: none;
}
.navbar input[type=checkbox]:checked ~ .dropdown-list {
  display: block;
  position: relative;
  opacity: 1;
  transition: 0.25s ease-out;
  font-size: 1.25rem;
  font-weight: 100;
  padding: 0 5px;
}
.navbar input[type=checkbox]:checked ~ .dropdown-list:last-child:after {
  content: "";
  height: 1px;
  background-color: #000000;
  width: 2rem;
  display: block;
  margin-bottom: 10px;
}
.navbar input[type=checkbox]:not(:checked) ~ .dropdown-list {
  opacity: 0;
  display: none;
}
.navbar .chevron {
  content: "";
  display: inline-block;
  background-color: #000000;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%222%202%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%0A%20%20%20%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Cpath%20d%3D%22M4%2016L12%208L20%2016%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%20%3C%2Fg%3E%3C%2Fsvg%3E%0A") no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 10px;
  margin: 1rem 0;
}
.navbar input[type=checkbox]:not(:checked) ~ label .chevron {
  rotate: 180deg;
}
.navbar .dropdown {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.navbar .dropdown-list {
  left: 0;
}
.navbar + li:first-child:before {
  content: "";
  width: 22px;
  height: 25px;
  display: inline-block;
}
.navbar .bar-icon {
  content: "";
  width: 40px;
  height: 32px;
  background-color: #595959;
  margin-bottom: 1px;
  cursor: pointer;
}
.navbar .search_menu {
  padding: 5px 20px;
}
.navbar .search_menu h1,
.navbar .search_menu h2,
.navbar .search_menu h3 {
  color: #000000;
}
.navbar .search_menu .scrollable-content form:last-child {
  margin-bottom: 25px;
}
.navbar .search_menu form label {
  text-align: left;
  display: block;
  line-height: 1.17em;
  font-size: 1.17em;
  margin: 10px 0;
}
.navbar .search_menu .seperator {
  content: "";
  height: 1px;
  background-color: #000000;
  width: 2rem;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar .search_menu .inputwrapper {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1.8em;
  width: 65%;
  max-width: 25rem;
  min-width: 10em;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0 22px 0 0;
  font-size: 1.3333rem;
  width: 70%;
}
.navbar .search_menu .inputwrapper input {
  height: 100%;
  width: 100%;
  border: 1px solid transparent;
  border-color: #595959 #595959 #595959 #595959;
  padding: 0 10px 0 10px;
  font-size: 1.3rem;
  background-color: #ffffff;
  border: 1px solid #000000;
  font-family: "AvenirBook", Arial, sans-serif;
}
.navbar .search_menu .inputwrapper input:focus {
  outline: 0;
  border-color: #000000;
  -webkit-box-shadow: 0 1px 1px #d0d0d0 inset;
  box-shadow: 0 1px 1px #d0d0d0 inset;
}
.navbar .search_menu .inputwrapper input::placeholder,
.navbar .search_menu .inputwrapper input::-ms-input-placeholder {
  opacity: 0.7;
}
.navbar .search_menu button[type="submit"] {
  height: 1.8em;
  /*2.375em; Effective height 38px. */
  margin: 0 0 5px 0;
  padding: 0 12px 0 17px;
  border: 1px solid transparent;
  border-color: #000000;
  font-weight: bold;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
  color: #000000;
  background-color: transparent;
  font-size: 2rem;
  height: 1.15em;
  margin: 0 0 3px 0;
  padding: 0 5px 0 5px;
  border-width: 2px;
  text-transform: lowercase;
}
.navbar .search_menu button[type="submit"]:focus {
  color: #eb5e5d;
  background-color: transparent;
  border-color: #000000 #000000 #000000 #000000;
  outline: 0;
}
.navbar .search_menu button[type="submit"]:focus {
  border-color: #eb5e5d;
}
.navbar .search_menu button[type="submit"] > span {
  display: block;
  font-size: 1.5rem;
}
.navbar .search_menu .search_suggestions ul {
  padding-left: 0;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
}
.navbar .search_menu .search_suggestions ul li a {
  color: #000000;
}
.navbar .search_menu .search_suggestions h3 {
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 400px) {
  .navbar .search_menu .inputwrapper {
    width: 70%;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .mobileOptimizedMenu div.widget-bnl-zoekinsiteofcatalogus {
    display: none;
  }
}
.widget-bnl-zoekinsiteofcatalogus {
  clear: left;
  position: relative;
  padding: 10px 0 5px 0;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  padding: 30px 0 30px 0;
  text-align: left;
  /* FIXME [Jb 13-10-2020] WAAS-4090: Revisit this file; see how much can be removed in favour of generic form styling. */
  /* autocomplete */
}
@media (min-width: 0) and (max-width: 634px) {
  .widget-bnl-zoekinsiteofcatalogus {
    padding-top: 15px;
    padding-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 450px) {
  .widget-bnl-zoekinsiteofcatalogus {
    text-align: left;
  }
}
@media (min-width: 0) and (max-width: 634px) {
  .widget-bnl-zoekinsiteofcatalogus {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.widget-bnl-zoekinsiteofcatalogus form {
  padding: 0 10px;
}
.widget-bnl-zoekinsiteofcatalogus .where,
.widget-bnl-zoekinsiteofcatalogus input[type="text"],
.widget-bnl-zoekinsiteofcatalogus .material-filter,
.widget-bnl-zoekinsiteofcatalogus button.submit {
  display: inline-block;
  vertical-align: bottom;
}
.widget-bnl-zoekinsiteofcatalogus .where {
  margin-bottom: 2px;
  padding-right: 10px;
}
.widget-bnl-zoekinsiteofcatalogus .where > label {
  float: left;
  clear: left;
  margin-top: -2px;
  margin-bottom: 2px;
}
.widget-bnl-zoekinsiteofcatalogus .where > label + label {
  margin-top: 2px;
  margin-bottom: -2px;
}
.widget-bnl-zoekinsiteofcatalogus .where > label input[type="radio"] {
  position: relative;
  top: 1px;
  /* Meh; why does lining out radiobuttons always have to be such a hack? */
}
.widget-bnl-zoekinsiteofcatalogus.biebwidget-content.interactive:not(.nofilter) .where {
  display: none;
}
.widget-bnl-zoekinsiteofcatalogus.biebwidget-content.nofilter .inputwrapper {
  width: calc(26.3125em - 5px);
  margin-right: 5px;
}
.widget-bnl-zoekinsiteofcatalogus .inputwrapper {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1.8em;
  width: 17.6875em;
  max-width: 40%;
  min-width: 13em;
  margin: 3px 8.625em 5px 0;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0 22px 0 0;
  vertical-align: bottom;
  font-size: 1.3333rem;
}
.widget-bnl-zoekinsiteofcatalogus.biebwidget-content:not(.interactive) .inputwrapper {
  width: 26.3125em;
  /* Effective width: 421px. (=283+138) */
  margin-right: 5px;
}
.widget-bnl-zoekinsiteofcatalogus input[type="text"] {
  height: 100%;
  width: 100%;
  border: 1px solid transparent;
  border-color: #595959 #595959 #595959 #595959;
  padding: 0 10px 0 10px;
  font-size: inherit;
  background-color: #ffffff;
  border: 1px solid #000000;
  font-family: "AvenirBook", Arial, sans-serif;
}
.widget-bnl-zoekinsiteofcatalogus input[type="text"]:focus {
  outline: 0;
  border-color: #000000;
  -webkit-box-shadow: 0 1px 1px #d0d0d0 inset;
  box-shadow: 0 1px 1px #d0d0d0 inset;
}
.widget-bnl-zoekinsiteofcatalogus.biebwidget-content.interactive input[type="text"] {
  width: 100%;
  padding-right: 8.625em;
  /* Effect padding-right: 138px; */
}
.widget-bnl-zoekinsiteofcatalogus.biebwidget-content.interactive.nofilter input[type="text"] {
  padding-right: 10px;
}
.widget-bnl-zoekinsiteofcatalogus.biebwidget-content.static button.submit {
  margin-left: 15px;
}
.widget-bnl-zoekinsiteofcatalogus button.submit {
  height: 1.8em;
  /*2.375em; Effective height 38px. */
  margin: 0 0 5px 0;
  padding: 0 12px 0 17px;
  border: 1px solid transparent;
  border-color: #000000;
  font-weight: bold;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
  color: #000000;
  background-color: transparent;
  font-size: 2rem;
  height: 1.15em;
  margin: 0 0 3px 0;
  padding: 0 5px 0 5px;
  border-width: 2px;
  text-transform: lowercase;
}
.widget-bnl-zoekinsiteofcatalogus button.submit:hover,
.widget-bnl-zoekinsiteofcatalogus button.submit:focus {
  color: #eb5e5d;
  background-color: transparent;
}
.widget-bnl-zoekinsiteofcatalogus button.submit:focus {
  border-color: #000000 #000000 #000000 #000000;
  outline: 0;
}
.widget-bnl-zoekinsiteofcatalogus button.submit:hover,
.widget-bnl-zoekinsiteofcatalogus button.submit:focus {
  border-color: #eb5e5d;
}
.widget-bnl-zoekinsiteofcatalogus button.submit > span {
  display: block;
  font-size: 1.5rem;
}
.widget-bnl-zoekinsiteofcatalogus button.submit::-moz-focus-inner {
  border: 0;
}
.widget-bnl-zoekinsiteofcatalogus button.submit:focus > span {
  margin: 1px 0 -1px 0;
}
.widget-bnl-zoekinsiteofcatalogus .material-filter {
  position: absolute;
  right: -8.625em;
  top: -3px;
  overflow: visible;
  width: 8em;
  margin: 0.5em 0.66em 0.5em 0;
  text-align: left;
}
.widget-bnl-zoekinsiteofcatalogus .material-filter button {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 98%;
  margin-top: -1px;
  padding: 0 0 0 8px;
  border-left: 1px solid #d0d0d0;
  font-size: 1.0833rem;
  line-height: 1.692;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000000;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/dropdown.png");
  background-repeat: no-repeat;
  background-position: 98% 60%;
}
.widget-bnl-zoekinsiteofcatalogus .material-filter button:hover,
.widget-bnl-zoekinsiteofcatalogus .material-filter button:focus {
  color: #000000;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAYUlEQVQY02P4////fCAWAmIGLJgfiOeAGCBwFog10BSoAvGJ/1DOLajCD0AcChULAuJ3UPE7IAFhIF4FFfgJxHuA+AeUvwGIxZCNLwPi31DJP0BcDZNDd6g/ED+AWgcXBwAbFLhqWOuXNgAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: 98% 60%;
  outline: none;
}
.widget-bnl-zoekinsiteofcatalogus .material-list {
  display: none;
  position: absolute;
  z-index: 93;
  /* Set between schatkamer covers and navigatiebalk. */
  width: 8em;
  /* 8.1875em;*/
  border-width: 1px;
  border-style: none solid solid;
  border-color: transparent;
  /* #d8d8d8 #d2d2d2 #d5d5d5 #d2d2d2; */
  padding: 0 0 7px 0;
  background-color: #ffffff;
}
.widget-bnl-zoekinsiteofcatalogus .material-list.open {
  display: block;
}
.widget-bnl-zoekinsiteofcatalogus .material-list [type="radio"] {
  display: none;
}
.widget-bnl-zoekinsiteofcatalogus .material-list label {
  display: block;
  overflow: hidden;
  padding: 2px 8px 1px 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 1.0833rem;
}
.widget-bnl-zoekinsiteofcatalogus .material-list a {
  display: block;
  overflow: visible;
  margin-top: 5px;
  border-top: 1px solid #d0d0d0;
  padding: 4px 8px 0 8px;
  font-size: 1rem;
}
.widget-bnl-zoekinsiteofcatalogus .material-list label.current,
.widget-bnl-zoekinsiteofcatalogus .material-list label:hover {
  background-color: #000000;
  color: #ffffff;
}
.widget-bnl-zoekinsiteofcatalogus .material-list hr {
  margin: 4px 8px 2px 8px;
  border: 0 solid transparent;
  border-top: 1px solid #d0d0d0;
  /*#d0d0d0;*/
  height: 0;
}
.widget-bnl-zoekinsiteofcatalogus .beta {
  position: absolute;
  display: inline-block;
  min-height: 16px;
  margin: 1em 0 0 13px;
  border: 2px solid #efefef;
  border-radius: 9px;
  padding: 3px 0.9em 0 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #009900;
  font-size: 1.125rem;
  -webkit-box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.25), 0 2px 1px -1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.25), 0 2px 1px -1px rgba(0, 0, 0, 0.15) inset;
}
.widget-bnl-zoekinsiteofcatalogus .beta:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: -22px;
  top: 0.3em;
  margin-top: 1px;
  border-style: solid;
  border-width: 6px 11px;
  border-color: transparent #efefef transparent transparent;
}
.widget-bnl-zoekinsiteofcatalogus .beta:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: -14px;
  top: 0.3em;
  margin-top: 3px;
  border-style: solid;
  border-width: 4px 7px;
  border-color: transparent #009900 transparent transparent;
}
.widget-bnl-zoekinsiteofcatalogus .results-container {
  position: absolute;
  z-index: 92;
  left: 0;
  right: 0;
  max-width: none;
  width: auto;
  margin: -1px 0 0 0;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  padding: 0 10px 0 10px;
  text-align: left;
  text-overflow: ellipsis;
  border-color: #000000 #000000 #000000 #000000;
  /*#b8b8b8 #cdcdcd #e1e1e1 #cdcdcd*/
  background-color: #ffffff;
}
.widget-bnl-zoekinsiteofcatalogus .results-container::before {
  content: "";
  position: absolute;
  top: -1em;
  left: -1px;
  display: block;
  width: 5px;
  height: 1em;
  border-left: 1px solid #cdcdcd;
  background-color: #ffffff;
}
.widget-bnl-zoekinsiteofcatalogus .results-container::after {
  content: "";
  position: absolute;
  top: -1em;
  right: -1px;
  display: block;
  width: 5px;
  height: 1em;
  border-right: 1px solid #cdcdcd;
  background-color: #ffffff;
}
.widget-bnl-zoekinsiteofcatalogus .results-container input {
  position: absolute;
  left: -9999px;
}
.widget-bnl-zoekinsiteofcatalogus .results-container label {
  display: block;
  width: 100%;
  margin-left: -10px;
  padding: 7px 10px;
  text-align: left;
  border: none;
  background: none;
  outline: none;
  color: #373737;
  cursor: pointer;
  font-size: 1rem;
}
.widget-bnl-zoekinsiteofcatalogus .results-container input:focus + label,
.widget-bnl-zoekinsiteofcatalogus .results-container label:hover {
  background-color: #000000;
  color: #ffffff;
}
.widget-bnl-zoekinsiteofcatalogus .nofilter .results-container {
  width: calc(25.3125em + 6px);
}
@media (min-width: 0) and (max-width: 800px) {
  .widget-bnl-zoekinsiteofcatalogus .beta {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 634px) {
  .widget-bnl-zoekinsiteofcatalogus .where > label {
    display: inline-block;
    float: none;
    white-space: nowrap;
  }
}
@media (min-width: 469.1px) {
  .widget-bnl-zoekinsiteofcatalogus input[data-materials] + .results-container {
    margin-right: -0.35px;
  }
}
@media (min-width: 0) and (max-width: 450px) {
  .widget-bnl-zoekinsiteofcatalogus form {
    padding-top: 5px;
    padding-right: 7px;
    padding-left: 7px;
  }
  .widget-bnl-zoekinsiteofcatalogus .where,
  .widget-bnl-zoekinsiteofcatalogus.biebwidget-content.interactive .where,
  .widget-bnl-zoekinsiteofcatalogus.biebwidget-content.interactive:not(.nofilter) .where {
    display: block;
    margin-left: -2px;
  }
  .widget-bnl-zoekinsiteofcatalogus .material-filter {
    display: none;
  }
  .widget-bnl-zoekinsiteofcatalogus input[type="text"],
  .widget-bnl-zoekinsiteofcatalogus.biebwidget-content.interactive input[type="text"] {
    min-width: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px;
    padding-left: 5px;
  }
  .widget-bnl-zoekinsiteofcatalogus .inputwrapper,
  .widget-bnl-zoekinsiteofcatalogus .inputwrapper.nofilter,
  .widget-bnl-zoekinsiteofcatalogus.biebwidget-content:not(.interactive) .inputwrapper,
  .widget-bnl-zoekinsiteofcatalogus.biebwidget-content.nofilter .inputwrapper {
    position: relative;
    max-width: 82%;
    width: auto;
    margin-right: 0;
    padding-right: 0;
    min-width: 0;
  }
  .widget-bnl-zoekinsiteofcatalogus .results-container,
  .widget-bnl-zoekinsiteofcatalogus .nofilter .results-container {
    left: 0;
    right: 0;
    max-width: none;
    width: auto;
    padding: 0 10px;
  }
  .widget-bnl-zoekinsiteofcatalogus .results-container::after,
  .widget-bnl-zoekinsiteofcatalogus .nofilter .results-container::after {
    content: "";
    top: -1em;
    height: 1em;
  }
}
.widget-bnl-footer {
  position: relative;
  float: right;
  clear: both;
  width: 100%;
  padding-top: 30px;
  padding-top: 0;
  color: #f6f4ec;
  background-color: #000000;
}
.widget-bnl-footer .nav {
  overflow: hidden;
  min-height: 84px;
  margin-bottom: 20px;
  padding: 10px 20px 40px 20px;
}
.widget-bnl-footer .nav .link-list > li > a {
  padding-left: 0;
  text-decoration: underline;
  color: #f6f4ec;
  background-image: none;
}
.widget-bnl-footer .nav .link-list > li > a:hover,
.widget-bnl-footer .nav .link-list > li > a:focus {
  text-decoration: none;
}
.widget-bnl-footer .column {
  float: left;
  width: 23%;
  margin-top: 10px;
  min-width: 9.7em;
  /* Prevent long words from overlapping the next column at large default font-sizes. */
  padding-left: 2%;
}
.widget-bnl-footer h2 {
  margin: 0 20px 15px 0;
  padding-top: 15px;
  font-size: 1.6667rem;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
  font-weight: bold;
}
.widget-bnl-footer h2 a {
  color: #f6f4ec;
}
.widget-bnl-footer h2 a:hover,
.widget-bnl-footer h2 a:focus {
  color: #f6f4ec;
  text-decoration: none;
}
.widget-bnl-footer .metanav {
  margin: 0 90px 20px 0;
}
.widget-bnl-footer .metanav a {
  text-decoration: underline;
  color: #ffffff;
}
.widget-bnl-footer .metanav a:hover,
.widget-bnl-footer .metanav a:focus {
  text-decoration: none;
}
.widget-bnl-footer .cookie-permission-container {
  clear: both;
  padding-top: 1em;
  padding-left: 2%;
}
.widget-bnl-footer .cookie-permission-container span {
  margin-right: 10px;
}
.widget-bnl-footer .cookie-permission-container button.cookie-permission {
  color: #f6f4ec;
  text-decoration: underline;
}
.widget-bnl-footer .cookie-permission-container button.cookie-permission:hover,
.widget-bnl-footer .cookie-permission-container button.cookie-permission:focus {
  color: #f6f4ec;
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 916px) {
  .widget-bnl-footer .column {
    min-height: 0;
  }
  .widget-bnl-footer .column:first-child {
    width: auto;
  }
  .widget-bnl-footer .metanav {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
@media (min-width: 635px) and (max-width: 916px) {
  .widget-bnl-footer .column {
    min-width: calc(50% - 2%);
  }
  .widget-bnl-footer .column:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 0) and (max-width: 634px) {
  .widget-bnl-footer .column {
    width: 98%;
    min-width: 0;
  }
}
.biebwidget-content.widget-bnl-category .openingtimes {
  margin-top: 30px;
  /* FIXME [svl, 2022-12-19] WAAS-5056: Remove in favour of general whitespace setup. */
  margin-bottom: 30px;
}
.biebwidget-content.widget-bnl-category .openingtimes > h3 {
  padding-bottom: 20px;
}
.biebwidget-content.widget-bnl-category .openingtimes > dl > dt {
  background-image: none;
}
.biebwidget-content.widget-bnl-category .openingtimes > dl div {
  display: inline-block;
  width: 45%;
}
@media only screen and (max-width: 750.1px) {
  .biebwidget-content.widget-bnl-category .openingtimes > dl div {
    width: 100%;
  }
}
@media only screen and (min-width: 750.1px) {
  .biebwidget-content.widget-bnl-category .openingtimes > dl div:nth-of-type(odd) {
    margin-right: 9%;
  }
}
@media only screen and (min-width: 750.1px) {
  .biebwidget-content.widget-bnl-category .openingtimes > h3,
  .biebwidget-content.widget-bnl-category .openingtimes > dl,
  .biebwidget-content.widget-bnl-category .openingtimes > p {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .biebwidget-content.widget-bnl-category .openingtimes > h3 {
    text-align: center;
  }
  .biebwidget-content.widget-bnl-category .openingtimes > dl > dt {
    clear: none;
    width: 45%;
    padding-top: 0;
    padding-bottom: 12px;
  }
  .biebwidget-content.widget-bnl-category .openingtimes > dl > dt:nth-of-type(even) {
    margin-left: 10%;
  }
  .biebwidget-content.widget-bnl-category .openingtimes > dl > dt:nth-of-type(odd) {
    clear: left;
  }
  .biebwidget-content.widget-bnl-category .openingtimes > dl > dd {
    float: left;
    padding-top: 0;
    padding-bottom: 12px;
  }
  .biebwidget-content.widget-bnl-category .openingtimes > dl > dt + dd + dd {
    margin-top: 1.5em;
  }
  .biebwidget-content.widget-bnl-category .openingtimes > dl > dt + dd + dd + dd {
    margin-top: 3em;
  }
  .biebwidget-content.widget-bnl-category .openingtimes > dl > dt + dd + dd + dd + dd {
    margin-top: 4.5em;
  }
  .biebwidget-content.widget-bnl-category .openingtimes > dl > dt + dd + dd + dd + dd + dd {
    margin-top: 6em;
  }
  .biebwidget-content.widget-bnl-category .openingtimes > dl > dt + dd + dd + dd + dd + dd + dd {
    margin-top: 7.5em;
  }
  .biebwidget-content.widget-bnl-category .openingtimes > dl > dt + dd + dd + dd + dd + dd + dd + dd {
    margin-top: 9em;
  }
  .biebwidget-content.widget-bnl-category .openingtimes > dl > dt + dd + dd + dd + dd + dd + dd + dd + dd {
    margin-top: 10.5em;
  }
  .biebwidget-content.widget-bnl-category .openingtimes > dl > dt + dd + dd + dd + dd + dd + dd + dd + dd + dd {
    margin-top: 12em;
  }
  .biebwidget-content.widget-bnl-category .openingtimes > dl > dt + dd + dd + dd + dd + dd + dd + dd + dd + dd + dd {
    margin-top: 13.5em;
  }
}
.widget-bnl-category .biebcomponent:not(.full),
.widget-bnl-category .biebcomponent.full .inner-regular,
.widget-bnl-category .main-column > h2:first-child,
.widget-bnl-category .main-column > h2:first-child ~ p {
  /* h2 shown, but no .header */
  /* This selector should probably be .bordered.biebwidget .main-column-wrapper:not(.nav) or something in that vein, but let's fix the categorypage before we fix the world. */
  padding-right: 40px;
  padding-left: 40px;
}
/* Use .inner-regular for components where zero horizontal whitespace is okay (so generally without background image), otherwise .inner-minimum. */
.widget-bnl-category .biebcomponent.full .inner-minimum,
.widget-bnl-category .header {
  padding-right: 40px;
  padding-left: 40px;
}
.widget-bnl-category .biebcomponent.narrow {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 0) and (max-width: 450px) {
  .widget-bnl-category .biebcomponent:not(.full),
  .widget-bnl-category .biebcomponent.full .inner-regular,
  .widget-bnl-category .main-column > h2:first-child,
  .widget-bnl-category .main-column > h2:first-child ~ p {
    padding-right: 20px;
    padding-left: 20px;
  }
  .widget-bnl-category .biebcomponent.full .inner-minimum,
  .widget-bnl-category .header {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/** HEADER **/
/* The reason .widget-bnl-catalogusoverview is present in this file, is that that page type is intended to be used as a click-through for more
    from the categorypage, with the .header behaving exactly the same. This way we can easily keep that in sync. */
.widget-bnl-catalogusoverview .header:not(.low) h2,
.widget-bnl-category .header h2 {
  margin-top: 70px;
}
.widget-bnl-catalogusoverview .header .additional,
.widget-bnl-category .header .additional {
  max-width: 500px;
}
.widget-bnl-catalogusoverview .header .additional,
.widget-bnl-category .header .additional {
  font-size: 1.5rem;
}
.bordered.biebwidget .widget-bnl-category .main-column > h2:first-child {
  /* h2 shown, but no .header */
  padding-top: 40px;
}
.bordered.biebwidget .widget-bnl-category .richtext.section + .section {
  margin-top: 20px;
}
.bordered.biebwidget .widget-bnl-category .sectiontitle.section + .section {
  margin-top: 13px;
}
.bordered.biebwidget .widget-bnl-category .richtext.sectiontitle.section {
  margin-top: 30px;
}
.widget-bnl-category .richtext.section:not(:empty) {
  overflow: hidden;
  /* Not ideal, since this means floated images in a paragraph won't have the next paragraph wrapping around them; but they wouldn't anyway due to the clear on .richtext... */
  margin-top: 20px;
  /* FIXME [svl 16-09-2021] WAAS-5056: This also has effect on paragraph components inside combocollections, which is unwanted. */
}
.widget-bnl-category .signpost {
  margin-top: 20px;
}
.widget-bnl-category div.video.standalone {
  margin-right: auto;
  margin-left: auto;
}
/** LINK-LIST **/
.widget-bnl-category .category-page-link-list-wrapper {
  padding: 40px 0;
}
/** ETALAGE (SCROLLABLELIST) **/
.bordered.biebwidget .widget-bnl-category .scrollablelist {
  margin-bottom: 20px;
}
.widget-bnl-category .scrollablelist > h3:first-child {
  margin-top: 33px;
}
@media only screen and (min-width: 450.1px) {
  /* Moved over from action styling */
  .widget-bnl-category .buttonlink.section,
  .widget-bnl-category .paragraph.section,
  .widget-bnl-category .sectiontitle.section,
  .widget-bnl-category .scrollablelist:not(.aligned) > h3:first-child,
  .widget-bnl-category .category-page-link-list-wrapper h3 {
    text-align: center;
  }
  .widget-bnl-category .paragraph.section span.image ~ p,
  .widget-bnl-category .paragraph.section img ~ p,
  .widget-bnl-category .paragraph.section span.image ~ ul,
  .widget-bnl-category .paragraph.section img ~ ul,
  .widget-bnl-category .paragraph.section span.image ~ ol,
  .widget-bnl-category .paragraph.section img ~ ol {
    text-align: left;
  }
  .widget-bnl-category .scrollablelist.centered {
    text-align: center;
  }
  .widget-bnl-category .scrollablelist.centered .grid-list:not(.sliding.interactive) {
    display: inline-block;
  }
  .widget-bnl-category .scrollablelist.centered .grid-list:not(.sliding.interactive) > li {
    display: inline-block;
    float: none;
  }
}
@media only screen and (min-width: 450.1px) and (max-width: 750px) {
  .widget-bnl-catalogusoverview .header:not(.low) h2,
  .widget-bnl-category .header h2 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 0) and (max-width: 450px) {
  .widget-bnl-catalogusoverview .header:not(.low),
  .widget-bnl-category .header h2 {
    margin-top: 30px;
  }
  .bordered.biebwidget .widget-bnl-category .scrollablelist {
    margin-bottom: 0;
  }
}
/* Unique "action-page" styling. NOT suitable for basing any further style changes on; purely a one-off for the specific purpose of "gezamelijk inschrijven"! */
.widget-bnl-category.biebwidget-content.action .header {
  padding-bottom: 20px;
}
.widget-bnl-category.biebwidget-content.action .header.inverted.contrast_light::before,
.widget-bnl-category.biebwidget-content.action .header.inverted.contrast_heavy::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-size: 100%;
}
.widget-bnl-category.biebwidget-content.action .header.inverted.contrast_light::before {
  background-image: linear-gradient(to top, rgba(0, 0, 0,.3) 0%, rgba(0, 0, 0,0) 100%);
}
.widget-bnl-category.biebwidget-content.action .header.inverted.contrast_heavy::before {
  background-image: linear-gradient(to top, rgba(0, 0, 0,.7) 0%, rgba(0, 0, 0,0) 100%);
}
.widget-bnl-category.biebwidget-content.action .header > * {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.widget-bnl-category.biebwidget-content.action .header h2 {
  margin-top: 150px;
}
.widget-bnl-category.biebwidget-content.action h3,
.widget-bnl-category.biebwidget-content.action .comparison p.sellingpoint > .value {
  color: #000000;
}
.widget-bnl-category.biebwidget-content.action .white h3 {
  color: #ffffff;
}
.widget-bnl-category.biebwidget-content.action .steps h3,
.widget-bnl-category.biebwidget-content.action .features h3 {
  color: inherit;
}
.widget-bnl-category.biebwidget-content.action .comparison h3 {
  /* Enough specificity to also catch the .highlight */
  background-color: transparent;
}
.widget-bnl-category.biebwidget-content.action .paragraph.section h3 + p {
  margin-top: 20px;
}
.widget-bnl-category.biebwidget-content.action .actionbanner:not(:empty) {
  margin-top: 60px;
}
.widget-bnl-category.biebwidget-content.action ul.comparison > li {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.widget-bnl-category.biebwidget-content.action ul.comparison > li.highlight {
  border-color: #000000;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 0 #000000, 0 0 1px 1px #000000;
  box-shadow: 0 0 2px 0 #000000, 0 0 1px 1px #000000;
}
.widget-bnl-category.biebwidget-content.action ul.comparison > li.highlight::after {
  margin-left: -2px;
  border: 2px solid #000000;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 3px 2px 2px -2px rgba(0, 0, 0, 0.5), -3px 2px 2px -2px rgba(0, 0, 0, 0.5), 0 5px 0 2px #ffffff;
  box-shadow: 3px 2px 2px -2px rgba(0, 0, 0, 0.5), -3px 2px 2px -2px rgba(0, 0, 0, 0.5), 0 5px 0 2px #ffffff;
}
.widget-bnl-category.biebwidget-content.action ul.comparison > li.highlight h3 {
  color: #000000;
}
.widget-bnl-category.biebwidget-content.action ul.comparison > li::after {
  height: 4px;
  /* Space for the border-radius, and for something to remain of the box-shadow after the -2px contraction. */
  margin-bottom: 2px;
  /* Space for the box-shadow. */
  margin-left: -1px;
  /* Make this line out with the left border of the li. */
  border: 1px solid #ccc;
  /* Solid so it doesn't multiply with the underlying border. */
  border-top: 0;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 3px 0 3px #ffffff;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 3px 0 3px #ffffff;
  /* The real box-shadow layered over solid white, which obscures the bottom of the left border of the li (otherwise visible due to the border-radius). */
}
.widget-bnl-category.biebwidget-content.action .libraryfinder {
  margin-top: 40px;
  /* In case of .richtext.section + .section, this'll collapse with that. */
  margin-bottom: 40px;
}
.widget-bnl-category.biebwidget-content.action .buttonlink.section .primary.button {
  /* Primary importance button: there should be only one of these per page */
  font-size: 1.5rem;
}
.bordered.biebwidget .widget-bnl-category.biebwidget-content.action .biebcomponent:not(:first-child) > .scrollableimagebanner,
.bordered.biebwidget .widget-bnl-category.biebwidget-content.action .paragraph.section h3,
.bordered.biebwidget .widget-bnl-category.biebwidget-content.action .sectiontitle.section h3 {
  margin-top: 40px;
}
.bordered.biebwidget .widget-bnl-category.biebwidget-content.action .buttonlink.section {
  margin-bottom: 40px;
}
.bordered.biebwidget .widget-bnl-category.biebwidget-content.action .buttonlink.section a.primary,
.bordered.biebwidget .widget-bnl-category.biebwidget-content.action .buttonlink.section a.secondary {
  margin-top: 40px;
}
@media only screen and (min-width: 711px) {
  .widget-bnl-category.biebwidget-content.action ol.steps > li {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  .widget-bnl-category.biebwidget-content.action ol.steps > li::after {
    height: 4px;
    /* Space for the border-radius, and for something to remain of the box-shadow after the -2px contraction. */
    margin-bottom: 2px;
    /* Space for the box-shadow. */
    margin-left: -1px;
    /* Make this line out with the left border of the li. */
    border: 1px solid #ccc;
    /* Solid so it doesn't multiply with the underlying border. */
    border-top: 0;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 3px 0 3px #ffffff;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 3px 0 3px #ffffff;
    /* The real box-shadow layered over solid white, which obscures the bottom of the left border of the li (otherwise visible due to the border-radius). */
  }
}
@media only screen and (min-width: 450.1px) {
  .widget-bnl-category.biebwidget-content.action .header.inverted.contrast_block > * {
    float: none;
  }
}
@media only screen and (min-width: 450.1px) and (max-width: 750px) {
  .widget-bnl-category.biebwidget-content.action .header h2 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 450px) {
  .widget-bnl-category.biebwidget-content.action .header > * {
    text-align: left;
  }
  .widget-bnl-category.biebwidget-content.action .header h2 {
    margin-top: 50px;
  }
   ul.comparison {
    padding-right: 2px;
    /* Provide space for the box-shadows.*/
    padding-left: 2px;
  }
}
 .actionbanner {
  position: relative;
}
 .actionbanner:not(:empty) {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 30px;
  background-color: #efefef;
}
 .actionbanner .imagewrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34%;
  height: 100%;
}
 .actionbanner .imagewrapper > .image {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
 .actionbanner .imagewrapper > .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: auto auto auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 .actionbanner .imagewrapper > .image img.aligned {
  padding-left: 40px;
}
 .actionbanner .imagewrapper > .image img.center {
  margin: auto auto;
  padding-left: 40px;
}
 .actionbanner .imagewrapper > .image img.right {
  margin: auto 0 auto auto;
  padding-left: 40px;
}
 .actionbanner h3,
 .actionbanner p {
  max-width: 476px;
  /* 34% here isn't the same as 34% on the .imagewrapper, since here we have to take into account the outer padding from .inner-minimum
		    (both left and right). We also want to add @widgetInnerHorizontalSpace whitespace to the right of the image, for which we need to
		    subtract the outer padding again (once). The -0.32 then results from (0.34 + 0.34 - 1)*@_actionbannerHorizontalSpace. */
  margin-left: calc(34% - 0.32*40px + 40px);
}
@media only screen and (min-width: 0) and (max-width: 569px) {
   .actionbanner .imagewrapper {
    top: 25px;
    width: 100%;
    height: 150px;
  }
   .actionbanner .imagewrapper > .image img {
    padding-right: 40px;
  }
   .actionbanner h3:first-child,
   .actionbanner p:first-child {
    margin-top: 168px;
    /* 150 (height) + 18 (margin to h3 or p; giving a 20px visual gap) */
  }
   .actionbanner h3,
   .actionbanner p {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 450px) {
   .actionbanner .imagewrapper > .image img {
    padding-right: 20px;
  }
   .actionbanner .imagewrapper > .image img.aligned,
   .actionbanner .imagewrapper > .image img.center,
   .actionbanner .imagewrapper > .image img.right {
    padding-left: 20px;
  }
}
 .articlehighlighted {
  min-height: 300px;
  background-color: #595959;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
 .articlehighlighted span.imgwrapper {
  float: right;
  height: auto;
  width: calc(50% - 25px);
  max-width: 384px;
  max-height: 384px;
  padding-left: 40px;
  overflow: hidden;
}
 .articlehighlighted span.imgwrapper img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
 .articlehighlighted > div.content {
  padding-top: 40px;
  padding-bottom: 40px;
}
 .articlehighlighted > div.content > h3 {
  font-size: 3rem;
}
 .articlehighlighted > div.content > h3 a {
  color: #ffffff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
 .articlehighlighted > div.content > h3 a:hover,
 .articlehighlighted > div.content > h3 a:focus {
  color: #ffffff;
  /* Given the colored background, we don't want to use a different color to differentiate this state. */
  text-decoration: none;
}
 .articlehighlighted > div.content > p {
  padding: 20px 0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
 .articlehighlighted > div.content > p:last-child {
  padding-bottom: 0;
}
 .articlehighlighted > div.content .button {
  margin-left: 0;
}
 .articlehighlighted > div.content .primary.button {
  color: #ffffff;
  border-color: #ffffff;
}
 .articlehighlighted > div.content .primary.button:hover,
 .articlehighlighted > div.content .primary.button:focus {
  border-color: #eb5e5d;
  color: #eb5e5d;
  background-color: #ffffff;
}
 .articlehighlighted > div.content .secondary.button {
  color: #ffffff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAcUlEQVQ4y2P4//8/A7kYxugA4ulAzIhFkQoQnwdiXWyaQRphAN0AkMYnULnX6AaAiMX/UQGyAUZA/BFJDsUAEMEMxEvxGGCOywCYE8gyADkA2ID4EZoBEUjyGWhy1yi2mSI/UxTaFMUzRSmM4rRNFgYAhm2/6YfIWPIAAAAASUVORK5CYII=");
}
 .articlehighlighted > div.content .secondary.button:hover,
 .articlehighlighted > div.content .secondary.button:focus {
  text-decoration: underline;
  color: #ffffff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAcUlEQVQ4y2P4//8/A7kYxugA4ulAzIhFkQoQnwdiXWyaQRphAN0AkMYnULnX6AaAiMX/UQGyAUZA/BFJDsUAEMEMxEvxGGCOywCYE8gyADkA2ID4EZoBEUjyGWhy1yi2mSI/UxTaFMUzRSmM4rRNFgYAhm2/6YfIWPIAAAAASUVORK5CYII=");
}
 .articlehighlighted > div.content .tertiary.button {
  color: #ffffff;
  background-color: transparent;
}
 .articlehighlighted > div.content .tertiary.button:hover,
 .articlehighlighted > div.content .tertiary.button:focus {
  color: #ffffff;
  background-color: transparent;
}
 .articlehighlighted > div.content .quaternary.button {
  color: #ffffff;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAOElEQVQY02P4//+/ExCfA2IZBhgAcvb/h4A7QCwHE+QH4hNQiSdArAKTEAHiL1CJE9hV4jITw3YAOmJkADIsOVIAAAAASUVORK5CYII=");
}
 .articlehighlighted > div.content .quaternary.button:hover,
 .articlehighlighted > div.content .quaternary.button:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAOElEQVQY02P4//+/ExCfA2IZBhgAcvb/h4A7QCwHE+QH4hNQiSdArAKTEAHiL1CJE9hV4jITw3YAOmJkADIsOVIAAAAASUVORK5CYII=");
}
 .articlehighlighted > div.content::after {
  content: "";
  display: block;
  clear: both;
}
 .articlehighlighted.hasbackgroundimage > div.content {
  width: 50%;
  min-height: 220px;
}
 .articlehighlighted.hasbackgroundimage > div.content.contrast_light {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
}
 .articlehighlighted.hasbackgroundimage > div.content.contrast_heavy {
  padding-right: 10%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.6) 86%, rgba(0, 0, 0, 0) 100%);
}
 .articlehighlighted.hasbackgroundimage > div.content.contrast_block {
  overflow: hidden;
}
 .articlehighlighted.hasbackgroundimage > div.content.contrast_block h2,
 .articlehighlighted.hasbackgroundimage > div.content.contrast_block h3,
 .articlehighlighted.hasbackgroundimage > div.content.contrast_block p {
  float: left;
  clear: both;
  margin-bottom: 3px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-wrap: anywhere;
  /* The deprecated word-wrap: break-word; on most h2s appears to not take effect due to the float here? */
}
 .articlehighlighted.hasbackgroundimage > div.content.contrast_block h2 {
  padding-top: 3px;
  padding-bottom: 3px;
}
 .articlehighlighted.hasbackgroundimage > div.content.contrast_block h3 {
  padding-top: 0;
  /* The underline makes the whitespace look uneven, so we reduce it at the top. */
}
 .articlehighlighted.hasbackgroundimage > div.content.contrast_block p > .button:only-child {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
   .articlehighlighted.hasbackgroundimage > div.content {
    width: 100%;
    min-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
   .articlehighlighted > div.content span.imgwrapper {
    display: block;
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
@supports (--css-variables: 1) {
  .widget-bnl-category .atmosphericlist {
    --atmosphericlist-bgcolor: 0, 0, 0;
    color: #ffffff;
    background-color: rgb(var(--atmosphericlist-bgcolor));
  }
  .widget-bnl-category .atmosphericlist h3,
  .widget-bnl-category .atmosphericlist p {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
  .widget-bnl-category .atmosphericlist .grid-title a {
    color: #ffffff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .widget-bnl-category .atmosphericlist .grid-title a:hover,
  .widget-bnl-category .atmosphericlist .grid-title a:focus {
    color: #ffffff;
    /* Given the colored background, we don't want to use a different color to differentiate this state. */
    text-decoration: none;
  }
  .widget-bnl-category .atmosphericlist .button.quaternary {
    color: #ffffff;
    background-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAOElEQVQY02P4//+/ExCfA2IZBhgAcvb/h4A7QCwHE+QH4hNQiSdArAKTEAHiL1CJE9hV4jITw3YAOmJkADIsOVIAAAAASUVORK5CYII=");
  }
  .widget-bnl-category .atmosphericlist .button.quaternary:hover,
  .widget-bnl-category .atmosphericlist .button.quaternary:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAOElEQVQY02P4//+/ExCfA2IZBhgAcvb/h4A7QCwHE+QH4hNQiSdArAKTEAHiL1CJE9hV4jITw3YAOmJkADIsOVIAAAAASUVORK5CYII=");
  }
  @media only screen and (min-width: 886.1px) {
    .widget-bnl-category .atmosphericlist {
      --atmosphericlist-stop1: 120px;
      --atmosphericlist-stop2: 158px;
      --atmosphericlist-stop3: 100%;
    }
    .widget-bnl-category .atmosphericlist::before {
      width: 350px;
    }
  }
  @media only screen and (min-width: 770.1px) and (max-width: 886px) {
    .widget-bnl-category .atmosphericlist {
      --atmosphericlist-stop1: 0;
      --atmosphericlist-stop2: 38px;
      --atmosphericlist-stop3: 100%;
    }
    .widget-bnl-category .atmosphericlist::before {
      width: 230px;
    }
  }
  @media only screen and (min-width: 770.1px) {
    .widget-bnl-category .atmosphericlist::before {
      /* This holds the background image and gradient. */
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: cover;
      background-image: linear-gradient(90deg, rgba(var(--atmosphericlist-bgcolor), 0) var(--atmosphericlist-stop1), rgba(var(--atmosphericlist-bgcolor), 0.7) var(--atmosphericlist-stop2), rgb(var(--atmosphericlist-bgcolor)) var(--atmosphericlist-stop3)), var(--atmosphericlist-bgimage);
    }
    .widget-bnl-category .atmosphericlist > * {
      position: relative;
    }
  }
  @media only screen and (max-width: 770px) {
    .widget-bnl-category .atmosphericlist {
      --atmosphericlist-bgimage-used: var(--atmosphericlist-bgimage-large);
    }
    .widget-bnl-category .atmosphericlist .desc,
    .widget-bnl-category .atmosphericlist .desc > * {
      position: relative;
    }
    .widget-bnl-category .atmosphericlist .desc::before {
      /* The background image and gradient are here set on the .desc, so the textual content determines the size of the visible image. */
      content: '';
      position: absolute;
      top: -20px;
      bottom: 0;
      left: -40px;
      /* Equals to .inner-minimum padding. */
      height: calc(100% + 20px);
      width: calc(100% + 2*40px);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: cover;
      background-image: linear-gradient(to bottom, rgba(var(--atmosphericlist-bgcolor), 0) 0, rgba(var(--atmosphericlist-bgcolor), 0.7) 33px, rgb(var(--atmosphericlist-bgcolor))), var(--atmosphericlist-bgimage-used);
    }
  }
  @media only screen and (max-width: 450px) {
    .widget-bnl-category .atmosphericlist .desc::before {
      left: -20px;
      /* Equals to .inner-minimum padding. */
      width: calc(100% + 2*20px);
    }
  }
  @media only screen and (max-width: 384px) {
    .widget-bnl-category .atmosphericlist {
      --atmosphericlist-bgimage-used: var(--atmosphericlist-bgimage);
    }
  }
}
.widget-bnl-category .atmosphericlist {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 10px;
}
.widget-bnl-category .atmosphericlist .desc {
  padding-top: 13px;
  padding-bottom: 20px;
}
.widget-bnl-category .atmosphericlist .desc h3 + p {
  margin-top: 20px;
}
.widget-bnl-category .atmosphericlist .grid-list {
  overflow: hidden;
  border-bottom: 0;
}
.widget-bnl-category .atmosphericlist .grid-list + p {
  margin-top: 5px;
}
/* We know the exact number of items which we can fit in; distribute them proportionally over the available space.
   We sadly can't optimize this usefully with flexbox, as we don't know how many items are _actually_ present,
    and don't want to spread out a smaller number of items. */
@media only screen and (min-width: 1240.1px) {
  .widget-bnl-category .atmosphericlist .grid-list {
    margin: 0 calc(-14/12 * ((100% / 14) - 50px));
    /* -2*nrofitems/nrofmargins * ((100% - 2*nrofitems) / 0.5*itemwidth) */
  }
  .widget-bnl-category .atmosphericlist .grid-list > li {
    margin: 0 calc((100% / 14) - 50px) 10px;
  }
}
@media only screen and (min-width: 1122.1px) and (max-width: 1240px) {
  .widget-bnl-category .atmosphericlist .grid-list {
    margin: 0 calc(-12/10 * ((100% / 12) - 50px));
  }
  .widget-bnl-category .atmosphericlist .grid-list > li {
    margin: 0 calc((100% / 12) - 50px) 10px;
  }
  .widget-bnl-category .atmosphericlist .grid-list > li:nth-child(7) {
    display: none;
  }
}
@media only screen and (min-width: 1004.1px) and (max-width: 1122px) {
  .widget-bnl-category .atmosphericlist .grid-list {
    margin: 0 calc(-10/8 * ((100% / 10) - 50px));
  }
  .widget-bnl-category .atmosphericlist .grid-list > li {
    margin: 0 calc((100% / 10) - 50px) 10px;
  }
  .widget-bnl-category .atmosphericlist .grid-list > li:nth-child(6),
  .widget-bnl-category .atmosphericlist .grid-list > li:nth-child(7) {
    display: none;
  }
}
@media only screen and (min-width: 886.1px) {
  .widget-bnl-category .atmosphericlist .desc {
    padding-left: 120px;
  }
  .widget-bnl-category .atmosphericlist .sample {
    margin-left: 335px;
  }
}
@media only screen and (min-width: 770.1px) and (max-width: 1004px) {
  .widget-bnl-category .atmosphericlist .grid-list {
    margin: 0 calc(-8/6 * ((100% / 8) - 50px));
  }
  .widget-bnl-category .atmosphericlist .grid-list > li {
    margin: 0 calc((100% / 8) - 50px) 10px;
  }
  .widget-bnl-category .atmosphericlist .grid-list > li:nth-child(5),
  .widget-bnl-category .atmosphericlist .grid-list > li:nth-child(5) ~ li {
    display: none;
  }
}
@media only screen and (min-width: 770.1px) and (max-width: 886px) {
  .widget-bnl-category .atmosphericlist .sample {
    margin-left: 215px;
  }
}
@media only screen and (min-width: 770.1px) {
  .widget-bnl-category .atmosphericlist .desc {
    width: 195px;
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .widget-bnl-category .atmosphericlist .grid-list {
    clear: none;
  }
}
@media only screen and (min-width: 660.1px) and (max-width: 770px) {
  .widget-bnl-category .atmosphericlist .grid-list {
    margin: 0 calc(-10/8 * ((100% / 10) - 50px));
  }
  .widget-bnl-category .atmosphericlist .grid-list > li {
    margin: 0 calc((100% / 10) - 50px) 10px;
  }
  .widget-bnl-category .atmosphericlist .grid-list > li:nth-child(6),
  .widget-bnl-category .atmosphericlist .grid-list > li:nth-child(7) {
    display: none;
  }
}
@media only screen and (min-width: 546.1px) and (max-width: 660px) {
  .widget-bnl-category .atmosphericlist .grid-list {
    margin: 0 calc(-8/6 * ((100% / 8) - 50px));
  }
  .widget-bnl-category .atmosphericlist .grid-list > li {
    margin: 0 calc((100% / 8) - 50px) 10px;
  }
  .widget-bnl-category .atmosphericlist .grid-list > li:nth-child(5),
  .widget-bnl-category .atmosphericlist .grid-list > li:nth-child(5) ~ li {
    display: none;
  }
}
@media only screen and (min-width: 379.1px) and (max-width: 546px) {
  .widget-bnl-category .atmosphericlist .grid-list {
    margin: 0 calc(-6/4 * ((100% / 6) - 50px)) -10px;
  }
  .widget-bnl-category .atmosphericlist .grid-list > li {
    margin: 0 calc((100% / 6) - 50px) 20px;
  }
  .widget-bnl-category .atmosphericlist .grid-list > li:nth-child(7) {
    display: none;
  }
}
@media only screen and (max-width: 379px) {
  .widget-bnl-category .atmosphericlist .grid-list {
    margin-bottom: -10px;
    /* Here spreading out the covers just gets silly, as we'd have one cover at the far left, and the other at the far right,
		    so we just fall back to the default (left-aligned) behaviour. */
  }
  .widget-bnl-category .atmosphericlist .grid-list > li:nth-child(5),
  .widget-bnl-category .atmosphericlist .grid-list > li:nth-child(5) ~ li {
    display: none;
  }
}
 .combocollection .widget-bnl-combo.bordered p,
.biebwidget.bordered .widget-bnl-combo p,
 .combocollection .widget-bnl-combo.bordered ul,
.biebwidget.bordered .widget-bnl-combo ul,
 .combocollection .widget-bnl-combo.bordered ol,
.biebwidget.bordered .widget-bnl-combo ol,
 .combocollection .widget-bnl-combo.bordered h4,
.biebwidget.bordered .widget-bnl-combo h4 {
  margin-right: 20px;
  margin-left: 20px;
}
 .combocollection .widget-bnl-combo.bordered ul.slidingitems,
.biebwidget.bordered .widget-bnl-combo ul.slidingitems,
 .combocollection .widget-bnl-combo.bordered ul p,
.biebwidget.bordered .widget-bnl-combo ul p,
 .combocollection .widget-bnl-combo.bordered ol p,
.biebwidget.bordered .widget-bnl-combo ol p,
 .combocollection .widget-bnl-combo.bordered ul h4,
.biebwidget.bordered .widget-bnl-combo ul h4,
 .combocollection .widget-bnl-combo.bordered ol h4,
.biebwidget.bordered .widget-bnl-combo ol h4 {
  margin-right: 0;
  margin-left: 0;
}
 .combocollection .widget-bnl-combo .section ~ p.section,
.widget-bnl-combo .section ~ p.section,
 .combocollection .widget-bnl-combo .section ~ .section p,
.widget-bnl-combo .section ~ .section p,
 .combocollection .widget-bnl-combo .section ~ .section ul,
.widget-bnl-combo .section ~ .section ul,
 .combocollection .widget-bnl-combo .section ~ .section ol,
.widget-bnl-combo .section ~ .section ol,
 .combocollection .widget-bnl-combo .section ~ .section iframe,
.widget-bnl-combo .section ~ .section iframe,
 .combocollection .widget-bnl-combo .section ~ .section:not(.singlenbcitem) img,
.widget-bnl-combo .section ~ .section:not(.singlenbcitem) img,
 .combocollection .widget-bnl-combo .section ~ .section.video,
.widget-bnl-combo .section ~ .section.video,
 .combocollection .widget-bnl-combo .section ~ .section ul p + p,
.widget-bnl-combo .section ~ .section ul p + p,
 .combocollection .widget-bnl-combo .section ~ .section ol p + p,
.widget-bnl-combo .section ~ .section ol p + p,
 .combocollection .widget-bnl-combo .section ~ .section ul p.separate,
.widget-bnl-combo .section ~ .section ul p.separate,
 .combocollection .widget-bnl-combo .section ~ .section ol p.separate,
.widget-bnl-combo .section ~ .section ol p.separate,
 .combocollection .widget-bnl-combo .section ~ .section.singlenbcitem,
.widget-bnl-combo .section ~ .section.singlenbcitem {
  margin-top: 13px;
}
 .combocollection .widget-bnl-combo .section ~ .section.video iframe,
.widget-bnl-combo .section ~ .section.video iframe,
 .combocollection .widget-bnl-combo .section ~ .section:not(.singlenbcitem) ul img,
.widget-bnl-combo .section ~ .section:not(.singlenbcitem) ul img,
 .combocollection .widget-bnl-combo .section ~ .section:not(.singlenbcitem) ol img,
.widget-bnl-combo .section ~ .section:not(.singlenbcitem) ol img,
 .combocollection .widget-bnl-combo .section ~ .section ul p,
.widget-bnl-combo .section ~ .section ul p,
 .combocollection .widget-bnl-combo .section ~ .section ol p,
.widget-bnl-combo .section ~ .section ol p {
  margin-top: 0;
}
 .combocollection .widget-bnl-combo.bordered .section:last-child,
.biebwidget.bordered .widget-bnl-combo .section:last-child {
  margin-bottom: 20px;
}
 .combocollection .widget-bnl-combo.bordered .image.section:last-child,
.biebwidget.bordered .widget-bnl-combo .image.section:last-child {
  margin-bottom: 0;
}
 .combocollection .widget-bnl-combo .section.manuallist .rich-items,
.widget-bnl-combo .section.manuallist .rich-items,
 .combocollection .widget-bnl-combo .section.manuallist .rich-list,
.widget-bnl-combo .section.manuallist .rich-list {
  border-bottom: 1px solid #d0d0d0;
}
 .combocollection .widget-bnl-combo .section.manuallist:last-child .rich-items,
.widget-bnl-combo .section.manuallist:last-child .rich-items,
 .combocollection .widget-bnl-combo .section.manuallist:last-child .rich-list,
.widget-bnl-combo .section.manuallist:last-child .rich-list {
  border-bottom: 0;
}
 .combocollection .widget-bnl-combo .section.manuallist .rich-items .viz,
.widget-bnl-combo .section.manuallist .rich-items .viz {
  /* No .rich-list equivalent necessary for the following rules; see https://amnlkb.atlassian.net/browse/WAAS-3281?focusedCommentId=71915 */
  margin-left: -100%;
}
 .combocollection .widget-bnl-combo .section.manuallist .rich-items img,
.widget-bnl-combo .section.manuallist .rich-items img {
  margin-top: 4px;
}
 .combocollection .widget-bnl-combo .section.manuallist .rich-items > li:last-child img,
.widget-bnl-combo .section.manuallist .rich-items > li:last-child img {
  margin-bottom: 5px;
}
 .combocollection .widget-bnl-combo .section.manuallist:last-child .rich-items > li:last-child img,
.widget-bnl-combo .section.manuallist:last-child .rich-items > li:last-child img {
  margin-bottom: 0;
}
 .combocollection .widget-bnl-combo.bordered ul.rotatingitems.interactive > li,
.biebwidget.bordered .widget-bnl-combo ul.rotatingitems.interactive > li {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-bnl-combo .singlenbcitem {
  /* If the cover is high enough and the title/author/description is less enough, make sure additional content will start below the cover */
}
.widget-bnl-combo .singlenbcitem > .content::after {
  content: "";
  display: block;
  clear: both;
}
.widget-bnl-combo .singlenbcitem span.imgwrapper {
  margin-top: 3px;
  margin-bottom: 5px;
  margin-right: 20px;
  float: left;
}
.widget-bnl-combo .singlenbcitem img.representative {
  width: 105px;
}
.widget-bnl-combo .singlenbcitem h4 {
  font-size: inherit;
}
.widget-bnl-combo .singlenbcitem h4 a {
  text-decoration: none;
}
.widget-bnl-combo .singlenbcitem h4 a > .title {
  font-size: 1.4583rem;
  text-decoration: underline;
  display: block;
}
.widget-bnl-combo .singlenbcitem h4 a > .title:hover,
.widget-bnl-combo .singlenbcitem h4 a > .title:focus {
  text-decoration: none;
}
.widget-bnl-combo .singlenbcitem h4 a > .creator {
  font-size: 1rem;
  display: block;
}
.widget-bnl-combo .singlenbcitem h4 a > .creator + .title {
  margin-top: -3px;
}
.widget-bnl-combo .image > img,
.widget-bnl-combo .image > a > img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 951px) and (max-width: 1150px) {
  .container.size-3 .widget-bnl-combo .singlenbcitem span.imgwrapper + .creator,
  .container.size-3 .widget-bnl-combo .singlenbcitem span.imgwrapper + .title,
  .container.size-2.twothirds .column-2 .widget-bnl-combo .singlenbcitem span.imgwrapper + .creator,
  .container.size-2.twothirds .column-2 .widget-bnl-combo .singlenbcitem span.imgwrapper + .title,
  .container.size-2.onethird .column-1 .widget-bnl-combo .singlenbcitem span.imgwrapper + .creator,
  .container.size-2.onethird .column-1 .widget-bnl-combo .singlenbcitem span.imgwrapper + .title {
    clear: left;
  }
}
@media only screen and (min-width: 635px) and (max-width: 710px), only screen and (min-width: 917px) and (max-width: 1150px) {
  .biebwidget-column .biebwidget .widget-bnl-combo .singlenbcitem span.imgwrapper + .creator,
  .biebwidget-column .biebwidget .widget-bnl-combo .singlenbcitem span.imgwrapper + .title {
    clear: left;
  }
}
@media only screen and (min-width: 0) and (max-width: 450px) {
   .combocollection .widget-bnl-combo.bordered p,
   .combocollection .widget-bnl-combo.bordered ul,
   .combocollection .widget-bnl-combo.bordered ol,
   .combocollection .widget-bnl-combo.bordered h4 {
    margin-right: 0;
    margin-left: 0;
  }
   .combocollection .widget-bnl-combo.bordered ul.rotatingitems.interactive > li {
    padding-right: 0;
    padding-left: 0;
  }
}
 .combocollection {
  padding-top: 40px;
}
 .combocollection + .combocollection {
  padding-top: 0px;
}
 .combocollection > .container {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-right: -40px;
}
 .combocollection > .container > .column {
  flex: 1 0 auto;
  /* width should be flex-basis, but IE11 doesn't oblige... */
  width: calc(33.333% -  40px );
  margin: 0 40px 40px 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  /* Necessary for the rotating images and slideshow. */
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 0) and (max-width: 450px) {
   .combocollection > .container > .column {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
 .combocollection > .container > .column > h3 {
  margin: 15px 20px 10px 20px;
}
 .combocollection > .container > .column .widget-bnl-combo:not(.bordered) {
  padding: 0 20px 20px 20px;
}
 .combocollection > .container > .column .richtext.section {
  margin-left: 0;
  margin-right: 0;
}
 .combocollection > .container > .column > .image {
  margin: 0;
  display: block;
  height: 250px;
  background-position: center;
  background-size: cover;
}
 .combocollection > .container.equal > .column {
  width: calc(50% -  40px );
}
 .combocollection > .container.onethird > .column-2,
 .combocollection > .container.twothirds > .column-1 {
  flex-grow: 2;
  width: calc(66.666% -  40px );
}
@media only screen and (min-width: 0) and (max-width: 950px) {
   .combocollection > .container > .column {
    /* width: 320px; /* 960px screen width divide by 3, with flexbox this will wrap 1 column to next line when screen gets smaller */
    /* width should be flex-basis, but IE11 doesn't oblige... */
    width: calc(100% -  40px );
  }
   .combocollection > .container.equal > .column {
    /* width: 480px; /* 960px screen width divide by 2, with flexbox this will wrap 1 column to next line when screen gets smaller */
    /* width should be flex-basis, but IE11 doesn't oblige... */
    width: calc(100% -  40px );
  }
   .combocollection > .container.onethird > .column-2,
   .combocollection > .container.twothirds > .column-1 {
    width: calc(100% -  40px );
  }
}
@media only screen and (min-width: 0) and (max-width: 634px) {
   .combocollection > .container > .column,
   .combocollection > .container.equal > .column,
   .combocollection > .container.onethird > .column,
   .combocollection > .container.twothirds > .column {
    width: calc(100% -  40px );
  }
}
@media only screen and (min-width: 0) and (max-width: 450px) {
   .combocollection > .container {
    margin-right: 0;
  }
   .combocollection > .container > .column {
    width: 100%;
    margin: 0 0 40px 0;
    overflow: visible;
  }
   .combocollection > .container > .column > h3 {
    margin-right: 0;
    margin-left: 0;
  }
   .combocollection > .container > .column .widget-bnl-combo:not(.bordered) {
    padding-right: 0;
    padding-left: 0;
  }
}
 ul.comparison {
  position: relative;
  overflow: hidden;
  margin: 13px 0;
  text-align: center;
}
 ul.comparison > li {
  display: inline-block;
  width: calc(33.33% - 12px);
  /* (2x15px margin between the li-s / 3) + 2x 1px border */
  max-width: 300px;
  min-width: 210px;
  margin-top: 13px;
  margin-bottom: -90.5em;
  /* 4em space for the button, with needs to be aligned, and so is absolutely positioned. 
		                           This could be improved by being based on the actual button height, but is good enough for now. */
  border: 1px solid #d0d0d0;
  padding-bottom: 100em;
  /* Equal heights columns. */
  vertical-align: top;
  text-align: left;
}
 ul.comparison > li.highlight,
 ul.comparison > li.highlight::after {
  border-color: #000000;
}
 ul.comparison > li::after {
  /* Draw the border-bottom, since the real one is way out of sight due to equal height columns. */
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(33.33% - 12px);
  max-width: 300px;
  min-width: 210px;
  border-bottom: 1px solid #d0d0d0;
}
 ul.comparison h3 {
  padding: 10px 15px;
  text-align: center;
  background-color: #d0d0d0;
}
 ul.comparison li.highlight h3 {
  background-color: #000000;
  color: #ffffff;
}
 ul.comparison p.richtext {
  margin-top: 13px;
  margin-bottom: 13px;
}
 ul.comparison p.richtext,
 ul.comparison p.action {
  margin-right: 15px;
  margin-left: 15px;
  text-align: center;
}
 ul.comparison ul > li {
  margin: 8px 15px 5px 25px;
  list-style: disc outside;
}
 ul.comparison p.sellingpoint,
 ul.comparison p.action {
  position: absolute;
  width: calc(33.33% - 42px);
  /* Same as container, plus 2x 15px inner margin. */
  max-width: 270px;
  min-width: 180px;
}
 ul.comparison p.sellingpoint {
  bottom: 4em;
  padding-bottom: 10px;
}
 ul.comparison p.sellingpoint > .value {
  display: inline-block;
  padding: 0 3px;
  font-size: 2rem;
}
 ul.comparison p.sellingpoint:not(:last-child) {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}
 ul.comparison p.action {
  bottom: 10px;
}
@media only screen and (min-width: 785.1px) {
   ul.comparison > li + li {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 550.1px) and (max-width: 785px) {
   ul.comparison {
    /* Drop equal height columns if there's three columns, but not if there's two. */
  }
   ul.comparison > li,
   ul.comparison > li::after {
    width: calc(50% - 10px);
    /* (1x15px margin between the li-s / 2) + 2x 1px border */
  }
   ul.comparison > li:first-child + li {
    margin-left: 15px;
  }
   ul.comparison p.sellingpoint,
   ul.comparison p.action {
    width: calc(50% - 40px);
    /* Same as container, plus 2x 15px inner margin. */
  }
   ul.comparison > li:nth-last-child(3),
   ul.comparison > li:nth-last-child(3) ~ li {
    margin-bottom: 13px;
    padding-bottom: 0;
  }
   ul.comparison > li:nth-last-child(3) p.sellingpoint,
   ul.comparison > li:nth-last-child(3) ~ li p.sellingpoint,
   ul.comparison > li:nth-last-child(3) p.action,
   ul.comparison > li:nth-last-child(3) ~ li p.action {
    position: static;
    bottom: auto;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
   ul.comparison > li:nth-last-child(3)::after,
   ul.comparison > li:nth-last-child(3) ~ li::after {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
   ul.comparison > li {
    margin-bottom: 13px;
    padding-bottom: 0;
  }
   ul.comparison > li::after {
    display: none;
  }
   ul.comparison p.sellingpoint,
   ul.comparison p.action {
    position: static;
    bottom: auto;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 550px) {
   ul.comparison > li {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 450px) {
   ul.comparison {
    text-align: left;
  }
}
 .coverflow {
  position: relative;
  min-height: 230px;
  margin: 0;
}
 .coverflow.static {
  /*
	 * In static version we show only the item details (if present), in
	 * interactive mode we show the container with covers.
	 */
  position: static;
}
 .coverflow.static.withdetails .coverflow-container {
  display: none;
}
 .coverflow.static .coverflow-container {
  padding: 10px 5px 20px 20px;
}
 .coverflow.static .coverflow-container li.cover > a {
  min-height: 195px;
  float: left;
  margin: 0 15px 15px 0;
}
 .coverflow.static .coverflow-details-container {
  margin-top: 20px;
}
 .coverflow.interactive .coverflow-container {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
 .coverflow.interactive .coverflow-container li.cover > a {
  display: block;
}
 .coverflow.interactive .coverflow-container > a {
  transition-delay: 0.00001s;
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  transition-timing-function: cubic-bezier(0.02, 0.01, 0.47, 1);
}
 .coverflow.interactive .coverflow-container img.cover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
 .coverflow.interactive h2,
 .coverflow.interactive .coverflow-details-container {
  display: none;
}
 .coverflow.interactive .coverflow-info {
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/coverflow-info.png");
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 30;
}
 .coverflow.interactive .coverflow-info.coverflow-close {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/coverflow-close.png");
}
 .coverflow.interactive .content {
  margin: 10px 160px 10px 10px;
  padding: 0 10px 20px 10px;
}
 .coverflow.interactive .content p {
  max-height: 100px;
  /* Guard against very long descriptions; sadly has to be in px, since this is absolutely positioned. */
  overflow: hidden;
}
 .coverflow.interactive img.cover {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}
 .coverflow .coverflow-container li.cover {
  margin: 0 5px;
}
 .coverflow > button.prev,
 .coverflow > button.next {
  position: absolute;
  bottom: 94px;
  display: block;
  width: 16px;
  height: 22px;
  margin: 0 10px;
  border: 0;
  padding: 10px;
  text-indent: -9999em;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
 .coverflow > button.prev {
  left: 0;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/nav-prev-larger.png");
}
 .coverflow > button.prev:hover,
 .coverflow > button.prev:focus {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAAAbElEQVQ4y2P4//8/AzmYKHDHIyATiHcBMRcDsQCq6T8U7yNKM5om4jQDJcuxaILhnbg0VeDR9AuI/aimqZ4cTR14NH0DYmdyNDlRRxNFGumh2RmfZtKjg6IEQC3NpCdyirIVRRkZb9FBbmEFAJJUsbKqKufNAAAAAElFTkSuQmCC");
}
 .coverflow > button.prev.passive {
  cursor: default;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/nav-prev-larger-passive.png");
}
 .coverflow > button.next {
  right: 0;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/nav-next-larger.png");
}
 .coverflow > button.next:hover,
 .coverflow > button.next:focus {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAAAbElEQVQ4y2P4//8/AzkYDu54BHAB8S4gzmQgFkA17QPi/1CcSY4m4jQDFezEogmGy/Fp9APiX3g0VwyY5np8mp2B+BsezR34NDvRXzNZGsnV5EyOJtKjg6wEQHaqoSSRk5etyM7IZBcd5BZWAHTSsbI2fGRYAAAAAElFTkSuQmCC");
}
 .coverflow > button.next.passive {
  cursor: default;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/nav-next-larger-passive.png");
}
/* More than one coverflow. */
 .coverflows.interactive > li {
  display: none;
}
 .coverflows.interactive > li.current {
  display: block;
}
/* Selecting out of a list of more than one coverflow */
 .listselection {
  position: relative;
  overflow: hidden;
  min-height: 1.5em;
  margin: 0;
  border-radius: 3px;
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
 .listselection.interactive {
  padding-right: 25px;
}
 .listselection button {
  border: 0;
  padding: 0;
}
 .listselection > ul.active {
  background-color: #ffffff;
}
 .listselection > ul > li {
  border-right: 1px solid #d0d0d0;
}
 .listselection > ul > li > button {
  margin: 0 10px;
  line-height: 1.625;
}
 .listselection > ul > li > button:not([disabled]):hover,
 .listselection > ul > li > button:not([disabled]):focus {
  text-decoration: underline;
}
 .listselection > ul > li.current > button {
  color: #eb5e5d;
}
 .listselection.static > ul > li:last-child {
  border-right: 0;
}
 .listselection .toggle {
  border-radius: 0 1px 1px 0;
  background-color: #ffffff;
}
 .listselection .toggle.active,
 .listselection .toggle:hover,
 .listselection .toggle:focus {
  background-color: #eb5e5d;
}
 .listselection .toggle button {
  width: 25px;
}
 .listselection button {
  font: inherit;
  white-space: nowrap;
  background-color: transparent;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 .listselection button.passive {
  cursor: auto;
}
 .listselection > ul.active {
  overflow: auto;
}
 .listselection > ul > li {
  float: left;
}
 .listselection.interactive > ul > li {
  display: none;
}
 .listselection.interactive > ul.active > li,
 .listselection.interactive > ul > li.current {
  display: block;
}
 .listselection.interactive > ul > li.current > button {
  display: inline;
  cursor: default;
}
 .listselection .toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
 .listselection .toggle button {
  display: block;
  text-indent: -9999em;
  height: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAR0lEQVQoz2NggII7HgEyQHwOiJ1wigEZckB8B4j/A/F+rGJAQgWIn0AFTgAxPzYxBigDJPAFiEWAmAldDGYtcSYS7UZifQ0AW49zfW3pBhUAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: center center;
}
 .listselection .toggle.active button,
 .listselection .toggle:hover button,
 .listselection .toggle:focus button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAFGq+z1AAAAnElEQVQY0zXNMUqDYRBF0TEEcQu6hzQWCmqRysYdCK4oIL7T2Ikg7sAqVRCyDrESbAUlKPw285XzuPdOJSlMhfdKcorCfuEas8IfpkpyjKmRCQfVhRu8YT5qgzjCJslt4QNXWGGdpAqfuMQdXsY49EO8JlmNRxf4wTfOGnxo+DnJrJJse7hv4LzvXyxQSWoUl9jhCyctPLXwmGTvHxcBmEbygYVqAAAAAElFTkSuQmCC");
}
 h2 + .listselection {
  margin-left: 150px;
}
/* Specific for the schatkamer, rather than for the generic coverflow: */
.widget-bnl-schatkamer {
  position: relative;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/schatkamer-bg.png");
  background-repeat: repeat-x;
  background-position: center top;
  background-color: #d0d0d0;
}
.bordered.biebwidget .widget-bnl-schatkamer > h2:first-child {
  position: absolute;
  margin-top: 0;
  color: #000000;
}
.widget-bnl-schatkamer .listselection {
  position: absolute;
  top: 15px;
  right: 18px;
  z-index: 89;
}
.widget-bnl-schatkamer .coverflow {
  margin-top: 3em;
}
@media only screen and (min-width: 0) and (max-width: 634px) {
   .coverflow.interactive .content {
    margin: 10px 10px 10px 10px;
  }
   .coverflow.interactive .coverflow-container a.active img {
    display: none;
  }
}
 .curvedbanner {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
 .curvedbanner > .details {
  margin-right: 287px;
  padding-right: 89px;
}
 .curvedbanner > .details > .inner {
  min-height: 230px;
  padding: 0 20px 20px 20px;
  background-color: #ffffff;
}
 .curvedbanner h2 {
  padding: 20px 0 10px 0;
  font-weight: normal;
  color: #000000;
  font-size: 1.5rem;
}
 .curvedbanner .inner > p {
  margin-right: 20px;
  margin-bottom: 20px;
}
 .curvedbanner .primary.button,
 .curvedbanner .secondary.button {
  margin-left: 0;
}
 ul.tabs.alt + ul .curvedbanner h2 {
  padding-top: 15px;
  color: #373737;
}
/* 1-column layout: reposition the image and use a different curve. Mirrored in adaptive.less for screen widths < 635px. */
.biebwidget-column  .curvedbanner {
  padding-top: 113px;
  background-position: center -30px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.biebwidget-column  .curvedbanner > .details {
  margin-right: 0;
  padding-top: 47px;
  padding-right: 0;
}
.biebwidget-column  .curvedbanner > .details > .inner,
.biebwidget-column  ul > li .curvedbanner > .details > .inner {
  /* One-tab doesn't have ul/li; higher specificity version necessary for multiple tabs. */
  min-height: 0;
  padding: 0 20px 20px 20px;
}
@media only screen and (min-width: 917px) and (max-width: 1025px) {
  /* 3-column layout with narrower columns: 284px for the image rather than 384px. */
   .curvedbanner > .details {
    margin-right: 199px;
  }
}
@media only screen and (min-width: 635px) and (max-width: 799px) {
  /* 2-column layout with narrower columns: 284px for the image rather than 384px. */
   .curvedbanner > .details {
    margin-right: 199px;
  }
}
@media only screen and (min-width: 0) and (max-width: 634px) {
  /* 1-column layout: reposition the image and use a different curve. Mirroring the .biebwidget-column scope. */
   .curvedbanner {
    padding-top: 113px;
    background-position: center -30px;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
   .curvedbanner > .details {
    margin-right: 0;
    padding-top: 47px;
    padding-right: 0;
  }
   .curvedbanner > .details > .inner {
    min-height: 0;
    padding: 0 20px 20px 20px;
    background-color: #ffffff;
  }
}
 .feature {
  clear: both;
}
 .feature h3 {
  text-align: center;
}
 ul.features {
  margin: 13px 0;
  text-align: center;
  clear: both;
}
 ul.features > li {
  display: inline-block;
  width: 29%;
  max-width: 304px;
  min-width: 200px;
  margin-top: 13px;
  margin-bottom: 13px;
  vertical-align: top;
}
 ul.features > li + li {
  margin-left: 6.5%;
}
 ul.features.narrow > li {
  width: 46.75%;
  max-width: 384px;
}
 ul.features.plain img {
  max-width: 200px;
  max-height: 100px;
  margin: 0 0 8px 0;
  float: none;
}
 ul.features h3 + .richtext,
 ul.features h4 + .richtext {
  margin-top: 8px;
}
 ul.features h3 > .image:only-child > img,
 ul.features h4 > .image:only-child > img {
  margin-bottom: 0;
}
@media only screen and (min-width: 1006.1px) {
  .biebwidget-content.widget-bnl-support ul.features.narrow > li {
    /* Place two features a bit closer to each on a support page, since that was effectively always done, and the content was chosen for it. */
    max-width: 304px;
  }
}
/* Icky magic number breakpoints; always 1px wider than the point where three features won't fit next to each other anymore
   in a brand with the same amount of whitespace as neutral/BNL.
   These breakpoints are higher than necessary for OBA, which is not a problem. A brand trying more-than-default whitespace
   would encounter far more issues than just these breakpoints, so I guess we can accept that as well for now. */
@media only screen and (min-width: 524.1px) and (max-width: 1067px) {
  .biebwidget-content.widget-bnl-support ul.features > li:nth-last-child(3),
  .biebwidget-content.widget-bnl-support ul.features > li:nth-last-child(3) ~ li {
    width: 46.75%;
  }
  .biebwidget-content.widget-bnl-support ul.features > li:nth-child(3) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 828.1px) and (max-width: 1058px) {
   .main-column-wrapper.nav ul.features > li:nth-last-child(3),
   .main-column-wrapper.nav ul.features > li:nth-last-child(3) ~ li {
    width: 46.75%;
  }
   .main-column-wrapper.nav ul.features > li:nth-child(3) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 750.1px) and (max-width: 828px) {
   .main-column-wrapper.nav ul.features > li {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 524.1px) and (max-width: 795px) {
   ul.features > li:nth-last-child(3),
   ul.features > li:nth-last-child(3) ~ li {
    width: 46.75%;
  }
   ul.features > li:nth-child(3) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 524px) {
   ul.features > li,
   ul.features > li + li,
   ul.features.narrow > li,
   ul.features.narrow > li + li {
    width: 100%;
    /* Not auto, as we don't want to have two features with very little content to still fit next to each other. */
    margin-left: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 450px) {
   .feature h3,
   ul.features {
    text-align: left;
  }
}
/* Get-it */
 .get-it.bordered {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  padding: 15px 20px;
}
@media only screen and (min-width: 0) and (max-width: 450px) {
   .get-it.bordered {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
 .get-it p.label {
  float: left;
  display: inline;
  margin-top: 5px;
  margin-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.3333rem;
}
 .get-it p.action {
  float: right;
  margin-top: -5px;
  text-align: right;
}
 .get-it p.action ~ p.action {
  margin-top: 8px;
}
 .get-it p.action + p:not(.label),
 .get-it p.action + p:not(.label) + p:not(.label) {
  clear: left;
  float: left;
  margin-top: 5px;
}
 .get-it.rich-list {
  margin-top: 10px;
}
 .get-it.rich-items > li,
 .get-it.rich-list > li {
  position: relative;
}
 .get-it.rich-list > li:first-child {
  /* Provide space for the .action to stick out at the top, without changing the default whitespace between the preceding content and this list item. */
  margin-top: -4px;
  padding-top: 4px;
}
 .get-it.bordered.rich-items h3,
 .get-it.bordered.rich-items h4,
 .get-it.bordered.rich-list h3,
 .get-it.bordered.rich-list h4 {
  display: inline;
}
 .get-it.rich-items h3,
 .get-it.rich-items h4,
 .get-it.rich-list h3,
 .get-it.rich-list h4 {
  padding-right: 9em;
}
 .get-it.rich-items p.action,
 .get-it.rich-list p.action {
  position: absolute;
  right: 0;
  top: 0;
  float: none;
  margin: 0;
}
 .get-it.rich-items > li:first-child p.action,
 .get-it.rich-list > li:first-child p.action {
  /* Offset the margin-top of the button; since that varies based on brand, this should become a variable if we add support for other brands for the TDP. */
  margin-top: -5px;
}
 .get-it.rich-items > li:not(:first-child) p.action,
 .get-it.rich-list > li:not(:first-child) p.action {
  padding-top: 8px;
}
 .get-it-form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
 .form-element__postalcode-libraryfinder {
  margin-bottom: 7px;
}
 .form-element__get-it-checkbox {
  order: 2;
  width: 100%;
}
 .form-element__get-it-checkbox + .form-element button {
  margin-top: 0;
}
 .get-it-library-finder .get-it-form .form-row {
  margin-top: 8px;
}
 .get-it-library-finder .get-it-form input {
  font-size: inherit;
  padding: 7px 9px 8px 9px;
  max-width: 6rem;
  margin-left: 5px;
  margin-right: 10px;
}
 .get-it-library-finder .get-it-form input[type="checkbox"] {
  border-left-width: 0;
  margin-left: 0;
}
 .get-it-library-finder .get-it-found-container > p {
  margin-bottom: 20px;
}
 .get-it-library-finder .get-it-found-container .description {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/get-it-icon-local.png");
  background-repeat: no-repeat;
  padding-left: 50px;
  min-height: 47px;
}
 .get-it-library-finder .get-it-found-container .description p {
  margin-top: 0;
}
 .get-it-library-finder .get-it-found-container .description .get-it-found-library-name {
  font-size: 1.3333rem;
  word-break: break-word;
  font-weight: bold;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
}
 .get-it-library-finder .get-it-found-container + p {
  margin-top: 20px;
}
@media only screen and (min-width: 650px) and (max-width: 750px) and (min-width: 40em), only screen and (min-width: 1100px) and (max-width: 1360px) and (min-width: 68em), only screen and (min-width: 1361px) and (max-width: 1700px) and (min-width: 85em), only screen and (min-width: 1701px) and (min-width: 106em) {
   .get-it-library-finder .get-it-found-container + p.get-it-float-right {
    float: right;
    margin-top: 0;
    margin-left: -20.5rem;
  }
   .get-it-library-finder .get-it-found-container + p.include-padding {
    margin-top: 25px;
    margin-bottom: 25px;
  }
   .get-it-library-finder .get-it-found-container {
    float: left;
    width: 100%;
  }
   .get-it-library-finder .get-it-found-container > p {
    margin-bottom: 20px;
    margin-right: 20.5rem;
  }
   .get-it-library-finder .get-it-found-container .description {
    margin-right: 20.5rem;
  }
}
@media only screen and (min-width: 751px) and (max-width: 799px) {
   .get-it.bordered {
    display: block;
  }
   .get-it.bordered p.action a {
    margin-left: 0;
  }
   .get-it.bordered p.label,
   .get-it.bordered p.action {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 0) and (max-width: 450px) {
   .get-it.bordered {
    display: block;
    padding-right: 0;
    /* The box-shadow outline has been removed through .InnerBoxDecoration(), so we remove the horizontal whitespace as well. */
    padding-left: 0;
  }
   .get-it.bordered p.action a {
    margin-left: 0;
  }
   .get-it.bordered p.label,
   .get-it.bordered p.action {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: left;
  }
}
 .richtext img.standalone {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  max-width: 640px;
  max-height: 1024px;
  margin-right: 0;
}
 .richtext img.standalone.detail {
  max-width: 792px;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
}
.biebwidget-content.widget-bnl-category img.standalone,
.biebwidget-content.detail .main-column-wrapper:not(.nav) .richtext img.standalone {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.biebwidget-content.detail .main-column-wrapper .richtext .image img.standalone.image-small,
 img.standalone.image-small {
  max-width: 384px;
  max-height: 614px;
}
.biebwidget-content.detail .main-column-wrapper .richtext .image img.standalone.image-medium,
 img.standalone.image-medium {
  max-width: 640px;
  max-height: 1024px;
}
.biebwidget-content.detail .main-column-wrapper .richtext .image img.standalone.image-large,
 img.standalone.image-large {
  max-width: 100%;
  max-height: 2048px;
}
.biebwidget-content.detail .main-column-wrapper .richtext .image img.standalone.left,
 img.standalone.left {
  margin-left: 0;
  margin-right: auto;
}
.biebwidget-content.detail .main-column-wrapper .richtext .image img.standalone.right,
 img.standalone.right {
  margin-left: auto;
  margin-right: 0;
}
.biebwidget-content.detail .main-column-wrapper .richtext .image img.standalone.center,
 img.standalone.center {
  margin-left: auto;
  margin-right: auto;
}
 .sectioned.maintext.richtext .section + .image.section > img.standalone,
 .richtext .sectioned.maintext .section + .image.section > img.standalone {
  margin-top: 19px;
  /* Maintain the white-space between paragraphs as well. */
}
 .libraryfinder {
  /* Not related to the getItLibraryFinder; that one shows on the TDP, this is the draggable component. */
  overflow: hidden;
  max-width: 640px;
  margin: 20px auto;
  /* FIXME [svl, 21-09-2021] WAAS-5056: when we take up vertical whitespace, move the vertical space here over to something generic. */
}
 .libraryfinder form.generated input[type="text"] {
  clear: none;
  width: 260px;
}
@media only screen and (min-width: 666.1px) {
   .libraryfinder {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 20px 30px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
   .libraryfinder h3 {
    margin-bottom: 10px;
    text-align: center;
  }
   .libraryfinder form.generated {
    overflow: hidden;
  }
   .libraryfinder form.generated .form-row {
    clear: none;
    float: left;
  }
   .libraryfinder form.generated .form-row > label {
    width: auto;
  }
   .libraryfinder form.generated .button.submit {
    margin-top: 0;
    margin-right: 0;
  }
}
 .link-list {
  margin-top: 5px;
}
 .link-list > li {
  margin: 6px 0;
  padding-left: 10px;
  text-indent: -10px;
}
 .link-list > li > a {
  padding-left: 10px;
  background: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/link-item.png") no-repeat left 5px;
}
 .link-list > li > a:hover,
 .link-list > li > a:focus {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAHCAYAAAArkDztAAAAQUlEQVQY02P4//8/wx2PACcgPgfEMgwwAJXYD8T/gfgOEMshS/AD8Qmo5BMgVgFLgACQIwLEX6CSJ/DrwGcHhqsAWdJN70bNKYYAAAAASUVORK5CYII=");
}
 .link-list > li > span {
  padding-left: 10px;
}
 .link-list > li > a:only-child {
  display: inline;
  /* In link-lists, links should just be inline even if they're :only-child. */
}
.biebwidget-double-column  .link-list.multiple-columns,
 .link-list.multiple-columns {
  overflow: hidden;
}
.biebwidget-double-column  .link-list.multiple-columns > li:nth-of-type(n),
 .link-list.multiple-columns > li:nth-of-type(n) {
  float: left;
  clear: none;
  width: calc(25% -  22.5px );
  margin-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.biebwidget-double-column  .link-list.multiple-columns > li:nth-of-type(n) {
  width: calc(50% -  15px );
}
.biebwidget-double-column  .link-list.multiple-columns > li:nth-of-type(2n+1) {
  clear: left;
  margin-left: 0;
}
.biebwidget-column  .link-list.multiple-columns > li:nth-of-type(n) {
  width: 100%;
  margin-left: 0;
}
@media only screen and (min-width: 1050.1px) {
   .link-list.multiple-columns {
    /* Grid layout would allow us to do this much simpler (without media queries), but that's not enough of a win to give up support for old browsers. */
  }
   .link-list.multiple-columns > li:nth-of-type(4n+1) {
    clear: left;
    margin-left: 0;
  }
}
@media only screen and (min-width: 799.1px) and (max-width: 1050px) {
   .link-list.multiple-columns > li:nth-of-type(n) {
    width: calc(33.33% -  20px );
  }
   .link-list.multiple-columns > li:nth-of-type(3n+1) {
    clear: left;
    margin-left: 0;
  }
}
@media only screen and (min-width: 569.1px) and (max-width: 799px) {
   .link-list.multiple-columns > li:nth-of-type(n) {
    width: calc(50% -  15px );
  }
   .link-list.multiple-columns > li:nth-of-type(2n+1) {
    clear: left;
    margin-left: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 569px) {
  .biebwidget-double-column  .link-list.multiple-columns > li:nth-of-type(n),
   .link-list.multiple-columns > li:nth-of-type(n) {
    width: 100%;
    margin-left: 0;
  }
}
 .message {
  position: relative;
  margin: 20px 0;
  border: 1px solid #d0d0d0;
  padding: 15px 20px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: #f5f5f5;
}
 .message.critical {
  border-color: #b6be00;
  background-color: #f5f5f5;
}
 .message.info.critical::before,
 .message.alert.critical::before {
  content: "";
  display: block;
  position: absolute;
  width: 53px;
  height: 100%;
  top: 0;
  left: 0;
}
 .message.info {
  border-color: #0071bc;
  background-color: #f5f5f5;
}
 .message.info.critical {
  padding-left: 73px;
  border-color: #0071bc;
  background-color: #f5f5f5;
}
 .message.info.critical::before {
  background: #0071bc url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/letter-i.png") no-repeat center;
}
 .message.alert {
  border-color: #ff5f00;
  background-color: #f5f5f5;
}
 .message.alert.critical {
  padding-left: 73px;
  border-color: #ff0000;
  background-color: #f5f5f5;
}
 .message.alert.critical::before {
  background: #ff0000 url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/exclamation-mark.png") no-repeat center;
}
 .message.rich {
  position: relative;
}
 .message.rich::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 15px;
  width: 90px;
  /* 120 - 2x15, so this stays in the horizontal center */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
 .message.rich p {
  margin-left: 120px;
}
 .message.rich p .button {
  margin-bottom: 0;
}
 .message.rich p + p {
  margin-top: 7px;
}
@media only screen and (min-width: 0) and (max-width: 450px) {
   .message.rich::before {
    position: static;
    bottom: auto;
    float: left;
    width: 60px;
    height: 80px;
    margin-left: -10px;
    margin-right: 10px;
    background-position: top left;
  }
   .message.rich p {
    margin-left: 0;
  }
}
 .message > h3:first-child {
  margin-bottom: 1em;
  font-size: 1.3333rem;
}
 .message > p:first-child {
  font-size: 1.3333rem;
}
 .nbcitemhighlighted {
  position: relative;
  overflow: hidden;
}
 .nbcitemhighlighted .backgroundcontainer {
  position: absolute;
  height: 100%;
  width: 50%;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
 .nbcitemhighlighted .backgroundcontainer::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
}
 .nbcitemhighlighted h3 {
  font-size: inherit;
}
 .nbcitemhighlighted h3 a {
  text-decoration: none;
}
 .nbcitemhighlighted h3 a > .creator {
  font-size: 1rem;
  display: block;
}
 .nbcitemhighlighted h3 a > .title {
  font-size: 1.75rem;
  text-decoration: underline;
  display: block;
}
 .nbcitemhighlighted h3 a > .title:hover,
 .nbcitemhighlighted h3 a > .title:focus {
  text-decoration: none;
}
 .nbcitemhighlighted h3 a > .creator + .title {
  margin-top: -3px;
}
 .nbcitemhighlighted .subtitle {
  margin-top: 5px;
  font-size: 1rem;
}
 .nbcitemhighlighted.black-background > div.content > h3,
 .nbcitemhighlighted.dominant-color-background > div.content > h3,
 .nbcitemhighlighted.black-background > div.content > p,
 .nbcitemhighlighted.dominant-color-background > div.content > p {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
 .nbcitemhighlighted.black-background > div.content > h3 a,
 .nbcitemhighlighted.dominant-color-background > div.content > h3 a {
  color: #ffffff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
 .nbcitemhighlighted.black-background > div.content > h3 a:hover,
 .nbcitemhighlighted.dominant-color-background > div.content > h3 a:hover,
 .nbcitemhighlighted.black-background > div.content > h3 a:focus,
 .nbcitemhighlighted.dominant-color-background > div.content > h3 a:focus {
  color: #ffffff;
  /* Given the colored background, we don't want to use a different color to differentiate this state. */
  text-decoration: none;
}
 .nbcitemhighlighted.black-background > div.content .primary.button,
 .nbcitemhighlighted.dominant-color-background > div.content .primary.button {
  color: #ffffff;
  border-color: #ffffff;
}
 .nbcitemhighlighted.black-background > div.content .primary.button:hover,
 .nbcitemhighlighted.dominant-color-background > div.content .primary.button:hover,
 .nbcitemhighlighted.black-background > div.content .primary.button:focus,
 .nbcitemhighlighted.dominant-color-background > div.content .primary.button:focus {
  border-color: #eb5e5d;
  color: #eb5e5d;
  background-color: #ffffff;
}
 .nbcitemhighlighted.black-background > div.content .secondary.button,
 .nbcitemhighlighted.dominant-color-background > div.content .secondary.button {
  color: #ffffff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAcUlEQVQ4y2P4//8/A7kYxugA4ulAzIhFkQoQnwdiXWyaQRphAN0AkMYnULnX6AaAiMX/UQGyAUZA/BFJDsUAEMEMxEvxGGCOywCYE8gyADkA2ID4EZoBEUjyGWhy1yi2mSI/UxTaFMUzRSmM4rRNFgYAhm2/6YfIWPIAAAAASUVORK5CYII=");
}
 .nbcitemhighlighted.black-background > div.content .secondary.button:hover,
 .nbcitemhighlighted.dominant-color-background > div.content .secondary.button:hover,
 .nbcitemhighlighted.black-background > div.content .secondary.button:focus,
 .nbcitemhighlighted.dominant-color-background > div.content .secondary.button:focus {
  text-decoration: underline;
  color: #ffffff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAcUlEQVQ4y2P4//8/A7kYxugA4ulAzIhFkQoQnwdiXWyaQRphAN0AkMYnULnX6AaAiMX/UQGyAUZA/BFJDsUAEMEMxEvxGGCOywCYE8gyADkA2ID4EZoBEUjyGWhy1yi2mSI/UxTaFMUzRSmM4rRNFgYAhm2/6YfIWPIAAAAASUVORK5CYII=");
}
 .nbcitemhighlighted.black-background > div.content .tertiary.button,
 .nbcitemhighlighted.dominant-color-background > div.content .tertiary.button {
  color: #ffffff;
  background-color: transparent;
}
 .nbcitemhighlighted.black-background > div.content .tertiary.button:hover,
 .nbcitemhighlighted.dominant-color-background > div.content .tertiary.button:hover,
 .nbcitemhighlighted.black-background > div.content .tertiary.button:focus,
 .nbcitemhighlighted.dominant-color-background > div.content .tertiary.button:focus {
  color: #ffffff;
  background-color: transparent;
}
 .nbcitemhighlighted.black-background > div.content .quaternary.button,
 .nbcitemhighlighted.dominant-color-background > div.content .quaternary.button {
  color: #ffffff;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAOElEQVQY02P4//+/ExCfA2IZBhgAcvb/h4A7QCwHE+QH4hNQiSdArAKTEAHiL1CJE9hV4jITw3YAOmJkADIsOVIAAAAASUVORK5CYII=");
}
 .nbcitemhighlighted.black-background > div.content .quaternary.button:hover,
 .nbcitemhighlighted.dominant-color-background > div.content .quaternary.button:hover,
 .nbcitemhighlighted.black-background > div.content .quaternary.button:focus,
 .nbcitemhighlighted.dominant-color-background > div.content .quaternary.button:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAOElEQVQY02P4//+/ExCfA2IZBhgAcvb/h4A7QCwHE+QH4hNQiSdArAKTEAHiL1CJE9hV4jITw3YAOmJkADIsOVIAAAAASUVORK5CYII=");
}
 .nbcitemhighlighted.white-background {
  background-color: #ffffff;
}
 .nbcitemhighlighted.black-background {
  background-color: #000;
}
 .nbcitemhighlighted > div.content {
  position: relative;
  float: left;
  width: 60%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 .nbcitemhighlighted > div.content > h3 a {
  font-size: inherit;
}
 .nbcitemhighlighted > div.content > p:not(.subtitle) {
  font-size: inherit;
}
 .nbcitemhighlighted > div.content::after {
  content: "";
  display: block;
  clear: both;
}
 .nbcitemhighlighted > div.content span.imgwrapper {
  float: left;
  margin: 3px 40px 15px 0;
}
 .nbcitemhighlighted > div.content span.imgwrapper.threed {
  margin-left: -7px;
  /* Compensate for the left edge of the img moving right after the transform, more than at small sizes. */
}
 .nbcitemhighlighted > div.content span.imgwrapper img {
  width: 180px;
}
 .nbcitemhighlighted:not(.offset) .backgroundcontainer {
  right: 0;
}
 .nbcitemhighlighted.offset .backgroundcontainer {
  left: 0;
}
 .nbcitemhighlighted.offset > div.content {
  margin-left: 40%;
}
@media only screen and (min-width: 660.1px) {
   .nbcitemhighlighted:not(.offset).white-background > .backgroundcontainer::before {
    background-image: linear-gradient(90deg, #ffffff 10%, transparent 50%);
  }
   .nbcitemhighlighted:not(.offset).black-background > .backgroundcontainer::before {
    background-image: linear-gradient(90deg, #000 10%, transparent 50%);
  }
   .nbcitemhighlighted.offset.white-background > .backgroundcontainer::before {
    background-image: linear-gradient(90deg, transparent 50%, #ffffff 90%);
  }
   .nbcitemhighlighted.offset.black-background > .backgroundcontainer::before {
    background-image: linear-gradient(90deg, transparent 50%, #000 90%);
  }
}
@media only screen and (min-width: 660.1px) and (max-width: 830px) {
   .nbcitemhighlighted .backgroundcontainer {
    width: 18%;
  }
   .nbcitemhighlighted > div.content {
    width: 90%;
  }
   .nbcitemhighlighted.offset > div.content {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 660px) {
   .nbcitemhighlighted .backgroundcontainer {
    display: none;
  }
   .nbcitemhighlighted > div.content {
    float: none;
    width: 100%;
  }
   .nbcitemhighlighted.offset > div.content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
   .nbcitemhighlighted > div.content span.imgwrapper {
    margin-right: calc(100% - 180px);
  }
}
 .modalwindow-container:not(.bar) {
  border: 1px solid #666666;
  border-radius: 10px;
  padding: 10px;
  background-color: #ffffff;
}
 .modalwindow-container:not(.bar).size-small .modalwindow {
  width: 420px;
}
 .modalwindow-container:not(.bar).size-small .modalwindow .modalwindow-footer .buttons {
  text-align: center;
}
 .modalwindow-container:not(.bar).size-medium .modalwindow {
  width: 640px;
}
 .modalwindow-container:not(.bar).size-medium .modalwindow .modalwindow-footer .buttons {
  text-align: center;
}
 .modalwindow-container:not(.bar).size-large {
  height: 100%;
}
 .modalwindow-container:not(.bar).size-large .modalwindow {
  width: 860px;
}
 .modalwindow-container:not(.bar).size-large .modalwindow > .modalwindow-content {
  height: calc(100% - (2 * 1.5rem) - 2.5 * 2 * 10px);
}
 .modalwindow-container:not(.bar) > .modalwindow {
  height: 100%;
}
 .modalwindow-container:not(.bar).hidden {
  display: none;
}
 .modalwindow-container:not(.bar):not(.hidden) {
  position: fixed;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 999998;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  max-width: 90vw;
}
 .modalwindow-container > .modalwindow {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 10px;
}
.cookieBar-filler + .bibliotheek-container  .bar {
  position: absolute;
  margin-bottom: 20px;
  top: 0;
  max-width: 97%;
}
.cookieBar-filler + .bibliotheek-container  .bar::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  background: white;
  left: calc((100vw - 100%) / 2 * -1);
  -webkit-box-shadow: 0 2px 5px rgba(170, 170, 170, 0.2);
  box-shadow: 0 2px 5px rgba(170, 170, 170, 0.2);
}
.bibliotheek-container  h1 {
  position: relative;
}
@media only screen and (max-width: 634px) and (min-width: 0) {
   .logo-wrapper.noticeActive::after {
    margin-bottom: 20px;
  }
}
 .modalwindow-container.bar {
  position: absolute;
}
 .modalwindow-container.bar .modalwindow.main-column {
  position: relative;
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 .modalwindow-container.bar .modalwindow.main-column:after {
  display: table;
  content: "";
  clear: both;
}
 .modalwindow-container.bar .modalwindow.main-column .modalwindow-content {
  overflow: inherit;
}
 .modalwindow-container.bar .modalwindow.main-column h2 {
  display: inline-block;
}
 .modalwindow-container.bar .modalwindow.main-column p:first-of-type {
  max-width: 50%;
  max-width: calc(90% - 12em);
}
 .modalwindow-container.bar .modalwindow.main-column p:not(.buttons) {
  display: inline-block;
  float: left;
  margin-top: -5px;
  font-size: 1.2rem;
}
 .modalwindow-container.bar .modalwindow.main-column p:nth-of-type(2) {
  margin-top: 10px;
  clear: both;
}
 .modalwindow-container.bar .modalwindow.main-column p.buttons {
  position: absolute;
  right: 0;
  top: 25%;
  margin-top: 5px;
  margin-right: 25px;
}
.cookieBar-filler {
  position: relative;
  max-width: 97%;
  width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cookieBar-filler .cookie-header-text {
  overflow: inherit;
}
.cookieBar-filler .cookie-header-text::after {
  content: "";
  display: table;
  clear: both;
}
.cookieBar-filler .cookie-header-text .cookie-header {
  display: inline-block;
  padding: 0 16px 0.5em 0;
  margin: 0;
  width: 100%;
  word-wrap: break-word;
  font-weight: normal;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cookieBar-filler .cookie-header-text .cookie-header::before {
  content: attr(data-header);
}
.cookieBar-filler .cookie-header-text .cookie-text {
  display: inline-block;
  float: left;
  max-width: calc(90% - 12em);
  margin: -5px 0 0 0;
  padding: 0;
  line-height: 1.3;
  font-size: 1.2rem;
}
.cookieBar-filler .cookie-header-text .cookie-text::after {
  content: attr(data-text);
}
.cookieBar-filler .cookie-header-text .cookie-read-more {
  display: inline-block;
  float: left;
  clear: both;
  margin-top: 10px;
  padding: 0;
  line-height: 1.3;
  font-size: 1.2rem;
}
.cookieBar-filler .cookie-header-text .cookie-read-more::before {
  content: attr(data-readmore);
  display: inline-block;
  font-size: 0.9em;
  margin: 0 0 5px 0;
  padding: 0 0 0 18px;
  color: #000000;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAIAAACQKrqGAAAAT0lEQVQoz2OQlZUmEjGQrzQ8PKyiopywUqC679+/////v6qqkoDSxMSE379//wcDTNXoDkhKSsSlGou3cKmmQCmxDiDBWyQEFglRQLU0AAA/r42Hg6EH+AAAAABJRU5ErkJggg==");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto auto;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 1.1667rem;
}
.cookieBar-filler .cookie-header-text .cookie-read-more::before:hover,
.cookieBar-filler .cookie-header-text .cookie-read-more::before:focus {
  color: #eb5e5d;
  background-color: transparent;
}
.cookieBar-filler .cookie-buttons {
  position: absolute;
  right: 0;
  top: 25%;
  margin-top: 5px;
  margin-right: 25px;
  text-align: center;
  line-height: 1.3;
}
.cookieBar-filler .cookie-buttons .cookie-approve {
  display: inline-block;
  margin: 5px 0 5px 0;
  padding: 7px 35px 8px 9px;
  /* FIXME [Jb 13-10-2020] WAAS-4088: Calculated padding based on .ButtonsSmall in _vars-bnl.less vertical padding
	   Make padding from ButtonPrimary and ButtonSecondary variable, so math can be done on it for 'low' buttons.
	   This is needed for .searchsorting, where we now hard assume that setting padding-top/-bottom is safe.
	   This would also enable a cleaner .loading implementation. */
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  text-shadow: none;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAcUlEQVQ4jWP4//8/A7kYDGRlpTuAeDoQMzKgAaCYChCfB2JddDmYxv9QjGIAVOMTqNxrDAOAAouRNKMYAKSNgPgjkhyqAUAOMxAvxWOAOc0NYAPiR2gGRCDJZ6DJXaPMZoqcTGlokx/PFKUwitI2JZoBPMr6Pc0wVM4AAAAASUVORK5CYII=");
  background-position: right 10px center;
  background-repeat: no-repeat;
  border-width: 4px;
  padding: 2px 15px 2px 15px;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
  font-weight: bold;
  text-transform: lowercase;
  background-image: none;
  font-size: 1.5rem;
}
.cookieBar-filler .cookie-buttons .cookie-approve:hover,
.cookieBar-filler .cookie-buttons .cookie-approve:focus {
  border-color: #eb5e5d;
  color: #eb5e5d;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAcklEQVQ4jWP4//8/A7kYDO54BHQA8XQgZmRAA0AxFSA+D8S66HIwjf+hGMUAqMYnULnXGAYABRYjaUYxAEgbA/FHJDlUA4AcZiBeiscAc5obwAbEj9AMCEOSz0CTu0aZzRQ5mdLQJj+eKUphFKVtSjQDAFfaf7UOpwskAAAAAElFTkSuQmCC");
}
.cookieBar-filler .cookie-buttons .cookie-approve:hover,
.cookieBar-filler .cookie-buttons .cookie-approve:focus {
  background-image: none;
}
.cookieBar-filler .cookie-buttons .cookie-approve::before {
  content: attr(data-approve);
}
.cookieBar-filler .cookie-buttons .cookie-decline {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 2px 12px 3px 0;
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAOUlEQVQY02OQlZV2AuJzQCzDAANAzn4g/g/Ed4BYDibID8QnoBJPgFgFJiECxF+gEiewq8RlJobtAGSQGaBHwsqcAAAAAElFTkSuQmCC");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto auto;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 1.1667rem;
  margin-left: 20px;
}
.cookieBar-filler .cookie-buttons .cookie-decline:hover,
.cookieBar-filler .cookie-buttons .cookie-decline:focus {
  color: #eb5e5d;
  text-decoration: underline;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAOUlEQVQY02O44xHgBMTngFiGAQaAnP1A/B+I7wCxHEyQH4hPQCWeALEKTEIEiL9AJU5gV4nLTAzbAar3OQRBptaaAAAAAElFTkSuQmCC");
}
.cookieBar-filler .cookie-buttons .cookie-decline:hover,
.cookieBar-filler .cookie-buttons .cookie-decline:focus {
  text-decoration: none;
}
.cookieBar-filler .cookie-buttons .cookie-decline::after {
  content: attr(data-decline);
}
@media only screen and (min-width: 0px) and (max-width: 816px) {
  .biebwidget-content.noticeActive:not(.longNotice) .modalwindow-container.bar .modalwindow.main-column p:nth-of-type(2) {
    margin-top: 10px;
  }
  .biebwidget-content.noticeActive:not(.longNotice) .modalwindow-container.bar .modalwindow.main-column p .buttons {
    clear: both;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
   .modalwindow-container.bar .modalwindow.main-column p.buttons {
    position: relative;
    clear: both;
  }
   .modalwindow-container.bar .modalwindow.main-column p:first-of-type {
    max-width: 100%;
  }
  .cookieBar-filler > .cookie-header-text > .cookie-text {
    max-width: 100%;
  }
  .cookieBar-filler > .cookie-header-text > .cookie-read-more::before {
    margin-bottom: 0;
  }
  .cookieBar-filler > .cookie-buttons {
    position: relative;
    margin-top: 4px;
  }
}
/* styles copied from widget h2 */
 .modalwindow-container .modalwindow h2 {
  padding: 0 16px 0.5em 0;
  /* padding-right for the close button */
  margin: 0;
  font-weight: normal;
  color: #000000;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
}
 .modalwindow button.close {
  position: absolute;
  right: 22px;
  top: 20px;
  display: block;
  width: 11px;
  height: 12px;
  border: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAAaUlEQVQoz2P4//8/A7EYDGRlpSuAeCkQMzMgARAfKl4BE2gF4v9QDNeApBAm1wYSnI4kANPAhqYQhKeDFDNi0fAIXSFIHcwp2DRgKkTyDBMQX0NTCOIzoSskzmSS3ExqaLQRGc7tJMUgAKWHhaQLm88UAAAAAElFTkSuQmCC") no-repeat;
  cursor: pointer;
}
 .modalwindow button.close:hover,
 .modalwindow button.close:focus {
  border: 0;
  outline: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAAaUlEQVQoz2P4//8/A7EYDO54BFQA8VIgZmZAAiA+VLwCJtAKxP+hGK4BSSFMrg0kOB1JAKaBDU0hCE8HKWbEouERukKQOphTsGnAVIjkGSYgvoamEMRnQldInMkkuZnU0GgjMpzbSYpBAJOT9t+cuHI6AAAAAElFTkSuQmCC") no-repeat;
}
 .modalwindow button.close::-moz-focus-inner {
  border: 0;
  outline: 0;
}
 .modalwindow button.close span {
  position: absolute;
  left: -9999px;
}
 .modalwindow-content {
  overflow: auto;
}
 .modalwindow-content.closepadding {
  padding-right: 16px;
}
 .modalwindow-footer {
  margin-top: 10px;
}
 .backgroundoverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99997;
  width: 100%;
  height: 100%;
  background-color: #373737;
  opacity: 0.7;
}
 .scrollablelist {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  clear: both;
}
 .scrollablelist .rich-items,
 .scrollablelist .grid-items {
  margin-left: 20px;
}
 .scrollablelist .rich-items,
 .scrollablelist .rich-list,
 .scrollablelist .grid-items,
 .scrollablelist .grid-list {
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: 0;
}
.widget-columns  .scrollablelist .rich-items:not(.sliding),
.widget-columns  .scrollablelist .grid-items:not(.sliding) {
  margin-left: 0;
  /* On a landing page we don't care about lining out scrollable and non-scrollable etalages, and need the extra space. */
}
 .scrollablelist .grid-items,
 .scrollablelist .grid-list {
  margin-bottom: 0;
  /* Grid-items have more white-space inside. */
}
 .scrollablelist .rich-items + p,
 .scrollablelist .rich-list + p {
  margin-top: 20px;
}
 .scrollablelist .slidingnav {
  position: absolute;
  width: 100%;
}
 .scrollablelist .slidingnav.fadein::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -0.5px;
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/nav-prev-fadeout-gradient.png") repeat-y right center;
}
 .scrollablelist .slidingnav.fadeout::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -0.5px;
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/nav-next-fadeout-gradient.png") repeat-y right center;
}
 .scrollablelist .slidingnav button.prev {
  margin-left: -13px;
  /* 1px less than the padding, since the background image is set at 55%, and we don't want to cut off the point if it has one. */
}
 .scrollablelist .slidingnav button.next {
  margin-right: -13px;
}
 .scrollablelist ul.grid-items + p,
 .scrollablelist ul.grid-list + p {
  margin-top: 0;
}
@media only screen and (max-width: 555px) {
  .widget-bnl-category .scrollablelist .rich-items {
    /* This doesn't need a .rich-list equivalent */
    margin-left: 0;
    padding-left: 40px;
  }
}
/* Widget library: pagination */
 .pagenav {
  clear: left;
  text-align: center;
}
 .itemnav {
  clear: left;
  max-width: 836px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #d0d0d0;
  padding-top: 10px;
  text-align: center;
}
 .pagenav ol {
  display: inline;
  padding: 0 5px;
  border-right: 1px solid #496660;
  border-left: 1px solid #496660;
}
 .pagenav ol > li {
  display: inline-block;
}
 .pagenav ol > li.current {
  /* Make the 'border' look like a square */
  min-width: 0.9em;
  margin: 0 2px;
  padding: 1px 5px;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
}
 .pagenav ol > li.current:first-child {
  /* Offset the ol border a bit more when the first page is .current. */
  margin-left: 4px;
}
 .pagenav ol > li.current:last-child {
  margin-right: 4px;
}
 .pagenav ol > li.current > button {
  padding: 0;
  font-weight: inherit;
  color: inherit;
}
 .pagenav ol > li span.jump {
  pause: 20ms;
}
 .pagenav ol > li span.jump:before {
  padding: 0 6px 0 2px;
  content: "...";
  text-decoration: none;
}
 .pagenav ol > li > a,
 .pagenav ol > li > button {
  display: inline;
  padding: 0 5px;
}
 .pagenav ol > li:not(.current) > a:hover,
 .pagenav ol > li:not(.current) > a:focus,
 .pagenav ol > li:not(.current) > button:hover,
 .pagenav ol > li:not(.current) > button:focus {
  text-decoration: underline;
  color: #000000;
}
 .pagenav ol > li button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
 .pagenav ol > li:first-child span.jump:before {
  padding: 0 2px 0 6px;
}
 .pagenav span a,
 .pagenav span button,
 .pagenav .inactive,
 .itemnav span a,
 .itemnav .inactive {
  padding: 0 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* Previous/next links */
 .pagenav .inactive,
 .itemnav .inactive {
  opacity: 0.25;
}
 .pagenav span a,
 .pagenav span button,
 .pagenav .inactive {
  display: inline-block;
  text-indent: -9999em;
}
 .pagenav .prev a,
 .pagenav .prev button,
 .pagenav .prev.inactive,
 .itemnav .prev a,
 .itemnav .prev.inactive {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/nav-prev.png");
}
 .itemnav .prev {
  float: left;
}
 .itemnav .next {
  float: right;
}
 .pagenav .next a,
 .pagenav .next button,
 .pagenav .next.inactive,
 .itemnav .next a,
 .itemnav .next.inactive {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/nav-next.png");
}
 .pagenav .prev a:hover,
 .pagenav .prev a:focus,
 .pagenav .prev button:hover,
 .pagenav .prev button:focus,
 .itemnav .prev a:hover,
 .itemnav .prev a:focus {
  text-decoration: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAAQ0lEQVQY02P4//8/AzqGgzseATJAfA6InWACckB8B4j/A/F+kIAKED+BCpwAYn4GKAMk8AWIRWBaMVViNROr7djcCQDwR1bmbG/vDQAAAABJRU5ErkJggg==");
}
 .pagenav .next a:hover,
 .pagenav .next a:focus,
 .pagenav .next button:hover,
 .pagenav .next button:focus,
 .itemnav .next a:hover,
 .itemnav .next a:focus {
  text-decoration: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAAQ0lEQVQY02P4//8/AzpmuOMR4ATE54BYhgEGgJz9QPwfiO8AsRxMkB+IT0AlngCxCkxCBIi/QCVOYFeJy0xM27G5EwBwLlbmvBVKzAAAAABJRU5ErkJggg==");
}
/* Previous/next links in main-column (wide) paginator */
 .main-column .pagenav span a,
 .main-column .pagenav span button,
 .main-column .pagenav .inactive,
 .main-column .itemnav span a,
 .main-column .itemnav .inactive {
  padding: 0 10px 1px 10px;
}
 .main-column .pagenav span a,
 .main-column .pagenav span button,
 .main-column .pagenav .inactive {
  text-indent: 0;
}
 .main-column .pagenav .prev a,
 .main-column .pagenav .prev button,
 .main-column .pagenav .prev.inactive,
 .main-column .itemnav .prev a,
 .main-column .itemnav .prev.inactive {
  background-position: left center;
  /* Allows overriding */
}
 .main-column .pagenav .next a,
 .main-column .pagenav .next button,
 .main-column .pagenav .prev a,
 .main-column .itemnav .next a,
 .main-column .itemnav .prev a {
  text-decoration: underline;
}
 .main-column .pagenav .next a,
 .main-column .pagenav .next button,
 .main-column .pagenav .next.inactive,
 .main-column .itemnav .next a,
 .main-column .itemnav .next.inactive {
  background-position: right center;
  /* Allows overriding */
}
 .quickpagenav {
  text-align: center;
  margin-top: 20px;
}
 .quickpagenav button.secondary.button {
  margin-top: 3px;
  margin-bottom: 0;
}
@media only screen and (min-width: 0) and (max-width: 634px) {
  /* clickarea ipad-like and mobile */
   .pagenav span a,
   .pagenav .inactive {
    padding: 10px 20px;
  }
   .pagenav ol > li > a {
    padding: 10px 15px;
  }
   .pagenav ol > li.current:first-child,
   .pagenav ol > li.current:last-child,
   .pagenav ol > li.current {
    margin: 0 10px;
  }
  /*pagenav in pagina widget*/
   .main-column .pagenav ol > li {
    display: none;
  }
   .main-column .pagenav ol > li.current {
    display: inline-block;
  }
}
form.generated .feedback .value {
  font-weight: bold;
}
form.generated .feedback.strong .value {
  color: #228800;
}
form.generated .feedback.mediocre .value {
  color: #ff7320;
}
form.generated .feedback.weak .value {
  color: #ff0000;
}
 .preview-image-container.teaser img {
  max-height: none;
  border: #595959 solid 1px;
}
 .preview-image-container.teaser:not(.expanded) {
  max-height: 165px;
  margin-bottom: 0;
}
 .preview-image-container.teaser:not(.expanded) + p.teasertoggler {
  background-image: linear-gradient(to bottom, transparent, #ffffff);
}
 .preview-image-container.teaser + p.teasertoggler {
  margin-top: -48px;
}
 .preview-image-container.teaser + p.teasertoggler .button {
  width: 302px;
  height: 48px;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/teaser-expand.png");
  background-position: center 80%;
  background-repeat: no-repeat;
}
 .preview-image-container.teaser + p.teasertoggler .button:hover,
 .preview-image-container.teaser + p.teasertoggler .button:focus {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/teaser-expand-hover.png");
}
 .preview-image-container .preview-image {
  max-width: 300px;
}
.widget-bnl-category .scrollableimagebanner.interactive {
  position: relative;
}
.widget-bnl-category .scrollableimagebanner.interactive > li {
  position: absolute;
  top: 0;
  background-color: #ffffff;
}
.widget-bnl-category .scrollableimagebanner li:not(:only-child) {
  width: 90%;
}
.widget-bnl-category .scrollableimagebanner li.inactive > div {
  overflow: hidden;
  position: relative;
  filter: blur(5px);
}
.widget-bnl-category .scrollableimagebanner li.inactive > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 4px, transparent 4px, transparent 8px);
  pointer-events: none;
}
.widget-bnl-category .scrollableimagebanner.interactive > li > div,
.widget-bnl-category .scrollableimagebanner.interactive > li > div > .content,
.widget-bnl-category .scrollableimagebanner.interactive > li > div > .overlay {
  transition-delay: 0.00001s;
  transition-duration: 0.7s;
  transition-property: opacity;
}
.widget-bnl-category .scrollableimagebanner.interactive > li.partial > div {
  opacity: 0.4;
}
.widget-bnl-category .scrollableimagebanner.interactive > li.partial > div > .content,
.widget-bnl-category .scrollableimagebanner.interactive > li.partial > div > .overlay {
  opacity: 0;
}
.widget-bnl-category .scrollableimagebanner li > div {
  position: relative;
  display: flex;
  align-items: end;
  min-height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.widget-bnl-category .scrollableimagebanner li > div.contrast_light::before,
.widget-bnl-category .scrollableimagebanner li > div.contrast_heavy::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12.67em;
  background-size: 100%;
}
.widget-bnl-category .scrollableimagebanner li > div.contrast_light::before {
  background-image: linear-gradient(to top, rgba(255, 255, 255,.3) 0%, rgba(255, 255, 255,0) 100%);
}
.widget-bnl-category .scrollableimagebanner li > div.contrast_heavy::before {
  background-image: linear-gradient(to top, rgba(255, 255, 255,.7) 0%, rgba(255, 255, 255,0) 100%);
}
.widget-bnl-category .scrollableimagebanner li > div.contrast_block {
  overflow: hidden;
}
.widget-bnl-category .scrollableimagebanner li > div.contrast_block h2,
.widget-bnl-category .scrollableimagebanner li > div.contrast_block h3,
.widget-bnl-category .scrollableimagebanner li > div.contrast_block p {
  float: left;
  clear: both;
  margin-bottom: 3px;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.5);
  overflow-wrap: anywhere;
  /* The deprecated word-wrap: break-word; on most h2s appears to not take effect due to the float here? */
}
.widget-bnl-category .scrollableimagebanner li > div.contrast_block h2 {
  padding-top: 3px;
  padding-bottom: 3px;
}
.widget-bnl-category .scrollableimagebanner li > div.contrast_block p > .button:only-child {
  margin-top: 0;
  margin-bottom: 0;
}
.widget-bnl-category .scrollableimagebanner .white {
  background-color: #595959;
}
.widget-bnl-category .scrollableimagebanner .white.contrast_light::before,
.widget-bnl-category .scrollableimagebanner .white.contrast_heavy::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12.67em;
  background-size: 100%;
}
.widget-bnl-category .scrollableimagebanner .white.contrast_light::before {
  background-image: linear-gradient(to top, rgba(0, 0, 0,.3) 0%, rgba(0, 0, 0,0) 100%);
}
.widget-bnl-category .scrollableimagebanner .white.contrast_heavy::before {
  background-image: linear-gradient(to top, rgba(0, 0, 0,.7) 0%, rgba(0, 0, 0,0) 100%);
}
.widget-bnl-category .scrollableimagebanner .white.contrast_block {
  overflow: hidden;
}
.widget-bnl-category .scrollableimagebanner .white.contrast_block h2,
.widget-bnl-category .scrollableimagebanner .white.contrast_block h3,
.widget-bnl-category .scrollableimagebanner .white.contrast_block p {
  float: left;
  clear: both;
  margin-bottom: 3px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-wrap: anywhere;
  /* The deprecated word-wrap: break-word; on most h2s appears to not take effect due to the float here? */
}
.widget-bnl-category .scrollableimagebanner .white.contrast_block h2 {
  padding-top: 3px;
  padding-bottom: 3px;
}
.widget-bnl-category .scrollableimagebanner .white.contrast_block p > .button:only-child {
  margin-top: 0;
  margin-bottom: 0;
}
.widget-bnl-category .scrollableimagebanner .overlay,
.widget-bnl-category .scrollableimagebanner .white > .content {
  color: #ffffff;
}
.widget-bnl-category .scrollableimagebanner .white .primary.button {
  color: #ffffff;
  border-color: #ffffff;
}
.widget-bnl-category .scrollableimagebanner .white .primary.button:hover,
.widget-bnl-category .scrollableimagebanner .white .primary.button:focus {
  border-color: #eb5e5d;
  color: #eb5e5d;
  background-color: #ffffff;
}
.widget-bnl-category .scrollableimagebanner .white .secondary.button {
  color: #ffffff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAcUlEQVQ4y2P4//8/A7kYxugA4ulAzIhFkQoQnwdiXWyaQRphAN0AkMYnULnX6AaAiMX/UQGyAUZA/BFJDsUAEMEMxEvxGGCOywCYE8gyADkA2ID4EZoBEUjyGWhy1yi2mSI/UxTaFMUzRSmM4rRNFgYAhm2/6YfIWPIAAAAASUVORK5CYII=");
}
.widget-bnl-category .scrollableimagebanner .white .secondary.button:hover,
.widget-bnl-category .scrollableimagebanner .white .secondary.button:focus {
  text-decoration: underline;
  color: #ffffff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAcUlEQVQ4y2P4//8/A7kYxugA4ulAzIhFkQoQnwdiXWyaQRphAN0AkMYnULnX6AaAiMX/UQGyAUZA/BFJDsUAEMEMxEvxGGCOywCYE8gyADkA2ID4EZoBEUjyGWhy1yi2mSI/UxTaFMUzRSmM4rRNFgYAhm2/6YfIWPIAAAAASUVORK5CYII=");
}
.widget-bnl-category .scrollableimagebanner .white .tertiary.button {
  color: #ffffff;
  background-color: transparent;
}
.widget-bnl-category .scrollableimagebanner .white .tertiary.button:hover,
.widget-bnl-category .scrollableimagebanner .white .tertiary.button:focus {
  color: #ffffff;
  background-color: transparent;
}
.widget-bnl-category .scrollableimagebanner .white .quaternary.button {
  color: #ffffff;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAOElEQVQY02P4//+/ExCfA2IZBhgAcvb/h4A7QCwHE+QH4hNQiSdArAKTEAHiL1CJE9hV4jITw3YAOmJkADIsOVIAAAAASUVORK5CYII=");
}
.widget-bnl-category .scrollableimagebanner .white .quaternary.button:hover,
.widget-bnl-category .scrollableimagebanner .white .quaternary.button:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAOElEQVQY02P4//+/ExCfA2IZBhgAcvb/h4A7QCwHE+QH4hNQiSdArAKTEAHiL1CJE9hV4jITw3YAOmJkADIsOVIAAAAASUVORK5CYII=");
}
.widget-bnl-category .scrollableimagebanner .content {
  position: relative;
  /* Position the content so the gradient from the absolutely positioned ::before won't overlap. */
  padding-top: 20px;
  padding-bottom: 20px;
}
.widget-bnl-category .scrollableimagebanner h3 {
  color: #000000;
  font-size: 3.5rem;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
}
.widget-bnl-category .scrollableimagebanner .white h3 {
  color: #ffffff;
}
.widget-bnl-category .scrollableimagebanner h3,
.widget-bnl-category .scrollableimagebanner p.tagline {
  line-height: 1.2;
}
.widget-bnl-category .scrollableimagebanner .white h3,
.widget-bnl-category .scrollableimagebanner .white p.tagline,
.widget-bnl-category .scrollableimagebanner .white .tertiary.button:not(:hover):not(:focus),
.widget-bnl-category .scrollableimagebanner .white .quaternary.button:not(:hover):not(:focus) {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.widget-bnl-category .scrollableimagebanner p.tagline {
  font-size: 1.3333rem;
}
.widget-bnl-category .scrollableimagebanner p.tagline + p {
  margin-top: 5px;
}
.widget-bnl-category .scrollableimagebanner .primary.button,
.widget-bnl-category .scrollableimagebanner .secondary.button {
  margin-left: 0;
}
.widget-bnl-category .scrollableimagebanner .overlay {
  display: none;
}
@media only screen and (min-width: 569.1px) {
  .widget-bnl-category .scrollableimagebanner .overlayed .content {
    padding-right: 260px;
  }
  .widget-bnl-category .scrollableimagebanner .overlay {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    float: right;
    min-width: 171px;
    max-width: 220px;
    min-height: 96px;
    padding: 40px 10px 20px 10px;
    text-align: center;
    line-height: 1.1;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/plectrum-banner-bottomright.png");
  }
  .widget-bnl-category .scrollableimagebanner .overlay > span {
    display: block;
  }
  .widget-bnl-category .scrollableimagebanner .overlay > span:first-child {
    font-size: 5rem;
  }
  .widget-bnl-category .scrollableimagebanner .overlay > span + span {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 569.1px) and (max-width: 750px) {
  .widget-bnl-category .scrollableimagebanner .overlayed .content {
    padding-right: 250px;
  }
  .widget-bnl-category .scrollableimagebanner h3 {
    font-size: 2.6667rem;
  }
}
@media only screen and (min-width: 0) and (max-width: 569px) {
  .widget-bnl-category .scrollableimagebanner > li > div {
    min-height: 300px;
  }
  .widget-bnl-category .scrollableimagebanner h3 {
    font-size: 2.25rem;
  }
}
 .signpost {
  position: relative;
  padding-bottom: 3.25em;
  background: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted-vertical.png") repeat-y center top;
}
 .signpost::after {
  content: "";
  display: block;
  clear: both;
}
 .signpost div.side {
  width: 50%;
  vertical-align: top;
  float: left;
}
 .signpost div.left.side {
  text-align: right;
}
 .signpost div.left.side > * {
  padding-right: 20px;
}
 .signpost div.right.side {
  text-align: left;
}
 .signpost div.right.side > * {
  padding-left: 20px;
}
 .signpost p.action {
  position: absolute;
  bottom: 0;
  padding: 0 20px;
}
 .signpost p.action:first-of-type {
  right: 50%;
  text-align: right;
}
 .signpost p.action:last-of-type {
  left: 50%;
  text-align: left;
}
@media only screen and (min-width: 0) and (max-width: 569px) {
   .signpost {
    padding-bottom: 0;
    background-image: none;
  }
   .signpost div.side {
    width: auto;
    float: none;
  }
   .signpost div.left.side {
    text-align: left;
  }
   .signpost div.left.side > * {
    padding-right: 0;
  }
   .signpost div.right.side > * {
    padding-left: 0;
  }
   .signpost p.action {
    position: relative;
    bottom: inherit;
    margin: 10px 0;
    padding-right: 0;
    padding-left: 0;
  }
   .signpost p.action:first-of-type {
    right: inherit;
    text-align: left;
  }
   .signpost p.action:last-of-type {
    left: inherit;
  }
}
.widget-bnl-category .simplebanner {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  /* When we have two blocks of text, we don't want a gradient for ensuring contrast, but just an overlay. */
}
.widget-bnl-category .simplebanner:not(.imageless) {
  min-height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.widget-bnl-category .simplebanner:not(.imageless).white:not(.twoblocks).contrast_light::before,
.widget-bnl-category .simplebanner:not(.imageless).white:not(.twoblocks).contrast_heavy::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 42.5em;
  height: 100%;
  background-size: 100%;
}
.widget-bnl-category .simplebanner:not(.imageless).white:not(.twoblocks).contrast_light::before {
  background-image: linear-gradient(to right, rgba(0, 0, 0,.3) 0%, rgba(0, 0, 0,0) 100%);
}
.widget-bnl-category .simplebanner:not(.imageless).white:not(.twoblocks).contrast_heavy::before {
  background-image: linear-gradient(to right, rgba(0, 0, 0,.7) 0%, rgba(0, 0, 0,0) 100%);
}
.widget-bnl-category .simplebanner:not(.imageless):not(.white):not(.twoblocks).contrast_light::before,
.widget-bnl-category .simplebanner:not(.imageless):not(.white):not(.twoblocks).contrast_heavy::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 42.5em;
  height: 100%;
  background-size: 100%;
}
.widget-bnl-category .simplebanner:not(.imageless):not(.white):not(.twoblocks).contrast_light::before {
  background-image: linear-gradient(to right, rgba(255, 255, 255,.3) 0%, rgba(255, 255, 255,0) 100%);
}
.widget-bnl-category .simplebanner:not(.imageless):not(.white):not(.twoblocks).contrast_heavy::before {
  background-image: linear-gradient(to right, rgba(255, 255, 255,.7) 0%, rgba(255, 255, 255,0) 100%);
}
.widget-bnl-category .simplebanner > .wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  max-width: 925px;
  margin: 0 auto;
  padding: 60px 0 40px 0;
}
.widget-bnl-category .simplebanner.imageless > .wrapper {
  padding: 20px 0;
}
.widget-bnl-category .simplebanner.imageless.twoblocks > .wrapper {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted-vertical.png");
  background-repeat: repeat-y;
  background-position: 60% top;
}
.widget-bnl-category .simplebanner .main-info {
  float: left;
  width: calc(60% - 40px);
  margin-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-bnl-category .simplebanner .main-info h3 {
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.2;
  color: #000000;
  font-size: 2.3333rem;
}
.widget-bnl-category .simplebanner.imageless .main-info h3 {
  font-size: 1.6667rem;
}
.widget-bnl-category .simplebanner.contrast_block .main-info,
.widget-bnl-category .simplebanner.contrast_block .extra-info {
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
.widget-bnl-category .simplebanner.white {
  background-color: #595959;
}
.widget-bnl-category .simplebanner.white.contrast_block .main-info,
.widget-bnl-category .simplebanner.white.contrast_block .extra-info {
  background-color: rgba(0, 0, 0, 0.5);
}
.widget-bnl-category .simplebanner.twoblocks:not(.contrast_block)::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.widget-bnl-category .simplebanner.twoblocks.contrast_light::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.widget-bnl-category .simplebanner.twoblocks.contrast_heavy::before {
  background-color: rgba(255, 255, 255, 0.45);
}
.widget-bnl-category .simplebanner.white.twoblocks.contrast_light::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.widget-bnl-category .simplebanner.white.twoblocks.contrast_heavy::before {
  background-color: rgba(0, 0, 0, 0.45);
}
.widget-bnl-category .simplebanner.white .main-info h3,
.widget-bnl-category .simplebanner.white .main-info p,
.widget-bnl-category .simplebanner.white .extra-info h4,
.widget-bnl-category .simplebanner.white .extra-info ul,
.widget-bnl-category .simplebanner.white .extra-info li,
.widget-bnl-category .simplebanner.white .extra-info p {
  color: #ffffff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.widget-bnl-category .simplebanner.white .main-info .primary.button {
  color: #ffffff;
  border-color: #ffffff;
}
.widget-bnl-category .simplebanner.white .main-info .primary.button:hover,
.widget-bnl-category .simplebanner.white .main-info .primary.button:focus {
  border-color: #eb5e5d;
  color: #eb5e5d;
  background-color: #ffffff;
}
.widget-bnl-category .simplebanner.white .main-info .secondary.button {
  color: #ffffff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAcUlEQVQ4y2P4//8/A7kYxugA4ulAzIhFkQoQnwdiXWyaQRphAN0AkMYnULnX6AaAiMX/UQGyAUZA/BFJDsUAEMEMxEvxGGCOywCYE8gyADkA2ID4EZoBEUjyGWhy1yi2mSI/UxTaFMUzRSmM4rRNFgYAhm2/6YfIWPIAAAAASUVORK5CYII=");
}
.widget-bnl-category .simplebanner.white .main-info .secondary.button:hover,
.widget-bnl-category .simplebanner.white .main-info .secondary.button:focus {
  text-decoration: underline;
  color: #ffffff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAcUlEQVQ4y2P4//8/A7kYxugA4ulAzIhFkQoQnwdiXWyaQRphAN0AkMYnULnX6AaAiMX/UQGyAUZA/BFJDsUAEMEMxEvxGGCOywCYE8gyADkA2ID4EZoBEUjyGWhy1yi2mSI/UxTaFMUzRSmM4rRNFgYAhm2/6YfIWPIAAAAASUVORK5CYII=");
}
.widget-bnl-category .simplebanner.white .main-info .tertiary.button {
  color: #ffffff;
  background-color: transparent;
}
.widget-bnl-category .simplebanner.white .main-info .tertiary.button:hover,
.widget-bnl-category .simplebanner.white .main-info .tertiary.button:focus {
  color: #ffffff;
  background-color: transparent;
}
.widget-bnl-category .simplebanner.white .main-info .quaternary.button {
  color: #ffffff;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAOElEQVQY02P4//+/ExCfA2IZBhgAcvb/h4A7QCwHE+QH4hNQiSdArAKTEAHiL1CJE9hV4jITw3YAOmJkADIsOVIAAAAASUVORK5CYII=");
}
.widget-bnl-category .simplebanner.white .main-info .quaternary.button:hover,
.widget-bnl-category .simplebanner.white .main-info .quaternary.button:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAOElEQVQY02P4//+/ExCfA2IZBhgAcvb/h4A7QCwHE+QH4hNQiSdArAKTEAHiL1CJE9hV4jITw3YAOmJkADIsOVIAAAAASUVORK5CYII=");
}
.widget-bnl-category .simplebanner.white .extra-info a:not(.button) {
  color: #ffffff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.widget-bnl-category .simplebanner.white .extra-info a:not(.button):hover,
.widget-bnl-category .simplebanner.white .extra-info a:not(.button):focus {
  color: #ffffff;
  /* Given the colored background, we don't want to use a different color to differentiate this state. */
  text-decoration: none;
}
.widget-bnl-category .simplebanner .extra-info {
  float: left;
  width: calc(40% - 40px);
  margin-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-bnl-category .simplebanner .extra-info h4 {
  margin-bottom: 10px;
  padding-top: 12px;
  /* Line out with the baseline of the h3 */
  font-weight: normal;
  line-height: 1.2;
  font-size: 1.3333rem;
}
.widget-bnl-category .simplebanner .extra-info ul li {
  margin: 0 16px 5px;
}
.widget-bnl-category .simplebanner.imageless .extra-info h4 {
  padding-top: 3px;
  /* Line out with the baseline of the h3 */
}
@media only screen and (min-width: 0) and (max-width: 750px) {
  .widget-bnl-category .simplebanner.imageless.twoblocks > .wrapper {
    background-image: none;
  }
  .widget-bnl-category .simplebanner .main-info,
  .widget-bnl-category .simplebanner .extra-info {
    float: none;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .widget-bnl-category .simplebanner .extra-info {
    margin-top: 30px;
  }
  .widget-bnl-category .simplebanner .extra-info h4 {
    padding-top: 0;
  }
}
 ol.steps {
  position: relative;
  overflow: hidden;
  margin: 13px auto 20px auto;
  word-wrap: break-word;
  max-width: 1000px;
}
 ol.steps > li {
  vertical-align: top;
}
 ol.steps > li:first-child > h3::before {
  content: "1";
}
 ol.steps > li:first-child + li > h3::before {
  content: "2";
}
 ol.steps > li:first-child + li + li > h3::before {
  content: "3";
}
 ol.steps > li > h3 {
  position: relative;
}
 ol.steps > li > h3::before {
  position: absolute;
  left: 50%;
  width: 2em;
  height: 1.75em;
  margin-top: -2.625em;
  margin-left: -1em;
  padding-top: 0.375em;
  /* FIXME [svl 13-09-2021] WAAS-4617: this is fragile, and wrong for many brands/fonts. */
  line-height: 1;
  color: #ffffff;
  background: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/widget/steps-plectrum.png") no-repeat;
  background-size: contain;
  font-size: 2rem;
}
 ol.steps > li > h3 + div.richtext {
  margin-top: 13px;
}
@media only screen and (min-width: 710.1px) {
   ol.steps {
    text-align: center;
  }
   ol.steps > li {
    display: inline-block;
    width: 30%;
    margin: 2.5em 0 -100em 0;
    border: 1px solid #d0d0d0;
    padding: 3em 0 101.667em 0;
    /* Equal heights columns. */
    text-align: left;
    /* Keeping this centered gives problems with the positioning of the ::after. */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
   ol.steps > li > h3,
   ol.steps > li > div.richtext {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
   ol.steps > li + li {
    margin-left: 5%;
  }
   ol.steps > li + li::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 16px;
    height: 26px;
    margin-left: calc(-2.5% - 0.5 *  16px );
    background: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/widget/steps-next.png") no-repeat;
    background-position: 67% center;
  }
   ol.steps > li::after {
    /* Draw the border-bottom, since the real one is way out of sight due to equal height columns. */
    content: "";
    position: absolute;
    bottom: 0;
    width: 30%;
    margin-left: -1px;
    border-bottom: 1px solid #d0d0d0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 710.1px) and (max-width: 850px) {
   ol.steps > li > h3,
   ol.steps > li > div.richtext {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 710px) {
   ol.steps > li {
    min-height: 3.5em;
    padding: 10px 0 10px 4.75em;
  }
   ol.steps > li:not(:first-child) {
    background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
    background-repeat: repeat-x;
    background-position: left top;
  }
   ol.steps > li > h3::before {
    left: auto;
    margin-top: 0;
    margin-left: -2.75em;
    /* Causes a ~20px gap to the right. */
    text-align: center;
  }
}
 .table table {
  clear: both;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  margin: 20px 0;
}
 .table table th,
 .table table td {
  text-align: left;
  padding: 10px 20px;
  word-wrap: break-word;
}
 .table table > tbody > tr > th {
  background-color: #f5f5f5;
}
 .table table > tbody > tr > th,
 .table table td {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
  background-repeat: repeat-x;
  background-position: left top;
}
 .table table > tbody > tr:first-child > th,
 .table table > tbody > tr:first-child > td {
  background-image: none;
  border-top: 1px solid #d0d0d0;
}
 .table table.rowheader > thead > tr:first-child > th:first-child,
 .table table.rowheader.nocolumnheader > tbody > tr:first-child > th:first-child {
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 .table table.rowheader thead > tr > th:nth-of-type(2),
 .table table.rowheader tr > td:nth-of-type(1),
 .table table.norowheader thead > tr > th:nth-of-type(n+2),
 .table table.norowheader tr > td:nth-of-type(n+2) {
  border-left: 1px solid #d0d0d0;
}
@media only screen and (min-width: 480px) and (max-width: 560px) {
   .table table th,
   .table table td {
    padding-right: 10px;
    /* A bit less horizontal padding until the breakpoint. */
    padding-left: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 479.9px) {
   .table table {
    /* Hide the thead without making it invisible for assistive technologies. */
    /* Reset styling elements. */
    /* No more table; everything's a block now. */
    /* Each row header becomes a full-width header. */
    /* We render the column header before each table cell, at 40% width. */
    /* We put each table cell behind its column header, at 60% width. */
    /* Generate the dividing line to the next 'row' (table cell). */
  }
   .table table > thead {
    position: absolute;
    top: -9999em;
    left: -9999em;
    overflow: hidden;
  }
   .table table > tbody > tr > th,
   .table table td {
    background-image: none;
  }
   .table table > tbody > tr:first-child > th,
   .table table > tbody > tr:first-child > td {
    border-top: 0;
  }
   .table table.rowheader > thead > tr:first-child > th:first-child,
   .table table.rowheader.nocolumnheader > tbody > tr:first-child > th:first-child {
    width: auto;
  }
   .table table.rowheader thead > tr > th:nth-of-type(2),
   .table table.rowheader tr > td:nth-of-type(1),
   .table table.norowheader thead > tr > th:nth-of-type(n+2),
   .table table.norowheader tr > td:nth-of-type(n+2) {
    border-left: 0;
  }
   .table table,
   .table table thead,
   .table table tbody,
   .table table th,
   .table table td,
   .table table tr {
    display: block;
  }
   .table table tr {
    clear: both;
    overflow: hidden;
    margin-top: 13px;
    /* Gap between the previous tr and the header of this one. */
  }
   .table table td {
    padding-top: 0;
    /* 0 vertical padding to let the horizontal dotted lines (generated by :after) fit without gaps. */
    padding-bottom: 0;
  }
   .table table > tbody > tr > th {
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
  }
   .table table tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    clear: both;
    width: 40%;
    margin-right: -1px;
    padding: 10px 20px 10px 0;
    word-wrap: break-word;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #d0d0d0;
  }
   .table table tr > td > div,
   .table table tr > td > span {
    display: block;
    padding: 10px 0;
    /* Get back the vertical white-space lost at the td level. */
  }
   .table table.columnheader tr > td > div,
   .table table.columnheader tr > td > span {
    float: left;
    width: 60%;
    padding-left: 20px;
    /* Spacing between the vertical line and the content. */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #d0d0d0;
  }
   .table table.columnheader.norowheader tr > td:first-child {
    border-top: 1px solid #d0d0d0;
  }
   .table table tr > td:not(:last-child):after {
    content: "";
    position: relative;
    clear: both;
    float: left;
    height: 1px;
    width: 100%;
    margin-left: -20px;
    /* Line out back to the left of the 'row'. */
    padding: 0 20px;
    /* Fill up the remaining space. */
    background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
    background-repeat: repeat-x;
    background-position: left top;
  }
}
@media only screen and (min-width: 0) and (max-width: 380px) {
   .table table th,
   .table table td {
    padding-right: 10px;
    /* A bit less horizontal padding for this final stretch. */
    padding-left: 10px;
  }
   .table table.columnheader tr > td[data-title]:before {
    padding-right: 10px;
  }
   .table table.columnheader tr > td > div,
   .table table.columnheader tr > td > span {
    padding-left: 10px;
  }
   .table table.columnheader tr > td:not(:last-child):after {
    margin-left: -10px;
    padding: 0 10px;
  }
}
 ul.tablinks {
  padding: 10px 0;
  text-align: center;
}
 ul.tablinks > li {
  position: static;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
 ul.tablinks > li:first-child {
  /* This means that if the links take up more than one line, they're not _completely_ centered, though the 5px difference is nearly indetectable. 
				   Given existing usecases, it still seems like a good tradeoff; going full on grid-layout isn't worth the effort. */
  margin-left: 0;
}
 ul.tablinks > li:last-child {
  margin-right: 0;
}
 ul.tablinks > li > .current {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 2px 11px -6px black;
  box-shadow: inset 0px 2px 11px -6px black;
}
 ul.tablinks > li > a,
 .richtext ul.tablinks > li > a {
  display: inline-block;
  padding: 5px 20px;
}
 ul.tablinks > li > .current {
  display: inline-block;
  padding: 4px 19px;
}
.widget-bnl-catalogusoverview ul.tablinks {
  text-align: left;
}
.widget-bnl-catalogusoverview ul.tablinks > li {
  margin-right: 20px;
  margin-left: 0;
}
@media only screen and (min-width: 0) and (max-width: 450px) {
   ul.tablinks {
    text-align: left;
  }
   ul.tablinks > li {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
/* Widget library: tabs */
 .tabs {
  position: relative;
  overflow: visible;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 0 10px;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #efefef;
  padding: 0 0 0 20px;
  background-color: #f6f4ec;
  padding-bottom: 0;
}
 .tabs > li:hover {
  background-color: #efefef;
}
 .tabs > li:hover {
  background-color: #ffffff;
}
 .tabs:after {
  /* Extremely dirty hack to remove the the sideways box-shadows of the tabs which exist underneath the border-bottom. */
  position: absolute;
  bottom: -3px;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #fff;
}
 .tabs > li {
  margin: 0 1px 0 0;
}
 .tabs > li.current > a {
  margin-bottom: 0;
  color: #000000;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
 .tabs > li > a {
  min-height: 21px;
  padding: 5px 15px;
  -webkit-box-shadow: 0 -4px 2px -2px transparent inset, 0 -27px 12px -8px #ffffff inset, 0 1px #d0d0d0, 0 4px #ffffff, 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -4px 2px -2px transparent inset, 0 -27px 12px -8px #ffffff inset, 0 1px #d0d0d0, 0 4px #ffffff, 0 1px 3px rgba(0, 0, 0, 0.5);
  color: #000000;
  background-color: transparent;
  float: left;
  min-height: 27px;
  font-size: 1.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px 10px;
  background-color: #f6f4ec;
}
 .tabs > li > a:hover {
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
}
 .tabs > li > a:focus {
  outline: 0;
  color: #000000;
  background-color: #ffffff;
  -webkit-box-shadow: 0 -4px 2px -2px transparent inset, 0 -27px 12px -8px #ffffff inset, 0 1px #d0d0d0, 0 4px #ffffff, 0 -1px 3px #000000;
  box-shadow: 0 -4px 2px -2px transparent inset, 0 -27px 12px -8px #ffffff inset, 0 1px #d0d0d0, 0 4px #ffffff, 0 -1px 3px #000000;
}
 .tabs > li > a:hover,
 .tabs > li > a:focus {
  color: #000000;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
 .tabs + ul,
 .tabs + ol {
  clear: left;
}
 .tabs.interactive + ul > li,
 .tabs.interactive + ol > li {
  display: none;
}
 .tabs.interactive + ul > li.current,
 .tabs.interactive + ol > li.current {
  display: block;
}
 .tabs.alt {
  overflow: hidden;
  float: none;
  margin: 0;
  padding: 0 0 0 10px;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #efefef;
  padding: 0 0 0 20px;
  background-color: #f6f4ec;
}
 .tabs.alt:after {
  display: none;
  /* Remove the hack. */
}
 .tabs.alt > li {
  margin: 0 1px 0 0;
}
 .tabs.alt > li:hover {
  background-color: #efefef;
}
 .tabs.alt > li:hover {
  background-color: #ffffff;
}
 .tabs.alt > li > a {
  /* Override unwanted inherited styling */
  min-height: 27px;
  padding: 15px 10px;
  font-size: 1.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}
 .tabs.alt > li > a:hover,
 .tabs.alt > li > a:focus {
  color: #000000;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
 .tabs.alt > li.current > a {
  margin-bottom: 0;
  color: #000000;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
 h3.tabtitle {
  margin: 15px 0 5px 0;
  font-weight: normal;
  border-bottom: 1px solid #d0d0d0;
  font-size: 1.3333rem;
}
 > h3.tabtitle:first-child,
 li:first-child h3.tabtitle {
  margin-top: 0;
}
 .tabs.interactive + ul h3.tabtitle {
  position: absolute;
  left: -9999em;
}
 .tagcloud > li {
  display: inline;
  margin-right: 15px;
  line-height: 22px;
  white-space: nowrap;
}
 .tagcloud > li.weight_1 {
  font-size: 1.0833rem;
}
 .tagcloud > li.weight_3 {
  font-size: 1.1667rem;
}
 .tagcloud > li.weight_4 {
  font-size: 1.3333rem;
}
 .tagcloud > li.weight_5 {
  vertical-align: 1px;
  /* Visually offset the extra 1px whitespace between letters and underline. */
  font-size: 1.75rem;
}
 ul.tagcloud > li > a {
  display: inline;
}
 span.imgwrapper.threed {
  -webkit-perspective: 850px;
  perspective: 850px;
  /* This is a reasonable default, but needs to be about half the size for very small 3D covers to give acceptable perspective. */
  margin-left: -2px;
  /* Compensate for the left edge of the img moving right after the transform. */
  background-size: 0;
  float: left;
}
 span.imgwrapper.threed::before {
  content: '';
  position: absolute;
  top: 0.75%;
  bottom: 0.75%;
  width: 25%;
  left: 89.6%;
  -webkit-transform: rotateY(65deg);
  transform: rotateY(65deg);
  z-index: -1;
  background-image: linear-gradient(90deg, #dadada, #bababa);
  background-size: 9.9%;
  /* This scales along reasonably well, but needs adjusting for very small 3D covers. */
}
 span.imgwrapper.threed::after {
  content: '';
  position: absolute;
  top: 1%;
  bottom: 1%;
  right: -7.7%;
  width: 25%;
  border: inherit;
  border-left: inherit;
  border-right: 0;
  border-radius: 0 2px 2px 0;
  z-index: -2;
  background-image: inherit;
  background-size: cover;
  background-position: right;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
 span.imgwrapper.threed img.representative,
 span.imgwrapper.threed span.coverplaceholder {
  display: block;
  max-height: inherit;
  /* Crucial to make the 3D cover scale along well with a container which is changing in size. */
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-transform: rotateY(-20deg);
  transform: rotateY(-20deg);
  /* Can lead to pretty ugly font-rendering in Fx - https://bugzilla.mozilla.org/show_bug.cgi?id=506548 :( */
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
 span.imgwrapper.threed.variant1::after {
  background-color: #990099;
}
 span.imgwrapper.threed.variant2::after {
  background-color: #ff0000;
}
 span.imgwrapper.threed.variant3::after {
  background-color: #0000ff;
}
 span.imgwrapper.threed.variant4::after {
  background-color: #aa6600;
}
 span.imgwrapper.threed.variant5::after {
  background-color: #999900;
}
 span.imgwrapper.threed.thick::before {
  left: 92.95%;
  -webkit-transform: scaleX(1.3) rotateY(65deg) scaleX(1.3);
  transform: scaleX(1.3) rotateY(65deg) scaleX(1.3);
  background-size: 6.1%;
  margin-right: 40px;
}
 span.imgwrapper.threed.thick::after {
  right: -13.4%;
}
 span.imgwrapper.threed.thin::before {
  -webkit-transform: translateX(-4px) scaleX(0.8) rotateY(65deg) scaleX(0.8);
  transform: translateX(-4px) scaleX(0.8) rotateY(65deg) scaleX(0.8);
  background-size: 6.1%;
  margin-right: 25px;
  right: -5%;
}
 span.imgwrapper.threed.thin::after {
  right: -4.5%;
}
 span.imgwrapper.threed.large {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
 span.imgwrapper.threed.large::before {
  top: 0.33%;
  bottom: 0.33%;
}
 span.imgwrapper.threed.large::after {
  top: 1%;
  bottom: 1%;
}
 span.imgwrapper.threed.large.standard::after {
  right: 8.15%;
}
 .toptask-items {
  clear: both;
  max-width: 98%;
  margin: 40px auto;
  overflow: hidden;
}
 .toptask-items li + li::before {
  content: "";
  float: left;
  width: 1px;
  height: 57px;
  margin-top: 20px;
  margin-left: -6px;
  background-color: #000000;
  opacity: 0.5;
}
 .toptask-items a {
  display: block;
  text-align: center;
  font-family: "AvenirBlack", "AvenirBook", Arial, sans-serif;
  word-wrap: break-word;
  text-decoration: none;
  color: #000000;
}
 .toptask-items a::before {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 2px;
  margin-left: auto;
  background-color: #000000;
}
 .toptask-items a:hover,
 .toptask-items a:focus {
  text-decoration: underline;
  color: #eb5e5d;
}
 .toptask-items a:hover::before,
 .toptask-items a:focus::before {
  background-color: #eb5e5d;
}
/* Fallback for when grid layout isn't supported. */
@media only screen and (min-width: 450.1px) {
   .toptask-items li {
    float: left;
    min-width: 7.75em;
    width: 15.5%;
    max-width: 11em;
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 34.51em) and (max-width: 62em) {
   .toptask-items li {
    width: 31%;
    max-width: 31%;
  }
   .toptask-items li:nth-child(3n+1) {
    clear: left;
  }
  /* No need to hide the dividers here, since overflow: hidden takes care of that. */
}
@media only screen and (min-width: 450.1px) and (max-width: 34.5em) {
   .toptask-items li {
    width: 46%;
    max-width: 46%;
  }
   .toptask-items li:nth-child(2n+1) {
    clear: left;
  }
}
@supports (display: grid) {
   .toptask-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15.5%, min-content));
    grid-gap: 10px;
    /* Legacy, used in a wide range of old browser versions. */
    gap: 10px;
    justify-content: center;
    overflow: visible;
    /* Needs to be visible, otherwise long text can be cut off. */
  }
   .toptask-items li {
    width: 100%;
    /* Take up the entire space provided by the track, so the dividing line can be properly positioned */
    max-width: 100%;
    /* Necessary once we wrap to two lines */
    margin: 0;
  }
  @media only screen and (min-width: 40.01em) and (max-width: 59em) {
     .toptask-items {
      grid-template-columns: repeat(auto-fit, minmax(18.5%, min-content));
    }
    /* Force only three items to fit on a row, for a nice 3+3 distribution rather than the undesirable 5+1.
		   Would've been nicer if we could force the items themselves larger, so we could do this without the .item-count-6 and .item-count-5 classes, but they'd just overflow the defined track sizes. */
     .toptask-items.item-count-6 {
      grid-template-columns: 1fr 1fr 1fr;
      max-width: 37em;
    }
     .toptask-items.item-count-6 li:nth-child(3n+1)::before {
      display: none;
    }
  }
  @media only screen and (min-width: 40.01em) and (max-width: 50em) {
     .toptask-items {
      grid-template-columns: repeat(auto-fit, minmax(23%, min-content));
    }
     .toptask-items.item-count-5 {
      grid-template-columns: 1fr 1fr 1fr;
      max-width: 37em;
    }
     .toptask-items.item-count-5 li:nth-child(3n+1)::before {
      display: none;
    }
  }
  @media only screen and (min-width: 32.01em) and (max-width: 40em) {
     .toptask-items {
      grid-template-columns: repeat(auto-fit, minmax(31.5%, min-content));
      /* don't want to do 3x 1fr yet, as that creates too much whitespace for the 2-item case; 31.5% is due to the 10px gap */
    }
     .toptask-items li:nth-child(3n+1)::before {
      display: none;
    }
  }
  @media only screen and (min-width: 450.1px) and (max-width: 32em) {
     .toptask-items {
      grid-template-columns: 1fr 1fr;
    }
     .toptask-items li:nth-child(2n+1)::before {
      display: none;
    }
  }
}
/* Small screen layout doesn't depend on grid layout, so always works. */
@media only screen and (min-width: 0) and (max-width: 450px), only screen and (max-width: 19em) {
   .toptask-items {
    display: block;
    max-width: none;
  }
   .toptask-items li {
    float: none;
  }
   .toptask-items li:not(:first-child) {
    margin-top: 10px;
  }
   .toptask-items li::before {
    display: none;
  }
   .toptask-items a {
    display: inline-block;
    max-width: 100%;
    text-align: left;
  }
   .toptask-items a::before {
    display: inline-block;
    min-width: 40px;
    min-height: 40px;
    width: 2.5rem;
    height: 2.5rem;
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 0;
    margin-right: 8px;
    vertical-align: -40%;
  }
}
/* Toggles. */
 .tools ul.toggle {
  float: right;
  width: auto;
  margin-left: 15px;
  padding-top: 3px;
  padding-right: 1px;
}
 .tools ul.toggle > li {
  float: left;
  /* float left inside float right, so visual order equals keyboard access (tab-through-links) order */
}
 .tools .toggle a,
 .tools .toggle button {
  width: 23px;
  height: 18px;
  margin-left: 4px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  /* Effective color probably #d0d0d0 */
  border-radius: 6px;
  padding: 2px 0;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-position: center center;
}
 .tools .toggle button {
  cursor: pointer;
  background-color: transparent;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
 .tools .toggle .current a,
 .tools .toggle a:hover,
 .tools .toggle .current button,
 .tools .toggle button:hover {
  border-color: #000000;
  background-color: #000000;
}
 .tools .toggle a:focus,
 .tools .toggle button:focus {
  background-color: #b6b6b6;
  /* FIXME [Jb 14-10-2020] WAAS-4091: temporary; find guidelines for all focus styling. */
  outline: transparent none 0;
}
 .tools .toggle .list a {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/toggle-list.png");
}
 .tools .toggle .list.current a,
 .tools .toggle .list a:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAOklEQVR42mL8DwQMWEB7ezsjAz7wHwdoa2vDKQcCLPgMxWsr3W1kYiATsBAMPWrbyDgajzSIR4AAAwAMheinHCJmGgAAAABJRU5ErkJggg==");
}
 .tools .toggle .grid a {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/toggle-grid.png");
}
 .tools .toggle .grid.current a,
 .tools .toggle .grid a:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAK0lEQVR42mL8DwQM2AEjlMYqz8RAJhgJGlmQQo+BQOhSz8bReKS2RoAAAwAXxAcdzlX66wAAAABJRU5ErkJggg==");
}
 .tools .toggle .map a,
 .tools .toggle .map button {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/toggle-map.png");
}
 .tools .toggle .map.current a,
 .tools .toggle .map a:hover,
 .tools .toggle .map.current button,
 .tools .toggle .map button:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAkklEQVQoz2P4//8/AxrOAuJ7/yHgHpSProYBXWDFf+xgBT6NWWiKd6Lxs3BpPICkKBmINaE0DBzApfEpkk16UDE9JJuf4tK4D8n0ZiA2htIwsA+XRjc0Pz1F47vhC9XJOEJ1MqHoAOF2NE3txMQjCBsC8TWopmtQPlEakW1txyGPU2MkVGMkqRqloBql8GkkCwAACFGVbfQmDMYAAAAASUVORK5CYII=");
}
 hr.divider {
  clear: both;
}
 hr.divider.whitespace {
  height: 1px;
  margin: 30px auto;
  border: none;
}
 hr.divider.line {
  width: 200px;
  margin: 60px auto 59px auto;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #373737;
}
/* FIXME [svl, 2022-04-06], WAAS-4806: Remove this file. */
.main-column .scrollablelist ul[data-component~="bw.ui.slidingitems"].interactive {
  /* two item view, must always show two, fade the partial if it is not one of the two */
  /* landing page tweaks */
}
 .main-column .scrollablelist ul[data-component~="bw.ui.slidingitems"].interactive.sliding > li {
  display: block;
  position: relative;
  /* these items will move offscreen, we add a transition to make it look nicer */
}
 .main-column .scrollablelist ul[data-component~="bw.ui.slidingitems"].interactive.sliding > li > * {
  opacity: 1;
  transition: 0.2s;
}
 .main-column .scrollablelist ul[data-component~="bw.ui.slidingitems"].interactive.sliding > li.before > *,
 .main-column .scrollablelist ul[data-component~="bw.ui.slidingitems"].interactive.sliding > li.after > * {
  opacity: 0.01;
  transition: opacity 0.2s 0.2s;
}
 .main-column .scrollablelist ul[data-component~="bw.ui.slidingitems"].interactive.sliding.rich-items,
 .main-column .scrollablelist ul[data-component~="bw.ui.slidingitems"].interactive.sliding.grid-items {
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 .main-column .scrollablelist ul[data-component~="bw.ui.slidingitems"].interactive.rich-items > li.current + li + li > * {
  opacity: 0.01;
  transition: opacity 0.2s 0.2s;
}
 .main-column .scrollablelist ul[data-component~="bw.ui.slidingitems"].interactive.rich-items > li.current + li + li + li > * {
  opacity: 0.01;
  transition: none;
}
.biebwidget-column  .main-column .scrollablelist ul[data-component~="bw.ui.slidingitems"].interactive.sliding.rich-items,
.biebwidget-column  .main-column .scrollablelist ul[data-component~="bw.ui.slidingitems"].interactive.sliding.grid-items {
  padding-left: 0;
  padding-right: 0;
}
.biebwidget-column  .main-column .scrollablelist ul[data-component~="bw.ui.slidingitems"].interactive.sliding.small.rich-items > li {
  width: 90%;
  width: calc(100% - 20px);
}
@media screen and (max-width: 1050px) {
   .main-column-wrapper.nav .scrollablelist ul[data-component~="bw.ui.slidingitems"].interactive.small.rich-items > li {
    width: 100%;
  }
   .main-column-wrapper.nav .scrollablelist ul[data-component~="bw.ui.slidingitems"].interactive.rich-items > li.current + li > * {
    opacity: 0.01;
    transition: opacity 0.2s 0.2s;
  }
}
@media screen and (max-width: 960px) {
   .scrollablelist ul[data-component~="bw.ui.slidingitems"].interactive.sliding.rich-items,
   .scrollablelist ul[data-component~="bw.ui.slidingitems"].interactive.sliding.grid-items {
    margin-left: 20px;
  }
}
@media screen and (max-width: 750px) {
   .scrollablelist ul[data-component~="bw.ui.slidingitems"].interactive.small.rich-items > li {
    width: 100%;
  }
   .scrollablelist ul[data-component~="bw.ui.slidingitems"].interactive.rich-items > li.current + li > * {
    opacity: 0.01;
    transition: opacity 0.2s 0.2s;
  }
}
 .quote {
  position: relative;
  padding: 20px 0;
}
 .quote blockquote {
  padding: 0 30px 0 35px;
  font-family: Arial, sans-serif;
  font-style: italic;
  color: #373737;
  font-size: 1.3333rem;
}
 .quote blockquote::before {
  position: absolute;
  content: "\201C";
  left: -2px;
  margin-top: -5px;
  font-size: 53px;
  color: #000000;
}
 .quote blockquote::after {
  position: absolute;
  content: "\201D";
  right: 7px;
  margin-top: -25px;
  font-size: 53px;
  color: #000000;
}
 .quote .quote-source {
  display: inline-block;
  margin: 4px 0 0 2px;
  padding: 0 30px 0 35px;
  color: #373737;
}
 .quote a {
  color: #000000;
}
 .quote a:hover,
 .quote a:focus {
  color: #eb5e5d;
}
@media only screen and (min-width: 450.1px) {
  /* On small screens, the intro image isn't floating anymore, so we won't overlap, so we don't need any of this. */
  .detail .main-column-wrapper:not(.nav) .quote {
    max-width: 765px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .detail .main-column-wrapper:not(.nav) .quote blockquote {
    position: relative;
    display: table;
    /* fix for overlapping intro image */
  }
}
@media only screen and (min-width: 0) and (max-width: 450px) {
   .quote blockquote {
    padding: 0 15px 0 0;
  }
   .quote blockquote::before {
    position: static;
    float: left;
    margin: -5px 15px -25px -5px;
  }
   .quote blockquote::after {
    right: 0;
  }
   .quote .quote-source {
    padding: 10px 15px 0 0;
  }
}
 h3 + .highlighted-items {
  margin-top: 20px;
}
 .highlighted-items {
  margin-top: 13px;
}
 .highlighted-items > li {
  overflow: hidden;
}
 .highlighted-items > li:first-child {
  float: left;
  width: 384px;
}
 .highlighted-items > li:first-child img,
 .highlighted-items > li:first-child .coverplaceholder {
  display: block;
  float: none;
  /* Set explicitly to override default floating of images with a .richtext block, as would happen on a detail page. */
  max-width: 100%;
  max-height: 256px;
  margin-top: 4px;
  margin-bottom: 8px;
}
 .highlighted-items > li:first-child .imgwrapper {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
 .highlighted-items > li.nbcitem:first-child {
  width: 424px;
  /* 384 + 40 */
  margin-top: -6px;
  /* Offset for the extra margin-top on the .creator/.title, so they keep lining out with the right column. */
}
 .highlighted-items > li + li {
  margin-bottom: 24px;
}
 .highlighted-items .creator {
  margin-bottom: -3px;
  font-size: 1rem;
}
 .highlighted-items .imgwrapper + .creator,
 .highlighted-items .imgwrapper + .title {
  clear: none;
  margin-top: 6px;
  /* Push the text next to the 3D cover a bit lower, while preventing the top of the 3D cover from being cut off. */
}
 .highlighted-items > li + li,
 .highlighted-items + p {
  margin-left: 464px;
  /* (384px img + 80px whitespace) */
  padding-left: 140px;
  /* 120px img + 20px whitespace */
}
 .highlighted-items h4 + p:not(.accompanying),
 .highlighted-items p + p {
  margin-top: 8px;
}
 .highlighted-items .calendar {
  position: relative;
  top: -7px;
  margin-bottom: -9px;
  font-size: 1.6667rem;
  font-family: "AvenirBook", Arial, sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
 .highlighted-items .calendar > span.date-day {
  font-size: 2.3333rem;
}
.biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li + li,
 .main-column-wrapper.nav .highlighted-items > li + li,
 .main-column-wrapper.nav .highlighted-items + p {
  margin-left: 444px;
  /* (384px img + 60px whitespace) */
}
.biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items + p {
  margin-left: 0;
  border-left: 444px solid transparent;
  /* Ugly hack to make the p keep lining out on detail pages without a .nav column, due to the ugly center-column we had to hack in there. */
}
 .highlighted-items > li + li img,
.biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li + li img,
 .main-column-wrapper.nav .highlighted-items > li + li img {
  /* Higher specificity selector to keep the float/margins on the img on small resolution detail pages. */
  float: left;
  max-width: 120px;
  max-height: 120px;
  margin-top: 4px;
  margin-left: -140px;
}
 .highlighted-items > li + li img.cover,
.biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li + li img.cover,
 .main-column-wrapper.nav .highlighted-items > li + li img.cover {
  max-width: 80px;
  margin-left: -100px;
  max-height: 128px;
}
 .highlighted-items > li + li span.coverplaceholder,
.biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li + li span.coverplaceholder,
 .main-column-wrapper.nav .highlighted-items > li + li span.coverplaceholder {
  float: left;
  max-width: 80px;
  max-height: 128px;
  margin-top: 4px;
  margin-left: -100px;
}
@media only screen and (max-width: 1050px), only screen and (max-width: 65em) {
   .highlighted-items > li.nbcitem:first-child {
    margin-top: 0;
    width: auto;
  }
   .highlighted-items .imgwrapper + .creator,
   .highlighted-items .imgwrapper + .title {
    margin-top: 0;
  }
}
/* Adjusted breakpoints for use on a detail page with .nav column; */
@media only screen and (max-width: 1200px), only screen and (max-width: 75em) {
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li.nbcitem:first-child,
   .main-column-wrapper.nav .highlighted-items > li.nbcitem:first-child {
    margin-top: 0;
    width: auto;
  }
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items .imgwrapper + .creator,
   .main-column-wrapper.nav .highlighted-items .imgwrapper + .creator,
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items .imgwrapper + .title,
   .main-column-wrapper.nav .highlighted-items .imgwrapper + .title {
    margin-top: 0;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1050px), only screen and (min-width: 751px) and (max-width: 65em) {
   .highlighted-items > li:first-child {
    width: 40%;
  }
   .highlighted-items > li:first-child.nbcitem {
    width: 40%;
  }
   .highlighted-items > li:first-child .imgwrapper {
    margin-top: 6px;
    /* Prevent the 3D cover from being cut off. */
  }
   .highlighted-items .imgwrapper + .creator,
   .highlighted-items .imgwrapper + .title {
    clear: left;
  }
   .highlighted-items > li + li,
   .highlighted-items + p {
    margin-left: 47%;
  }
}
/* Adjusted breakpoints for use on a detail page with .nav column; */
@media only screen and (min-width: 951px) and (max-width: 1200px), only screen and (min-width: 951px) and (max-width: 75em) {
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child,
   .main-column-wrapper.nav .highlighted-items > li:first-child {
    width: 40%;
  }
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child.nbcitem,
   .main-column-wrapper.nav .highlighted-items > li:first-child.nbcitem {
    width: 40%;
  }
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child .imgwrapper,
   .main-column-wrapper.nav .highlighted-items > li:first-child .imgwrapper {
    margin-top: 6px;
    /* Prevent the 3D cover from being cut off. */
  }
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items .imgwrapper + .creator,
   .main-column-wrapper.nav .highlighted-items .imgwrapper + .creator,
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items .imgwrapper + .title,
   .main-column-wrapper.nav .highlighted-items .imgwrapper + .title {
    clear: left;
  }
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li + li,
   .main-column-wrapper.nav .highlighted-items > li + li,
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items + p,
   .main-column-wrapper.nav .highlighted-items + p {
    margin-left: 47%;
  }
}
@media only screen and (max-width: 750px), only screen and (max-width: 46em) {
   .highlighted-items > li:first-child {
    float: none;
    margin-bottom: 24px;
    padding-left: 140px;
  }
   .highlighted-items > li:first-child,
   .highlighted-items > li:first-child.nbcitem {
    width: auto;
  }
   .highlighted-items > li:first-child img,
   .highlighted-items > li:first-child span.coverplaceholder {
    float: left;
    max-width: 120px;
    max-height: 120px;
    margin-left: -140px;
  }
   .highlighted-items > li:first-child img.cover,
   .highlighted-items > li:first-child span.coverplaceholder {
    max-width: 80px;
    margin-left: -100px;
    max-height: 128px;
  }
   .highlighted-items > li:first-child .imgwrapper {
    margin-top: 4px;
    margin-right: 0;
    margin-left: 0;
    background-image: none !important;
    -webkit-perspective: none;
    perspective: none;
  }
   .highlighted-items > li:first-child .imgwrapper.threed::before,
   .highlighted-items > li:first-child .imgwrapper.threed::after {
    display: none;
  }
   .highlighted-items > li:first-child .imgwrapper img,
   .highlighted-items > li:first-child .imgwrapper span.coverplaceholder {
    /* Undo 3D-styling */
    border-right: 0;
    border-radius: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
   .highlighted-items > li:first-child .imgwrapper span.coverplaceholder {
    font-size: 0.9167rem;
  }
   .highlighted-items > li + li,
   .highlighted-items + p {
    margin-left: 0;
  }
   .highlighted-items .imgwrapper + .creator,
   .highlighted-items .imgwrapper + .title {
    clear: none;
  }
}
@media only screen and (max-width: 950px), only screen and (max-width: 59em) {
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child,
   .main-column-wrapper.nav .highlighted-items > li:first-child {
    float: none;
    margin-bottom: 24px;
    padding-left: 140px;
  }
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child,
   .main-column-wrapper.nav .highlighted-items > li:first-child,
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child.nbcitem,
   .main-column-wrapper.nav .highlighted-items > li:first-child.nbcitem {
    width: auto;
  }
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child img,
   .main-column-wrapper.nav .highlighted-items > li:first-child img,
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child span.coverplaceholder,
   .main-column-wrapper.nav .highlighted-items > li:first-child span.coverplaceholder {
    float: left;
    max-width: 120px;
    max-height: 120px;
    margin-left: -140px;
  }
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child img.cover,
   .main-column-wrapper.nav .highlighted-items > li:first-child img.cover,
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child span.coverplaceholder,
   .main-column-wrapper.nav .highlighted-items > li:first-child span.coverplaceholder {
    max-width: 80px;
    margin-left: -100px;
    max-height: 128px;
  }
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child .imgwrapper,
   .main-column-wrapper.nav .highlighted-items > li:first-child .imgwrapper {
    margin-top: 4px;
    margin-right: 0;
    margin-left: 0;
    background-image: none !important;
    -webkit-perspective: none;
    perspective: none;
  }
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child .imgwrapper.threed::before,
   .main-column-wrapper.nav .highlighted-items > li:first-child .imgwrapper.threed::before,
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child .imgwrapper.threed::after,
   .main-column-wrapper.nav .highlighted-items > li:first-child .imgwrapper.threed::after {
    display: none;
  }
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child .imgwrapper img,
   .main-column-wrapper.nav .highlighted-items > li:first-child .imgwrapper img,
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child .imgwrapper span.coverplaceholder,
   .main-column-wrapper.nav .highlighted-items > li:first-child .imgwrapper span.coverplaceholder {
    /* Undo 3D-styling */
    border-right: 0;
    border-radius: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child .imgwrapper span.coverplaceholder,
   .main-column-wrapper.nav .highlighted-items > li:first-child .imgwrapper span.coverplaceholder {
    font-size: 0.9167rem;
  }
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li + li,
   .main-column-wrapper.nav .highlighted-items > li + li,
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items + p,
   .main-column-wrapper.nav .highlighted-items + p {
    margin-left: 0;
  }
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items .imgwrapper + .creator,
   .main-column-wrapper.nav .highlighted-items .imgwrapper + .creator,
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items .imgwrapper + .title,
   .main-column-wrapper.nav .highlighted-items .imgwrapper + .title {
    clear: none;
  }
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items + p {
    border-left: 0;
    /* Ugly hack to make the p keep lining out on detail pages without a .nav column. */
  }
}
@media only screen and (max-width: 450px) {
   .highlighted-items > li:first-child,
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child,
   .main-column-wrapper.nav .highlighted-items > li:first-child,
   .highlighted-items > li + li,
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li + li,
   .main-column-wrapper.nav .highlighted-items > li + li {
    padding-left: 100px;
  }
   .highlighted-items > li:first-child img,
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child img,
   .main-column-wrapper.nav .highlighted-items > li:first-child img,
   .highlighted-items > li + li img,
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li + li img,
   .main-column-wrapper.nav .highlighted-items > li + li img,
   .highlighted-items > li:first-child img.cover,
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child img.cover,
   .main-column-wrapper.nav .highlighted-items > li:first-child img.cover,
   .highlighted-items > li + li img.cover,
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li + li img.cover,
   .main-column-wrapper.nav .highlighted-items > li + li img.cover,
   .highlighted-items > li:first-child span.coverplaceholder,
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li:first-child span.coverplaceholder,
   .main-column-wrapper.nav .highlighted-items > li:first-child span.coverplaceholder,
   .highlighted-items > li + li span.coverplaceholder,
  .biebwidget-content.detail .main-column-wrapper:not(.nav) .highlighted-items > li + li span.coverplaceholder,
   .main-column-wrapper.nav .highlighted-items > li + li span.coverplaceholder {
    max-width: 80px;
    margin-left: -100px;
  }
   .highlighted-items + p {
    padding-left: 0;
  }
}
 .richtext .videohighlighted.video {
  max-width: none;
  max-height: none;
}
 .videohighlighted {
  clear: both;
}
 .videohighlighted > div::after {
  content: "";
  display: block;
  clear: both;
}
 .videohighlighted div.container {
  float: right;
  width: 46%;
  width: calc(50% - 20px);
  max-width: 400px;
}
 .videohighlighted div.container:only-of-type {
  width: 400px;
  margin-right: 0;
}
 .videohighlighted div.container:first-of-type {
  float: left;
}
 .videohighlighted div.container .aspect-ratio,
 .videohighlighted div.container .button {
  margin-top: 13px;
}
@media only screen and (min-width: 0) and (max-width: 650px) {
   .videohighlighted div.container {
    float: none;
    width: 400px;
    max-width: 100%;
  }
}
.bordered.biebwidget .widget-bnl-support .main-column > * {
  padding-left: 16.67%;
  padding-right: 16.67%;
}
.widget-bnl-support .intro {
  padding-top: 20px;
}
.widget-bnl-support .header .additional {
  padding-left: 0;
  font-size: 1.25rem;
}
.widget-bnl-support .header .additional + .metadata > dl.meta:first-child {
  margin-top: 0;
  padding-top: 0;
  background-image: none;
}
.widget-bnl-support .metadata {
  margin-top: 13px;
}
.widget-bnl-support .relatedlinks {
  position: relative;
  padding-bottom: 1.8em;
}
.widget-bnl-support .relatedlinks ul li a {
  display: inline;
}
.widget-bnl-support .relatedlinks button {
  position: absolute;
  bottom: 0;
  background-image: none;
}
.widget-bnl-support .relatedlinks button.hidden {
  display: none;
}
.widget-bnl-support .relatedlinks button:hover,
.widget-bnl-support .relatedlinks button:focus {
  background-image: none;
}
.widget-bnl-support .relatedlinks button.more::before,
.widget-bnl-support .relatedlinks button > .button.quaternary:not(.open)::before {
  content: "+";
  display: inline-block;
  margin-right: 0.45rem;
}
.widget-bnl-support .relatedlinks button.less::before,
.widget-bnl-support .relatedlinks button > .button.quaternary.open::before {
  content: "\2212";
  display: inline-block;
  margin-right: 0.45rem;
}
@media only screen and (max-width: 976px) {
  .bordered.biebwidget .widget-bnl-support .main-column > * {
    padding-left: 11.1689%;
    padding-right: 11.1689%;
  }
}
@media only screen and (max-width: 768px) {
  .bordered.biebwidget .widget-bnl-support .main-column > * {
    /* A header with background-image is always present, in which we don't want 0 padding; and we want to line out the content below with the title. */
    padding-left: 40px;
    padding-right: 40px;
  }
  .widget-bnl-support .header {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .bordered.biebwidget .widget-bnl-support .main-column > * {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.widget-bnl-arrangement .main-column > * {
  padding-right: 40px;
  padding-left: 40px;
}
.widget-bnl-arrangement .main-column > .header {
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (min-width: 0) and (max-width: 450px) {
  .widget-bnl-arrangement .main-column > * {
    padding-right: 20px;
    padding-left: 20px;
  }
  .widget-bnl-arrangement .main-column > .header {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.widget-bnl-arrangement .intro {
  padding-top: 20px;
}
.widget-bnl-arrangement .header.contrast_block > p {
  padding-left: 32px;
  background-position: 10px 5px;
}
.widget-bnl-arrangement .header h2 {
  margin-top: 45px;
}
.widget-bnl-arrangement .header .additional {
  font-size: 1.25rem;
}
.widget-bnl-arrangement .header + .metadata > dl.meta:first-child {
  margin-top: 0;
  padding-top: 0;
  background-image: none;
}
.widget-bnl-arrangement .metadata {
  margin-top: 13px;
}
.widget-bnl-arrangement dl.meta {
  margin-top: 20px;
  padding-top: 20px;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
  background-repeat: repeat-x;
  background-position: left top;
}
.widget-bnl-youth .metadata {
  margin-top: 13px;
}
.widget-bnl-youth .contentlink {
  margin-top: 33px;
  margin-bottom: 33px;
}
.widget-bnl-youth dl.meta + .get-it.bordered {
  margin-top: 33px;
}
.widget-bnl-youth .get-it.bordered + .contentlink {
  margin-top: -8px;
}
.widget-bnl-youth .contentlink ul.links > li {
  margin-top: 13px;
}
.widget-bnl-youth .contentlink .get-it p.label {
  padding-right: 15em;
}
.widget-bnl-youth .contentlink .get-it p.action {
  width: 18em;
  margin-left: -18em;
}
.widget-bnl-youth dl.meta:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
  background-repeat: repeat-x;
  background-position: left top;
}
.widget-bnl-youth .header + dl.meta,
.widget-bnl-youth .toggler + dl.meta {
  margin-top: 0;
  padding-top: 0;
  background-image: none;
}
@media only screen and (min-width: 635px) and (max-width: 799px) {
   .contentlink .get-it.bordered p.label,
   .contentlink .get-it.bordered p.action {
    width: auto;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 634px) {
  .widget-bnl-youth .richtext {
    clear: none;
  }
  .widget-bnl-youth img.overlay-icon {
    bottom: 8%;
    right: 7%;
  }
}
@media only screen and (min-width: 0) and (max-width: 469px) {
   .contentlink .get-it.bordered p.label,
   .contentlink .get-it.bordered p.action {
    width: auto;
    margin: 0;
    padding: 0;
  }
}
/**
 * This css is made available for the external eLS bookshelf page.
 * FIXME [svl 21-10-2020]: determine how much of this css is used (if any) by the external page including the 3 png's
 */
.widget-bnl-mb-bookshelf .message > p {
  display: inline-block;
}
.widget-bnl-mb-bookshelf .message .button {
  float: right;
  margin-top: -18px;
}
.widget-bnl-mb-bookshelf .bookshelf ul > li .medium.ebook[data-format="Download-DRM"] {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/formats/ebooks-e-reader.png");
}
.widget-bnl-mb-bookshelf .bookshelf ul > li .medium.ebook[data-format="Online-Watermark"] {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/formats/ebooks-online-lezen.png");
}
.widget-bnl-mb-bookshelf .bookshelf ul > li .medium.ebook[data-format="Download-Watermark"] {
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/icons/formats/ebooks-app.png");
}
.widget-bnl-mb-bookshelf .message.notloggedin .button {
  margin-top: -8px;
}
.widget-bnl-mb-profile .message.notloggedin .button {
  float: right;
  margin-top: -30px;
}
@media only screen and (max-width: 1200px) {
  .widget-bnl-mb-bookshelf .message .button {
    float: none;
    margin: 10px 0 0 0;
  }
}
.widget-bnl-readinglist .links > h3 {
  margin-top: 20px;
}
.widget-bnl-readinglist dl.meta {
  margin-top: 20px;
  padding-top: 10px;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
  background-repeat: repeat-x;
  background-position: left top;
}
.widget-bnl-readinglist dl.meta::after {
  width: 100%;
  height: 2px;
  padding-top: 10px;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}
.widget-bnl-readinglist .get-it {
  min-height: 60px;
  background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/lezen_voor_de_lijst_logo.png");
  background-position: left 20px center;
  background-repeat: no-repeat;
}
.widget-bnl-readinglist .get-it .action {
  margin-top: 0;
}
.widget-bnl-readinglist .get-it .action > a {
  margin-top: 16px;
}
.widget-bnl-readinglist .get-it + .metadata {
  margin-top: 0;
}
.widget-bnl-readinglist .metadata {
  margin-top: 20px;
}
.widget-bnl-readinglist .sectioned > .readinglist-extract-review-container.section:first-child {
  margin-top: 40px;
}
@media screen and (min-width: 751px) and (max-width: 800px) {
  .widget-bnl-readinglist .get-it.bordered {
    float: left;
    background-position: top 20px center;
  }
  .widget-bnl-readinglist .get-it.bordered::before {
    display: block;
    content: "";
    height: 60px;
  }
}
@media screen and (max-width: 470px) {
  .widget-bnl-readinglist .get-it.bordered {
    float: left;
    background-position: top 20px center;
  }
  .widget-bnl-readinglist .get-it.bordered::before {
    display: block;
    content: "";
    height: 60px;
  }
}
@media screen and (max-width: 427px) {
  .widget-bnl-readinglist .buttons .button + .button {
    margin-right: 20px;
  }
  .widget-bnl-readinglist .buttons .button + .button + .button {
    margin-left: 0;
  }
}
.expandable.biebwidget > h2.label {
  /* Don't show a label-only h2 on large screens. */
  display: none;
}
/* adaptive ----------- */
@media only screen and (min-width: 0) and (max-width: 1240px) {
  html {
    /* Keep the halo positioned behind the logo. */
    background-position: -18px top;
  }
}
@media only screen and (min-width: 950.1px) and (max-width: 1150px) {
   .main-column-wrapper.nav .main-column .tiny.rich-items > li {
    width: 48%;
    margin-left: 4%;
  }
   .main-column-wrapper.nav .main-column .tiny.rich-items > li:nth-of-type(3n+1) {
    clear: none;
    margin-left: 4%;
  }
   .main-column-wrapper.nav .main-column .tiny.rich-items > li:nth-of-type(2n+1) {
    clear: left;
    margin-left: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 1050px) {
   .main-column-wrapper.nav .main-column .small.rich-items:not(.sliding) > li {
    width: 100%;
    margin-left: 0;
    background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
    background-repeat: repeat-x;
    background-position: left top;
  }
   .main-column-wrapper.nav .main-column .small.rich-items:not(.sliding) > li:first-child {
    background-image: none;
  }
   .main-column-wrapper.nav .main-column .small.rich-items:not(.sliding) > li:nth-of-type(2n+1) {
    clear: none;
    margin-left: 0;
  }
}
@media only screen and (min-width: 750.1px) and (max-width: 950px) {
   .main-column h2 {
    font-size: 4rem;
  }
   .main-column-wrapper.nav .main-column .tiny.rich-items > li {
    width: 100%;
    margin-left: 0;
    background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
    background-repeat: repeat-x;
    background-position: left top;
  }
   .main-column-wrapper.nav .main-column .tiny.rich-items > li:first-child {
    background-image: none;
  }
   .main-column-wrapper.nav .main-column .tiny.rich-items > li:nth-of-type(3n+1),
   .main-column-wrapper.nav .main-column .tiny.rich-items > li:nth-of-type(2n+1) {
    clear: none;
    margin-left: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 950px) {
  #bibliotheek-nl-page {
    padding: 0 4px;
  }
}
@media only screen and (min-width: 750.1px) and (max-width: 916px) {
   .main-column-wrapper.nav .intro img {
    max-width: 200px;
    max-height: 320px;
  }
}
@media only screen and (min-width: 634.1px) and (max-width: 916px) {
  .biebwidget-double-column {
    min-width: 100%;
    width: 100%;
  }
  .biebwidget-column {
    width: 49%;
  }
  .biebwidget-double-column .biebwidget-column {
    width: 52%;
  }
  .biebwidget-double-column .biebwidget-column + .biebwidget-column {
    width: 48%;
  }
  .biebwidget-double-column .biebwidget,
  .biebwidget-double-column .biebwidget-column + .biebwidget-column .biebwidget {
    margin-right: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 916px) {
   .main-column .tiny.rich-items > li {
    width: 48%;
    margin-left: 4%;
  }
   .main-column .tiny.rich-items > li:nth-of-type(3n+1) {
    clear: none;
    margin-left: 4%;
  }
   .main-column .tiny.rich-items > li:nth-of-type(2n+1) {
    clear: left;
    margin-left: 0;
  }
}
@media only screen and (min-width: 750.1px) and (max-width: 799px) {
   .main-column-wrapper.nav dl.meta dt,
   .main-column-wrapper.nav dl.meta dd,
   .main-column-wrapper.nav dl.meta dd + dd {
    float: none;
    width: auto;
    max-width: none;
    min-width: 0;
    padding: 0;
    margin: 0 0 6px 0;
    text-indent: 0;
  }
   .main-column-wrapper.nav dl.meta dt {
    margin: 13px 0 0 0;
  }
   .main-column-wrapper.nav dl.meta dt:first-child {
    margin-top: 0;
  }
   .main-column-wrapper.nav dl.meta.dense dd + dd {
    margin: 0 0 4px 0;
    /* FIXME [Jb 13-10-2020] WAAS-4086: Investigate having this only as fallback, and lining out dds with flexbox? */
  }
   .main-column-wrapper.nav dl.meta dd audio {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 450.1px) and (max-width: 750px) {
   .main-column h2 {
    font-size: 3.5rem;
  }
   .main-column h2.long {
    font-size: 3rem;
  }
  /* Avoid a narrow column of text next to the intro image by making that image smaller. */
   .intro img {
    max-width: 200px;
    max-height: 320px;
  }
}
@media only screen and (min-width: 0) and (max-width: 750px) {
   .main-column-wrapper.nav .main-column,
  .biebwidget-content.product .main-column-wrapper.nav .main-column {
    margin: 0;
  }
   .main-column .small.rich-items:not(.sliding) > li {
    width: 100%;
    margin-left: 0;
    background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
    background-repeat: repeat-x;
    background-position: left top;
  }
   .main-column .small.rich-items:not(.sliding) > li:first-child {
    background-image: none;
  }
   .main-column .small.rich-items:not(.sliding) > li:nth-of-type(2n+1) {
    clear: none;
    margin-left: 0;
  }
  /*content*/
   .main-column-wrapper {
    float: left;
    width: 100%;
    padding-bottom: 20px;
  }
   .nav-column {
    float: left;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 634px) {
  /* mobile */
  body {
    margin: 0;
  }
  .biebwidget-column {
    width: 100%;
    max-width: 384px;
  }
  .biebwidget-double-column {
    min-width: 50%;
    width: 100%;
  }
  .biebwidget-double-column .biebwidget {
    margin-right: 0;
  }
  .biebwidget-double-column .biebwidget-column {
    width: 100%;
  }
  .biebwidget-double-column .biebwidget-column .biebwidget {
    margin-right: 0;
  }
  /*clickarea ipad-achtig en mobiel*/
   .richtext img {
    float: none;
  }
   .tools ul.toggle > li {
    padding-left: 5px;
    /* A bit more white-space to improve hitting the right button. */
  }
   .grid-items > li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
   dl.meta dt,
   dl.meta dd,
   dl.meta dd + dd {
    float: none;
    width: auto;
    max-width: none;
    min-width: 0;
    padding: 0;
    margin: 0 0 6px 0;
    text-indent: 0;
  }
   dl.meta dt {
    margin: 13px 0 0 0;
  }
   dl.meta dt:first-child {
    margin-top: 0;
  }
   dl.meta.dense dd + dd {
    margin: 0 0 4px 0;
    /* FIXME [Jb 13-10-2020] WAAS-4086: Investigate having this only as fallback, and lining out dds with flexbox? */
  }
   dl.meta dd audio {
    margin-top: 10px;
  }
   .main-column-wrapper.nav dl.meta dt {
    width: auto;
  }
   .main-column-wrapper.nav dl.meta dd {
    max-width: none;
  }
   .main-column-wrapper.nav dl.meta dd + dd,
   .main-column-wrapper.nav dl.meta.dense dd + dd {
    margin-left: 0;
  }
  .unimportant.biebwidget {
    display: none;
  }
  .widget-columns .expandable .biebwidget > h2 {
    cursor: pointer;
    background: transparent url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/nav-next.png") no-repeat 9px center;
  }
  .widget-columns .expandable .biebwidget > h2.open {
    background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/dropdown.png");
    background-position: 7px center;
  }
  .expandable.biebwidget > h2.label {
    display: block;
    /* Do show the label-only h2 when needed to expand the widget. */
  }
  .standard.expandable.biebwidget > h2.label +  {
    padding: 0 20px 20px 20px;
  }
  .expandable.biebwidget >  {
    display: none;
  }
  .expandable.biebwidget > p.endorsement {
    display: none;
  }
  .expandable.open.biebwidget >  {
    display: block;
  }
  .expandable.open.biebwidget > p.endorsement {
    display: block;
  }
  .expandable.open.biebwidget >  .tabs.alt {
    border-radius: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 569px) {
   .main-column .tiny.rich-items > li,
  .biebwidget-double-column  .main-column .tiny.rich-items > li {
    width: 100%;
    margin-left: 0;
    background-image: url("https://www.dbieb.nl/etc.clientlibs/settings/wcm/designs/website/styles/sbmf/clientlibs/resources/bg-dotted.png");
    background-repeat: repeat-x;
    background-position: left top;
  }
   .main-column .tiny.rich-items > li:first-child,
  .biebwidget-double-column  .main-column .tiny.rich-items > li:first-child {
    background-image: none;
  }
   .main-column .tiny.rich-items > li:nth-of-type(3n+1),
  .biebwidget-double-column  .main-column .tiny.rich-items > li:nth-of-type(3n+1),
   .main-column .tiny.rich-items > li:nth-of-type(2n+1),
  .biebwidget-double-column  .main-column .tiny.rich-items > li:nth-of-type(2n+1) {
    clear: none;
    margin-left: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 450px) {
   .main-column h2 {
    font-size: 2.9167rem;
  }
   .main-column h2.long {
    font-size: 2.5rem;
  }
  /* Avoid a narrow column of text next to any content image by making that img a block. */
   .main-column .richtext .intro img,
   .main-column .richtext img:not(.standalone),
   .main-column .richtext img.offset {
    float: none;
    clear: both;
    margin-right: 0;
    margin-left: 0;
  }
   .grid-list .imgwrapper > img {
    /* Reaffirm margins for narrow images in a grid-list, to prevent the above selectors from removing them on detail pages. */
    margin-right: auto;
    margin-left: auto;
  }
   .main-column .richtext .intro img {
    max-height: 614px;
    max-width: 100%;
  }
   .main-column .rich-items .content:not(.calendar),
   .main-column .rich-items .content.list-big,
   .main-column .rich-items .content.etalage,
   .main-column .small.rich-items .content:not(.calendar),
   .main-column .tiny.rich-items .content:not(.calendar) {
    padding-left: 0;
  }
   .main-column .rich-items .content:not(.calendar):before {
    /* Carve out space for the img */
    content: "";
    float: left;
    width: 80px;
    height: 85px;
  }
   .main-column .rich-items .viz img,
   .main-column .rich-items .viz img.cover {
    max-width: 60px;
    max-height: 80px;
  }
   .main-column .rich-items .viz .coverplaceholder:not(.list) {
    width: 50px;
    /* Shrink all coverplaceholders in rich-items lists, except for the smallest size. */
    height: 80px;
    font-size: 0.5833rem;
  }
   .main-column .rich-items .viz .coverplaceholder.music:not(.list),
   .main-column .rich-items .viz .coverplaceholder.album:not(.list),
   .main-column .rich-items .viz .coverplaceholder.track:not(.list) {
    height: 50px;
  }
   .main-column .rich-items .content.calendar:before {
    display: none;
  }
   .main-column .rich-items .content.calendar h3 {
    margin-right: 0;
  }
   .main-column .rich-items .content.calendar img.offset {
    display: none;
  }
   .main-column .richtext .rich-items h3,
   .main-column .richtext .rich-items h4,
   .main-column .richtext .rich-items h5 {
    clear: none;
  }
}
/* FIXME: [svl, 2022-09-27] WAAS-2324: This file should not contain any CSS rules. DO NOT COPY to new brands! */
/* abo 19-02-2018 Refactor: There is no way to style the HC version of the searchbutton.*/
.contrast .widget-bnl-zoekinsiteofcatalogus button.submit:hover > span,
.contrast .widget-bnl-zoekinsiteofcatalogus button.submit:focus > span {
  background-image: none;
  text-decoration: underline;
}

@font-face {
  font-family: 'AvenirBlack';
  src: url("data:font/woff;base64,d09GRgABAAAAAFlUABEAAAAAvTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABHREVGAABVmAAAADUAAABAA8MElkdQT1MAAFXQAAACfgAABir8DRVER1NVQgAAWFAAAAEBAAAB1gegDudPUy8yAABIYAAAAFYAAABgWZf6c2NtYXAAAEi4AAAApgAAAOS20tYDY3Z0IAAAUCgAAAA9AAAAYgZjJ0hmcGdtAABJYAAABjwAAA0WdmR+eGdhc3AAAFWQAAAACAAAAAgAAAAQZ2x5ZgAAAYAAAEKUAACU0ozGYF9oZWFkAABGAAAAADYAAAA2BCOh8GhoZWEAAEhAAAAAIAAAACQHlgO3aG10eAAARjgAAAIFAAADkvK8GgNsb2NhAABENAAAAcwAAAHMdh2bXG1heHAAAEQUAAAAIAAAACACMwHdbmFtZQAAUGgAAAOnAAAHu3/K6tFwb3N0AABUEAAAAYAAAAIJtoSy+3ByZXAAAE+cAAAAigAAAJg9obMXeNq9fQl0HNWV6Huvuqt609K7llZL3dWL9q3VastrWzayLHkRXnBkW5a8yMLGGGMMmCXCYLaYJU7CFyE4EAifABMSdpLJT4YkHn4WJ5OBhBDCZBKGED7DcEi+h5B83Pr3vlq6epNN/pwvW0tXvaq697777vruLWIm8EVPs/9BBCISK3GQCrI+ba8oL3NYLaLA6NDwE00jn0j7CGNkDMaGhokg0DETpTRMV9WmPXCMCYRN6oejdNVoupwQu000w10Fp9nibelyhpyCO+T2O2nITp1uevqvj2W++oPHMnfSDY/94DH2P84sp7eR2czPZ2nmzC/ILG3NMDILtyY3zP6Vzmcn4U52MqABAzDzZwE0jAnj8OywgMDAMbiGkkntcFTQgJFEHRjqlJ2sp7fb5xHDtGnG2buqt3cVO5mJ0dfO7MO/e+G559PH6PP8uRJZrjy3wiyYBHjCGDyBhBB7L/wFBzbiATrGTxO6ejTtMpkIMUkmSSWByJ+aACIknLRvOvOFabh7TeYt/IZntQHQMjyrltSTJ4af8MOzmpwVVoE6bIzYAR2Rmkyh4XILA7TGJDMThMhwZRmz28P2VbUKcHE8jCOowHYXuVgfno7DAcF0tOR4PjJqXzU6mg4HAoQE6gP1wToArramusrv83rcTu3LZalrSaTkpPKdkPi3V+bfckqW3PA9Gdgw4dwwEdge2Anf2b9vc+50/nDz9OYfwpfyi8rT00CuitmvsT7BB7RoJB1kd7oWad7cFGrw+zxuyWQTKBsKUlIOgK9UcK8yUxNhJrYdJ2McuKMJubQNWYLzikDolD6EnxhNl8GJelLvrHbD7FS1UG+3X4rFvf4g9XpEySsnw/GUz5+Mt9NkT28q6UyKXk+Q1VNvb7InFqeDt6ydaB2aWL761j39943ubZtYuWb1TeODNl952dqNoZDgG1hyeVy4P+AZW77rkG1g4PwrU9KjvupPDG2+zD6QeeD2yh5ndYXF9NCMs68u4CBmYp79rXAzexPWoBtILZM4uTRdHqOiiQ5FqWkwTukKBdkoMKSZSeYpdeVNEVE0jROTiSNNx4EGbcibMjERUTKJUwXjs6NG03a32+2BL5fFEmiJ4qIA9MOxaE8sDAj7unuJulB68QgcEKif0o8ue+gy+E8jqZEU/P/o9/zzk/xTA/1vGzI7v7Xu0KF16w8dWt84b15j07x5NPbQoUMPHbpvZN68kXmZ7exXHWdaYK6bZ99jf2SvkBrAuI3cm3Y1VDkEwRStpgKsJkrMAgigMsA6DAiycVjWTcMiFQQyjis9PEzMZvVPoi2EhryRKLX4QI50M5ImCGvOJDDTlD4gqg9AqoymKwlpawnUAlw1zWGXZPG3UMkvx0U5HEN24EyR4LSS/ClOKj/whTtezoBoiW729n+777sL1k1f+LmNS5uiR8Y+ccXK+VvO+6eF8QUj0icD1YG+WA+9+MWvLNt4yWT/Hl9bf+fmzaMbF4wHt2/7YyQo97a3BTN7b3W6mqpjXcC+ZCN9jLzMZVFSwdHBKMohooohJ+FSiItFOMNFkA0+oegRQPS4QexsVEUO3q91dheNstdBoopPS4R2trj95dTj80vxWGXqO1PLFi9eNsWOH2evL9zz2GuP7Vlo+gV98RdwnReuKzde548vprAaUn5fpXStft0J/bLM/F/g8wJA1RcB/nKSSFeWOew2qwUkI8wALSMKVz+HcxiCOXwG/zg0mrYC+OWknFk8sDRTfglgk+IpeFKSRo8Gj65fv+H88zfc1HCUnTzWMt58cNFl+xdd3D7ecQyetoDUsXG2FKBsTTfBZxNF+SyCuDMRYRIoZRqDY6bV8AQ7sXM5JlmqW1LJRDLhBckFa3/By9Mvvzz9Pv54+WXEwDl7K/l38iBQNJiuLaC2gdR+d0JwDh3ffFijdTX5Nq2gSRhQnw7gcILgKLNHifFSCg+mFR/Q5OHDcGbe7F/J++QpWLyNypzb8YHIoVzv6p9Q3T7jdjGLr6VXXarzuELrVDQZnT0z+2P6BfYX1PBPgyjtbJFgCQu05WDm5y7BLn/0n7AaQrOnWQf7Gcgev6btfCa+zhRpCmpCFyyg8uEUI8KU4fBo2gFSxO/xe6u9Zlgurp7FQndQ8JQL4XbmquyuDJVH+7Zdva0vWq79cesbtHXfjh0r2tpW7Nih/UGvzcyjPwD8FwF+TwDPiKTveWAUVKyqLeLgZgjTLBCHNhGK5YF8LxLRgxQNOYFnQOM23LnxD7ezwCd3fP/MQqQ6LCpWD9hWk9XPlzkQl6ydo5KV4yyMIQ0U04IolsWUfpibFvjwalLtizYi0olkdDED9SCHRQlWhiIgKmjI20XdPmdVItLYJcxIt+ybPNLR/ks6//4/e1xNHrm5u9G+95L9U0s2NX7zRnhMA8xFHUDXTC5MV9pBKVMPNZP6IDNxaYhgBgFHajYREOqUqsIOxB43ebjaC8CcUoB3Kjswe5pbRHD7xkhLVA4h77uTie58uCUvV4Ug8UARJrpBvLUL8qtdBxPRcIf03303T+z+1JL5i1d8Zv/Om733VY52dLn8LcEa2nLD2obmaF34E+t2bV+43iFYxtK792/ZGl3X3eRvcFoY2nRV8GMezK0NlvjWtN1BYfaGQK1TVZ/7wTZhMOMmRnYTtPLQhAmbAC8/gVFHDafxTNQEKLntsCTs5fZyuKsNLBOnBbR6KBlK0oQTF7WQlCW6OvNjGnpoy5bj7It3TtNvZAan76SO06eJTvWTJEDuSDsEaqK1FeWgidiQplUIMY8BLc0hpDTnkQgqXE79Nobapw1nBobA7cxgghYdlQ5kBwAG8KApw+lRZWoCJBCNRsJcLFFvSFJVDZ+KIFXmgsphyc3MmT8I/saLb737yrFr/F8Ue+Id8xPLW1essrCTN15sue6iy2/dOhqJty9sb025augtQPsg4NkOeFbCLLzwLEXbCFB0AOi1ZsoYt+/5qo/oeOKqV7RwNYorkKIXqkNzBnjPfo+mue+RroZjhB3VRhjOjcJXuoKQKr/HDbBXesIiSDyqkQbV8mK6hLpUK4X+48MB745r737j7tpA8N5j6V3p9C528ox00459t9yyr3Nzd8efzvxlYsmSiSU491HgxxYua9LPmtGiVyfdyUUL50DgThbG+atQBcEkHokyNKEUieN0mgCiBAWe89LtNJx5kImZ37P5x2488wLI3g6gewhWtR/UXAvZ9JzHwsy6e1UHE2M2MfMUyYpcI11qkSKKxFXHGSiTtoLkra11iZaaFrdqwamLV7FWku00haZcEokj6H8tuPmnNy/pSy8//tLx5em+JTNdq7rgv2PeBfNSn0ixsm2Tk9vmr69kztH+Hfv27egfdbLK9dFwW1s41NaW+U60pyca6+kBgMJAj27ADDlqA3AUETS0qgFvtDl1cJuGzRod/Vn2V8aYNXoWzHIipdpdiFo5aFOGOAAKtxVOcs4UM0mZYqZoU/on0KYVZLECnFdbd63DOZq1yHFULM+BoewygUzRtCzL0ba9Bp1Lr1BULzwX7QZ8LnqvkXQINSfw13b9EcKqPN8U7QftzmhHjPL7cmuCvq1qdDJCmtkQ6wFsxKfNaIdRrxn+RZNsKPN9uigjsp5br2XX3vriNMKwgBxn4/Sn3JO9U1nqHsLMoPaE7SbNjozoa7yGAwnqA5xoAHMjV3h89Gp1kRe/eq4LcfEW84ndsFbM8L2ARc68ziJ0ZHr6BfABi2CYSkbhn9k7Auh9n/612YBf7+xfmRN8CPSaPjf8RAVAGIFbgGA7APY9yBHTtej66FrSPA62ftisyaOoMlaYnnsw+FP540CXAbpT2qioWfUc5HB9EN3lsKsZPYdUsie1WChQr2IdFdWJflV2Lan2NTa0JYQv2G7eO3F9ckX8K3zi32mdF3bNq4pUNsS647YLL71wrG/DvGC87u91DmuYfQ+culdA6/WTfx9+wg0Y2dKU2JLUAn5yLf9gVz6MKqe7iNlisphN0w47A2uJ2sgU6F8rtZip5ULgTGmcSBJHXhwH37JZ1Cg1z0HtoFztZFq7AznH69O9hZdKRLBJINEKb6Fe2CYiPX12u73f3r9kUV+qEVRiJAJkLLPUtVBOT68HtGFKUn4n1UNgraQS5VSRGYlulITlAipPWdSO+RMp+utYpC11Xl/nDVFrrZz49BXX3vPfrz+wen/ygbEH3/jX+zffv0dOLO3yxeOU9axKj+zfPBJgFrqvKbEiObri9X9s8QdWrbz8uvuvvf7zi1aueflL978y9IXJhWPdDdYGX++2oa039bURNoshrLdAs0iA5vpnrdSUtTRFDEhQE9vNzVkz2LiK/AET1ESO6mf5CW7ZgotOiMVmscHdJO60+FtkmqByPCTRuERp9/W054lFmf9YQKs3XQDabuHMDK15/XX0MAYBjkMAhxJbuPhZG80qnwYCeKFWmZQ0d1hRy2DuqDCBvSlxk39SH6sP4LDVBAIe8AsCciBcX+ep9dT4vfAsV8gKizzhDHUHma6UypksePls6b8HqSW5bqS1f97Axo61m7tvvrSpb8/e25sXT7OT5ZHh1PwRF7OOn5ccafGy9N3RxqHM7x9obFmDmjs8+x77EnC/j6xM2+1gGxI0JjWjzYtqE41e4EbVTm5G3eNGnUNRL6lH0fR6To5EwijgqZRlIz9no0q0MtinD3dtHD102cbxxA0tn1r1yCuvPLLsBrZ/x/zrd+64YdX2RYtP0ZFT3bAikda/AFrbgQKrVIPWbKAsOE3Z+CmAaNYoywwBVJcDXAuH2+GqKIMb2UIiJ2SCExJgEpyKwT74zujnLu8/8NS+nednju1hJ+Pr7ti2/8trWU9m66s79yCFgExsKYfmAs13gKeZGPeEs5Ot2LZc0AUIl2soxtWB2mmUcNxANfrNML1e7d8a+rvMt2gi8xO6iZ08fuPx48dVCJoAAisZ1syCAgjMWQM/7+FmzcDHgJ2VWPGxGLDTH+tcQ3+d+S6NZ34Fjzx+PPOuxhc/BL7wk71plw1Ywg4M7wHBjeaJSfOi0BQ3CWbTpObINumWazPhlKCo6thUdqB6uo2olPATv0uWwRZHU90pqszi5yzEOSgpJ9kPb/gKsss3duxP79t51VU7Nyy5jj6UuXM5csyWw8uO/OCIfBlSCjnn63yuBjV3VDGSJnnEeRhjGIo7mnNCGOMntFh33uwoUWcZfg6eoB0nTmT+mZ3MfEgtZxbS7sxP4T4DcMkbPLrUea4OthaywLsPnEBRQ+js/5l9jz4H9/GQZc/ZrLAKdTNaUCx9NTjLSYvHKFj66jFOTzSkPcQTjaIhTZ0oKTSPB/Snkz7natt23qZLnZ8Wmmq8dRWg0k5mmlLrVjetWy9XR91VLTU++qLG829y/3LJ81ZRMPj35TzONGwSmGqG8gNsjB/g1idiC5rK5XJyjx4D9gkrlalzzQnqPpX5R3rBa5nfwoNfo7HM85mb6EjmCfWJdniimSzIug4cZbZNdx0wTEeO6sd058FMzKrzgJPlhQeFgKSnVI4QLoT7VpD+58usRkwqFEzMJjioeiYKKsoRfnNcMhWkwu10q0sm4YZ/wAuyAP+cg+9+mT307yfY31/5NAOMuulPzyxk9Wd+h98qN/6Bc+Pi56xwy49JRORCt0ZEdMKdMoVn/py2sROnMj/GJ3rou8CFH2Ys6EWAHROEFYsW+sKshZ4XgOLhW3fWG8rGn7L2eWVvg69SbNCchPArdOSVVzJP9Fz14lVXvfj3sOROZZ44RV/9wRFYd0SV11sBTwvmvpQn16ClxwTKcye6iFKxrcKYikkgKA2UUbrr4rZaQUhVWMsdNridJRyS+KyGGryekFxNvSi0QdtJtCzz14MX7r+ZnfzlrzLvsvQjG9cTxZMS1gINykGfXT78hB01R9Z1EsxMTcJlg911KCSZcCDXwSLb1EHgOKrnVWdLPxslqxSH2ud1OeGBZZ4QulpRb4hbSA2KE0lUGgprM+sf/eVrNP3aioHMguueuu66pw4f/v4j9/3kJ/etPVrP6Jrnjhx57ohKyyNASwdgMPasRJlJY5paohg0YGSYzSpJRd3oqUYDA+NUk9owUbd7PGXAx2W+Mm9lOdzX4fSGLJypkKqi5AZO5pTFyBvQ1kXtIyuf+dZdq7cG5Db/VUDhVXvKMr+gteCLpx8wlcm164AYbtAPLqB0DO0GLxLFA8uymN2Qy3iaP2tkvJZIq6zYDRiUwTSRmQdrsrEaE7c5mfMiV7o+3h/pGxjoi5y4/M6JS6pWxpv7u4YuGOq6/5Kb2O2X+6uikRrZ6w40DXVfenj06vpIXA42expia1P7rkbpIcHzU9yeVNeIS0k98hiFHqysxCgZuOFkMidQqZiNyoqUweuSnf/8I9b5Izb/2LEzXG4OAlW+yGNDqo/swhi9kmXNim5+kNGj2kEuu/H+4LDLbjfeH4S32BBLwpr38NChk33x3swbJ06cv3jR+bDuV9/wwAM30Kcz6/s3fWIpfRy1LOD1HY7X/GcFmhU1ZYqo0UUofmbkaI74BLTcXHyGKJdvlNZlfv/U19lTX8m8Dg/rpD/jUd/ZDEzqO5oslQRByMpSwEcRppp+5UcEcpQfiQpZWep0q7JU4M/CfyhLhZ+99Nil7K7PfI5ded8/3XaCgU7MzKcvZtrpSyDh3smgvka/8iUuT5emrTbJBFz+8UWqy+VCAne5hYQ/lRCobKcfvnPy7s98+/eUnHz8EXqQrvvww8yTmduACP+GWIM5hNCAOFr4vGQyxrrPhbYgxFwuRTXRRC04G84PMh98b+b+b2Y+oO10JvNnas3szbwE2MnwnPXcylv9vIgxNKZlZ33ZKFrxmPpkYUwdDD2X06XE1JWIGrArnco8zPyZL9F9x+ljx45lLkAN2T+7i3rY68AF4XQ9j3mz7bh8+f1ksiqH7ynwfAK+qWfz5pfY65vPLNwsHCbFciRmiaboFy7N/PygSxbsMq4Oz+wu8pb+JMyBEAEzzmwM4Jdp7pP8SVxjwP/woBOb2cnNH92K9xgBw3iIRxrjT4q7lqcDZowHDXHDAKaa0kPGYOKTIlkORHfLcWnkmc8+c+clB+gmenHmc++9hxeQ2aP09OyzAHMDv5eX8OQS0XNLzkqm3sQMJKSnMw56+pPdgO3zrIe8zS0+FYo581J4A7dfjh+dvPFxNLFRU9XNnqYY16oFRfKMElYoBzEqoBSFe4jCUK3xgAkOqNEHnCMz2NNT2haN1mHw9cm4BKsBRYmq2OTCYRL6CMpgRerUlhoVNY4CNQeGlxwKBjAmI4cbZSUzoAYDFpsTGDaQ4ujj1dG4HPYqMovuZu37BierIwsTq9rleY0DPSPrj35y+7HoXS2BjmWLVo4MyCm5ugxc787569Zcff2ffzFQHehsQeosmz0Na+E0cZJq8mM1JiNQM0YuTTwmo3zA7IJKFfS5ZD0H3TrMc9giLn4ltRBSUxDGMZi8Dg9r2W5lnOLPZ2/DnYOCcUWHRI1DRpVIVnWV1wNYOCMyjzagEZcwJCNkb6VqICybAWLtuvrGizrWu1n6QDp9gJ3OfCd9z95Lbm8Ppmnz/uXL9y+HyYoB3/wO+MZNmtNx9MuInfvrmsJtHTa45OhXZR1yxR/H56Iypb/bWdM5L52e11K/M33xZffee9nF9MkLo/CU6IVL73jzDpgFGWYhoc7CN9K2CpC3oBLNqOQ5yRFpWUe6NX8vASd5wRjjXoJsTqMhO6LIngMewi82JG/XQS7JI5zkFKSInI1l+RNOLcXBEseYe33HRTdevWtfO3OoRD/jSAfbb79k7z1p2n/mBwrZgRZAd1YFdHcBLTrSrUqQHk0t4MFJAzNk3duwM+yWZcwpRJUgSI+yQEJo1MQTvTgl9PN7IvsXIPH3XJN5yLqoJf3kizTZ2DHvgdVtCZiEY5d3tCROxnoxZi2CWLlOQId5PG3DnCuoG4HpxiFoW5AWYJ9qW7sisJJFMSxyI7bE2aiopAvQC3e65ajTaQF4ueCFhc00P7yOoszfs3NneXzNgp6IFPDGwpdcQvcfvqA1PT9ovc4Wal99OPNZwnmmkiWATgESId9T+MRVQ0WhjDLQCJShZjPBCsaDptyD6koOgegRUJpxZjab+ZyHdee3XZdwUZRUkWE+nJQeXHpc1DhOkXIRuaEes4eRmMylHNphaIiiQFtEDXzk8yeSorp2WeKO2+8dXT+0oX85qxqOXXTjNTsXbPKw9wd2DQzsom9llh379Iprlyzt7QjV337J7rthPb8wMTg4MYh6IglEs8Ia85OpZzFJj7ZFSNX5sr4fqRVMU8XI0CwC/QThVo5mghQ7gbbI6PPumDtSacZUNYggJYYO04wpaZxfOTnDHCsTe4ZnqKWy3peMzoD4eaK+48pLMqff89U2+pzL+v6E8wvimfwK7P6c3YRqMqZpmGcsDVsb0QQEttMPZ7c2GjI2KBS1jE1q5sHEYCIxCFSrYVvwrwQ8dfbl2Ur+1Aqg01japvFMlvvV3LzivUX4vE5o849JNOAmxXfLOcd53+9zu9AwxbXqa3FnJxz8IWdMhesn63a0VVtcXleVlTlUCM98sHOP5SarK1Ltpu9frsKqzGg7zKidHFBiJ/qcupQ5xcWn26nZlK5qq4bzBhjPRQ3n+KxmjVo92JJKgEcHiiU58/A3vvvitx9iMJHdL/w6858ffIDQpeCCnwB0AjlPAcrBgdJiVdn4lRKwKhK/KgxgpWZQbKq4C12w+hvIVRjxUIL1bjVYbyLj3E2IDFsks6CYsFq0AI/iEDqOj2k1jCh5Ek1dLvDhaQ1RV9gVjjitllqEyMsZ3A/LFHjc2QMWCf5qZ5zVk8eZcyhxINa156sz/VtmmD1YlYzSt/ob2jdtejnzO1q7/uLMLKU+f4uX87y6RgErP9kHvpWgI+Um2j66CHo+xgn1K7l7fTHqp4ufUSazTBHEsFC1aJO3cKUq4GcXKoc8d5kqmnuJmq2tB9tI1Uqtxn1IBelYVZrJ9751771vmbk6vP7NO0AL0V5FDaJdFmDr4b5oEezmVhhRTDLNCNMsgEjWFuLaOiZwDc5P5NpoxiHF9Lc/SwW+MmWnBuiyQvX9JvuRpr0zb7NyXXvLAHdChfsq1Z5UzBlq5vYkfBCUD7o9qRuQrVkjAwVcDGUKt2siubZPzpBi1h9um85m0FCDVOqmSIH5B/Kll1ZpBmDmFRUXzo30No7LrarfgP6+FWwBNmShZBD8BvhFtYO63+Di4QZlcjQPMutfRnTWaM2GQYqdUJYdigRATJY1ueNFs9bvBWuhnAGTzrCuLSGnXNeUrLHQt9ZsNn/K5uvsafoxwF8FFuzzAL+MFqwhcmSwYLNM2iS35aSUgiae/1IENK4JTkr60NZQry8U7VvaF21cNtw8vXRL6+LlPUPDPYc3HKZPbWnyeCq9VnftopbW/nBl/2RS9voqqtKJkQ1oVwE8R9gVxEv60r0WoI9VMajNJjO48uCmjkki4wYEgDmhGNYAq5d4nWAyydxiArdYSXd5cXrBUOBbIemRG2va2iua0iPbJyZm6FuHH2xvLf9kxYpVfzjM8zpJWKVW+pYqV5RdH1yucJnAhQSZyN2b69dOcfMYWHZCM48NZ6LGM4VyxWARw7x5ggK3bZi1QLBkarhooQ6DBaBEmpoB6qKRpkhuNET9XBhpUqM/wo9/+OA17ODdL8DDnqNDmRrMggAfDMD9S0WZIvlRJu3IuUSZHn/qSzvZ+oc2sy2ff/yuSbYZnvtPtIt/19BlmW/D8z8E/Hrg+SWjTJH8KJNBI+dFmWR3HKNMqJElywsPPnnB+q/c960n9x6kpjduvPGNzEcPPogUFcBmboIn+khbutnjxP35Vm7d8NvmWCzw00d8XjnGgzFCuUmzVegSylFlTa9XOEPRxc3zez2yHIpXlNl/8eAn2UUgTn4cj3Z5Kl3XVPhqQwH6TuYf6FKe6YMfL8HTrWTNcyJleVs5x5QNeDlhp2InigaeUhgkNYe84Y8+oA9lPqTlM68ePv4bjBeR8tlddBd7nXSQ7nSHjDGOIdxxaWaU5wqJmWxHo24MOFk2IdodpD0Ud/r5bkuzl68y1OhJMNPgr94FsAS56AHxIHmDAvwRBJG/a0/fYHVjsKws2Fg9sGBPly9gN7nkGq+3RnaZ7AFf88HBoa/6gg7zQbMj6Ht8aMVBh9dV9kCoxS2BEJLcLaEHy1xebtt0zorka+w9sHzc3OrgllwjXaUEiTAr1Dk9zd77qKoQOzQBceWANT5FcOuLsF3UgviyOR873EvqU+D3KiiJLTSZUBBdzFLJdkHBvXxfakV1PFheHowXRY7tPXfsdpOfAtcfJ3UkySNazZUU3ZGhCkpWYCBc2KRviFWMCYGsjUVjXDhjfItiYCHeDvxYTnkoyB80IVuyykjbSHxQqnP6XRZ3pMKV+5Ee33dBg1AmWU3V7qrsn0rdUpjOp+9yTyOejmgBKi7hFB82Rgs2f4E16sJde2DTfE6tS/oNfS0TY3fp+31WzX6dNbAekIh1ZCi9Aj1pVxkzCW7M8AxJlFVToQrMgZWEgotMxe2G7Wxow6IP3cZXIshUj9Pt9HEVYE6qhS4JXggjO5W9D964s5x6PbR3z/XXXbRw58qJaDzeuiW8vWVha/v554nH9+y9tay/f/HuWCbTclGo7rzvw9of6NqN/AbAjvI91hehv29CF1rfTRsyoweE8zGZ9X0kgMwyZqUWS9gCy7Te4PeoY7MjopZV3OHFzdeKHnM6bZYALNpEknv/vTnOvzfh7ZyYmLjpspuHd7V0Lu49ceLMwRd3r5i4bflFLYPJrt0vHgTKRsg21sp2A13qyZL0wjKHTTKbRIH43M5Kis7XkF1kZNDvYnRFNgMJa3+TqvEZXev21lYhTy2hsR6sVujt9qf8ks+D9QtiOC65VOMv0gVfC7uWPbIMfup/Dg7vHR7ee0/X8keWdy3ohK8FXcseW6b8SRceWLPmwBqQ8K+re3mqyKW4d1owuUHs6LmrEJh2EuVVXRbcUkVslPBNFKFhO7XZwjYgLZAfK8CKjcQxURtm3QDFKlLl97lwMzX+d2CxF6duHH4ImA4QsNCL10y89uijji/u+uZzMzPPfXPXFx2PPnrfRKdngoZxp0HmNxOezon7kHs7Z88HKfRlvheRR9FJ/oZBgvsFYTYrkYwolryKaALh9OXMgzOZB3k0aw/or1eAxxaRkbQj1d1YXVVJpazsd+FqZ3SnnscjPG+rZ+9yJw1cwo62ulq/VzZhGYaexhMwv8i3nOYl81J8tzGIOQGrfjooLw1j5mlbor4mnt66Nd0RTY1ctOBrC45Y0tFgd1v/2v62TUuWjSdXXvOr3eGlh2RHfQXbMxgIBaprm+XmVd2Ng67W4cUXyNNLwnJVwCdXReIr2rb1Nq9MjciJzKoOT1NrIOWJO2u8FownvMja6WLA3w68muDyrlHgEfxNAkbwx80gD2AJri1zUOJ2OvxlfslM7NQuWjxKNF+z4QHBhOHvarmzMyT3dH1V/c3aE3Koq0OOdGu/UXAGZt8TTHxvTT2JkxH+/PNwwzY8dBpUn4mYr8ViUiZap7RCK1CIuLlvilgkybKJWCzSBJEs0kg8Bn5cJOSKhCttwF5cFCeMYSpZ34tlysvr0/e22XYt33rR1LYVO+zbHP2dXT0tqzLdr9Ge117LnDp032/vu++3YPSvu2ps/LJVg/OXpOYNhJRzr9G333744bcfBuD89FE6ALhUgx0B/kgMjSQ3ZYLLmMfIHlDzGLFieQynIY/hKpqccPLkhEtPTriIIsRC9XW1KMgAa9kiAdfruQkhNzeRxOQEcOFbzD3UsTTYtKQlWF/dEulJbTh/yWbXWEugkX492tLRXNfkdTB3INLVMTh818Xuptp6XHsucHYz9N9gKuzE8qzdahZYJ5a1SfGUmf+kjkOHttx/P12t/Hr48ccXvfPOIv6T8LqqO/k+YjP6oA51Xw9hN+rmFNG2EPvUE3n5KHX7cJHLSl2BMfGcHTLRZCgZctLfZTazyJ3fm8688DdXWJl0PrYTD4/3TnBO3ijyTQs2zHFbGLVM87poZGVYQWoljbJDIcvL48jLa3HHHgZgA7VVfofH4eY79+xOT8gB1iRydtSZ6PZ6sI5Q9uLWx8WgcWWSz9b02MNbdu0ZddImp9e3MHNHDkN/md48vd1x78wMnbdB8LibM/+Rx9KgH15la2kr+/rHyO5RbyhJWzNfZV+fmEBOCdDD9BDoboy/NPN7oDJGFw+oACb2JnWLNGFrYflWakaUq1stEg0rcccvDyUSQ4n775ycvHOSnkrgp1sm8ZOyK12r0qsgi9LzGSUWvUKPmERqmiSiJIkbYbFIoPIlUVrNt0RWOCrKy/QtbjbF4NQL9wTcTM6L915mEbps+sgR+J95je8pr6IhuodXYGzCuhce16zi4TtlszgRuFrcru3/diobaNRd30XOZl3TsCsq8oWbwu2sudVfAFnV37csCETYbvPY8ODm2vDtP6Sh0fsi7ni9XzzvvPS8jtaafQx9eSetpQcAwghZmO6zWkCHOcGZqK3hlV+GSi40wXdqiTInzzxHiCy3yOGQJGnVXJrcMJZyaXEHJn86PDQvad8fPH7eeEtjc/euVZ8LXGxPLS+vr/bRn29oC7V6Di5IRbolZu6LLe6/wtfdWelFgEgQ7Oy1PHcc45wxZzUkVzbgQAYnTz3OetSoQYBHDarIXXpmlJisuPyVzCh+AGtPi/tUiUq5Ozde1aJfxmJ6qDKgnedntLIYbYzxdLTgtFpuBWZOzOmKKOVWWnQhzrcK5IUXnGUzefEF4dfsRznxhbLZa1gX0KeMrNOD4wLWXU/zCMcNvE8CboYQlH3VOefAE+XiD80gKqxWGKyMlDmdSuzD71QUYwhDcc539112/eW0fd/FN9F3N5+/a81Hz7P/dQbrauaRfyDv0yth/VbhXiag2ia1lIWAiVqkVvQ/tVrR/5ytJGe4l345n90KLxWIxw4KzAbshuWHdiUTDVqdHMCaetDuRjN4Ai2qkVpe6oKrebrkGAU5H/HJcpQjh8ySkLpzWZWrv9QjTZGups1dSxZXtzX0N7ic7obFC61xuasz2OFsqHRZ6oCiJALrW2Y/Anm9OL9iVC+Xds5VLs3LRiUsl+Zlo8+Pzr9/Au65aLj/8swmoloLV4DGsIIuNcSlnXrIz0VXuT0elwllgV5LD5ajIhj9u2Ymd31+524a729q6m9kS5Zt2LDsvPPPPy8Qi82Lx7jkJRXMkq+jo+hJSMpPWs6Vc+Zp/muVUUWbiGX2t8Kl7E1eV+lFz4vP4USVC6xpKjrAIQSiwCz6qThYTU0rCBUlkUrTFpgj041EtIENLUqTVjPDKNlGK99wuA2vIWsqKrDAssJb4fW4jWWWdnXmQuAZuJVSS7BTpKhCQ+wWwE798/+8oq9vH9uZ6UGSDvEGARvXUHGWbNj46K23HlZJnHlHaQsA4kPDRCRBsMy2cDxGQjCrIAUs6IwNNVAyGKbiClUbg2ISJAbSEpwJsyiaNxKzWRyzUNEsrpYkQqSgFKyr9YIrV+7gE23VxJNaI1xCdEcBgXs5I1TnC/EzqzgiOodk/rVQqNtVjIC+gNHl6twkSIrcyXE62kslS5UfqN4A5nlzE7NRB7WiFGTiUJJaBlN8muw28MumHco0WYgkWqQpIpZTOxXtWEFjZTbrVJk6bWVFpi1R0d3W0hirrfZ5XJXG6asoPn30HFSIG+f2Z/rc+rlGuTjwmUKNMj9/xmlLSRWTSSkkY6R2tpJ+QN/lFStTal0X1l6BGqbT3FLcr5VecfnOo9vtKPSjxmEmSq4tOq5YrVYU7LNyQdkBpBZ/YFQENECvGpehG0oWa300d7GWoFQDCbfwaqByciCnHqjeSkVY9qJ50pJTGCTpe2TD6FuZiWm6cKSkb5atsduxTAinuMxhKBay5RYL4X6uvIKhMb69SysaYheDtj4LxMTMIRHnglg0iQBx4ciPDbEAZkQexBa0KnSI6b8UQOwkl6VtZdQsIdhMB1vCEK1knrTmgG0pJHThSIsOdhUC7aysKHfYSwMNvyU5lciDm8rHliy+5covG2Ffs+Y4yYO+jvxAp7cMgLcBODZROkBsZtG2CUSblSIXTDly0LBraCjYtisX2abP8ap0l36BRoRSF9o1Woymg0iMutpq7A7kqswlSVnePMo8uc1r9FCcgILPI0/1Wmt/TyQRdwYq11TtDXa2uusMlPq3vvO9FZFjXi9IVIVa93Bq+UiYCjq90D2N2DRIHZJdAHUwDkiI8WGOsDVLJt5eBk7xUYihLYc0hpHej3HXpnO8azqqEbroYKtOZGzHBI4lXyzBgD9cFQZJ7nP45iB1iTBPHr3L8qM+WWL/sjD+o1H9m5zqLlJDbsiRCo3YbgjWjAFfi4XXc+bTKN2SXWclL7Fm5QQiXlPt81ZW5PCXPRdpl+p8xnR/OgfZY1uXLt269MFgczDYbED0u0vx+DI8GsQI2x9hMb7K94q7yRUKYk2gxM1Wk3nSTq0g16wEhJkg8M2/IQzp0DGbpGEWxzJJtXYu76LsSEWMVIISqnRXul1OnvhTvhyWWuxdIck0W1sHnonAfJm/jP8D/S7DcnCWydBYZrHz6ZkZtdiO1mhdZ8KzlbwusoP8JV3N6yLjDrBRY1QUogFmFmupyWxWrflWsM9Fs3AAW+SI+zHNqRbwaiWTuDvANAE6tN2krZc2vIYJ4vS5XqTIIuNF5mvPdpUCmfECMOSoZCjbNA7nsaJGcCZckUgYu1kV1HHGizsXWjOnvALPMrEu3+novfWh/KJP2pLjh6yr+v5nH+FVoLzuEiQ5xjcOqC3arAC8CPJ1skQJpkUrwYxmRxarxbRotZi+EiERY00mBVVvqMvM/B9lGzfyi3CLspu7GKzArAiDdHZYsyP/32EFJW+EdYZreA4r+3M+rC5y+bPlVLRokidOLBJYGZaS5LVmQdZHFgPZqoHsIQRcp4oyR0mABUXBG2Beoul2FWpU7IIK9T08Yi/TWkVBtWpPdVjsgihK40BHKT6cB7WNat0KcOE1wxg+HJhjqgSe2Su8f8NTmj7mU9KNOYOLEdSmEhSXaLC6CuhJ6uuq5GpZSU7o1C3LZ4cSCszIIp8p0F4K4f9YoLrY7A8Bur8C72D2SSv1MlMBYWWTHLNsXbbxuLEuu0gXC9xEKMAqGzixWrWh+cJimAOl2/Oex3tnEKRM7vOMx8/lebBSBk48pVrAfHGw2Z/ApVv482xk7bOiofrOi+V/jJhUNM3ZxxqO0zGz9lhQStikzWzKeahb4faBE1dlDViVw2dfhetHgMMFkCG15B8UDq+xmMDQZ8I41r+r+l+kRsOrCs7wQUDqqbzz3rPeoWnOOxScyjYsQE6scVYCfsTvrax11tqtpgpzBcfWqpG4BPcNnHi+iMVUhOGAAxx6L4BaslvPfWt9UtCAEMfAIuCVUTzMLYUlnvsGsSYQEcvfs01V1BFRCe0GLk1rHTVu9EGUHgGK++HmoXBFvQm8BknvGvDmiy9im4APFy7U2gawnuO7v/bqzj1nTtHFu2mD2j5Aq4r9A5ezQfJItv5X5h1TRLPVLB4gYNhYN0nUjF6d2TSl1JPZcvcGx5TB1umzjJ57IBuzZXcNV6EBXIOtSN1OTTi7uR1orDR2Fzoa2eLjJcV8jGw9MjujexmCUpnMfTK0Bi8w9g4ghpYAebWigeyAItXK6fLKSm714TZWjDvnVy2jg55bubwLZEte9TJdijqxFISYRQEQzCUhzA74WyCMgwTKhZCCNMqD8En0yXPg85HRZ10Unqy3shMxRCyWJmR2QDEwbU6wzDiItQUgRhV5lQdlsyK88iFVPPAcWMPkUYXjW0twfHGQFcTaSvFzCTxbSo4vgjZMT7gh5AyHOe6YOi+YnkL2z6WDq3AJ5JHkeX0RACMrdLmH06WWxMkfFAkvW0WLgNE1LOuOD5ciCIp6cM/MfPRclPOe+z2bzu2e6fqcMcWICeT01wWclXIoEK+LKwpBoWthO4F4Ca2QS1wxT0PkUfbvCnUFJWkSYZvZfN5d1Yo1qO6UX+98mh578qujjz+z9YknR79Gfz3+9a9d8MzjY088ecGzCs/+RAiyv6rdfUBp2m0WwLLOywTmwh0+wpCVkkG33kPYq9VuZ3sG650VCnoEPxeLNkYxx+tPqUVouKVJ8aMkN1WcrChVekSGx8ZeeeToxNbU5h2vPPKpibHP0M7kwM6r6O2Zf+od3nmVsHvyC4+cSu/q2jH5pUdOLZ+kDjocPrJrzb9kno4d2bUR9Q7WoMP6qyQeskWtj5FQTFEQpWKRcvQgHjTh5sRpfVxOabrH6STE6XF63C61RN1SrEQ9DhLXUKZ+Bzfl8kvVv8/tumIwgpFGQU6ZS8NoxlYy0/q4vwlGkLkGGP/Ezb98GBN5MPrJxLNug8St5QKVgkCVioEq6eTUx+WA6sKaI6/H5ZwL0JQieQ2w9mkmYwG4ioekwHsP3DRAGskbinRpsIlWgySwFMKriJYgnOdDYfKnio7ynuPdms7hbumQxchy+lAjmVCmBIJ1LizKC9c1BhurfM6AK6DSzF50cktIFgMR/1xgeOZTs62IFar0ABAeJBawR682dAEI8fw6VTcqx4fVljL5tXrYi0wwTeaeTVdT7MBqIsAn2gitD4rWCMVhddhtSg8BydhDAJ0XvY8A+jDGXgKCS+FftSsLRvG3as1OKDYJoUqTEEFzZkRtY3fR82pxM+7v9vAWsU47pgBtxBYOOS1a9Qdv0OJ1qg1aTlyUbdAy/ctfzdDvYYMWpeJhnUBA+z2t1q5glA8krODk2fHadIV2gA05qUhX6kXvyr44lKu8V7taliKJzFhGLBcO40Wwuf2XS4yKDucaCFgXGyfxSCgiN4eVutjKEDJUNpWXVGR2jO/P1trnOZOUbPvU7lUjN+1p76jxL1g7vNjjiPf0RtvnMUpmt41e0cwqLhnZc63jasvCvkWLpptikeZk25m3UBPxvgD8TQZR0kR+/bE6AzTr++UkyTJmoxZL9vUOapMAa26TgPY5r7AW9gtohTFEEizSZGHjAGuRxgHVsRghsaZYU2Pc2EDAfk4NBDAkMHcTgU+AjinZSIBVcNv5v4SiSBppDKh0zhQtekUxihIJhgqS5f8LRTEHOCdFvw3CpCRF6XUFFG0lv1PLyxqpZDVSlVd55x40iaYCylrAIbeOEau1gLK2EpQteoWtGGWtMFSwFuNVWxHK+glpbWluAkP/Y9NVjevMTdr9igKfg7qqB2Wk7zw6/rE4dhEg7bBYD+goOxyWcWVh24Fu2t95pC7Lkhq9taUf9yZlBdRX5qxfuZFj+v/hTukF+k0cksWxCa6ASwXcwFEwrWWF0zoKWo3M6+3p7ursaGvJm93yc1s1RTKuc870Tws9w9KzflM2H6vO/Ct85rvIIvLux5r7No0gZVaHoBG3KX+u7bnLqutsF9kLZ6QDxvDhxWfBXmRxhRLduEGrL9W9KLGorSXWFe/6GyaiVD52ztn4Xp7NV3oqriqSrVXnZJbPSRtJfsw56QDrzWa12KaIlaAsmirRvSdvVhJnv6zIvJzjVQUqhZBkT1dnS3Pu4nCc05yw/HTxnHPRYsgel56HfcZkMpeHQor+ib/NqFfT4JVgK0vECZa438VMAs5A7iGLPgeyDfdeMEFkUyh0lF2wrcMYPDaNY2VPG8+wxnEJFR9K9JHDxGLJXpROZccTw3Cwk+e+Ett5JxMoksLhVDgSdofDWB3k5pVzhj4xat5VnQPTAt60WfCAlS2Ho0oPmduBvjsWLtqtdZBpwZYyt6X67hycDPT2jnRHXB2NA+7VO1330XaluQxdt27NggW8t8yC1W2JtWtHBqJ9Ya+VtfZmZrv27lb6zcRmK3mnoVZyMl3NOw1F7WAfR6goyDXMLFafNQNu6EV07hnwUheVTH6XuEBLZrvdsiGZrfdAmjuVndscSWKh/ET2wtFLchom0a6cLPZm943jB+9AXc77BoEux75BdeSynO7+jbqXhVv00awJDRdtJVSbjlkwQ0wxnz1Xz6HRdGVNTU1dTZ1b6T6E/TBKdx/ie9hKdSDaDqZ1fhcieojbf+eEE6KjpWZK4IQ5GnC8pP9KnDDAUxInExi3+Ti9qWQAjDg1kENpWwAT44AYy0cMXUXLGOFmSynEMDtOLWedLIfT5dKQqpsDKTUMXxIvGldMywLc0KA0qbi9wnFDu+KGnBlr0YC0W2x6erupFG5NcJYPpJirnhu96nistkbR9aH6mmhtVMHVMWdLrFJBnJLIW/PUez4RflMkj/08gPi2+m5CrcO49rYFIZTXxignk23oYzRXJjs1MwTrh3cxOsmjMUFC1KoPKaenubb9KfeJxlz2uTwRmD4183WMA+ETe3gu+1vwxJX8iTZyfk4u2489GfAdXib1wcWz2crxs2ezUzPXKuynPFzJZmM71MW8TxRmOzarfX6MuWi1W1TJXLNyStm59jcmmlMzz+QxBwexsCgTO8T8b7ZECIE8gxWSbnfx8qa6Wp4kZdRKBw2NtbJRSnd9pIm3J/FLvNhVY15/KoY5B3zxk1+vS/vu6mvCLYtDd1x/2b13b+9vYPOTewf31TVe3RSf4R1fBOuyRKR3x+Flx+6ndxw88Okatq6jbXl7fWCgoTFzvt7LRukYdpL4STO15/Qj6tL3t9qUTZWhYdyJo/1t6FZkz3YrQn8veZYLczsW2XNbHfVmN8h+rKvBNC6ys5aK5qliV0SVlopgqjY3xiJyGEs+q6u0tiaOku2Sivhu+R2UQoXeWmFTJTY/m8sTlP5KvNsu5os3Z3sY6m+4KtZxqbZI0jtnQJGccV5zJlTZxgZNfSBlcpo00QsUfVYcQgROW/glICxIen9MCFEBGyFsBamUA+GL3IYwwoedro0Z7QY0kjXboRSY+UnvPDBzstp5IKrq1AglmVVEWC6kajzGCGuYfFNZMwk9o21V8iEhcCi03EgpuBX8erKJ6o9x7dnz4a3DZ8lw509V4dow0mRR4brIIc8pY3ZbodErenZ7jxqQN2aim0phVjQJnTehpfPL+ViVUAZG1Lry1EIOXi8Uq9lfQAJsnPXzbiRu0gvTD8DCMuHvB8y2YNiketpMWEuI21VRrrcnkUBXpZIhrynv7VcLWCTz+cRAQvv//vT0A/xP+jj/BRfXzP6KDTKTmp3uS/eWzk5ruqnV+CpbLf28hBamn5eo6eeUpKQyagYW3XvZthXLOvr77r1s83krr3usNjYv/eZXakLz0uLAsl0H7+ha1ta/DLyb9pW/fqxyeSoy9nD58hSvj+f9rLhmqiWfy+loFdSKyWBFSyWbW4WLjCroc9VgwUIYcAAnpZINr7xVVYRU1VbV1lRrGsJasvEVT1vnN79ar1pv+Q2wfqPsoZ0DUwTfPEZwHc+BaZFRhZgSWOAieNr/ZZhi8jsf02+oVmM+pmvyMQ2SmbSthpolQfWK3OouLrOa5rCURrfIqCLoYrEQk8yTlpLougkJ1gUMir80sloCPR/fy7K2agHKqrxXcMb+HDLpIA/lzG/ILtn0opWmYWtJnKPFBxagLcN5PhRYespaEvO6aASwJi1NkY5oh7L312j8lJjwUgnxfKJ8u4iZnE+dwSJWM+9cBtzhIzXkwrTD2LtMzThLWYtDLOhmVqvu+mDKro+C7qwevx+s/hp/DaCutD2zlGh7xlm7ROuzf+EcXqz9mcrjvKul2ud6r7HRePG24UU7WxY5q+fOS3e2dJbobDnDnGuacztbCq9mvlMn57W2FNQZwPd3hYFmVxSbg5xdG024a6NgGvQNG0zZsFEwE4GIXOVH21tuj7QrxVPqjNhLzUgp3isxS28UsGCxGRsstu+L97Slb+W+fymS+/4l5WPR9y+lZpDd4T4u9R1EZWR1uhL9XXCGJf5CBJ2WH+etRGWkzOvlzQ6TUjKFD/JK+IqvhQtPvPQSDX2p58Ye+qXMH755wze+cFzpe0itvG/whnSZ8nRGLVTfZ/I3Nuq1E7uXY6oA4QUgnKmFC2cWLvxw0fWL6DW/h5+Zg+q7c/6RR8BqyC51c6BWjCBamL6MrRJT2kwpe0bqwWGAs4oppIzOjuC7RnxuENvuGne1zwM3d8VCahkI1coUwu2M92TACi0eomX3UEvmQ9p65j+Gjl2+4l/+jlVklieu/PSnr2Q9WJrQvP720a9863hmK31o36l9qoUuHKN/gvUbIo3kfypBaXs5aE8RIOItXuGTVfs0qgwIEQuAbTFNWkFEs3GcPHz9gdbDtk3fHdWiDQSDXRtHSl0C3jSMlkqO1vMEbdmG+UoepjwedbudYXdYdsk2PSAYF5U4mTEtQMJK7/EFlMfMBBvGxq5b0v/2vfce2j84cFgLkWVuO7B06YH0jdmm8uedB4buypU8OkYtyw4sW74fw/0w//yNPsKDJAbQ3J6uaKKiSe/OKuiiUBRNY+ie8UqCIq/4UTeAcedMMPH6oGIvAgpkBxR5I5DivuFrgdB9O9trgaK8xaZ8trcDZe5WN9Cd5S1Bp7gVwJQ+tbAeZNJMptIVsXx6NOXQIzRctH9tbRFSFPFUsc2tgupcbW5VROfsdpt5VrVv5up6+5ISo1N2tT0D7OohDeSivLfb1FrNFgGzVyKfbmXzmqQJvSCPjWPnldxhkiYBa31em5WQQI23wddQWW712DzKRjZbzka2ElpC39yWXymSs9HNUaxihL9HB/jYSirBYi13wLzRoewLdULqKwYMbGx8t46U0xm5nk8eVSav2LB0XXaE8V08kt4pGZQK1pfYbWpnVEvOK3moMqWGN/Nk6pQJ1N7QIzyo8iPv08rfD1RJLsa+haKJt2vV+xbm8qKxQasObSE+hhFcWBcHV2vkqoKr93PNjCnAKn1d2UkElc6+O3s562M/I/XkYNpVRUVzNTwRGxRZYA60d0fWWSRmwhYbJiSZ0mwQfCJsMtEk8k16ZiKazOJUzrj8voPYiLWe1Msyb2GJqSHqlQWl3yA6tEuwFXOKhzn40qqg9P3PzndtG+3r7XHX1ofs3Qdvdvk2bO1PJ6trZdlaQZ/anXl909aqK+0tPad3b7lkQ/BSe6xtBWD1LdbD4+kiaeSdR+oYmgZDvB8ydl4kY/z1T6udrkpB7VemdS9YqUoeHhsHSctC5I9sNqc7GK4myl9PTjiG6MUzstbtNXQHy8u0P2GsxA7l1F/T2e+w+XSAa/NP4BOUmFUAADZTdgB7HZoJNU8p3Q5NFHsd4vZPfto8XfT8aNoaxnBSJb7ShDd+KQwflRWpCsoGTvENXt+mp3mnueDcfa8W4do4/e3DvFcwXCW8fa5XCW+rV8XpY8AtmP9I5jcxCs3VxEi7GXbnjG8+MgS3UWvCs3fszTe/Qvy9boV94nJvSQXZTSnck53MvEVr+D1nb4DBJ86h915Uu/iEci0jrQDP62pOabnaItssmHD2xvj7TnlKh1GOp/KaO36ao1osl8QbkroTQis8ZUBHnaOf+7QBvSG3flOFBH7lAYCEARBOh2LPQ3rIiNbr6gMVuuj4AW1e57SRSGu6qcSti9w3mn/fE/ptsbL/GtbOKwrXqvWPJo6FwN+Kg5EKJSdnVl6cA97pRjgFY8yKcOchfmZeXfiqWL9T1jrpOX/7ne8cO3nyJvqX6Zdems5Ihue6yaQe5hZE3j52UqJo6YPTNmmjVqtiaFt5nbVJsJo2FhsIQ6xjMNpkXc2lNtzX7dS+7GA9+nmnWR0i/v1v34WvY/jjpmcO//HwM/wHwLaSPEn/jrnn6nfmUuOVK6fumpq6i1bhT+wZRYZn/yp8kTzFpZlfW2sVJmylRMezb+XOOcL9MKsbv1woTrQYbiTv9zBvC0T9xl+dvBmQ8T/2lW+Y/a3pEvamCgX2Ve0gCfJMuryb2i10qItaBhO8egfrGFpgNpXXcU8Ru90yTviON6vVNk5sNuQB1DCY/MzG7JuwSRSxWaeKXZp7AdbRE7vNojSWyr0mZyRaBx3tuO3KrX65cBOQhrwm5315n/PPY4swetvUZ6emPit19Hd09J+e+uyFF+LfnZ39Hx01fAjwNlJbceSFL+GBjnsMf79h+PvMvWrfLcq7njp4RzXxabNAtY6nWq9TpckpjAvAOJ9x3BKK/dYChj5roJfGZ39LB2Ge9PcExgH6BzhcaqsvSmyzp1k/2A/N5AjuqjOLHmrir/nTzO5mfB+L0vwaI2wEA2x8N9eY+qonQvhUtmGv5kbQ2GYTphW1i0oMBWuiKR6LOl2RkNPrdIZxEUVx61U8kZKx3XwKfvPwOfdHJFlKiHXU44ffaGqw/nXtQ9sbvlR3irI3gv/etG9FrN29M3r4i8Ge+uWMNgfO7/zX/suHJ+dfuFkq81YEt05U32B3XX7p1gan2yFufqeTd4h9n43T/WfXdJhJWMAi72NfznOgqYBvD2PDAuH5C5ncmrZVUSZWU0HK7m8RiSSI0lT2bU5W/u5ei5m/YsFhswvqUo7pQ9X3OxUZyFd4A6+xlh1yONRQH6jxexXTUs2IlAEeIcO7n2jx147RR9V3QmXuyX8BWfYlUWdeLfo2MsR6Cce6VtunbnNSwUyHKvmbUmzwy4QH9G6ZDdwnR40gc19GieBFhm0Wq6BFXkI8V2EioId40KP0yCbjSOMgPqvZkWcdpJTcpwNc2dWaamuqq/weV0WZRVN7dpWYoZJEzDTnkQ9f2lRItf8LD+2MvAABAAAA5QBHAAcAAAAAAAIAJAA1AIsAAACXAV8AAAAAAAAAUABQAFAAUACMAMIBSQHEAj8C0gL6AxYDMgNpA5MDsAPMA/EEAwRMBHoEyQU6BYQF+AaCBrQHIQdzB68H2gfxCEsIYQjgCa8J8wpfCqkK8AsxC2sLxgwBDCUMagyjDM8NDQ1EDYENxg4nDnsO1w8GD0MPdQ+1D/AQJBBgEIMQlRC3EN0Q+hEbEaoSNxJtEvMTNBOHFB8UdxSyFQgVVxWGFfEWShZ2FtIXOBeYF+AYHRh4GKgY6BkhGWAZmxn0GgoaYxqsGqwa2BssG4Ub2Rw3HFoc2h0ZHX8d9R4VHmEefR7pHwofPB91H8YgGCA4IKgg6iEHIWUhliHHIeYiSyK0I00jtiQPJGgkxyVeJhkmiybrJ6woAihYKLMpdimuKeYqJCqvKwwrkSviLDIsiC0ULcUt4i5ILpou7C9EL/IwTDCWMScx0DJ5Myk0JjTwNbE2bDcPN3k34zhRONo5EzlMOYs54zo4Ovo7SzubO/E8gzzzPTE9hT36Pm8+6T9+P+FAP0DBQOVBJEFkQcJCZELsQ11DyEQ0RIlE9EUZRUtFlkWxRcxF9UYfRj1GdEatRthHFEdiR4BHw0hwSIRIl0ipSSZJQUlTSc5KaQABAAAAAQBBFaGc9V8PPPUAHwPoAAAAAMzetR4AAAAA1EOo7f9f/wYEbwO5AAAACAACAAAAAAAAeNptk79rU1EUx8+99xlLsYqpYlNTibHGok8ah6golqogEbW8Qh1F6NDJySHgWKeCiG4F/wGnQrcOijgJDiLo0kEchEKHLkJEsej1c05eQiwNfDg39/x85/uea4v93B2YgNfy2A/IrM/kLBwIT2SP/ymn8d11lySFw+6blP0LuczdQSjBRbcc/xB/HK7AOajASG6PwUmYhKrFk0uNTOuYTeV8qBC7EaNfkqZfkSp9m74lM35WZsJg5z95N1w7bvtP3Je4X5VmmIRp/C3sHFbzp2QY9voNzm/Fh834lxzxS3GLuBPUuaYzYw9pf8ceXBLXqDmG/zrPWNM4atTcQynk54ZL5Axxn5lXzxfCgjT03s/jJ89qL+P7KCPYgvlS+l9l5jT+4hzoVaXmfvkqdbX0X+jtPpPbUIdxn8UvGsO5Rs937Kfs7skRPyrFfP8lu0viunuea7JI30V0Sdi59n4gQ7bvJP7gftw9tfxyeCQDOQkzHbW970IyFL+bFqpDH24ivqduHfsB1tFmX1eHnTDXtFnVop+OFqpxw/a+C+g5ZlpM/Y9qpc+IfaW7sf13ddiJvmPzMmr+ftDCNFNN0JJ+RWpth9/MvWr1hlXH3juDbmiy1emJL4lv9L0Jm/btnOrC95P2yDQHvdtyk7hbyTOpEFOEsryM9/EN6nx2bklBCv8AvSu8EgAAAHjaY2BkYGD69V+I4TRL///4/4Ys+QxAERTwBACmYwdTeNpjYGK8yziBgZWBgamLKYKBgcEbQjPGMRgxSgBFuTmYmZiAiKWBgUEfKO/EAAWOLk6uDA4MCkqiTL/+CzGcZt7IyAQUZgTJMT5jOgKkFBhYADS3DFQAAHjaY2BgYGJgYGAGYhEgyQimWRguAGkDBgUgS4ChjuE/oyGjE2MwYyJjBWMd4ySmY0y3mO4oiChIKcgpKCmoKRgoWCm4KKxRElIS/f8fqFOBYQFQhyNjEGMCUEctXIewgoSCjIICWIclQsf/x/8P/Z/4v+l/8f/0/4H/ff9b/WP/++Xv5wd7H+x6sPPBjgdbH6x5sOTB7Acm987fOwt2I0kAAIcLPDUAAHjarVZpd9NGFJW8ZSMbWWhRS8dMnKbRyKQUggEDQYrtQro4WytBaaU4SfcFutF9X/CveXLac+g3flrvG9kmgYSe9tQf9O7MuzNvm3ljMpQgY92vBEIs3TWGlpcot3rNp1MWzQThtmiu+5QqRH/1Gr1GoyE3rHyejIAMTy62DNPwQtchU5EItx1KKbEp6F6dMtPXWjNmv1dpVChX8fOULgQr1/28zFtNX1C9jqmFwBJUYlQKAhEn7GiTZjDVHgmaY/0cM+/VfQFvmpGg/rofYkawrp/RPKP50AqDILDItINAklH3t4LAobQS2CdTiOBZ1qv7lJUu5aSLOAIyQ4cySsIvsRlnN1zBGvbYSjzgL6XCSoPSs3koPdEUTRiI57IFBLnsh3UrWgl8GeQDQQurPnQWh9a271BWUY9nt4xUkqkchtKVyLh0I0ptbJPZgBeUnXWoRwl2dcBr3M0YG4J3oIUwYEq4qF3tVa2eAcOruLP5bu771N5a9Ce7mDZc8BB3KCpNGXFddL4Mi3NKwoKTHS9RHRktJiYGDlhOU1hlWPdD273okNIBtQb60yi2JfPBbN6hQRWnUhXajBYdGlIgCkGHvKu8HEC6AQ3yaAWjQYwcGsY2IzolAhlowC4NeaFohoKGkDSHRtTSmh9nNheDKRrckrcdGlVLy/7SajJp5TE/pucPq9gY9tb9eHjYIzNyadjmM4uT7MaH+DOID5mTqES6UPdjTh6idZuoL5udzUss62Ar0fMSXAWeCRBJDf7XMLu3VAcUMDaMMYlseWRcbJmmqWs1pozYSFXWfBqWrqjQAA5fv8SBc0UI83+OjprGkOG6zTA+nLPpjm0dR5rGEduY7dCEik2Wk8gzyyMqTrN8TMUZlo+rOMvyqIpzLC0V97B8QsW9LJ9UcR/LZ5Ts5J1yITIsRZHMG3xBHJrdpZzsKm8mSnuXcrqrvJUojymDBu3/EN9TiO8Y/BKIj2Ue8bE8jvhYSsTHcgrxsSwgPpbTiI/l04iP5QziY6mUKOtj6iiYHQ2Fh9qGni4lrp7is1pU5Njk4BaewAWoiQOqKKOS5I74SIbF0c91S2tO0onZOGtOVHw0Mg7w2d2ZeVh9UonT2t/nwDMrDxvB7dzXOM8bk38Y/Fu8KEvxSXOCgzuFBMDj/R3GrYhKDp1WxSNlh+b/iYoT3AD9DGpiTBZEUdT45iOXV5rNmqyhVfh4ItBZ0Q7mTXNiHCktoUVN0ghoGXTNgqZRn2dvNYtSiHIT+53dSxHFZC/KYAZMQSE3jYVlfycl0sLaSU2njwYuN9Je9GSp2bKKK+w9eB9DbmbJu5Hywk1JaS/ahDrlRRZwyI3swTUR3EJ7l1UUU8JCFfFBaCvYbx8jMmmZGXQJFCGLk5V9aFfsyBEVtBP41pNWed8Wan+ukweB2ex0Ow+yjBSd76qoV+urssZGuXrlbvo4mHaGjTW/KMp4ctn79qRgvzolyBUwurL7dU+Kt9+xbldK8tm+sMsTr1OqkP8CPBhyp7wX0SiKnMUqjXh+3cKTKcpBMS6a47igl/ZoV6z6Hu3CvmsfteKyopL9KIOuorN2E77x+UJQB1JR0CIVscLTIfPZ7NSEj6XEZSniniW7LqLv4AnpEP/FIa79X+eWo+AWVZboQrtOSD5o+1hBby3ZnTxUMTpr52U7E+1IukHXEPREcsHx9wJ3eaxIp3Cfnz9g/gq2M8fH6DTwVUVnIJY4bxUkWFTxlnYy9YLiI0xLgC+qFpoVwEsAJoOXVcvUM3UAPbPMnArACnMYrDKHwRpzGKyrHXS9y0CvAJkavap2zGTOB0rmAuaZjK4xT6PrzNPoNeZpdINtegCvs00Gb7BNBiHbZBAxpwqwwRwGDeYw2GQOgy3tlwu0rf1i9Kb2i9Fb2i9Gb2u/GL2j/WL0rvaL0XvaL0bvI8fnugX8QI/oIuCHCbwE+BEnXY8WMLqJZ7TNuZVA5nysOWab8wkWn+/u+qke6RWfJZBXfJ5Apt/GPm3CFwlkwpcJZMJX4Ja7+32tR5r+TQKZ/m0Cmf4dVrYJ3yeQCT8kkAk/gnuhu99PeqTpPyeQ6b8kkOm/YmWb8FsCmfB7AplwR+30ZVKdP6uuTb1blJ6q3+68w87fg026L3jaY/DewXAiKGIjI2Nf5AbGnRwMHAzJBRsZ2J0260gyMWiBWFvlOfjZmDggbE02cRYwm9NpNwcDCwMDEwMnkMfttJvBAQjBPOYUl40qjB2BERscOiLAPDUQbxdHAwMji0NHcghQkMElEgi2KnIIsjHxaO1g/N+6gaV3IxODy2bWFDYGFxcACyQmiwAAeNpjYMAJ0oAwhCGE6RrjShBm3vjvHzKbYRoQtjC0MB1hYGB6yviMgeG/DETN/3dA/qf/X/4LgPgA3ZMfwQAAAHjatVNNbxs3EB1ZigIjgIteCvQSsEXRk0RLcgRIUYNAcWA7gIEEti/tqdxdSqK1HwKXkrwp+jd66r3IX2l/QHvpuX+jj7O0a6VAg6LoLsh9O5x584ZDEtEnjQNqUP38gFHjBn2MvxrvYfwUcJN6d7h1z+cBafo14PY9+0P6sfFVwPv0UeO3gB/Rp40/Aj6g7p5nbrT2kbiz1w24QZ83vw54j/aa3wXcpG+b3wfcoi+avwf8gH5uNQJu34t92Bi1fgl4nx63mwE/okH7s4AP6Jv25XGxqqyZL5x4J/rj0biDeTzsiEGvNxDTpIi0uKxKp7NSvMrjwq4Kq5xOpBDTNBUXPrIUF7rUduOtTNLfITnTJtFppO1cW/HSruNlpsp4YXKdi+mpZB5b89hbnulG58aeX126pPsiVfEyLjKZVbMid6VMTV64aqWlYi85HnYj7yO3s6VxA3k9vHn7+upE9GVvMJ68uRS9HmCvPzkurPZWeXQ0ydRSF24Gsqgvn8j+cDSc/NsktUphSqGEsyrRmbJLUcw+UHJH6Js4XZdmo9NKpCbWeakT4Ra2WM8X4jxkBoisspU4zaKzjlB5IjJVCTTE6rlBSyyCTC5ibZ3C93ptTZmY2JkiL+U0sUbl4sSunYGKhXOrp4eH2+1WKt9UiVoPfRa/UIaV29r92sbobZD2PDXJs6m1qqJjKmhFFVkyNKcFORL0DqNPYxphdAIe05DxAFenh1nQlBLERrgygi7BUCJWU4avoFeUU4xVC24/K15LSGLNR6Z4BV3c5Sz5T+Or4b258/1LSf8flJzB3yBCgzVihjnPgl5iXkPJEroU2GNkM9CmMbyOU85yq8fu6LF/0zNllMPL0jldoWoHe5deIFr5LF8+5qoz+GbYkRlwzmwSHj5vgb8Ke6JhUffYJFfVhfrABMsW8UusOtQo6RrrN/QWGT6ogl7DesK7JXmHxjShN/ATvGO11X8n3H3LHaytko7wTni3lrB7vbOgPmKfJxh9aBlhTP7vandqFZh9XxSG4zOV8HlTwEvYCjD8t7PgT5VG3hixa3gYzp6iBsEVxexb8mnwGhZgLODpz4xAL3Zrri0RK7XMcYrMERR2uIqcWbwWv1bfI9+LOdfpWHWdybDCmC0O/vX/NTJb9k1Ym8NcsD7Jd9OvKfY84codn27P4U+4g8andIh3y6/k/azvswx9Pbyr5TaifC/m/b7fxm2QS8Njd9ee839Cz6DP8r5UfwKpgZsPAHjabdFHbA4AAMXx39eh9t577/G11F6ltffee9VoKbUpagshEk7EigSxZ+y9Z2wJB3tvrpQ4+icvL//TOzwh/vIrVZT/8SItASFChQmXToT0Msgok8yyyCqb7HLIKZfc8sgrn/wKKKiQwoooqpjiSiiplNLKKKuc8iqoqJLKqqiqmqDItO3qaohWUy211VFXPfU10FAjjcVooqlYcZpproWWWmmtjbbaaa+DjjrprIuuuumuh5566a2Pvvrpb4CBgRAbzTXPMau8Nt8yS6yxxaZAqMUeSbXSV98stdpCZzzxxVpb/fDdTxtsd8kFOwwy2HJDXDHURZfdcNU1170xzG033bLTcJ+tcM8dd43wzgeLjBRvlDFGS7BOonHGSjJesgkmmuStyaaaYpoZpjtkvRQzzTLbex8ddt9Tz+yy2/O0R4546ZXNHnjsoT32OuCgs/bZ75w5Tltgm/OOO+FoIMynQLiTTkUkJ8QHgzHBfx0bFpeclPhHoqIio38DJB1yegABAAH//wAPeNolxlEKABAURNHr/XjKlol14gcLMWVuU4cAZP4MJxB1V0aiyJUmd4Y8lbHY8uFiD4jPCFoAAAB42qWUPUxTURTH/22hpUiBIuIXMBETEiMDIQTCaFQSFz+Qj7A4OGkcjHEl8Xtt4uBgJJIHaENNUNIQTSBAYuji0A4MHSVh6+DiePzd24oxEoTaX867ffe9c/7nnnvfUUhSvTp1VqE7N+/fVZ1qmJGZ3JPQ7Vv33JzKdzwLM4bxWOKuzb8b1RmN6aFe6LUCZqPq14AGNaS8CmrQjH1VgM1ic7ajeca0ZbSAZWxTS9gytmJ5bdo2sWe4BtgsNofNY2kr4lHEo6is9yii7p4u2BZ3W/h/J7Nloq7YKnnkbZFrgWs48sBlGvlQc05N6mB1gRVt3XY8gWVV7a/FSlX7ynI2ZVMHeC+oWI6sU/+RrY9lozZatW9gJYdbN+T2fKu09/8Dq6TKVlFMOX7PUrFXfjawDDu9f7aHqtSvXDkXlV1x/t5yrvKMRctzRuv3iZGtbnf8KQzKZ6Ji26iVXFa+3v/YlYOdtr/8UuU6l2trL3fv036nf1j6kKvI/lHNkNrVpW71qFd9uz1hWCMa14Qm6RiP9FhP9FTPNK1VrWlDOTrGN23zHbfi2c3YAxEi9PIF94HrLv2KEW1AcSIO6ghRh5Qg8jCaI1CLwjhdawLqUZqkC01DApVV/q9BA2obRM5BAtWCGr1yCE3XJZqI2wxHlYQGukaHTtAnO3WSVXUR1+UR8nlEfB61Po+YzkOrLkBCF6FRl6DJ5xfXZTilK9Csq5DUNTit69Disz+mG9CmUWins47puF9P2K+nxq8nSvWek4NbVUxvIK4ZvUX3HSSUVgbF91pE6yM006+X0foESX3WCjFdLaK+FlGtQ6O+QFKb0ObrEvN1qfN1if8El2Y/eQAAeNpVUEGKwkAQrDZRgojIJCrkJB7Ew+LBoy9wYXEXUe9RUATxIB48ub7Fd/gUIQf9h9b0hBAzdFd3VXdPTyAAqhhgAdklxz0CZjKbTzuIgNcLJeqikTD21odkhWi33SSI1Xedzq+kFVBfRg1X3HCXGSrkymighxEm2MNj7ssYJxnTu25PWU+GWNIc5zsOfXYtPuu42whxzglPpL6Z63G+mdNbupdBqlmb060a0L4y9PFgxU9BMbnypPKrnd8Ffc3ZNb7rj2qFL7xTMwh5bJRq5PN/Gt3mn9WGG1pMiWfN24op0c6o45Kxl4wVYsj3tAr3WqvrNmHWFWhXqMh736wnJXwAAAA=");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'AvenirBook';
  src: url("data:font/woff;base64,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");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'AvenirMedium';
  src: url("data:font/woff;base64,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");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

