/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
@media screen{.c-card{--card-padding:1.25rem;--card-title-margin-bottom:.375rem;--card-title-font-size:var(--font-size-base);--card-title-font-weight:600;--card-title-line-height:1.444;--card-desc-font-size:.875rem;--card-image-margin:0;position:relative;z-index:0;display:flex;flex-direction:column;height:100%;background-color:var(--white);box-shadow:0 0 .9375rem rgba(var(--color-2-rgb),10%)}.c-card__image{margin:var(--card-image-margin)}.c-card__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;max-height:none}.c-card__body{display:flex;flex-direction:column;padding:var(--card-padding);flex:1}.c-card__body>:last-child:not(.c-card__tag){margin-bottom:0}.c-card__tag{--body-color:var(--color-1);order:-1;color:var(--body-color);font-size:.75rem;font-weight:700;line-height:1.125rem;text-transform:uppercase;-webkit-margin-after:.5rem;margin-block-end:.5rem;transition:color .26s linear}.c-card__link{--link-hover-color:var(--body-color);display:inline-block;text-decoration:none}@media (any-hover:hover){.c-card__link:hover{-webkit-text-decoration:underline .125rem;text-decoration:underline .125rem}}.c-card__title{margin-bottom:var(--card-title-margin-bottom);font-size:var(--card-title-font-size);font-weight:var(--card-title-font-weight);line-height:var(--card-title-line-height);color:currentColor}.c-card__date{font-size:.875rem;line-height:2.125rem;margin-block:auto 0}.c-card .c-metatag__items{-webkit-padding-before:.875rem;padding-block-start:.875rem;-webkit-margin-before:auto;margin-block-start:auto}.c-card .c-metatag__items+.c-card__date{margin-block:0}.c-card__desc{margin-bottom:1.25rem;font-size:var(--card-desc-font-size);line-height:1.7}.c-card__desc+.c-metatag__items{-webkit-padding-before:0;padding-block-start:0}.c-card--document{--doc-info-margin-top:1.25rem}.c-card--document .c-card__doc-info{display:inline-block;width:100%;margin-top:var(--doc-info-margin-top);font-size:.875rem;font-weight:400;text-decoration:none}.c-card--document .c-card__doc-info:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:2.75rem;height:2.75rem;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M13 3c0-.5523-.4477-1-1-1s-1 .4477-1 1v9.5858l-3.2929-3.293c-.3905-.3904-1.0237-.3904-1.4142 0-.3905.3906-.3905 1.0238 0 1.4143l4.9993 4.9993.0073.0072A.9959.9959 0 0 0 11.997 16h.006a.9966.9966 0 0 0 .6975-.2864l.0073-.0072 4.9993-4.9993c.3905-.3905.3905-1.0237 0-1.4142-.3905-.3905-1.0237-.3905-1.4142 0L13 12.5858V3Z'/%3E%3Cpath fill='white' d='M3 14c.5523 0 1 .4477 1 1v4a1 1 0 0 0 1 1h14a1.0001 1.0001 0 0 0 1-1v-4c0-.5523.4477-1 1-1s1 .4477 1 1v4a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-4c0-.5523.4477-1 1-1Z'/%3E%3C/svg%3E");background-color:var(--color-1);background-size:1.5rem;margin-right:.625rem}.c-card--document.c-card--has-image-start{--card-image-margin:var(--card-padding) var(--card-padding) 0 var(--card-padding)}.c-card--document:has(.c-card__desc) .c-card__desc{padding-bottom:calc(2.75rem + var(--doc-info-margin-top));margin-bottom:0}.c-card--document:has(.c-card__desc) .c-card__doc-info{position:absolute;bottom:var(--card-padding);left:var(--card-padding);width:calc(100% - var(--card-padding) * 2);margin-top:0}@media (min-width:48rem){.c-card--document.c-card--has-image-start{--card-image-margin:var(--card-padding) 0 var(--card-padding) var(--card-padding)}.c-card--document.c-card--has-image-start .c-card__image{flex:0 0 18.5625rem;max-width:18.5625rem}.c-card--document.c-card--has-image-start:has(.c-card__desc) .c-card__doc-info{left:calc(18.5625rem + var(--card-padding) * 2);width:auto}}.c-card--document-small{--card-title-font-weight:500;--doc-info-margin-top:.625rem;--card-image-margin:var(--card-padding) var(--card-padding) calc(-.5 * var(--card-padding)) var(--card-padding)}@media (any-hover:hover){.c-card--animated .c-card__image{transform:scale(1)}}@media (any-hover:hover) and (not (prefers-reduced-motion:reduce)){.c-card--animated .c-card__image{transition:transform .26s linear}}@media (any-hover:hover){.c-card--animated .c-card__body:before{content:"";position:absolute;top:-.3125rem;right:-.3125rem;bottom:-.3125rem;left:-.3125rem;z-index:-1;background-image:linear-gradient(45deg,var(--color-2) 0%,var(--color-2) 100%);transform:scale(0);transform-origin:calc(0% + .3125rem) calc(100% - .3125rem)}}@media (any-hover:hover) and (not (prefers-reduced-motion:reduce)){.c-card--animated .c-card__body:before{transition:transform .26s linear}}@media (any-hover:hover){.c-card--animated .c-card__link{text-decoration:none}.c-card--animated:has(.c-card__link:hover){--body-color:var(--white);--link-hover-color:var(--white)}.c-card--animated:has(.c-card__link:hover) .c-card__image{transform:scale(1.032679739)}.c-card--animated:has(.c-card__link:hover) .c-card__tag{--body-color:var(--white)}.c-card--animated:has(.c-card__link:hover) .c-card__body:before{transform:scale(1)}}.c-card--has-related-links .c-card{box-shadow:none}.c-card--has-related-links .c-card__related-links{display:flex;flex-direction:column;gap:.625rem;padding-top:0;font-size:.875rem}.c-card--has-related-links .c-card__related-links ul{list-style:none}.c-card--has-related-links .has-bullet{position:relative;padding-left:var(--ul-padding-left)}.c-card--has-related-links .has-bullet:before{content:"";position:absolute;top:var(--ul-marker-top);left:.5em;display:block;width:var(--ul-marker-width);height:var(--ul-marker-height);background-color:var(--ul-marker-color);border:solid .0625rem var(--ul-marker-outline-color)}@media (min-width:48rem){.c-card:not(.c-card--small-padding){--card-padding:1.875rem}.c-card--has-image-start{flex-direction:row}.c-card--big{--card-title-margin-bottom:1.25rem;--card-title-font-size:1.875rem;--card-title-line-height:1.5;--card-desc-font-size:var(--font-size-base)}.c-card--big .c-card__image{flex:0 0 50%;max-width:50%}.c-card--big .c-card__body{align-self:center}.c-card--big .c-metatag__items,.c-card--big .c-card__date{margin-block:0}}
}
@media screen{.c-hero{--hero-beam-width:100%;--hero-beam-max-width:29.875rem;--hero-beam-overflow:-1.875rem;--hero-beam-img-max-height:calc(1.4375rem + var(--hero-beam-width));--hero-margin-bottom:3.75rem;--hero-padding-top:var(--section-padding-top);--hero-padding-bottom:0;--hero-min-height:auto;position:relative;padding-block:var(--hero-padding-top) var(--hero-padding-bottom);-webkit-margin-after:var(--hero-margin-bottom);margin-block-end:var(--hero-margin-bottom);min-height:var(--hero-min-height)}.c-hero .chapo+.sub-chapo{margin-top:var(--wysiwyg-spacer)}.c-hero__content>:last-child{margin-bottom:0}.c-hero__beam{position:relative;margin-bottom:calc(var(--hero-beam-overflow) - var(--hero-padding-bottom))}.c-hero__beam img{position:absolute;bottom:0;left:0;width:auto;max-width:100%;height:auto;max-height:var(--hero-beam-img-max-height)}.c-hero__beam .c-media-image__figure{outline-color:transparent}.c-hero__beam .c-media-image__figure:focus img{outline:.125rem solid currentColor;outline-offset:.125rem}.c-hero__beam .c-media-image__figure:focus:not(:focus-visible) img{outline-color:transparent}.c-hero__beam .c-media-image__figure:focus-visible img{outline:.125rem solid currentColor;outline-offset:.125rem}.c-hero__beam .c-media-image--tooltip .c-media-image__figure{position:static}.c-hero__beam--1:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--hero-beam-width);height:var(--hero-beam-width);background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='281' viewBox='0 0 280 281'%3E%3Cpath fill='%23A9193D' d='M280 150.134V.8705H130.735L0 131.582V280.87h149.24L280 150.134Z'/%3E%3Cpath fill='%23DB0612' d='M221.367 170.122V59.4476H110.692L0 170.122v110.692h110.657l110.71-110.692Z'/%3E%3C/svg%3E");aspect-ratio:1;max-width:var(--hero-beam-max-width)}.c-hero__beam--2:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--hero-beam-width);height:var(--hero-beam-width);-webkit-mask-size:cover;mask-size:cover;background-color:var(--color-1);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='281' viewBox='0 0 280 281'%3E%3Cpath fill='%23A9193D' d='M280 150.134V.8705H130.735L0 131.582V280.87h149.24L280 150.134Z'/%3E%3Cpath fill='%23DB0612' d='M221.367 170.122V59.4476H110.692L0 170.122v110.692h110.657l110.71-110.692Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='281' viewBox='0 0 280 281'%3E%3Cpath fill='%23A9193D' d='M280 150.134V.8705H130.735L0 131.582V280.87h149.24L280 150.134Z'/%3E%3Cpath fill='%23DB0612' d='M221.367 170.122V59.4476H110.692L0 170.122v110.692h110.657l110.71-110.692Z'/%3E%3C/svg%3E");aspect-ratio:1;max-width:var(--hero-beam-max-width)}.c-hero__background-image,.c-hero__background-image .c-media-image__figure{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.c-hero__background-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--color-2-light);opacity:.6}.c-hero__background-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;max-height:none}.c-hero__background-image .c-media-image__figcaption{position:absolute;bottom:1rem;right:0;left:0;z-index:1;min-width:0;width:100%;max-width:var(--container-max-width);margin-left:auto;margin-right:auto;padding:0 var(--container-gutter);text-align:right;color:var(--white)}.c-hero .container{position:relative;z-index:1;width:100%}.c-hero .container>:last-child:not(.c-hero__beam){margin-bottom:0}.c-hero .breadcrumb{position:absolute;top:1.25rem;left:0;right:0}.c-hero .c-metatag__items+.chapo{-webkit-margin-before:1.875rem;margin-block-start:1.875rem}.c-hero .ck-clear{--ck-clear-margin-right:0;--ck-clear-font-size:var(--font-size-base);--ck-clear-gap:1rem;--ck-clear-icon-size:1.5rem;--ck-clear-padding-y:.5rem;margin-bottom:3.125rem}@media (min-width:64rem){.c-hero .ck-clear{--ck-clear-gap:1rem;--ck-clear-padding-x:1rem}}@media (width <= 48em){.c-hero .ck-clear strong{display:block;margin-bottom:.625rem}}.c-hero--has-bg{--hero-padding-bottom:var(--hero-padding-top);--hero-title-max-width:var(--container-xs);display:flex;align-items:center}.c-hero--has-bg .c__title--style-2{display:block;line-height:1.4}.c-hero--has-bg .c__title,.c-hero--has-bg .chapo--node{max-width:var(--hero-title-max-width)}.c-hero--has-beam{--hero-margin-bottom:0}.c-hero--large-beam{--hero-beam-width:16.6875rem;--hero-beam-top:-3.5625rem;--hero-beam-left:7.375rem;--hero-padding-bottom:3.75rem;--h1-margin-bottom:3.75rem;align-items:flex-start;overflow:hidden}.c-hero--large-beam .c-hero__content{position:relative;z-index:2}.c-hero--large-beam .c__title{max-width:12ch}.c-hero--large-beam .c-hero__beam{position:absolute;z-index:1;top:var(--hero-beam-top);left:var(--hero-beam-left);margin-bottom:0;transform:scaleY(-1)}.c-hero--columns{display:flex;flex-direction:column;gap:3.125rem 1.25rem;width:100%}.c-hero--author{--h1-margin-bottom:0;--author-padding:1.25rem;--author-function-font-size:1.3125rem;background:linear-gradient(180deg,var(--color-2) 0%,var(--color-2-light) 100%)}.c-hero--author .c-hero__content{display:flex;flex-direction:column;gap:1.25rem;padding:var(--author-padding);background-color:var(--color-2-light)}.c-hero--author .author__function{font-size:var(--author-function-font-size)}.c-hero--author .author__linkedin{font-size:.875rem;word-wrap:break-word}.c-hero--author .author__linkedin .icon{margin-right:.5rem}@media (min-width:48rem){.c-hero--author{--author-padding:2.5rem;--author-img-width:33.3333%;--author-function-font-size:1.625rem}.c-hero--author .container{display:grid;grid-template-columns:calc(var(--author-img-width) * .71) calc(var(--author-img-width) * .29) 1fr}.c-hero--author img,.c-hero--author .c-media-image{grid-row:1/2;grid-column:1/3}.c-hero--author .c-hero__content{grid-row:1/2;grid-column:2/-1;margin-top:8.125rem}.c-hero--author .c-media-image__figcaption{max-width:67%;min-width:auto;width:auto}}.page-node-type-project-page .c-hero{--section-padding-top:0;--container-gutter:0}.page-node-type-homepage .c-hero,.page-node-type-file .c-hero{--hero-title-max-width:var(--container-smaller)}.page-node-type-homepage .c-hero .chapo--node,.page-node-type-file .c-hero .chapo--node{--lead-font-size:.875rem;--lead-font-weight:600;--lead-line-height:2.14}@media (min-width:64rem){.page-node-type-homepage .c-hero .chapo--node,.page-node-type-file .c-hero .chapo--node{--lead-font-size:1.25rem;--lead-line-height:1.8}}.page-node-type-article .c-hero{--hero-title-max-width:none}.page-node-type-homepage .c-hero:not(.c-hero--has-beam),.page-node-type-file .c-hero:not(.c-hero--has-beam),.page-node-type-complex-page .c-hero:not(.c-hero--has-beam),.page-node-type-average-page .c-hero:not(.c-hero--has-beam),.page-node-type-simple-page .c-hero:not(.c-hero--has-beam),.page-node-type-article .c-hero:not(.c-hero--has-beam),.page-node-type-form-page .c-hero:not(.c-hero--has-beam){--hero-padding-bottom:var(--hero-padding-top);--hero-margin-bottom:0}@container fullscreen-size (min-width:48rem){.c-hero--has-beam{--hero-beam-width:20.625rem;--hero-padding-top:4.25rem;--hero-padding-bottom:4.25rem;--hero-min-height:23rem}.c-hero--large-beam{--hero-beam-top:-2.8rem;--h1-margin-bottom:0;--h1-font-size:3.75rem;--h1-line-height:1.1;--chapo-margin-top:-1.5625rem;--chapo-margin-left:30rem}.c-hero--large-beam .c__title{margin-left:4.25rem}.c-hero--large-beam .chapo--node{margin-top:var(--chapo-margin-top);margin-left:var(--chapo-margin-left)}.c-hero--columns{flex-direction:row;align-items:center}.c-hero--columns .c-hero__content{flex-basis:0;flex-grow:1;max-width:100%}.c-hero--columns .c-hero__content>:last-child{margin-bottom:0}.c-hero--columns .c-hero__beam{flex:0 0 var(--hero-beam-width);max-width:var(--hero-beam-width);align-self:self-end}}@container fullscreen-size (min-width:64rem){.c-hero{--hero-beam-width:var(--hero-beam-max-width);--hero-beam-overflow:-5.375rem;--hero-beam-img-max-height:calc(5.625rem + var(--hero-beam-width))}.c-hero--has-bg-img{--hero-min-height:25rem}.page-node-type-homepage .c-hero--has-bg-img,.page-node-type-file .c-hero--has-bg-img{--hero-min-height:37.5rem}.c-hero--has-beam{--hero-min-height:28.75rem;margin-top:1.875rem}.c-hero--large-beam{--hero-beam-width:31.25rem;--hero-beam-max-width:none;--hero-beam-top:-4.8125rem;--hero-beam-left:11.1rem;--hero-padding-top:7.5rem;--hero-min-height:37.5rem;--h1-font-size:5.5rem;--chapo-margin-top:-3.75rem;--chapo-margin-left:43.75rem;margin-top:0}}@container fullscreen-size (min-width:80rem){.c-hero--large-beam{--hero-beam-width:41.4375rem;--hero-beam-top:-8.25rem;--hero-padding-top:10.9063rem;--hero-padding-bottom:6rem;--hero-min-height:47.25rem;--h1-font-size:7.5rem;--h1-line-height:.92;--chapo-margin-left:58rem}}
}
@media screen{.c-media-image__figure{--wysiwyg-spacer:0;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin-inline:auto}.c-media-image__figure>a{display:block}.c-media-image__figcaption{-webkit-margin-before:.625rem;margin-block-start:.625rem;width:0;min-width:100%;max-width:100%}.c-media-image__figcaption .btn--link{font-size:.875rem}.c-media-image__credit{font-weight:600}.c-media-image__credit,.c-media-image__legend{--body-color:var(--grey-700);font-size:.75rem;line-height:.875rem}.text-white .c-media-image__credit,.text-white .c-media-image__legend{--body-color:var(--white)}.c-media-image__credit:not(:last-child),.c-media-image__legend:not(:last-child){-webkit-margin-after:.375rem;margin-block-end:.375rem}@container parent-sizing (min-width:69.875rem){.c-media-image{max-width:83.3333%;margin-inline:auto}.c__title:has(+.c-media-image){max-width:83.3333%;margin-inline:auto}}.c-component:not(.c-media-video,.c-text) .c-media-image,.c-component:not(.c-media-video,.c-text) .c-media-image .c-media-image__figure,.c-hero .c-media-image,.c-hero .c-media-image .c-media-image__figure{max-width:none;margin-inline:0}.c-media-image--tooltip .c-media-image__figcaption{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important;min-width:initial}.c-media-image--tooltip .c-media-image__figure{position:relative;cursor:pointer}.c-media-image--tooltip .c-media-image__figure:hover .c-media-image__figcaption,.c-media-image--tooltip .c-media-image__figure:focus .c-media-image__figcaption{clip:auto!important;-webkit-clip-path:none!important;clip-path:none!important;height:auto!important;margin:auto!important;overflow:visible!important;white-space:normal!important;width:auto!important;min-width:initial;max-width:calc(100% - .5rem);bottom:.25rem;left:.25rem;padding:.5rem!important;background-color:var(--body-bg)}@media not (prefers-reduced-motion:reduce){.c-media-image--tooltip .c-media-image__figure:hover .c-media-image__figcaption,.c-media-image--tooltip .c-media-image__figure:focus .c-media-image__figcaption{animation:fade-in .2s ease-in-out}}.text-white .c-media-image--tooltip .c-media-image__figure:focus{outline:.125rem solid var(--white);outline-offset:.125rem}.text-white .c-media-image--tooltip .c-media-image__figure:focus:not(:focus-visible){outline-color:transparent}.text-white .c-media-image--tooltip .c-media-image__figure:focus-visible{outline:.125rem solid var(--white);outline-offset:.125rem}.col-100 .c-media--panoramique .c-media-image__figure{margin-left:calc((100vw - 100%)/-2);width:100vw;max-width:none}.col-100 .c-media--panoramique img{width:100%;max-height:none}.col-100 .c-media--panoramique .c-media-image__figcaption{padding-inline:var(--container-gutter)}@media (min-width:87.5rem){.col-100 .c-media--panoramique .c-media-image__figcaption{padding-inline:2.5rem}}
}
@media screen{.c-metatag--date{--meta-date-color:var(--color-1);display:inline-flex;align-items:center;margin-block:.25rem;font-size:1rem;font-weight:700;text-transform:none;color:var(--meta-date-color)}.c-metatag--date.pipe:after{content:"";display:inline-block;vertical-align:middle;width:.0625rem;height:1.25rem;margin-inline:1.875rem 0;background-color:var(--grey-300)}.text-white .c-metatag--date{color:currentColor}.c-metatag--time{display:inline-flex;align-items:center;-moz-column-gap:.625rem;column-gap:.625rem;margin-block:.25rem;font-weight:500}.c-metatag--time:after{content:"";display:inline-block;vertical-align:middle;width:.0625rem;height:1.25rem;margin-inline:1.25rem 0;background-color:var(--grey-300)}.c-metatag__items{list-style-type:none;display:flex;flex-wrap:wrap;grid-gap:0 1.875rem;align-items:center;font-size:.75rem;text-transform:uppercase}.c-metatag__item{display:inline-flex;margin-block:.25rem;font-weight:700;line-height:1rem}.c-metatags{display:flex;flex-wrap:wrap;grid-gap:0 1.875rem;align-items:center;font-size:.75rem;color:var(--body-color);text-transform:uppercase;line-height:1.125rem}.c-metatags:not(:last-child){-webkit-margin-after:1.875rem;margin-block-end:1.875rem}
}
@media screen{:root,.text-default{--white-rgb:255,255,255;--white:#fff;--grey-200:#f1f1f3;--grey-300:#c7c5cb;--grey-500:#9592a3;--grey-700:#6b667e;--black:#000;--color-1:#DB0612;--color-1-light:#EA1520;--color-1-dark:#B3050F;--color-1-darker:#A9193D;--color-2-rgb:29,25,48;--color-2:rgb(var(--color-2-rgb));--color-2-light:#2B2546;--color-success:#0DA511;--success:#006162;--warning:#C95106;--error:var(--color-1-darker);--body-bg:var(--white);--body-color:var(--color-2);--body-selection-bg:var(--body-color);--body-selection-color:var(--body-bg);--font-family-base:Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";--font-size-base:1rem;--font-weight-base:400;--line-height-base:1.5;--wysiwyg-spacer:1.25rem;--lead-font-size:1.125rem;--lead-font-weight:500;--lead-line-height:1.778;--icon-size:1em;--icon-color:currentColor;--h1-margin-bottom:1.875rem;--h2-margin-bottom:1.875rem;--h3-margin-bottom:1.875rem;--h4-margin-bottom:1.875rem;--h5-margin-bottom:var(--wysiwyg-spacer);--h6-margin-bottom:var(--wysiwyg-spacer);--h1-font-family:var(--font-family-base);--h2-font-family:var(--font-family-base);--h3-font-family:var(--font-family-base);--h4-font-family:var(--font-family-base);--h5-font-family:var(--font-family-base);--h6-font-family:var(--font-family-base);--h1-font-size:2rem;--h2-font-size:1.625rem;--h3-font-size:1.25rem;--h4-font-size:1.125rem;--h5-font-size:1rem;--h6-font-size:1rem;--h1-font-weight:800;--h2-font-weight:800;--h3-font-weight:700;--h4-font-weight:600;--h5-font-weight:600;--h6-font-weight:600;--h1-line-height:1.375;--h2-line-height:1.375;--h3-line-height:1.5;--h4-line-height:1.5;--h5-line-height:1.5;--h6-line-height:1.5;--h1-color:var(--body-color);--h2-color:var(--body-color);--h3-color:var(--body-color);--h4-color:var(--body-color);--h5-color:var(--body-color);--h6-color:var(--body-color);--ul-padding-left:1.625rem;--ol-padding-left:2.5rem;--ul-marker-top:.65em;--ul-marker-width:.375rem;--ul-marker-height:.375rem;--ul-marker-color:var(--color-1);--ul-marker-outline-color:transparent;--ol-marker-color:var(--color-1);--link-color:currentColor;--link-hover-color:var(--color-1);--accented-link-underline-offset:.375rem;--accented-link-underline-color:var(--color-1);--table-bg:var(--grey-200);--table-color:currentColor;--table-padding-x:1.875rem;--table-padding-y:.75rem;--table-border-width:0 0 .0625rem 0;--table-border-color:var(--grey-300);--table-caption-color:var(--grey-700);--container-max-width:calc(84.375rem + var(--container-gutter) * 2);--container-gutter:1.25rem;--container-smaller:69.75rem;--container-xs:55.125rem;--column-gutters-x:3.375rem;--column-gutters-y:3.75rem;--section-padding-default:5rem;--section-padding-sm:2.5rem;--section-padding-xl:7.5rem;--section-padding-xl-large:11.25rem;--section-padding-top:var(--section-padding-default);--section-padding-bottom:var(--section-padding-default);--block-margin-default:2.5rem;--block-margin-md:3.75rem;--block-margin-lg:7.5rem;--block-margin-none:0;--block-margin-top:var(--block-margin-default);--block-margin-bottom:var(--block-margin-default);--zindex-collapse:1000;--zindex-header-logo:1010;--zindex-modal:1050}@media (min-width:64rem){:root,.text-default{--font-size-base:1.125rem;--line-height-base:1.778;--lead-font-size:1.625rem;--h1-line-height:1.2;--h1-font-size:4.5rem;--h2-font-size:3.125rem;--h3-font-size:2rem;--h4-font-size:1.625rem;--h5-font-size:1.375rem;--h6-font-size:1.125rem;--section-padding-top:var(--section-padding-xl);--section-padding-bottom:var(--section-padding-xl)}}@font-face{font-family:Montserrat;font-style:normal;font-weight:300 900;font-display:swap;src:url(/themes/custom/cdc/assets/fonts/Montserrat/Montserrat-wght.woff2) format("woff2")}@font-face{font-family:Montserrat;font-style:italic;font-weight:300 900;font-display:swap;src:url(/themes/custom/cdc/assets/fonts/Montserrat/Montserrat-Italic-wght.woff2) format("woff2")}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}*{margin:0;padding:0;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:0;-webkit-padding-end:0;-webkit-padding-before:0;-webkit-padding-after:0}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6,button,input{line-height:1.2}a{-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture,video,canvas{max-width:100%;height:auto;display:block}img{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}input,button,textarea,select{font:inherit}fieldset{border:0}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:0;border:0;background:none;cursor:pointer}iframe{display:block;border:0}*:focus{outline:.125rem solid currentColor;outline-offset:.125rem}*:focus:not(:focus-visible){outline-color:transparent}*:focus-visible{outline:.125rem solid currentColor;outline-offset:.125rem}.action-from-mouse:focus{outline:.125rem solid transparent;outline-offset:.125rem}.action-from-mouse:focus:not(:focus-visible){outline-color:transparent}.action-from-mouse:focus-visible{outline:.125rem solid transparent;outline-offset:.125rem}body{position:relative;overflow-x:hidden;background-color:var(--body-bg)}main{--main-margin-bottom:var(--section-padding-bottom);margin-bottom:var(--main-margin-bottom);container-type:inline-size;container-name:fullscreen-size}.page-node-type-homepage main,.page-node-type-file main,.page-node-type-complex-page main,.page-node-type-average-page main,.page-node-type-simple-page main,.page-node-type-project-page main,.page-node-type-life-course main,.page-node-type-life-course-map main,main.error-page{--main-margin-bottom:0}.hidden,[hidden],p:empty{display:none!important}.visually-hidden{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.container{max-width:var(--container-max-width);margin-left:auto;margin-right:auto;padding:0 var(--container-gutter)}.layout.pt-default,.layout.pt-xl,.layout.pt-sm{padding-top:var(--section-padding-top)}.layout.pb-default,.layout.pb-xl,.layout.pb-sm{padding-bottom:var(--section-padding-bottom)}.layout.pt-xl{--section-padding-top:var(--section-padding-xl)}@media (min-width:48rem){.layout.pt-xl{--section-padding-top:var(--section-padding-xl-large)}}.layout.pb-xl{--section-padding-bottom:var(--section-padding-xl)}@media (min-width:48rem){.layout.pb-xl{--section-padding-bottom:var(--section-padding-xl-large)}}.layout.pt-sm{--section-padding-top:var(--section-padding-sm)}.layout.pb-sm{--section-padding-bottom:var(--section-padding-sm)}.row{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--column-gutters-y,1.875rem) var(--column-gutters-x,1.875rem)}.row>*{flex:0 1 100%;max-width:100%}@media (min-width:48rem){.row--reverse{flex-direction:row-reverse}}.col-25,.col-33,.col-50,.col-67,.col-100{max-width:100%;container-type:inline-size;container-name:parent-sizing}@media (min-width:48rem){.col-67{flex:2;max-width:66.6667%}}@media (min-width:48rem){.col-50{flex:2;max-width:50%}}@media (min-width:48rem){.col-33{flex:1;max-width:33.3333%}}@media (min-width:48rem){.col-25{flex:1;max-width:25%}}.col__title{--h1-margin-bottom:0;--h2-margin-bottom:0;--h3-margin-bottom:0;--h4-margin-bottom:0;--h5-margin-bottom:0;--h6-margin-bottom:0}.c__title--style-2{font-weight:400}.page__title .c__title--style-2{font-size:1.75rem}@media (min-width:64rem){.page__title .c__title--style-2{font-size:2.75rem}}.c-component.mb-default:not(:last-child),.c-component.mb-xl:not(:last-child),.c-component.mb-0:not(:last-child){margin-bottom:var(--block-margin-bottom)}@media (min-width:48rem){.c-component.mt-default,.c-component.mt-xl,.c-component.mt-0{margin-top:var(--block-margin-top)}.c-component.mt-default{--block-margin-top:var(--block-margin-md)}.c-component.mb-default{--block-margin-bottom:var(--block-margin-md)}.c-component.mt-xl{--block-margin-top:var(--block-margin-lg)}.c-component.mb-xl{--block-margin-bottom:var(--block-margin-lg)}.c-component.mt-0{--block-margin-top:var(--block-margin-none)}.c-component.mb-0{--block-margin-bottom:var(--block-margin-none)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}body{font-family:var(--font-family-base);font-size:var(--font-size-base);font-weight:var(--font-weight-base);line-height:var(--line-height-base)}*{color:var(--body-color)}::-moz-selection{-webkit-text-fill-color:var(--body-selection-color);color:var(--body-selection-color);background-color:var(--body-selection-bg)}::selection{-webkit-text-fill-color:var(--body-selection-color);color:var(--body-selection-color);background-color:var(--body-selection-bg)}h1,.h1{margin-bottom:var(--h1-margin-bottom);font-family:var(--h1-font-family);font-size:var(--h1-font-size);font-weight:var(--h1-font-weight);line-height:var(--h1-line-height);color:var(--h1-color)}h2,.h2{margin-bottom:var(--h2-margin-bottom);font-family:var(--h2-font-family);font-size:var(--h2-font-size);font-weight:var(--h2-font-weight);line-height:var(--h2-line-height);color:var(--h2-color)}h3,.h3{margin-bottom:var(--h3-margin-bottom);font-family:var(--h3-font-family);font-size:var(--h3-font-size);font-weight:var(--h3-font-weight);line-height:var(--h3-line-height);color:var(--h3-color)}h4,.h4{margin-bottom:var(--h4-margin-bottom);font-family:var(--h4-font-family);font-size:var(--h4-font-size);font-weight:var(--h4-font-weight);line-height:var(--h4-line-height);color:var(--h4-color)}h5,.h5{margin-bottom:var(--h5-margin-bottom);font-family:var(--h5-font-family);font-size:var(--h5-font-size);font-weight:var(--h5-font-weight);line-height:var(--h5-line-height);color:var(--h5-color)}h6,.h6{margin-bottom:var(--h6-margin-bottom);font-family:var(--h6-font-family);font-size:var(--h6-font-size);font-weight:var(--h6-font-weight);line-height:var(--h6-line-height);color:var(--h6-color)}strong{font-weight:800}a,.btn--link,.icdc-didomi-consent-preferences{--link-underline-thickness:.063rem;--link-underline-offset:.1875rem;color:var(--link-color);text-align:left;text-decoration:underline;text-decoration-thickness:var(--link-underline-thickness);text-underline-offset:var(--link-underline-offset);transition:color .2s linear;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}@media (any-hover:hover){a:not(.btn):hover,.btn--link:not(.btn):hover,.icdc-didomi-consent-preferences:not(.btn):hover{--link-color:var(--link-hover-color);--link-underline-thickness:.25rem}}a.accented-link,.btn--link.accented-link,.icdc-didomi-consent-preferences.accented-link{font-weight:600;line-height:2;padding-bottom:var(--accented-link-underline-offset);text-decoration:none;background-image:linear-gradient(var(--accented-link-underline-color),var(--accented-link-underline-color));background-size:100% .25rem;background-position-y:100%;background-position-x:100%;background-repeat:no-repeat}@media (any-hover:hover){a.accented-link:hover,.btn--link.accented-link:hover,.icdc-didomi-consent-preferences.accented-link:hover{--link-color:currentColor}}@media (any-hover:hover) and (not (prefers-reduced-motion:reduce)){a.accented-link:hover,.btn--link.accented-link:hover,.icdc-didomi-consent-preferences.accented-link:hover{animation:underline-slide .45s ease-in-out forwards}}@media (min-width:48rem){a.accented-link,.btn--link.accented-link,.icdc-didomi-consent-preferences.accented-link{--accented-link-underline-offset:.5rem}}.stretched-link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}@keyframes underline-slide{0%{background-size:100% .25rem}50%{background-size:0% .25rem;background-position-x:100%}51%,to{background-position-x:0%}}.icon{display:inline-block;line-height:1;font-size:var(--icon-size,1em);color:var(--icon-color,currentColor)}.icon-facebook:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='currentColor' d='M11.6666 11.2501H13.75l.8333-3.3333h-2.9167V6.25c0-.8578 0-1.6667 1.6667-1.6667h1.25V1.7835c-.2714-.036-1.2975-.1168-2.3809-.1168-2.262 0-3.869 1.3808-3.869 3.9165v2.3336h-2.5V11.25h2.5v7.0833h3.3332v-7.0833Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='currentColor' d='M11.6666 11.2501H13.75l.8333-3.3333h-2.9167V6.25c0-.8578 0-1.6667 1.6667-1.6667h1.25V1.7835c-.2714-.036-1.2975-.1168-2.3809-.1168-2.262 0-3.869 1.3808-3.869 3.9165v2.3336h-2.5V11.25h2.5v7.0833h3.3332v-7.0833Z'/%3E%3C/svg%3E")}.icon-x:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='currentColor' d='M15.1707 1.875h2.7567l-6.0225 6.8833 7.085 9.3667h-5.5475l-4.345-5.6808-4.9717 5.6808H1.3674l6.4417-7.3625L1.0124 1.875h5.6883l3.9275 5.1925 4.5425-5.1925Zm-.9675 14.6h1.5275l-9.86-13.0367H4.2316l9.9716 13.0367Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='currentColor' d='M15.1707 1.875h2.7567l-6.0225 6.8833 7.085 9.3667h-5.5475l-4.345-5.6808-4.9717 5.6808H1.3674l6.4417-7.3625L1.0124 1.875h5.6883l3.9275 5.1925 4.5425-5.1925Zm-.9675 14.6h1.5275l-9.86-13.0367H4.2316l9.9716 13.0367Z'/%3E%3C/svg%3E")}.icon-twitter:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='currentColor' d='M15.1707 1.875h2.7567l-6.0225 6.8833 7.085 9.3667h-5.5475l-4.345-5.6808-4.9717 5.6808H1.3674l6.4417-7.3625L1.0124 1.875h5.6883l3.9275 5.1925 4.5425-5.1925Zm-.9675 14.6h1.5275l-9.86-13.0367H4.2316l9.9716 13.0367Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='currentColor' d='M15.1707 1.875h2.7567l-6.0225 6.8833 7.085 9.3667h-5.5475l-4.345-5.6808-4.9717 5.6808H1.3674l6.4417-7.3625L1.0124 1.875h5.6883l3.9275 5.1925 4.5425-5.1925Zm-.9675 14.6h1.5275l-9.86-13.0367H4.2316l9.9716 13.0367Z'/%3E%3C/svg%3E")}.icon-linkedin:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='currentColor' d='M5.7838 4.1667A1.6667 1.6667 0 1 1 4.167 2.5c.9009.027 1.617.7654 1.6167 1.6667Zm.05 2.9H2.5004V17.5h3.3334V7.0667Zm5.2666 0H7.7837V17.5h3.2834v-5.475c0-3.05 3.975-3.3333 3.975 0V17.5h3.2917v-6.6083c0-5.1417-5.8834-4.95-7.2667-2.425l.0333-1.4Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='currentColor' d='M5.7838 4.1667A1.6667 1.6667 0 1 1 4.167 2.5c.9009.027 1.617.7654 1.6167 1.6667Zm.05 2.9H2.5004V17.5h3.3334V7.0667Zm5.2666 0H7.7837V17.5h3.2834v-5.475c0-3.05 3.975-3.3333 3.975 0V17.5h3.2917v-6.6083c0-5.1417-5.8834-4.95-7.2667-2.425l.0333-1.4Z'/%3E%3C/svg%3E")}.icon-youtube:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='currentColor' d='M10.2033 3.3333c.4451.0024 1.5586.0132 2.7418.0606l.4195.0183c1.1913.0564 2.3815.1527 2.9718.3173.7875.2212 1.4064.8667 1.6155 1.6848.3331 1.2993.3748 3.8351.38 4.4488l.0007.1272v.0179l-.0007.1271c-.0052.6137-.0469 3.1495-.38 4.4488-.212.8212-.831 1.4667-1.6155 1.6848-.5903.1646-1.7805.2609-2.9718.3174l-.4195.0182c-1.1832.0474-2.2967.0582-2.7418.0607l-.1954.0006h-.0173l-.1952-.0006c-.942-.0052-4.8806-.0478-6.1333-.3963-.7874-.2212-1.4063-.8666-1.6155-1.6848-.333-1.2993-.3747-3.8351-.38-4.4488v-.2722c.0053-.6137.047-3.1495.38-4.4487.212-.8213.831-1.4667 1.6155-1.6849 1.2527-.3486 5.1913-.391 6.1333-.3962h.4079ZM8.3326 7.0824v5.8333l5-2.9166-5-2.9167Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='currentColor' d='M10.2033 3.3333c.4451.0024 1.5586.0132 2.7418.0606l.4195.0183c1.1913.0564 2.3815.1527 2.9718.3173.7875.2212 1.4064.8667 1.6155 1.6848.3331 1.2993.3748 3.8351.38 4.4488l.0007.1272v.0179l-.0007.1271c-.0052.6137-.0469 3.1495-.38 4.4488-.212.8212-.831 1.4667-1.6155 1.6848-.5903.1646-1.7805.2609-2.9718.3174l-.4195.0182c-1.1832.0474-2.2967.0582-2.7418.0607l-.1954.0006h-.0173l-.1952-.0006c-.942-.0052-4.8806-.0478-6.1333-.3963-.7874-.2212-1.4063-.8666-1.6155-1.6848-.333-1.2993-.3747-3.8351-.38-4.4488v-.2722c.0053-.6137.047-3.1495.38-4.4487.212-.8213.831-1.4667 1.6155-1.6849 1.2527-.3486 5.1913-.391 6.1333-.3962h.4079ZM8.3326 7.0824v5.8333l5-2.9166-5-2.9167Z'/%3E%3C/svg%3E")}.icon-instagram:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='currentColor' d='M10.0008 7.5c-1.3811 0-2.5 1.1193-2.5 2.5001 0 1.3811 1.1193 2.5 2.5 2.5 1.3811 0 2.5-1.1193 2.5-2.5 0-1.3811-1.1192-2.5-2.5-2.5Zm0-1.6666c2.3004 0 4.1667 1.8643 4.1667 4.1667 0 2.3004-1.8643 4.1666-4.1667 4.1666-2.3004 0-4.1666-1.8642-4.1666-4.1666 0-2.3004 1.8642-4.1667 4.1666-4.1667Zm5.4167-.209c0 .575-.4673 1.0417-1.0417 1.0417-.5751 0-1.0416-.4673-1.0416-1.0417s.4672-1.041 1.0416-1.041c.5736-.0007 1.0417.4666 1.0417 1.041Zm-5.4167-2.291c-2.062 0-2.3982.0055-3.3572.0482C5.99 3.4123 5.552 3.5 5.145 3.658c-.3616.1403-.6225.3078-.9005.5858-.279.279-.4462.5392-.586.901-.1583.408-.2462.8453-.2763 1.4978-.0431.92-.0481 1.2416-.0481 3.3574 0 2.0621.0054 2.3981.0481 3.3571.0307.6532.1187 1.0919.2763 1.4979.1406.3621.3085.6236.5851.9003.2802.2798.5411.4475.8995.5858.412.1593.8497.2473 1.5002.2774.92.0431 1.2416.0481 3.3574.0481 2.0621 0 2.3982-.0055 3.3572-.0481.6517-.0306 1.0907-.1189 1.4978-.2764.3612-.1402.6235-.3086.9004-.585.2801-.2806.4475-.541.586-.9002.1589-.4104.247-.8488.2771-1.4995.0431-.9201.0482-1.2417.0482-3.3574 0-2.062-.0055-2.3982-.0482-3.3572-.0306-.652-.1189-1.0916-.2766-1.4985-.1399-.3607-.308-.6224-.5857-.9005-.2795-.2795-.539-.4464-.9011-.586-.4076-.1582-.8456-.2462-1.4977-.2763-.92-.0431-1.2416-.0482-3.3574-.0482Zm0-1.6667c2.2639 0 2.5465.0084 3.4354.05.8868.041 1.4917.1813 2.023.3876.5492.2118 1.0131.4979 1.4763.961.4625.4633.7487.9285.9612 1.4765.2055.5305.3458 1.136.3875 2.0229.0395.8889.05 1.1715.05 3.4354s-.0084 2.5465-.05 3.4354c-.041.8868-.182 1.4917-.3875 2.0229-.2119.5493-.4987 1.0132-.9612 1.4764-.4632.4625-.9292.7486-1.4763.9611-.5313.2056-1.1362.3458-2.023.3875-.8889.0396-1.1715.05-3.4354.05s-2.5465-.0083-3.4354-.05c-.8868-.041-1.491-.1819-2.023-.3875-.5485-.2118-1.0131-.4986-1.4763-.9611-.4632-.4632-.7486-.9291-.9611-1.4764-.2063-.5312-.3458-1.1361-.3875-2.0229-.0396-.8889-.05-1.1715-.05-3.4354 0-2.264.0083-2.5465.05-3.4354.041-.8875.1812-1.4917.3875-2.023.2118-.5486.4979-1.0131.961-1.4763.4633-.4632.9286-.7487 1.4765-.9611.5312-.2063 1.1354-.3459 2.0229-.3875.8889-.0396 1.1715-.05 3.4354-.05Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='currentColor' d='M10.0008 7.5c-1.3811 0-2.5 1.1193-2.5 2.5001 0 1.3811 1.1193 2.5 2.5 2.5 1.3811 0 2.5-1.1193 2.5-2.5 0-1.3811-1.1192-2.5-2.5-2.5Zm0-1.6666c2.3004 0 4.1667 1.8643 4.1667 4.1667 0 2.3004-1.8643 4.1666-4.1667 4.1666-2.3004 0-4.1666-1.8642-4.1666-4.1666 0-2.3004 1.8642-4.1667 4.1666-4.1667Zm5.4167-.209c0 .575-.4673 1.0417-1.0417 1.0417-.5751 0-1.0416-.4673-1.0416-1.0417s.4672-1.041 1.0416-1.041c.5736-.0007 1.0417.4666 1.0417 1.041Zm-5.4167-2.291c-2.062 0-2.3982.0055-3.3572.0482C5.99 3.4123 5.552 3.5 5.145 3.658c-.3616.1403-.6225.3078-.9005.5858-.279.279-.4462.5392-.586.901-.1583.408-.2462.8453-.2763 1.4978-.0431.92-.0481 1.2416-.0481 3.3574 0 2.0621.0054 2.3981.0481 3.3571.0307.6532.1187 1.0919.2763 1.4979.1406.3621.3085.6236.5851.9003.2802.2798.5411.4475.8995.5858.412.1593.8497.2473 1.5002.2774.92.0431 1.2416.0481 3.3574.0481 2.0621 0 2.3982-.0055 3.3572-.0481.6517-.0306 1.0907-.1189 1.4978-.2764.3612-.1402.6235-.3086.9004-.585.2801-.2806.4475-.541.586-.9002.1589-.4104.247-.8488.2771-1.4995.0431-.9201.0482-1.2417.0482-3.3574 0-2.062-.0055-2.3982-.0482-3.3572-.0306-.652-.1189-1.0916-.2766-1.4985-.1399-.3607-.308-.6224-.5857-.9005-.2795-.2795-.539-.4464-.9011-.586-.4076-.1582-.8456-.2462-1.4977-.2763-.92-.0431-1.2416-.0482-3.3574-.0482Zm0-1.6667c2.2639 0 2.5465.0084 3.4354.05.8868.041 1.4917.1813 2.023.3876.5492.2118 1.0131.4979 1.4763.961.4625.4633.7487.9285.9612 1.4765.2055.5305.3458 1.136.3875 2.0229.0395.8889.05 1.1715.05 3.4354s-.0084 2.5465-.05 3.4354c-.041.8868-.182 1.4917-.3875 2.0229-.2119.5493-.4987 1.0132-.9612 1.4764-.4632.4625-.9292.7486-1.4763.9611-.5313.2056-1.1362.3458-2.023.3875-.8889.0396-1.1715.05-3.4354.05s-2.5465-.0083-3.4354-.05c-.8868-.041-1.491-.1819-2.023-.3875-.5485-.2118-1.0131-.4986-1.4763-.9611-.4632-.4632-.7486-.9291-.9611-1.4764-.2063-.5312-.3458-1.1361-.3875-2.0229-.0396-.8889-.05-1.1715-.05-3.4354 0-2.264.0083-2.5465.05-3.4354.041-.8875.1812-1.4917.3875-2.023.2118-.5486.4979-1.0131.961-1.4763.4633-.4632.9286-.7487 1.4765-.9611.5312-.2063 1.1354-.3459 2.0229-.3875.8889-.0396 1.1715-.05 3.4354-.05Z'/%3E%3C/svg%3E")}.icon-tiktok:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='currentColor' d='M15.3507 4.6075c-.9695-.6322-1.6693-1.6434-1.8875-2.8223A4.305 4.305 0 0 1 13.3902 1h-3.0943l-.0051 12.4005c-.052 1.3886-1.1948 2.5031-2.596 2.5031a2.579 2.579 0 0 1-1.2065-.299c-.8279-.4357-1.3943-1.3035-1.3943-2.3021 0-1.4343 1.1668-2.6011 2.6008-2.6011.2677 0 .5244.0441.7675.1202V7.6627c-.2515-.0343-.507-.0556-.7675-.0556C4.5548 7.6074 2 10.1623 2 13.3025c0 1.9268.9628 3.6319 2.4314 4.6629.9249.6494 2.0503 1.0322 3.2637 1.0322 3.1402 0 5.6951-2.5549 5.6951-5.6951v-6.288c1.2134.8712 2.7003 1.3844 4.3047 1.3844V5.3047a4.277 4.277 0 0 1-2.3442-.6972Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='currentColor' d='M15.3507 4.6075c-.9695-.6322-1.6693-1.6434-1.8875-2.8223A4.305 4.305 0 0 1 13.3902 1h-3.0943l-.0051 12.4005c-.052 1.3886-1.1948 2.5031-2.596 2.5031a2.579 2.579 0 0 1-1.2065-.299c-.8279-.4357-1.3943-1.3035-1.3943-2.3021 0-1.4343 1.1668-2.6011 2.6008-2.6011.2677 0 .5244.0441.7675.1202V7.6627c-.2515-.0343-.507-.0556-.7675-.0556C4.5548 7.6074 2 10.1623 2 13.3025c0 1.9268.9628 3.6319 2.4314 4.6629.9249.6494 2.0503 1.0322 3.2637 1.0322 3.1402 0 5.6951-2.5549 5.6951-5.6951v-6.288c1.2134.8712 2.7003 1.3844 4.3047 1.3844V5.3047a4.277 4.277 0 0 1-2.3442-.6972Z'/%3E%3C/svg%3E")}.icon-close:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='currentColor' d='M9.4701 1.4714a.6667.6667 0 1 0-.9428-.9428L4.9987 4.0572 1.4701.5286a.6667.6667 0 0 0-.9428.9428L4.0559 5 .5273 8.5286a.6667.6667 0 0 0 .9428.9428l3.5286-3.5286 3.5286 3.5286a.6667.6667 0 1 0 .9428-.9428L5.9415 5l3.5286-3.5286Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='currentColor' d='M9.4701 1.4714a.6667.6667 0 1 0-.9428-.9428L4.9987 4.0572 1.4701.5286a.6667.6667 0 0 0-.9428.9428L4.0559 5 .5273 8.5286a.6667.6667 0 0 0 .9428.9428l3.5286-3.5286 3.5286 3.5286a.6667.6667 0 1 0 .9428-.9428L5.9415 5l3.5286-3.5286Z'/%3E%3C/svg%3E")}.icon-chevron-down:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M5.2929 8.2929c.3905-.3905 1.0237-.3905 1.4142 0L12 13.5858l5.2929-5.293c.3905-.3904 1.0237-.3904 1.4142 0 .3905.3906.3905 1.0238 0 1.4143l-6 6c-.3905.3905-1.0237.3905-1.4142 0l-6-6c-.3905-.3905-.3905-1.0237 0-1.4142Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M5.2929 8.2929c.3905-.3905 1.0237-.3905 1.4142 0L12 13.5858l5.2929-5.293c.3905-.3904 1.0237-.3904 1.4142 0 .3905.3906.3905 1.0238 0 1.4143l-6 6c-.3905.3905-1.0237.3905-1.4142 0l-6-6c-.3905-.3905-.3905-1.0237 0-1.4142Z'/%3E%3C/svg%3E")}.icon-chevron-left:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='currentColor' d='M8.0312 3.0056 3 8.0368 7.9632 13l3.5058-.0083-4.9605-4.9605L11.5397 3l-3.5085.0056Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='currentColor' d='M8.0312 3.0056 3 8.0368 7.9632 13l3.5058-.0083-4.9605-4.9605L11.5397 3l-3.5085.0056Z'/%3E%3C/svg%3E")}.icon-check:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='currentColor' d='M2.293 5.293c-.391.39-.391 1.024 0 1.414l3 3 .707.707.707-.707s1.095-1.094 5-5c.391-.391.391-1.024 0-1.414-.391-.391-1.024-.391-1.414 0C6.388 7.199 6.709 6.877 6 7.586L3.707 5.293c-.39-.391-1.024-.391-1.414 0Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='currentColor' d='M2.293 5.293c-.391.39-.391 1.024 0 1.414l3 3 .707.707.707-.707s1.095-1.094 5-5c.391-.391.391-1.024 0-1.414-.391-.391-1.024-.391-1.414 0C6.388 7.199 6.709 6.877 6 7.586L3.707 5.293c-.39-.391-1.024-.391-1.414 0Z'/%3E%3C/svg%3E")}.icon-minus:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='currentColor' d='M2 7c0-.552.448-1 1-1h8c.552 0 1 .448 1 1s-.448 1-1 1H3c-.552 0-1-.448-1-1Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='currentColor' d='M2 7c0-.552.448-1 1-1h8c.552 0 1 .448 1 1s-.448 1-1 1H3c-.552 0-1-.448-1-1Z'/%3E%3C/svg%3E")}.icon-alert:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath fill='currentColor' d='M11 6c.5523 0 1 .4477 1 1v4c0 .5523-.4477 1-1 1s-1-.4477-1-1V7c0-.5523.4477-1 1-1ZM11 14c-.5523 0-1 .4477-1 1s.4477 1 1 1h.01c.5523 0 1-.4477 1-1s-.4477-1-1-1H11Z'/%3E%3Cpath fill='currentColor' d='M0 11C0 4.9249 4.9249 0 11 0s11 4.9249 11 11-4.9249 11-11 11S0 17.0751 0 11Zm11-9c-4.9706 0-9 4.0294-9 9s4.0294 9 9 9 9-4.0294 9-9-4.0294-9-9-9Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath fill='currentColor' d='M11 6c.5523 0 1 .4477 1 1v4c0 .5523-.4477 1-1 1s-1-.4477-1-1V7c0-.5523.4477-1 1-1ZM11 14c-.5523 0-1 .4477-1 1s.4477 1 1 1h.01c.5523 0 1-.4477 1-1s-.4477-1-1-1H11Z'/%3E%3Cpath fill='currentColor' d='M0 11C0 4.9249 4.9249 0 11 0s11 4.9249 11 11-4.9249 11-11 11S0 17.0751 0 11Zm11-9c-4.9706 0-9 4.0294-9 9s4.0294 9 9 9 9-4.0294 9-9-4.0294-9-9-9Z'/%3E%3C/svg%3E")}.icon-calendar:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M5 5c-.5523 0-1 .4477-1 1v14c0 .5523.4477 1 1 1h14c.5523 0 1-.4477 1-1V6c0-.5523-.4477-1-1-1H5ZM2 6c0-1.6569 1.3432-3 3-3h14c1.6569 0 3 1.3431 3 3v14c0 1.6569-1.3431 3-3 3H5c-1.6568 0-3-1.3431-3-3V6Z'/%3E%3Cpath fill='currentColor' d='M16 1c.5523 0 1 .4477 1 1v4c0 .5523-.4477 1-1 1s-1-.4477-1-1V2c0-.5523.4477-1 1-1ZM8 1c.5523 0 1 .4477 1 1v4c0 .5523-.4477 1-1 1s-1-.4477-1-1V2c0-.5523.4477-1 1-1ZM2 10c0-.5523.4477-1 1-1h18c.5523 0 1 .4477 1 1s-.4477 1-1 1H3c-.5523 0-1-.4477-1-1Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M5 5c-.5523 0-1 .4477-1 1v14c0 .5523.4477 1 1 1h14c.5523 0 1-.4477 1-1V6c0-.5523-.4477-1-1-1H5ZM2 6c0-1.6569 1.3432-3 3-3h14c1.6569 0 3 1.3431 3 3v14c0 1.6569-1.3431 3-3 3H5c-1.6568 0-3-1.3431-3-3V6Z'/%3E%3Cpath fill='currentColor' d='M16 1c.5523 0 1 .4477 1 1v4c0 .5523-.4477 1-1 1s-1-.4477-1-1V2c0-.5523.4477-1 1-1ZM8 1c.5523 0 1 .4477 1 1v4c0 .5523-.4477 1-1 1s-1-.4477-1-1V2c0-.5523.4477-1 1-1ZM2 10c0-.5523.4477-1 1-1h18c.5523 0 1 .4477 1 1s-.4477 1-1 1H3c-.5523 0-1-.4477-1-1Z'/%3E%3C/svg%3E")}.icon-time:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='time'%3E%3Cg id='Vector'%3E%3Cpath d='M13.5 13C13.5 13.8284 12.8284 14.5 12 14.5C11.1716 14.5 10.5 13.8284 10.5 13C10.5 12.1716 11.1716 11.5 12 11.5C12.1344 11.5 12.2646 11.5177 12.3886 11.5508L14.4697 9.46967C14.7626 9.17678 15.2375 9.17678 15.5304 9.46967C15.8233 9.76256 15.8233 10.2374 15.5304 10.5303L13.4492 12.6115C13.4823 12.7354 13.5 12.8656 13.5 13Z' fill='currentColor'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1C8 0.447715 8.44772 0 9 0H15C15.5523 0 16 0.447715 16 1C16 1.55228 15.5523 2 15 2H13V3.04938C18.0533 3.5511 22 7.81465 22 13C22 18.5228 17.5228 23 12 23C6.47715 23 2 18.5228 2 13C2 7.81465 5.94668 3.5511 11 3.04938V2H9C8.44772 2 8 1.55228 8 1ZM12 5C7.58172 5 4 8.58172 4 13C4 17.4183 7.58172 21 12 21C16.4183 21 20 17.4183 20 13C20 8.58172 16.4183 5 12 5Z' fill='currentColor'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='time'%3E%3Cg id='Vector'%3E%3Cpath d='M13.5 13C13.5 13.8284 12.8284 14.5 12 14.5C11.1716 14.5 10.5 13.8284 10.5 13C10.5 12.1716 11.1716 11.5 12 11.5C12.1344 11.5 12.2646 11.5177 12.3886 11.5508L14.4697 9.46967C14.7626 9.17678 15.2375 9.17678 15.5304 9.46967C15.8233 9.76256 15.8233 10.2374 15.5304 10.5303L13.4492 12.6115C13.4823 12.7354 13.5 12.8656 13.5 13Z' fill='currentColor'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1C8 0.447715 8.44772 0 9 0H15C15.5523 0 16 0.447715 16 1C16 1.55228 15.5523 2 15 2H13V3.04938C18.0533 3.5511 22 7.81465 22 13C22 18.5228 17.5228 23 12 23C6.47715 23 2 18.5228 2 13C2 7.81465 5.94668 3.5511 11 3.04938V2H9C8.44772 2 8 1.55228 8 1ZM12 5C7.58172 5 4 8.58172 4 13C4 17.4183 7.58172 21 12 21C16.4183 21 20 17.4183 20 13C20 8.58172 16.4183 5 12 5Z' fill='currentColor'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")}.icon-play:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Play'%3E%3Cpath id='Vector' d='M21.0024 10.2679C22.3358 11.0377 22.3358 12.9622 21.0024 13.732L9.00244 20.6603C7.6691 21.4301 6.00244 20.4678 6.00244 18.9282L6.00244 5.0718C6.00244 3.5322 7.6691 2.56994 9.00244 3.33974L21.0024 10.2679Z' fill='currentColor'/%3E%3C/g%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Play'%3E%3Cpath id='Vector' d='M21.0024 10.2679C22.3358 11.0377 22.3358 12.9622 21.0024 13.732L9.00244 20.6603C7.6691 21.4301 6.00244 20.4678 6.00244 18.9282L6.00244 5.0718C6.00244 3.5322 7.6691 2.56994 9.00244 3.33974L21.0024 10.2679Z' fill='currentColor'/%3E%3C/g%3E%3C/svg%3E%0A")}.icon-search-sm:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.66743 11.4052C8.75428 12.0677 7.63109 12.4583 6.41667 12.4583C3.35609 12.4583 0.875 9.97724 0.875 6.91667C0.875 3.85609 3.35609 1.375 6.41667 1.375C9.47724 1.375 11.9583 3.85609 11.9583 6.91667C11.9583 8.13127 11.5676 9.25461 10.9049 10.1678L12.8684 12.1313C13.2101 12.473 13.2101 13.027 12.8684 13.3687C12.5267 13.7104 11.9726 13.7104 11.6309 13.3687L9.66743 11.4052ZM2.625 6.91667C2.625 4.82259 4.32259 3.125 6.41667 3.125C8.51075 3.125 10.2083 4.82259 10.2083 6.91667C10.2083 7.93067 9.81029 8.85171 9.16194 9.53206C9.1383 9.55122 9.11543 9.5718 9.09344 9.59379C9.07147 9.61576 9.05092 9.6386 9.03177 9.66221C8.35145 10.3104 7.43053 10.7083 6.41667 10.7083C4.32259 10.7083 2.625 9.01075 2.625 6.91667Z' fill='currentColor'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.66743 11.4052C8.75428 12.0677 7.63109 12.4583 6.41667 12.4583C3.35609 12.4583 0.875 9.97724 0.875 6.91667C0.875 3.85609 3.35609 1.375 6.41667 1.375C9.47724 1.375 11.9583 3.85609 11.9583 6.91667C11.9583 8.13127 11.5676 9.25461 10.9049 10.1678L12.8684 12.1313C13.2101 12.473 13.2101 13.027 12.8684 13.3687C12.5267 13.7104 11.9726 13.7104 11.6309 13.3687L9.66743 11.4052ZM2.625 6.91667C2.625 4.82259 4.32259 3.125 6.41667 3.125C8.51075 3.125 10.2083 4.82259 10.2083 6.91667C10.2083 7.93067 9.81029 8.85171 9.16194 9.53206C9.1383 9.55122 9.11543 9.5718 9.09344 9.59379C9.07147 9.61576 9.05092 9.6386 9.03177 9.66221C8.35145 10.3104 7.43053 10.7083 6.41667 10.7083C4.32259 10.7083 2.625 9.01075 2.625 6.91667Z' fill='currentColor'/%3E%3C/svg%3E%0A")}.icon-menu:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6C2 5.44772 2.44772 5 3 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6Z' fill='currentColor'/%3E%3Cpath d='M2 12C2 11.4477 2.44772 11 3 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H3C2.44772 13 2 12.5523 2 12Z' fill='currentColor'/%3E%3Cpath d='M3 17C2.44772 17 2 17.4477 2 18C2 18.5523 2.44772 19 3 19H21C21.5523 19 22 18.5523 22 18C22 17.4477 21.5523 17 21 17H3Z' fill='currentColor'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6C2 5.44772 2.44772 5 3 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6Z' fill='currentColor'/%3E%3Cpath d='M2 12C2 11.4477 2.44772 11 3 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H3C2.44772 13 2 12.5523 2 12Z' fill='currentColor'/%3E%3Cpath d='M3 17C2.44772 17 2 17.4477 2 18C2 18.5523 2.44772 19 3 19H21C21.5523 19 22 18.5523 22 18C22 17.4477 21.5523 17 21 17H3Z' fill='currentColor'/%3E%3C/svg%3E%0A")}.icon-microphone:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='mic'%3E%3Cg id='Vector'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.002 0C10.9411 0 9.92367 0.421427 9.17353 1.17157C8.42338 1.92172 8.00195 2.93913 8.00195 4V12C8.00195 13.0609 8.42338 14.0783 9.17353 14.8284C9.92367 15.5786 10.9411 16 12.002 16C13.0628 16 14.0802 15.5786 14.8304 14.8284C15.5805 14.0783 16.002 13.0609 16.002 12V4C16.002 2.93913 15.5805 1.92172 14.8304 1.17157C14.0802 0.421427 13.0628 0 12.002 0ZM10.5877 2.58579C10.9628 2.21071 11.4715 2 12.002 2C12.5324 2 13.0411 2.21071 13.4162 2.58579C13.7912 2.96086 14.002 3.46957 14.002 4V12C14.002 12.5304 13.7912 13.0391 13.4162 13.4142C13.0411 13.7893 12.5324 14 12.002 14C11.4715 14 10.9628 13.7893 10.5877 13.4142C10.2127 13.0391 10.002 12.5304 10.002 12V4C10.002 3.46957 10.2127 2.96086 10.5877 2.58579Z' fill='currentColor'/%3E%3Cpath d='M6.00195 10C6.00195 9.44771 5.55424 9 5.00195 9C4.44967 9 4.00195 9.44771 4.00195 10V12C4.00195 14.1217 4.84481 16.1566 6.3451 17.6569C7.60773 18.9195 9.24895 19.7165 11.002 19.9373V22H8.00195C7.44967 22 7.00195 22.4477 7.00195 23C7.00195 23.5523 7.44967 24 8.00195 24H16.002C16.5542 24 17.002 23.5523 17.002 23C17.002 22.4477 16.5542 22 16.002 22H13.002V19.9373C14.755 19.7165 16.3962 18.9195 17.6588 17.6569C19.1591 16.1566 20.002 14.1217 20.002 12V10C20.002 9.44771 19.5542 9 19.002 9C18.4497 9 18.002 9.44771 18.002 10V12C18.002 13.5913 17.3698 15.1174 16.2446 16.2426C15.1194 17.3679 13.5933 18 12.002 18C10.4107 18 8.88453 17.3679 7.75931 16.2426C6.63409 15.1174 6.00195 13.5913 6.00195 12V10Z' fill='currentColor'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='mic'%3E%3Cg id='Vector'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.002 0C10.9411 0 9.92367 0.421427 9.17353 1.17157C8.42338 1.92172 8.00195 2.93913 8.00195 4V12C8.00195 13.0609 8.42338 14.0783 9.17353 14.8284C9.92367 15.5786 10.9411 16 12.002 16C13.0628 16 14.0802 15.5786 14.8304 14.8284C15.5805 14.0783 16.002 13.0609 16.002 12V4C16.002 2.93913 15.5805 1.92172 14.8304 1.17157C14.0802 0.421427 13.0628 0 12.002 0ZM10.5877 2.58579C10.9628 2.21071 11.4715 2 12.002 2C12.5324 2 13.0411 2.21071 13.4162 2.58579C13.7912 2.96086 14.002 3.46957 14.002 4V12C14.002 12.5304 13.7912 13.0391 13.4162 13.4142C13.0411 13.7893 12.5324 14 12.002 14C11.4715 14 10.9628 13.7893 10.5877 13.4142C10.2127 13.0391 10.002 12.5304 10.002 12V4C10.002 3.46957 10.2127 2.96086 10.5877 2.58579Z' fill='currentColor'/%3E%3Cpath d='M6.00195 10C6.00195 9.44771 5.55424 9 5.00195 9C4.44967 9 4.00195 9.44771 4.00195 10V12C4.00195 14.1217 4.84481 16.1566 6.3451 17.6569C7.60773 18.9195 9.24895 19.7165 11.002 19.9373V22H8.00195C7.44967 22 7.00195 22.4477 7.00195 23C7.00195 23.5523 7.44967 24 8.00195 24H16.002C16.5542 24 17.002 23.5523 17.002 23C17.002 22.4477 16.5542 22 16.002 22H13.002V19.9373C14.755 19.7165 16.3962 18.9195 17.6588 17.6569C19.1591 16.1566 20.002 14.1217 20.002 12V10C20.002 9.44771 19.5542 9 19.002 9C18.4497 9 18.002 9.44771 18.002 10V12C18.002 13.5913 17.3698 15.1174 16.2446 16.2426C15.1194 17.3679 13.5933 18 12.002 18C10.4107 18 8.88453 17.3679 7.75931 16.2426C6.63409 15.1174 6.00195 13.5913 6.00195 12V10Z' fill='currentColor'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")}.icon-download:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13 3c0-.5523-.4477-1-1-1s-1 .4477-1 1v9.5858l-3.2929-3.293c-.3905-.3904-1.0237-.3904-1.4142 0-.3905.3906-.3905 1.0238 0 1.4143l4.9993 4.9993.0073.0072A.9959.9959 0 0 0 11.997 16h.006a.9966.9966 0 0 0 .6975-.2864l.0073-.0072 4.9993-4.9993c.3905-.3905.3905-1.0237 0-1.4142-.3905-.3905-1.0237-.3905-1.4142 0L13 12.5858V3Z'/%3E%3Cpath fill='currentColor' d='M3 14c.5523 0 1 .4477 1 1v4a1 1 0 0 0 1 1h14a1.0001 1.0001 0 0 0 1-1v-4c0-.5523.4477-1 1-1s1 .4477 1 1v4a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-4c0-.5523.4477-1 1-1Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13 3c0-.5523-.4477-1-1-1s-1 .4477-1 1v9.5858l-3.2929-3.293c-.3905-.3904-1.0237-.3904-1.4142 0-.3905.3906-.3905 1.0238 0 1.4143l4.9993 4.9993.0073.0072A.9959.9959 0 0 0 11.997 16h.006a.9966.9966 0 0 0 .6975-.2864l.0073-.0072 4.9993-4.9993c.3905-.3905.3905-1.0237 0-1.4142-.3905-.3905-1.0237-.3905-1.4142 0L13 12.5858V3Z'/%3E%3Cpath fill='currentColor' d='M3 14c.5523 0 1 .4477 1 1v4a1 1 0 0 0 1 1h14a1.0001 1.0001 0 0 0 1-1v-4c0-.5523.4477-1 1-1s1 .4477 1 1v4a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-4c0-.5523.4477-1 1-1Z'/%3E%3C/svg%3E")}.icon-triangle-down:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.9999 10.5L4.10278 6.75H11.897L7.9999 10.5Z' fill='currentColor'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.9999 10.5L4.10278 6.75H11.897L7.9999 10.5Z' fill='currentColor'/%3E%3C/svg%3E%0A")}.icon-email:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='mail'%3E%3Cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M23 6.01766V18C23 19.6523 21.6523 21 20 21H4C2.34772 21 1 19.6523 1 18V6C1 4.34772 2.34772 3 4 3H20C21.6443 3 22.9869 4.3347 22.9999 5.97604C23.0002 5.98992 23.0003 6.0038 23 6.01766ZM3.1066 5.5539C3.27199 5.2269 3.61206 5 4 5H20C20.388 5 20.7281 5.22694 20.8934 5.55399L12.0001 11.7793L3.1066 5.5539ZM3 7.92059V18C3 18.5477 3.45228 19 4 19H20C20.5477 19 21 18.5477 21 18V7.92071L12.5735 13.8192C12.2292 14.0603 11.7709 14.0603 11.4266 13.8192L3 7.92059Z' fill='currentColor'/%3E%3C/g%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='mail'%3E%3Cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M23 6.01766V18C23 19.6523 21.6523 21 20 21H4C2.34772 21 1 19.6523 1 18V6C1 4.34772 2.34772 3 4 3H20C21.6443 3 22.9869 4.3347 22.9999 5.97604C23.0002 5.98992 23.0003 6.0038 23 6.01766ZM3.1066 5.5539C3.27199 5.2269 3.61206 5 4 5H20C20.388 5 20.7281 5.22694 20.8934 5.55399L12.0001 11.7793L3.1066 5.5539ZM3 7.92059V18C3 18.5477 3.45228 19 4 19H20C20.5477 19 21 18.5477 21 18V7.92071L12.5735 13.8192C12.2292 14.0603 11.7709 14.0603 11.4266 13.8192L3 7.92059Z' fill='currentColor'/%3E%3C/g%3E%3C/svg%3E%0A")}.icon-filter:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M1.0953 2.5791A1 1 0 0 1 2.0025 2h20a1 1 0 0 1 .7635 1.6457l-7.7635 9.1804V21a1.0002 1.0002 0 0 1-1.4473.8944l-4-2A1 1 0 0 1 9.0025 19v-6.1739L1.2388 3.6457a1 1 0 0 1-.1436-1.0666ZM4.1578 4l6.6082 7.8143a.9998.9998 0 0 1 .2365.6457v5.922l2 1V12.46a.9997.9997 0 0 1 .2364-.6457L19.8472 4H4.1578Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M1.0953 2.5791A1 1 0 0 1 2.0025 2h20a1 1 0 0 1 .7635 1.6457l-7.7635 9.1804V21a1.0002 1.0002 0 0 1-1.4473.8944l-4-2A1 1 0 0 1 9.0025 19v-6.1739L1.2388 3.6457a1 1 0 0 1-.1436-1.0666ZM4.1578 4l6.6082 7.8143a.9998.9998 0 0 1 .2365.6457v5.922l2 1V12.46a.9997.9997 0 0 1 .2364-.6457L19.8472 4H4.1578Z'/%3E%3C/svg%3E")}.icon-book-check:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--icon-size,1em);height:var(--icon-size,1em);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' viewBox='0 0 24 24'%3E%3Cpath d='M1.0024 5c0-.5523.4478-1 1-1h6a5 5 0 0 1 5 5v14c0 .5523-.4477 1-1 1-.5522 0-1-.4477-1-1a2.0003 2.0003 0 0 0-2-2h-7c-.5522 0-1-.4477-1-1V5Zm10 14.5359V9a3 3 0 0 0-3-3h-5v13h6c.7083 0 1.3971.1878 2 .5359Z'/%3E%3Cpath d='M12.4669 5.4645A5 5 0 0 1 16.0024 4h6c.5523 0 1 .4477 1 1v2.5c0 .5523-.4477 1-1 1-.5522 0-1-.4477-1-1V6h-5a3 3 0 0 0-3 3v10.5359a3.9996 3.9996 0 0 1 2-.5359h6v-1c0-.5523.4478-1 1-1 .5523 0 1 .4477 1 1v2c0 .5523-.4477 1-1 1h-7a2 2 0 0 0-2 2c0 .5523-.4477 1-1 1-.5522 0-1-.4477-1-1V9a5 5 0 0 1 1.4645-3.5355Z'/%3E%3Cpath d='M23.7095 10.2929c.3906.3905.3906 1.0237 0 1.4142l-4 4c-.3905.3905-1.0236.3905-1.4142 0l-2-2c-.3905-.3905-.3905-1.0237 0-1.4142.3906-.3905 1.0237-.3905 1.4142 0l1.2929 1.2929 3.2929-3.2929c.3906-.3905 1.0237-.3905 1.4142 0Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' viewBox='0 0 24 24'%3E%3Cpath d='M1.0024 5c0-.5523.4478-1 1-1h6a5 5 0 0 1 5 5v14c0 .5523-.4477 1-1 1-.5522 0-1-.4477-1-1a2.0003 2.0003 0 0 0-2-2h-7c-.5522 0-1-.4477-1-1V5Zm10 14.5359V9a3 3 0 0 0-3-3h-5v13h6c.7083 0 1.3971.1878 2 .5359Z'/%3E%3Cpath d='M12.4669 5.4645A5 5 0 0 1 16.0024 4h6c.5523 0 1 .4477 1 1v2.5c0 .5523-.4477 1-1 1-.5522 0-1-.4477-1-1V6h-5a3 3 0 0 0-3 3v10.5359a3.9996 3.9996 0 0 1 2-.5359h6v-1c0-.5523.4478-1 1-1 .5523 0 1 .4477 1 1v2c0 .5523-.4477 1-1 1h-7a2 2 0 0 0-2 2c0 .5523-.4477 1-1 1-.5522 0-1-.4477-1-1V9a5 5 0 0 1 1.4645-3.5355Z'/%3E%3Cpath d='M23.7095 10.2929c.3906.3905.3906 1.0237 0 1.4142l-4 4c-.3905.3905-1.0236.3905-1.4142 0l-2-2c-.3905-.3905-.3905-1.0237 0-1.4142.3906-.3905 1.0237-.3905 1.4142 0l1.2929 1.2929 3.2929-3.2929c.3906-.3905 1.0237-.3905 1.4142 0Z'/%3E%3C/svg%3E")}[data-extlink-placement=prepend],[data-extlink-placement=before]{margin-right:.125rem;padding-right:0}[data-extlink-placement=append],[data-extlink-placement=after]{margin-left:.625rem;padding-left:0}svg.ext,svg.mailto,svg.tel{position:relative;top:.0625rem;display:inline-block;width:.8889em;height:.8889em;font-weight:400;color:var(--link-color);fill:var(--link-color);transition:fill .2s linear,color .2s linear}svg.ext path,svg.mailto path,svg.tel path{stroke-width:0}.ck-content p,.ck-content .c-media-image,.ck-content .c-media-video,.ck-content .c-media-audio,.ck-content ul,.ck-content ol{margin-bottom:var(--wysiwyg-spacer)}.ck-content ul li:not(:last-child),.ck-content ol li:not(:last-child){margin-bottom:.375rem}.ck-content ul ul,.ck-content ul ol,.ck-content ol ul,.ck-content ol ol{margin-top:var(--wysiwyg-spacer);margin-bottom:var(--wysiwyg-spacer)}.ck-content ul{list-style:none}.ck-content ul>li{position:relative;padding-left:var(--ul-padding-left)}.ck-content ul>li:before{content:"";position:absolute;top:var(--ul-marker-top);left:.5em;display:block;width:var(--ul-marker-width);height:var(--ul-marker-height);background-color:var(--ul-marker-color);border:solid .0625rem var(--ul-marker-outline-color)}.ck-content ul ul{--ul-marker-color:transparent;--ul-marker-outline-color:var(--body-color)}.ck-content ul ul ul{--ul-marker-top:.8em;--ul-marker-width:.375rem;--ul-marker-height:.125rem;--ul-marker-color:var(--body-color);--ul-marker-outline-color:transparent}.ck-content ol{padding-left:var(--ol-padding-left);list-style-type:decimal}.ck-content ol>li::marker{content:counter(list-item) ".    ";color:var(--ol-marker-color);font:normal var(--font-weight-base) 1em/var(--line-height-base) var(--font-family-base)}.ck-content .list-unstyled{--ul-padding-left:0;list-style:none}.ck-content .list-unstyled>li:not(:last-child){margin-bottom:1rem}.ck-content .list-unstyled>li:before{content:none}.ck-content h2,.ck-content h3,.ck-content h4,.ck-content h5,.ck-content h6{margin-top:3.75rem}.ck-content .c-media-audio__name,.ck-content .c-media-video__name{margin-top:0}.ck-content .ck-highlight-1{--ck-font-size:1.25rem;--ck-padding:.25rem 0 .25rem 1.25rem;padding:var(--ck-padding);font-size:var(--ck-font-size);font-weight:600;line-height:1.6;font-style:italic;border-left:solid .1875rem currentColor}.ck-content .ck-highlight-1>:first-child{margin-top:0}.ck-content .ck-highlight-1>:last-child{margin-bottom:0}@media (min-width:64rem){.ck-content .ck-highlight-1{--ck-font-size:1.5rem}}.ck-content .ck-highlight-2{--ck-padding:1.25rem;margin:3.75rem 0;padding:var(--ck-padding)}.ck-content .ck-highlight-2>:first-child{margin-top:0}.ck-content .ck-highlight-2>:last-child{margin-bottom:0}@media (min-width:64rem){.ck-content .ck-highlight-2{--ck-padding:2.5rem}}.ck-content .ck-focus{--ck-font-size:2rem;font-size:var(--ck-font-size);line-height:1.4}@media (min-width:64rem){.ck-content .ck-focus{--ck-font-size:3.125rem}}.ck-content .ck-framed{--ck-framed-pad:1.25rem;padding:var(--ck-framed-pad);border:solid .0625rem var(--color-1)}.ck-content .ck-framed h2:first-child,.ck-content .ck-framed h3:first-child,.ck-content .ck-framed h4:first-child,.ck-content .ck-framed h5:first-child,.ck-content .ck-framed h6:first-child{margin-top:0}@media (min-width:64rem){.ck-content .ck-framed{--ck-framed-pad:2.5rem}}.ck-content .ck-text-encart{font-size:1.5rem;font-weight:700}.ck-content a.file{--file-direction:column;--link-underline-offset:.3125rem;position:relative;display:flex;justify-content:space-between;flex-direction:var(--file-direction);gap:.5rem;padding-left:1.75rem;font-size:.875rem;font-weight:600;line-height:1.5}@media (min-width:26.5625rem){.ck-content a.file{--file-direction:row;align-items:center}}.ck-content a.file:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:1.25rem;height:1.25rem;-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13 3c0-.5523-.4477-1-1-1s-1 .4477-1 1v9.5858l-3.2929-3.293c-.3905-.3904-1.0237-.3904-1.4142 0-.3905.3906-.3905 1.0238 0 1.4143l4.9993 4.9993.0073.0072A.9959.9959 0 0 0 11.997 16h.006a.9966.9966 0 0 0 .6975-.2864l.0073-.0072 4.9993-4.9993c.3905-.3905.3905-1.0237 0-1.4142-.3905-.3905-1.0237-.3905-1.4142 0L13 12.5858V3Z'/%3E%3Cpath fill='currentColor' d='M3 14c.5523 0 1 .4477 1 1v4a1 1 0 0 0 1 1h14a1.0001 1.0001 0 0 0 1-1v-4c0-.5523.4477-1 1-1s1 .4477 1 1v4a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-4c0-.5523.4477-1 1-1Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13 3c0-.5523-.4477-1-1-1s-1 .4477-1 1v9.5858l-3.2929-3.293c-.3905-.3904-1.0237-.3904-1.4142 0-.3905.3906-.3905 1.0238 0 1.4143l4.9993 4.9993.0073.0072A.9959.9959 0 0 0 11.997 16h.006a.9966.9966 0 0 0 .6975-.2864l.0073-.0072 4.9993-4.9993c.3905-.3905.3905-1.0237 0-1.4142-.3905-.3905-1.0237-.3905-1.4142 0L13 12.5858V3Z'/%3E%3Cpath fill='currentColor' d='M3 14c.5523 0 1 .4477 1 1v4a1 1 0 0 0 1 1h14a1.0001 1.0001 0 0 0 1-1v-4c0-.5523.4477-1 1-1s1 .4477 1 1v4a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-4c0-.5523.4477-1 1-1Z'/%3E%3C/svg%3E");position:absolute;top:0;left:0}.ck-content .file__type{font-weight:400;color:inherit;white-space:nowrap}.ck-content>:first-child{margin-top:0}.ck-content>:last-child{margin-bottom:0}.chapo{font-size:var(--lead-font-size);font-weight:var(--lead-font-weight);line-height:var(--lead-line-height)}.chapo--node{--lead-font-size:1.3125rem;--lead-font-weight:400}@media (min-width:64rem){.chapo--node{--lead-font-size:1.625rem}}.annotation,.annotations{font-size:.875rem;line-height:1.7}.annotations{--wysiwyg-spacer:3.75rem;--ol-marker-color:var(--body-color);margin-block:3.75rem;padding-block:2.5rem;border-top:solid .0625rem var(--grey-300);border-bottom:solid .0625rem var(--grey-300)}.annotations p:last-child{margin-bottom:0}.ck-keyfigure{--ck-font-size:2.5rem;font-size:var(--ck-font-size);font-weight:400;line-height:1.1}@media (min-width:64rem){.ck-keyfigure{--ck-font-size:3.5rem}}.ck-clear{--ck-clear-margin-right:var(--ck-clear-gap);--ck-clear-font-size:.875rem;--ck-clear-gap:.625rem;--ck-clear-icon-size:1.125rem;--ck-clear-icon-top:var(--ck-clear-padding-y);--ck-clear-padding-x:.5rem;--ck-clear-padding-y:.25rem;--ck-clear-padding:var(--ck-clear-padding-y) var(--ck-clear-padding-x) var(--ck-clear-padding-y) calc(var(--ck-clear-padding-x) + var(--ck-clear-icon-size) + var(--ck-clear-gap));position:relative;display:inline-block;vertical-align:baseline;margin-right:var(--ck-clear-margin-right);padding:var(--ck-clear-padding);font-size:var(--ck-clear-font-size);background-color:#8089c633}.ck-clear strong{font-weight:700;margin-right:1rem}.ck-clear:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--ck-clear-icon-size);height:var(--ck-clear-icon-size);-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' viewBox='0 0 24 24'%3E%3Cpath d='M1.0024 5c0-.5523.4478-1 1-1h6a5 5 0 0 1 5 5v14c0 .5523-.4477 1-1 1-.5522 0-1-.4477-1-1a2.0003 2.0003 0 0 0-2-2h-7c-.5522 0-1-.4477-1-1V5Zm10 14.5359V9a3 3 0 0 0-3-3h-5v13h6c.7083 0 1.3971.1878 2 .5359Z'/%3E%3Cpath d='M12.4669 5.4645A5 5 0 0 1 16.0024 4h6c.5523 0 1 .4477 1 1v2.5c0 .5523-.4477 1-1 1-.5522 0-1-.4477-1-1V6h-5a3 3 0 0 0-3 3v10.5359a3.9996 3.9996 0 0 1 2-.5359h6v-1c0-.5523.4478-1 1-1 .5523 0 1 .4477 1 1v2c0 .5523-.4477 1-1 1h-7a2 2 0 0 0-2 2c0 .5523-.4477 1-1 1-.5522 0-1-.4477-1-1V9a5 5 0 0 1 1.4645-3.5355Z'/%3E%3Cpath d='M23.7095 10.2929c.3906.3905.3906 1.0237 0 1.4142l-4 4c-.3905.3905-1.0236.3905-1.4142 0l-2-2c-.3905-.3905-.3905-1.0237 0-1.4142.3906-.3905 1.0237-.3905 1.4142 0l1.2929 1.2929 3.2929-3.2929c.3906-.3905 1.0237-.3905 1.4142 0Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' viewBox='0 0 24 24'%3E%3Cpath d='M1.0024 5c0-.5523.4478-1 1-1h6a5 5 0 0 1 5 5v14c0 .5523-.4477 1-1 1-.5522 0-1-.4477-1-1a2.0003 2.0003 0 0 0-2-2h-7c-.5522 0-1-.4477-1-1V5Zm10 14.5359V9a3 3 0 0 0-3-3h-5v13h6c.7083 0 1.3971.1878 2 .5359Z'/%3E%3Cpath d='M12.4669 5.4645A5 5 0 0 1 16.0024 4h6c.5523 0 1 .4477 1 1v2.5c0 .5523-.4477 1-1 1-.5522 0-1-.4477-1-1V6h-5a3 3 0 0 0-3 3v10.5359a3.9996 3.9996 0 0 1 2-.5359h6v-1c0-.5523.4478-1 1-1 .5523 0 1 .4477 1 1v2c0 .5523-.4477 1-1 1h-7a2 2 0 0 0-2 2c0 .5523-.4477 1-1 1-.5522 0-1-.4477-1-1V9a5 5 0 0 1 1.4645-3.5355Z'/%3E%3Cpath d='M23.7095 10.2929c.3906.3905.3906 1.0237 0 1.4142l-4 4c-.3905.3905-1.0236.3905-1.4142 0l-2-2c-.3905-.3905-.3905-1.0237 0-1.4142.3906-.3905 1.0237-.3905 1.4142 0l1.2929 1.2929 3.2929-3.2929c.3906-.3905 1.0237-.3905 1.4142 0Z'/%3E%3C/svg%3E");position:absolute;top:var(--ck-clear-icon-top);left:var(--ck-clear-padding-x)}@media (min-width:64rem){.ck-clear{--ck-clear-icon-top:calc(var(--ck-clear-padding-y) * 1.4)}}.tablefield-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}table{width:100%;caption-side:bottom;border-collapse:collapse;background-color:var(--table-bg)}caption{margin-top:.625rem;font-size:.75rem;line-height:1.2;text-align:left;color:var(--table-caption-color)}tbody{vertical-align:top}th,td{padding:var(--table-padding-y) var(--table-padding-x);text-align:left;color:var(--table-color);border-width:var(--table-border-width);border-style:solid;border-color:var(--table-border-color)}th{font-weight:700}thead{--table-padding-y:1.25rem;--table-border-width:0 0 .1875rem 0;vertical-align:bottom}.table__title{--h5-margin-bottom:.625rem}.skip-links{--skip-links-padding:.625rem var(--container-gutter);list-style:none;position:absolute;top:0;transform:translateY(-100%);display:flex;flex-flow:row wrap;gap:.625rem 3.125rem;padding:var(--skip-links-padding);font-weight:700;opacity:0}.skip-links:focus-within{position:relative;transform:translateY(0);opacity:1}.skip-links a{text-decoration:none}@media (any-hover:hover){.skip-links a:hover{text-decoration:underline}}@media (min-width:48rem){.skip-links{--skip-links-padding:.625rem 3.75rem}}.c-header{--header-alignitems:center;--header-padding:1.25rem;--header-logo-max-w:calc(100vw - 6.5625rem);--header-logo-max-h:3.5rem;display:flex;justify-content:space-between;align-items:var(--header-alignitems);gap:1.25rem;padding:var(--header-padding)}@media (min-width:64rem){.c-header{--header-alignitems:flex-end;--header-logo-max-w:100%;--header-logo-max-h:100%}}.c-header__logo{display:block;flex-grow:0;flex-shrink:0;max-width:100%}.c-header__logo img{max-width:var(--header-logo-max-w);max-height:var(--header-logo-max-h);width:auto;height:auto}.c-header__logo.is--nudged{--header-logo-max-h:6.25rem;--header-logo-nudge:-2.8125rem;position:relative;z-index:var(--zindex-header-logo);-webkit-margin-after:var(--header-logo-nudge);margin-block-end:var(--header-logo-nudge)}@media (min-width:64rem){.c-header__logo.is--nudged{--header-logo-max-h:10rem;--header-logo-nudge:-4.0625rem}}.c-header__toggler{display:grid;place-content:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:0;border:0;background:none;cursor:pointer}.c-header__toggler .icon{--icon-size:1.5rem;padding:.1875rem}@media (min-width:64rem){.c-header__toggler-wrapper{display:none}}.c-header__tools{--header-tools-direction:column;--header-tools-alignitems:flex-start;display:flex;flex-direction:var(--header-tools-direction);align-items:var(--header-tools-alignitems)}@media (min-width:64rem){.c-header__tools{--header-tools-direction:column-reverse;--header-tools-alignitems:flex-end}}.c-header__menus{display:flex;flex-direction:column;align-items:flex-end;width:100%}.c-header__top-site{--header-topsite-marginblock:1.25rem 0;--header-topsite-width:100%;--header-topsite-img-margin-inline:auto 0;display:flex;align-items:center;width:var(--header-topsite-width);font-size:.875rem;margin-block:var(--header-topsite-marginblock)!important}@media (min-width:64rem){.c-header__top-site{--header-topsite-marginblock:0 1.5rem;--header-topsite-width:max-content;--header-topsite-img-margin-inline:1.25rem 0}}.c-header__top-site a{color:var(--color-1);text-decoration:underline}.c-header__top-site img{width:3.125rem;height:3.125rem;margin-inline:var(--header-topsite-img-margin-inline)}.c-header__top-site-label{display:flex;flex-direction:column}@media (min-width:64rem){.c-header__top-site-label{display:inline-block}}.c-header__list{--header-list-d:block;list-style:none;display:var(--header-list-d);font-size:.875rem;font-weight:600}@media (min-width:64rem){.c-header__list{--header-list-d:inline-flex}}.c-header__list>li{padding-block:.5625rem}@media (min-width:64rem){.c-header__list>li{padding-block:0}.c-header__list>li:not(:last-child):after{content:"";display:inline-block;vertical-align:middle;width:.0625rem;height:1.25rem;margin-inline:1.375rem;background-color:var(--grey-300)}}.c-header__list [role=search]{display:inline-block}.c-header__btn{position:relative;font-size:.875rem;color:var(--color-2);text-decoration:none;line-height:2rem;display:inline-flex;align-items:center}.c-header__btn .icon{margin-right:.375rem}.c-header__btn:after{position:absolute;bottom:0;left:0;content:"";display:block;height:.25rem;width:0%;background-color:currentColor}@media not (prefers-reduced-motion:reduce){.c-header__btn:after{transition:background .2s linear,width .2s linear}}@media (any-hover:hover){.c-header__btn:hover{color:var(--color-1)!important}.c-header__btn:hover:after{width:100%}}.breadcrumb ol{display:flex;flex-wrap:wrap;gap:.375rem;list-style:none}.breadcrumb__item{--breadcrumb-font-size:.75rem;--icon-color:var(--color-1);display:inline-flex;align-items:center;gap:.375rem;font-size:var(--breadcrumb-font-size)}.text-white .breadcrumb__item{--icon-color:var(--white)}@media (min-width:64rem){.breadcrumb__item{--breadcrumb-font-size:.875rem}}input[type=file]::-webkit-file-upload-button{--link-color:var(--white);--link-color-hover:var(--white);--btn-padding:.625rem 1.25rem;--btn-font-size:var(--font-size-base);--btn-font-weight:600;--btn-line-height:1.4;--btn-bg:var(--color-2);--btn-bg-hover:var(--color-1);--btn-border-color:var(--btn-bg);--btn-border-color-hover:var(--btn-bg-hover);--btn-border-width:.0625rem;--btn-outline-color:var(--body-color);position:relative;z-index:1;display:inline-flex;align-items:center;gap:.625rem;padding:var(--btn-padding);font-size:var(--btn-font-size);font-weight:var(--btn-font-weight);line-height:var(--btn-line-height);text-decoration:none;color:var(--link-color);background-color:var(--btn-bg);background-image:linear-gradient(to right,var(--btn-bg-hover) 50%,var(--btn-bg) 50%);background-size:201% 101%;background-position:right bottom;border:solid var(--btn-border-width) var(--btn-border-color);outline-color:var(--btn-outline-color)}.btn,input[type=file]::file-selector-button,.form-type-radio.form-item-valider [data-drupal-selector=edit-valider-valider]~label{--link-color:var(--white);--link-color-hover:var(--white);--btn-padding:.625rem 1.25rem;--btn-font-size:var(--font-size-base);--btn-font-weight:600;--btn-line-height:1.4;--btn-bg:var(--color-2);--btn-bg-hover:var(--color-1);--btn-border-color:var(--btn-bg);--btn-border-color-hover:var(--btn-bg-hover);--btn-border-width:.0625rem;--btn-outline-color:var(--body-color);position:relative;z-index:1;display:inline-flex;align-items:center;gap:.625rem;padding:var(--btn-padding);font-size:var(--btn-font-size);font-weight:var(--btn-font-weight);line-height:var(--btn-line-height);text-decoration:none;color:var(--link-color);background-color:var(--btn-bg);background-image:linear-gradient(to right,var(--btn-bg-hover) 50%,var(--btn-bg) 50%);background-size:201% 101%;background-position:right bottom;border:solid var(--btn-border-width) var(--btn-border-color);outline-color:var(--btn-outline-color)}@media not (prefers-reduced-motion:reduce){input[type=file]::-webkit-file-upload-button{-webkit-transition:color .2s ease-in-out,border-color .2s ease-in-out,background .2s ease-in-out;transition:color .2s ease-in-out,border-color .2s ease-in-out,background .2s ease-in-out}.btn,input[type=file]::file-selector-button,.form-type-radio.form-item-valider [data-drupal-selector=edit-valider-valider]~label{transition:color .2s ease-in-out,border-color .2s ease-in-out,background .2s ease-in-out}}@media (any-hover:hover){input[type=file]:hover::-webkit-file-upload-button{--link-color:var(--link-color-hover);color:var(--link-color-hover);background-color:var(--btn-bg-hover);border-color:var(--btn-border-color-hover);background-position:left bottom}.btn:hover,input[type=file]:hover::file-selector-button,.form-type-radio.form-item-valider [data-drupal-selector=edit-valider-valider]~label:hover{--link-color:var(--link-color-hover);color:var(--link-color-hover);background-color:var(--btn-bg-hover);border-color:var(--btn-border-color-hover);background-position:left bottom}}input[type=file]:disabled::-webkit-file-upload-button{--link-color:var(--grey-700);--link-color-hover:var(--grey-700);--btn-bg:var(--grey-200);--btn-bg-hover:var(--grey-200);--btn-border-color:var(--btn-bg);--btn-border-color-hover:var(--btn-bg-hover);cursor:not-allowed}.btn:disabled,input[type=file]:disabled::file-selector-button,.form-type-radio.form-item-valider [data-drupal-selector=edit-valider-valider]~label:disabled{--link-color:var(--grey-700);--link-color-hover:var(--grey-700);--btn-bg:var(--grey-200);--btn-bg-hover:var(--grey-200);--btn-border-color:var(--btn-bg);--btn-border-color-hover:var(--btn-bg-hover);cursor:not-allowed}.btn svg{top:0;margin:0;width:1.33em;height:1.33em;fill:var(--link-color)}@media (any-hover:hover){.btn:hover svg{fill:var(--link-color-hover)}}input[type=file]::-webkit-file-upload-button{--link-color:var(--color-2);--link-color-hover:var(--white);--btn-bg:transparent;--btn-bg-hover:var(--color-2);--btn-border-color:var(--link-color);--btn-border-color-hover:var(--btn-bg-hover)}.btn--secondary,input[type=file]::file-selector-button{--link-color:var(--color-2);--link-color-hover:var(--white);--btn-bg:transparent;--btn-bg-hover:var(--color-2);--btn-border-color:var(--link-color);--btn-border-color-hover:var(--btn-bg-hover)}.text-white .btn,.text-white .btn--secondary{--link-color:var(--white);--link-color-hover:var(--color-2);--btn-bg:transparent;--btn-bg-hover:var(--white);--btn-border-color:var(--link-color);--btn-border-color-hover:var(--link-color);--btn-outline-color:var(--white)}.btn--color-1,.text-white .btn--color-1{--link-color:var(--white);--link-color-hover:var(--white);--btn-bg:var(--color-1);--btn-bg-hover:var(--color-2);--btn-border-color:var(--btn-bg);--btn-border-color-hover:var(--btn-bg-hover)}:root{--fieldset-margin-top:3.125rem;--form-item-margin-bottom:1.875rem;--form-item-gap:.625rem;--form-error-color:var(--color-1);--input-padding-x:.5625rem;--input-padding-y:.5625rem;--input-font-size:var(--font-size-base);--input-placeholder-color:var(--grey-700);--input-disabled-color:var(--grey-700);--input-disabled-bg:var(--grey-200);--input-color:var(--body-color);--input-bg:var(--body-bg);--input-border-color:var(--body-color);--input-icon-size:1.5rem;--checkbox-icon-margin-top:.3em}@media (min-width:48rem){:root{--fieldset-margin-top:4.5rem;--form-item-margin-bottom:2.5rem}}@media (min-width:64rem){:root{--checkbox-icon-margin-top:.5em}}.webform-submission-form,.webform-ajax-form-wrapper{max-width:52rem;margin:0 auto}label:not(.option),.label{display:block;font-weight:700}.form-element-required{color:var(--color-1)}.fieldset-wrapper,.webform-section-wrapper{width:100%}.fieldset-legend{--h4-font-size:var(--font-size-base);--h4-line-height:var(--line-height-base);display:block;margin-bottom:var(--form-item-gap)}.webform-section:not(:first-child){margin-top:var(--fieldset-margin-top)}.form-item,.fieldgroup>.fieldset-wrapper,fieldset.form-item.webform-composite-hidden-title,.form-managed-file{display:flex;flex-direction:column;gap:var(--form-item-gap);align-items:flex-start;width:100%;margin-bottom:var(--form-item-margin-bottom);float:none!important}.form-item.form-type-processed-text{display:block}.form-textarea-wrapper{width:100%}.webform-type-fieldset .fieldset-wrapper>:last-child{margin-bottom:0}.fieldgroup>.fieldset-wrapper{--form-item-margin-bottom:0}.fieldgroup>.fieldset-wrapper .form-item:last-child{margin-bottom:0}.description,.webform-managed-file-placeholder{font-size:.875rem}::-moz-placeholder{color:var(--input-placeholder-color);font-style:italic;opacity:1}::placeholder{color:var(--input-placeholder-color);font-style:italic;opacity:1}.form-text,.form-email,.form-textarea,.form-select,.form-number,.form-date,.form-tel{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;padding:var(--input-padding-y) var(--input-padding-x);font-size:var(--input-font-size);font-weight:var(--font-weight-base);line-height:var(--line-height-base);background-color:var(--input-bg);color:var(--input-color);border:.0625rem solid var(--input-border-color);border-radius:.1875rem;transition:border-color .15s ease-in-out}.form-text:disabled,.form-email:disabled,.form-textarea:disabled,.form-select:disabled,.form-number:disabled,.form-date:disabled,.form-tel:disabled{--input-border-color:var(--input-disabled-color);--input-bg:var(--input-disabled-bg);cursor:not-allowed;opacity:1}.form-select{padding-right:calc(.625rem + var(--input-padding-x) + var(--input-icon-size));background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%231D1930' d='M5.2929 8.2929c.3905-.3905 1.0237-.3905 1.4142 0L12 13.5858l5.2929-5.293c.3905-.3904 1.0237-.3904 1.4142 0 .3905.3906.3905 1.0238 0 1.4143l-6 6c-.3905.3905-1.0237.3905-1.4142 0l-6-6c-.3905-.3905-.3905-1.0237 0-1.4142Z'/%3E%3C/svg%3E");background-position:calc(100% - var(--input-padding-x)) center;background-repeat:no-repeat}.form-select::-ms-expand{display:none}.form-date__wrapper{position:relative;width:100%;max-width:11.25rem}.form-date__wrapper:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:var(--input-icon-size);height:var(--input-icon-size);background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M5 5c-.5523 0-1 .4477-1 1v14c0 .5523.4477 1 1 1h14c.5523 0 1-.4477 1-1V6c0-.5523-.4477-1-1-1H5ZM2 6c0-1.6569 1.3432-3 3-3h14c1.6569 0 3 1.3431 3 3v14c0 1.6569-1.3431 3-3 3H5c-1.6568 0-3-1.3431-3-3V6Z'/%3E%3Cpath fill='currentColor' d='M16 1c.5523 0 1 .4477 1 1v4c0 .5523-.4477 1-1 1s-1-.4477-1-1V2c0-.5523.4477-1 1-1ZM8 1c.5523 0 1 .4477 1 1v4c0 .5523-.4477 1-1 1s-1-.4477-1-1V2c0-.5523.4477-1 1-1ZM2 10c0-.5523.4477-1 1-1h18c.5523 0 1 .4477 1 1s-.4477 1-1 1H3c-.5523 0-1-.4477-1-1Z'/%3E%3C/svg%3E");position:absolute;top:50%;right:var(--input-padding-x);transform:translateY(-50%);background-color:var(--white);pointer-events:none;z-index:1}.form-date__wrapper:focus-within .form-date{outline-width:.125rem}.form-date{display:flex;align-items:center}.form-date::-webkit-calendar-picker-indicator:focus{padding:0;width:var(--input-icon-size);height:var(--input-icon-size);border-radius:.1875rem;outline-offset:.4rem}.js-form-type-checkbox,.js-form-type-radio{position:relative;padding-left:1.5rem}.js-form-type-checkbox:not(.form-item-terms-of-service),.js-form-type-radio:not(.form-item-terms-of-service){--form-item-margin-bottom:.5rem;--form-item-gap:.3125rem}input[type=checkbox],input[type=radio]{--input-bg:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:var(--checkbox-icon-margin-top);left:0;width:.875rem;height:.875rem;background-color:var(--input-bg);border:.0625rem solid var(--input-border-color)}input[type=checkbox]:checked{--input-bg:var(--body-color)}input[type=checkbox]:checked~label:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:.875rem;height:.875rem;-webkit-mask-size:cover;mask-size:cover;background-color:var(--white);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='var(--white)' d='M2.293 5.293c-.391.39-.391 1.024 0 1.414l3 3 .707.707.707-.707s1.095-1.094 5-5c.391-.391.391-1.024 0-1.414-.391-.391-1.024-.391-1.414 0C6.388 7.199 6.709 6.877 6 7.586L3.707 5.293c-.39-.391-1.024-.391-1.414 0Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='var(--white)' d='M2.293 5.293c-.391.39-.391 1.024 0 1.414l3 3 .707.707.707-.707s1.095-1.094 5-5c.391-.391.391-1.024 0-1.414-.391-.391-1.024-.391-1.414 0C6.388 7.199 6.709 6.877 6 7.586L3.707 5.293c-.39-.391-1.024-.391-1.414 0Z'/%3E%3C/svg%3E");position:absolute;top:var(--checkbox-icon-margin-top);left:0}input[type=checkbox]:indeterminate{--input-bg:var(--body-color)}input[type=checkbox]:indeterminate~label:before{content:"";display:inline-block;vertical-align:middle;line-height:1;width:.875rem;height:.875rem;-webkit-mask-size:cover;mask-size:cover;background-color:var(--white);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='var(--white)' d='M2 7c0-.552.448-1 1-1h8c.552 0 1 .448 1 1s-.448 1-1 1H3c-.552 0-1-.448-1-1Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='var(--white)' d='M2 7c0-.552.448-1 1-1h8c.552 0 1 .448 1 1s-.448 1-1 1H3c-.552 0-1-.448-1-1Z'/%3E%3C/svg%3E");position:absolute;top:var(--checkbox-icon-margin-top);left:0}input[type=checkbox]:disabled{--input-border-color:var(--input-disabled-color);--input-bg:var(--input-disabled-bg);cursor:not-allowed}input[type=checkbox]:disabled:checked,input[type=checkbox]:disabled:indeterminate{--input-bg:var(--input-disabled-color)}input[type=radio]{border-radius:100%}input[type=radio]:checked~label:before{content:"";position:absolute;top:calc(var(--checkbox-icon-margin-top) + .0625rem);left:.0625rem;display:block;width:.75rem;height:.75rem;background-color:var(--input-border-color);border:.0625rem solid var(--white);box-shadow:0 0 0 .0625rem var(--input-border-color);border-radius:100%}input[type=radio]:disabled,input[type=radio]:disabled~label:before{--input-border-color:var(--input-disabled-color);--input-bg:var(--input-disabled-bg);cursor:not-allowed}.webform-options-display-two-columns,.webform-options-display-three-columns{margin-top:0;width:100%}.webform-options-display-two-columns div.form-item,.webform-options-display-three-columns div.form-item{margin-bottom:var(--form-item-margin-bottom)}.form-managed-file{--form-item-margin-bottom:0;width:100%}.form-managed-file .file{margin-right:.625rem}.form-managed-file>.messages{margin-block:0}.form-managed-file [class*=form-item-attached-file]{--form-item-margin-bottom:0}input[type=file]{display:block;width:100%;font-size:var(--font-size-base);font-weight:var(--font-weight-base);line-height:var(--line-height-base)}input[type=file]::-webkit-file-upload-button{margin-right:.625rem;font-family:var(--font-family-base);cursor:pointer}input[type=file]::file-selector-button{margin-right:.625rem;font-family:var(--font-family-base);cursor:pointer}.form-disabled label,fieldset[disabled]>legend>.fieldset-legend{color:var(--input-disabled-color)}.form-item--error-message{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--form-error-color)}.form-item--error-message>.icon{--icon-size:1rem;flex:0 0 1rem;max-width:1rem}.form-item--error-message .required-field{color:inherit}.form-item--error .fieldset-legend,.fieldgroup.error .fieldset-legend,.form-item--error label,.fieldgroup.error label{color:var(--form-error-color)}.form-item--error [aria-invalid=true],.fieldgroup.error [aria-invalid=true]{--input-border-color:var(--form-error-color)}.form-actions{margin-top:var(--form-item-margin-bottom)}.form-type-webform-markup>:last-child{margin-bottom:0}.form-type-radio.form-item-valider{padding-left:0}.form-type-radio.form-item-valider [data-drupal-selector=edit-valider-valider]{position:absolute;left:0;top:0;width:100%;height:100%;border:0;opacity:.0001}.form-type-radio.form-item-valider [data-drupal-selector=edit-valider-valider]~label{cursor:pointer}.form-type-radio.form-item-valider [data-drupal-selector=edit-valider-valider]~label:before{content:none}.form-type-radio.form-item-valider [data-drupal-selector=edit-valider-valider]:focus~label{outline:.125rem solid var(--body-color);outline-offset:.125rem}.form-type-radio.form-item-valider [data-drupal-selector=edit-valider-valider]:focus:not(:focus-visible)~label{outline-color:transparent}.form-type-radio.form-item-valider [data-drupal-selector=edit-valider-valider]:focus-visible~label{outline:.125rem solid var(--body-color);outline-offset:.125rem}.encart-gris .webform-section-wrapper,.webform-preview .fieldset-wrapper,.webform-preview .webform-section-wrapper,.webform-confirmation__message{--ck-padding:1.25rem;padding:var(--ck-padding);background-color:var(--grey-200)}.encart-gris .webform-section-wrapper>:first-child,.webform-preview .fieldset-wrapper>:first-child,.webform-preview .webform-section-wrapper>:first-child,.webform-confirmation__message>:first-child{margin-top:0}.encart-gris .webform-section-wrapper>:last-child,.webform-preview .fieldset-wrapper>:last-child,.webform-preview .webform-section-wrapper>:last-child,.webform-confirmation__message>:last-child{margin-bottom:0}@media (min-width:64rem){.encart-gris .webform-section-wrapper,.webform-preview .fieldset-wrapper,.webform-preview .webform-section-wrapper,.webform-confirmation__message{--ck-padding:2.5rem}}.webform-ajax-form-wrapper .btn-refresh{display:block;width:auto;margin:auto}.webform-type-webform-email-confirm .form-item+.form-item{margin-top:1.875rem}.webform-preview>.webform-section{--form-item-margin-bottom:4rem}.webform-preview .webform-element{--form-item-margin-bottom:.5rem;display:block}[data-drupal-form-fields*=edit-preview-prev] .form-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center}.webform-message .messages,.webform-message .messages.messages--info{margin:0 0 var(--form-item-margin-bottom) 0;background:none;box-shadow:none;color:inherit;border-color:inherit}.form-item.js-webform-states-hidden[style*="display: block"]{display:flex!important}.tippy-content,.tippy-content *{color:inherit}.webform-element-help{vertical-align:middle;color:var(--white);background-color:var(--grey-700);border-color:var(--grey-700)}.webform-element-help:focus,.webform-element-help:active,.webform-element-help:hover{color:var(--white);background-color:var(--black);border-color:var(--black)}.webform-element-help *{color:inherit}.messages{--icon-size:1.25rem;--message-color:var(--color-2);--body-color:var(--message-color);--h5-color:var(--message-color);margin:2.625rem 0;padding:1.25rem;font-size:.875rem;font-weight:700;border:solid .0625rem var(--message-color)}@media (min-width:64rem){.messages{--icon-size:2.25rem}}.messages--error{--message-color:var(--color-1)}.messages--error:not(.file-upload-js-error){position:relative;padding-left:calc(var(--icon-size) + 2.5rem)}.messages--error:not(.file-upload-js-error) .icon{position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.c-footer{--footer-common-margin-top:1.875rem;--footer-bottom-padding-top:3.125rem;--footer-bottom-padding-bottom:1.875rem;--footer-menu-direction:column;--footer-menu-gap:1rem 1.3125rem}@media (min-width:48rem){.c-footer{--footer-common-margin-top:2.5rem;--footer-bottom-padding-top:2.5rem;--footer-menu-direction:row}}.c-footer__content{padding-top:var(--footer-bottom-padding-top);padding-bottom:var(--footer-bottom-padding-bottom)}.c-footer__bottom{display:flex;flex-flow:var(--footer-menu-direction);justify-content:space-between;gap:1.875rem;margin-top:var(--footer-common-margin-top);padding-top:1.875rem;border-top:solid .0625rem rgba(var(--white-rgb),.2)}.c-footer__bottom>:nth-child(2){flex-shrink:0}.menu--footer{--footer-menu-gap:1rem 2.625rem;font-size:1rem}.menu--footer-bottom a,.menu--footer-bottom button{padding:.3125rem 0;font-size:.75rem;font-weight:500}.menu--footer-bottom .menu,.menu--footer .menu{display:flex;flex-flow:var(--footer-menu-direction) wrap;gap:var(--footer-menu-gap);list-style:none}.menu--footer-bottom a,.menu--footer-bottom button,.menu--footer a,.menu--footer button{text-decoration:none}@media (any-hover:hover){.menu--footer-bottom a:hover,.menu--footer-bottom button:hover,.menu--footer a:hover,.menu--footer button:hover{text-decoration:underline}}.social-media-links--platforms{--social-media-link-size:1.875rem;--icon-size:1.25rem;display:flex;flex-flow:row wrap;gap:.625rem;list-style:none}.social-media-links--platforms li{padding:0}.social-media-links--platforms a{display:flex;align-items:center;justify-content:center;width:var(--social-media-link-size);height:var(--social-media-link-size);text-decoration:none;transition:background-color .25s ease}@media (any-hover:hover){.social-media-links--platforms a:hover{background-color:var(--color-1);color:var(--white)}}.social-media-links--platforms .fab,.social-media-links--platforms svg.ext{display:none}:root{--modal-bg:var(--white);--modal-padding:1.25rem;--modal-max-height:100vh;--modal-max-width:100%;--modal-header-direction:column;--modal-header-mb:1.875rem}@media (min-width:48rem){:root{--modal-padding:1.875rem;--modal-max-height:90vh;--modal-max-width:90%;--modal-header-direction:row-reverse}}@media (min-width:64rem){:root{--modal-padding:3.375rem;--modal-max-height:80vh;--modal-max-width:80%}}@media (min-width:87.5rem){:root{--modal-padding:3.375rem 7.3125rem;--modal-max-width:var(--container-smaller)}}.dialog__container,.dialog__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.dialog__container{z-index:var(--zindex-modal);display:flex}.dialog__container[aria-hidden=true]{display:none}.dialog__overlay{background-color:rgba(var(--color-2-rgb),70%);-webkit-backdrop-filter:blur(.313rem);backdrop-filter:blur(.313rem)}.dialog__document{position:relative;margin:auto;width:100%;max-width:var(--modal-max-width);max-height:var(--modal-max-height);overflow:auto;z-index:2;padding:var(--modal-padding);background-color:var(--modal-bg)}.dialog__header{--h2-line-height:1.2;--h2-margin-bottom:0;--h3-line-height:1.2;--h3-margin-bottom:0;display:flex;flex-direction:var(--modal-header-direction);align-items:flex-start;gap:1.875rem;margin-bottom:var(--modal-header-mb)}.dialog__close{--icon-size:.625rem;display:flex;align-items:center;flex-shrink:0;gap:.625rem;margin-left:auto;line-height:2;text-decoration:underline}@media (min-width:48rem){.dialog__close{margin-top:.75rem}}.no-dialog{--modal-padding:0;--modal-bg:transparent;--modal-max-height:none;--modal-max-width:100%;--modal-header-direction:row;position:static;display:block}.no-dialog .dialog__close{display:none}.modal--invest{--modal-max-height:100vh;background-color:var(--body-bg)}.modal--invest .dialog__title{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.modal--invest .dialog__close{margin:3.75rem 0;text-decoration:none;line-height:var(--btn-line-height)}.modal--invest strong{font-weight:700;text-transform:uppercase}.c-menu{--menu-fontsize:1.25rem;--menu-fontweight:700;--menu-lineheight:2.5rem;--menu-direction:column;--menu-justifycontent:flex-start;--menu-alignitems:normal;--menu-item-w:auto;--menu-item-arrow-align:auto;list-style:none;display:inline-flex;flex-wrap:wrap;flex-direction:var(--menu-direction);justify-content:var(--menu-justifycontent);align-items:var(--menu-alignitems);font-size:var(--menu-fontsize);font-weight:var(--menu-fontweight);line-height:var(--menu-lineheight)}@media (min-width:64rem){.c-menu{--menu-direction:row;--menu-justifycontent:flex-end;--menu-alignitems:center;--menu-item-arrow-align:initial}}.c-menu.c-menu--sm{--menu-fontsize:1rem;--menu-lineheight:2rem}@media (min-width:64rem){.c-menu--sep:before{content:"";display:inline-block;vertical-align:middle;width:.0625rem;height:1.25rem;margin-inline:.625rem 1.25rem;background-color:var(--grey-300)}}.c-menu__item{position:relative}.c-menu>.c-menu__item{--menu-li-paddingstart:0;--menu-li-border-b-w:.0625rem;--menu-li-marginblock:0;--menu-li-paddingblock:.875rem;-webkit-padding-start:var(--menu-li-paddingstart);padding-inline-start:var(--menu-li-paddingstart);margin-block:var(--menu-li-marginblock);padding-block:var(--menu-li-paddingblock);border-bottom:solid var(--menu-li-border-b-w) var(--grey-300)}@media (min-width:64rem){.c-menu>.c-menu__item{--menu-li-paddingstart:1.25rem;--menu-li-border-b-w:0;--menu-li-marginblock:0;--menu-li-paddingblock:0}}.c-menu>.c-menu__item:first-child{--menu-li-paddingstart:0}.c-menu__link,.c-menu__btn{display:inline-flex;align-items:center;padding-block:.2188rem;gap:.375rem;width:var(--menu-item-w);text-decoration:none;text-align:left}.c-menu__link[aria-expanded],.c-menu__btn[aria-expanded]{--menu-item-w:100%}@media (min-width:64rem){.c-menu__link[aria-expanded],.c-menu__btn[aria-expanded]{--menu-item-w:auto}}.c-menu__link[aria-expanded]:before,.c-menu__btn[aria-expanded]:before{order:2;-webkit-margin-start:var(--menu-item-arrow-align);margin-inline-start:var(--menu-item-arrow-align);--menu-icon-rotation:0deg;content:"";display:inline-block;vertical-align:middle;line-height:1;width:1rem;height:1rem;-webkit-mask-size:cover;mask-size:cover;background-color:var(--color-1);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='var(--color-1)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.9999 10.5L4.10278 6.75H11.897L7.9999 10.5Z' fill='var(--color-1)'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='var(--color-1)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.9999 10.5L4.10278 6.75H11.897L7.9999 10.5Z' fill='var(--color-1)'/%3E%3C/svg%3E%0A");transform:rotate(var(--menu-icon-rotation))}.c-menu__link[aria-expanded=false]:before,.c-menu__btn[aria-expanded=false]:before{--menu-icon-rotation:0deg}.c-menu__link[aria-expanded=true]:before,.c-menu__btn[aria-expanded=true]:before{--menu-icon-rotation:180deg}.c-menu__link svg.ext,.c-menu__link svg.mailto,.c-menu__link svg.tel,.c-menu__btn svg.ext,.c-menu__btn svg.mailto,.c-menu__btn svg.tel{margin-left:0;top:0}.c-menu__link{position:relative}.c-menu__link:after{position:absolute;bottom:0;left:0;content:"";display:block;height:.25rem;width:0%;background-color:currentColor}@media not (prefers-reduced-motion:reduce){.c-menu__link:after{transition:background .2s linear,width .2s linear}}@media (any-hover:hover){.c-menu__link:hover{color:var(--color-1)!important}.c-menu__link:hover:after{width:100%}}.c-menu__link.is-active,.c-menu__item--active-trail>.c-menu__link{color:var(--color-1)!important}.c-menu__link.is-active:after,.c-menu__item--active-trail>.c-menu__link:after{width:100%}.c-menu__btn{position:relative;color:var(--white);padding-inline:.625rem;padding-block:.625rem;background-color:var(--color-2);outline-color:var(--color-2);line-height:normal}.c-menu__btn:before{position:absolute;top:0;left:0;content:"";display:flex;background-color:var(--color-1);width:100%;height:100%;transform-origin:0 0;transform:scale(.3,.5);opacity:0;mix-blend-mode:lighten}@media not (prefers-reduced-motion:reduce){.c-menu__btn:before{transition:background .2s linear,transform .2s linear,opacity .2s linear}}.c-menu__btn:after{content:none}.c-menu__btn svg{color:currentColor;fill:currentColor}@media (any-hover:hover){.c-menu__btn:hover{color:var(--white)!important}.c-menu__btn:hover:before{background-color:var(--color-1);opacity:1;transform:scale(1)}}.c-menu__btn.is-active{color:var(--white)!important}.c-menu__btn.is-active:before{background-color:var(--color-1);opacity:1;transform:scale(1)}.c-menu__collapse{--collapse-w:100%;--collapse-mh:auto;--collapse-padding:1.875rem 0 1rem 1.875rem;flex-direction:column;width:var(--collapse-w);max-height:var(--collapse-mh);padding:var(--collapse-padding)}.c-menu__collapse:not([hidden]){display:flex}@media (min-width:64rem){.c-menu__collapse{--collapse-w:max-content;--collapse-mh:25.5rem;--collapse-padding:1.875rem 2.5rem;z-index:var(--zindex-collapse);position:absolute;top:auto;left:auto;-webkit-margin-before:var(--header-padding);margin-block-start:var(--header-padding);background-color:var(--white);border:.0625rem solid var(--grey-300);box-shadow:0 .5rem .5rem #2b254633;overflow:auto;--sb-track-color:var(--grey-200);--sb-thumb-color:var(--grey-500);--sb-size:.375rem}.c-menu__collapse::-webkit-scrollbar{width:var(--sb-size)}.c-menu__collapse::-webkit-scrollbar-track{background:var(--sb-track-color);border-radius:1rem}.c-menu__collapse::-webkit-scrollbar-thumb{background:var(--sb-thumb-color);border-radius:1rem}@supports not selector(::-webkit-scrollbar){.c-menu__collapse{scrollbar-color:var(--sb-thumb-color) var(--sb-track-color)}}}@media (min-width:64rem){.c-menu__collapse.c-menu__collapse--has-third-level{--collapse-w:62.5rem;--collapse-mh:40.125rem}}@media (min-width:64rem){.c-menu__collapse.c-menu__collapse--has-third-level:has(>.c-menu__submenu .c-menu__subitem:nth-child(2):last-child){--collapse-w:45.5rem}}.c-menu__submenu{display:grid;list-style:none;line-height:1.7}@media (min-width:64rem){.c-menu__collapse--has-third-level>.c-menu__submenu{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.875rem 3.375rem;width:100%}}@media (min-width:64rem){.c-menu__collapse--has-third-level>.c-menu__submenu:has(.c-menu__subitem:nth-child(2):last-child){grid-template-columns:repeat(2,1fr)}}.c-menu__subitem{padding-block:.625rem}.c-menu__sublink{--link-color:currentColor;color:var(--link-color);font-size:.875rem;font-weight:500;-webkit-text-decoration-line:none;text-decoration-line:none}@media (any-hover:hover){.c-menu__sublink:hover{--link-color:var(--color-1);-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:.0625rem;text-underline-offset:.375rem}}.c-menu__sublink.is-active{--link-color:var(--color-1);-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:.0625rem;text-underline-offset:.375rem}.c-menu__subitem.c-menu__item--expanded:not(:first-child){padding-block:1.875rem 0}@media (min-width:64rem){.c-menu__subitem.c-menu__item--expanded,.c-menu__subitem.c-menu__item--expanded:not(:first-child){padding-block:.625rem}}.c-menu .c-menu__collapse--has-third-level>.c-menu__submenu>.c-menu__subitem>.c-menu__sublink:first-of-type{display:inline-block;-webkit-padding-after:.625rem;padding-block-end:.625rem;font-weight:700}@media (min-width:64rem){.c-menu .c-menu__collapse--has-third-level>.c-menu__submenu>.c-menu__subitem>.c-menu__sublink:first-of-type{font-size:1rem}}.c-menu__d{--modal-max-height:100vh;--modal-max-width:26.25rem}.c-menu__d-document{--menu-bgcolor:var(--white);--body-color:currentColor;color:var(--body-color);margin:0 0 0 auto;background-color:var(--menu-bgcolor)}.c-menu__d-content{--modal-content-direction:column;--modal-content-display:flex;--modal-content-gap:1.25rem;display:var(--modal-content-display);flex-direction:var(--modal-content-direction);gap:var(--modal-content-gap)}@media (min-width:64rem){.c-menu__d-content{--modal-content-direction:column-reverse;--modal-content-display:flex;--modal-content-gap:1rem}}.c-menu__d-header{--modal-header-direction:row-reverse;--modal-header-mb:1.25rem;align-items:center}.c-menu__d-close{--icon-size:.875rem;padding:.1875rem}.c-menu__d-title{font-size:1rem;line-height:2rem;font-weight:700}.c-blog-outer{color:var(--white);background-color:var(--color-2-light)}.c-blog-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-block:1.25rem}.c-blog-header__title{--blog-title-size:1rem;--blog-title-lineheight:1.625rem;font-size:var(--blog-title-size);font-weight:800;line-height:var(--blog-title-lineheight);-webkit-margin-after:0;margin-block-end:0}@media (min-width:64rem){.c-blog-header__title{--blog-title-size:1.25rem;--blog-title-lineheight:2.25rem}}.c-blog-header__toggler{display:grid;place-content:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:0;border:0;background:none;cursor:pointer}@media (min-width:64rem){.c-blog-header__toggler{display:none}}.c-blog-header__toggler .icon{--icon-size:1.5rem;padding:.1875rem}.c-blog-header .c-menu__collapse{z-index:calc(var(--zindex-collapse) + 1);background-color:var(--color-2-light);border-color:var(--color-2)}@media (any-hover:hover){.c-blog-header .c-menu__link:hover{color:var(--white)!important}}.c-blog-header .c-menu__link.is-active,.c-blog-header .c-menu__item--active-trail>.c-menu__link{color:var(--white)!important}.c-blog-header .c-menu__link[aria-expanded]:before,.c-blog-header .c-menu__btn[aria-expanded]:before{background-color:var(--white)}.c-blog-header .c-menu>.c-menu__item{border-bottom-color:color-mix(in srgb,var(--white) 50%,transparent)}.c-blog-header .c-menu__sublink{--link-color:currentColor;color:var(--link-color)}@media (any-hover:hover){.c-blog-header .c-menu__sublink:hover{--link-color:currentColor;-webkit-text-decoration-line:underline;text-decoration-line:underline}}.c-blog-header .c-menu__sublink.is-active{--link-color:currentColor;-webkit-text-decoration-line:underline;text-decoration-line:underline}.c-blog__d{--modal-max-height:100vh;--modal-max-width:26.25rem}.c-blog__d-document{--menu-bgcolor:var(--color-2-light);--body-color:var(--white);color:var(--body-color);margin:0 0 0 auto;background-color:var(--menu-bgcolor)}.c-blog__d-header{--modal-header-direction:row-reverse;--modal-header-mb:1.25rem;align-items:center}.c-blog__d-close{--icon-size:.875rem;padding:.1875rem}.c-blog__d-title{font-size:1rem;line-height:2rem;font-weight:700}.c-blog__d-content{--modal-content-direction:column;--modal-content-display:flex;--modal-content-gap:1.25rem;display:var(--modal-content-display);flex-direction:var(--modal-content-direction);gap:var(--modal-content-gap)}@media (min-width:64rem){.c-blog__d-content{--modal-content-direction:row;--modal-content-display:flex;--modal-content-gap:1rem}}.c-blog__d .dialog__close{margin-block:0}.results__title{--results-t-fontsize:1.125rem;--results-t-lineheight:2rem;--results-t-marginb:1.875rem;font-size:var(--results-t-fontsize);font-weight:500;line-height:var(--results-t-lineheight)}.results__title:not(.col__title){-webkit-margin-after:var(--results-t-marginb);margin-block-end:var(--results-t-marginb)}@media (min-width:64rem){.results__title{--results-t-fontsize:1.625rem;--results-t-lineheight:2.875rem;--results-t-marginb:3.125rem}}.c-card--big+.views-element-container{margin-top:3.75rem}.btn--filters{width:100%;justify-content:center}.btn--filters:after{content:"";display:inline-block;vertical-align:middle;line-height:1;width:1.25rem;height:1.25rem;-webkit-mask-size:cover;mask-size:cover;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M1.0953 2.5791A1 1 0 0 1 2.0025 2h20a1 1 0 0 1 .7635 1.6457l-7.7635 9.1804V21a1.0002 1.0002 0 0 1-1.4473.8944l-4-2A1 1 0 0 1 9.0025 19v-6.1739L1.2388 3.6457a1 1 0 0 1-.1436-1.0666ZM4.1578 4l6.6082 7.8143a.9998.9998 0 0 1 .2365.6457v5.922l2 1V12.46a.9997.9997 0 0 1 .2364-.6457L19.8472 4H4.1578Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M1.0953 2.5791A1 1 0 0 1 2.0025 2h20a1 1 0 0 1 .7635 1.6457l-7.7635 9.1804V21a1.0002 1.0002 0 0 1-1.4473.8944l-4-2A1 1 0 0 1 9.0025 19v-6.1739L1.2388 3.6457a1 1 0 0 1-.1436-1.0666ZM4.1578 4l6.6082 7.8143a.9998.9998 0 0 1 .2365.6457v5.922l2 1V12.46a.9997.9997 0 0 1 .2364-.6457L19.8472 4H4.1578Z'/%3E%3C/svg%3E")}.view-filters{--form-item-margin-bottom:1.25rem}.view-filters .form-select{--input-bg:var(--grey-200)}.view-filters .shs-container{display:block;width:100%}.view-filters .shs-widget-container{display:block}.view-filters .shs-widget-container+.shs-widget-container select{margin-top:var(--form-item-margin-bottom)}.view-filters .btn--submit{width:100%;justify-content:center}.view-filters .no-dialog{--modal-padding:2.5rem;--modal-bg:var(--grey-200)}.view-filters .form-actions-reset{margin-block:0 var(--form-item-margin-bottom)}.view-filters .js-show-more[data-expanded=true]{margin-top:.5rem}@media (min-width:48rem){.view-filters{max-width:30.6667%;--modal-header-mb:var(--form-item-margin-bottom)}.view-filters .form-submit{width:auto}.view-filters .dialog__title{--h3-margin-bottom:0;--h3-font-family:var(--h5-font-family);--h3-font-size:var(--h5-font-size);--h3-font-weight:var(--h5-font-weight);--h3-line-height:var(--h5-line-height);--h3-color:var(--h5-color)}}.view--filtree-paginee{--column-gutters-x:1.875rem;--column-gutters-y:1.875rem}@media (min-width:64rem){.view--filtree-paginee{--column-gutters-x:3.375rem;--column-gutters-y:3.75rem}}@media (min-width:48rem){.view-newslist .c-card__image,.view-search .c-card__image{flex:0 0 14.625rem;max-width:14.625rem}}.form--search{--input-padding-x:1.25rem;--input-padding-y:1.0625rem;--input-min-height:3.75rem;--input-max-width:calc(100% - 424.89px)}.form--search .btn--submit,.form--search .btn--reset{display:block;width:100%;text-align:center}.form--search .form-text,.form--search .btn--submit,.form--search .btn--reset{min-height:var(--input-min-height)}@media (min-width:48rem){.form--search{--form-item-margin-bottom:0;display:flex;gap:1.875rem;align-items:flex-end}.form--search .form-actions,.form--search .btn--reset{flex-shrink:0;width:auto}.form--search .form-type-textfield{max-width:var(--input-max-width)}}@media (min-width:64rem){.form--search{--input-min-height:4.25rem;--input-max-width:calc(100% - 465.25px)}}@media (min-width:80rem){.form--search{--input-min-height:5rem;--input-font-size:1.375rem;--input-max-width:calc(100% - 530.05px)}.form--search .btn{--btn-font-size:1.375rem;--btn-padding:1.5rem 2rem}}.results__more{display:inline-block;-webkit-margin-end:1.25rem;margin-inline-end:1.25rem;-webkit-margin-before:.625rem;margin-block-start:.625rem}.results__more-list{display:inline}.results__more-list li{display:inline-block;-webkit-margin-end:1.25rem;margin-inline-end:1.25rem;margin-block:.25rem}.results__more-list em{color:inherit;font-style:inherit}.pager{margin-block:2.5rem 0}.pager__items{display:flex;justify-content:center;align-items:center;gap:1.875rem}.pager__btn{display:flex;inline-size:2rem;block-size:2rem;justify-content:center;align-items:center;background-color:var(--grey-200)}@media (any-hover:hover){.pager__btn:hover{--link-hover-color:var(--white);background-color:var(--color-1)}}.pager__btn[aria-disabled=true]{--link-color:var(--grey-300);--link-hover-color:var(--grey-300);background-color:transparent;border:solid .0625rem var(--grey-300);cursor:not-allowed}.pager__item{display:inline-flex}.pager__item--next .icon{transform:rotate(180deg)}.socialbar{display:flex;flex-wrap:wrap;align-items:center;gap:.9375rem 1.875rem;padding-block:1.25rem;border-top:solid .0625rem var(--grey-300);border-bottom:solid .0625rem var(--grey-300)}.socialbar__items{display:flex;gap:1.875rem;list-style-type:none}.socialbar__title{--h5-margin-bottom:0}.socialbar__link{--icon-size:1.875rem;display:flex;justify-content:center;align-items:center;inline-size:1.875rem;block-size:1.875rem;transition:color .2s linear,background-color .2s linear}.socialbar__link svg{display:none}@media (any-hover:hover){.socialbar__link:hover{--icon-color:var(--white);background-color:var(--color-2);outline-color:var(--color-2)}}.listing-box{display:flex;flex-direction:column;align-items:flex-start;gap:1.3125rem;padding:1.25rem;background-color:var(--grey-200)}.listing-box__title{--h5-margin-bottom:0}.filter-alpha{margin-block:3.75rem}.filter-alpha__items{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;gap:1.25rem;list-style:none}.filter-alpha__link{--link-underline-thickness:0;display:flex;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:.625rem;min-inline-size:3.75rem;padding:.25rem .5rem;font-size:2rem;font-weight:800;line-height:120%;text-decoration:none;transition:color .2s linear,background-color .2s linear}@media (any-hover:hover){.filter-alpha__link:hover{--link-hover-color:var(--body-color);background-color:var(--grey-200)}}.filter-alpha__link.is-active{--link-color:var(--white);--link-hover-color:var(--white);background-color:var(--color-1);outline-color:var(--color-1)}.didomi__content{--didomi-padding:1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--didomi-padding);text-align:center;background-color:var(--grey-200)}@media (min-width:64rem){.didomi__content{--didomi-padding:2.5rem}}.text-white{--body-color:var(--white);--body-selection-bg:var(--white);--h1-color:var(--white);--h2-color:var(--white);--h3-color:var(--white);--h4-color:var(--white);--h5-color:var(--white);--h6-color:var(--white);--ol-marker-color:var(--white);--link-hover-color:var(--white);--table-caption-color:var(--white);--accented-link-underline-color:var(--white)}.bg-white{--body-selection-color:var(--white);--body-bg:var(--white);background-color:var(--white)}.text-grey-200{--body-color:var(--grey-200);--body-selection-bg:var(--grey-200);--h1-color:var(--grey-200);--h2-color:var(--grey-200);--h3-color:var(--grey-200);--h4-color:var(--grey-200);--h5-color:var(--grey-200);--h6-color:var(--grey-200);--ol-marker-color:var(--grey-200);--link-hover-color:var(--grey-200);--table-caption-color:var(--grey-200)}.bg-grey-200{--body-selection-color:var(--grey-200);--body-bg:var(--grey-200);background-color:var(--grey-200)}.text-color-1{--body-color:var(--color-1);--body-selection-bg:var(--color-1);--h1-color:var(--color-1);--h2-color:var(--color-1);--h3-color:var(--color-1);--h4-color:var(--color-1);--h5-color:var(--color-1);--h6-color:var(--color-1);--ol-marker-color:var(--color-1);--link-hover-color:var(--color-1);--table-caption-color:var(--color-1)}.bg-color-1{--body-selection-color:var(--color-1);--body-bg:var(--color-1);background-color:var(--color-1);--ul-marker-color:var(--white);--table-bg:var(--white);--table-border-color:var(--grey-300);--table-color:var(--color-2)}.text-color-2{--body-color:var(--color-2);--body-selection-bg:var(--color-2);--h1-color:var(--color-2);--h2-color:var(--color-2);--h3-color:var(--color-2);--h4-color:var(--color-2);--h5-color:var(--color-2);--h6-color:var(--color-2);--ol-marker-color:var(--color-2);--link-hover-color:var(--color-2);--table-caption-color:var(--color-2)}.bg-color-2{--body-selection-color:var(--color-2);--body-bg:var(--color-2);background-color:var(--color-2);--table-bg:var(--color-2-light);--table-border-color:var(--color-2)}.text-color-2-light{--body-color:var(--color-2-light);--body-selection-bg:var(--color-2-light);--h1-color:var(--color-2-light);--h2-color:var(--color-2-light);--h3-color:var(--color-2-light);--h4-color:var(--color-2-light);--h5-color:var(--color-2-light);--h6-color:var(--color-2-light);--ol-marker-color:var(--color-2-light);--link-hover-color:var(--color-2-light);--table-caption-color:var(--color-2-light)}.bg-color-2-light{--body-selection-color:var(--color-2-light);--body-bg:var(--color-2-light);background-color:var(--color-2-light)}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.grid{--grid-gap:1.875rem;--grid-template-columns:1fr;display:grid;gap:var(--grid-gap);grid-template-columns:var(--grid-template-columns)}.grid .c-card--big,.grid .c-component__link{grid-column:1/-1}@media (min-width:64rem){.grid{--grid-gap:2.625rem}}.grid-cols-3{--grid-col-w:21rem;--grid-template-columns:repeat(auto-fill,minmax(min(100%,var(--grid-col-w)),1fr))}@media (min-width:64rem){.grid-cols-3:not(.grid-gap--small){--grid-gap:3.375rem;--grid-col-w:18.25rem}}@media (min-width:87.5rem){.grid-cols-3:not(.grid-gap--small){--grid-col-w:25.875rem}}.grid-cols-4,.grid-cols-1-2{--grid-template-columns:repeat(auto-fill,minmax(min(100%,17.125rem),1fr))}@media (min-width:48rem){.grid-cols-1-2>:first-child{grid-column:1/3}}.flex{display:flex}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-column{flex-direction:column}.flex-column-reverse{flex-direction:column-reverse}.flex-grow{flex-grow:1}.flex-shrink{flex-shrink:1}.flex-basis{flex-basis:0}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.m-0{margin:0}.m-auto{margin:auto}.mt-0{margin-top:0}.mr-0{margin-right:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}
}
