@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap);
/*======================================
  Selectric v1.13.0
======================================*/.selectric-wrapper {
  position: relative;
  cursor: pointer;
}.selectric-responsive {
  width: 100%;
}.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}.selectric-focus .selectric {
  border-color: #aaaaaa;
}.selectric-hover .selectric {
  border-color: #c4c4c4;
}.selectric-hover .selectric .button {
  color: #a2a2a2;
}.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}.selectric-open {
  z-index: 9999;
}.selectric-open .selectric {
  border-color: #c4c4c4;
}.selectric-open .selectric-items {
  display: block;
}.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}.selectric-hide-select select {
  position: absolute;
  left: -100%;
}.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}/* Items box */.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}.selectric-items .selectric-group li {
  padding-left: 25px;
}.js-form-item{
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 1rem;
}.js-form-item label, .js-form-item legend{
  display: block;
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}.js-form-item .js-form-item label, .js-form-item .js-form-item legend {
  }.js-form-item label, .js-form-item legend{
  margin-bottom: 0.5rem;
}.js-form-item label.visually-hidden, .js-form-item legend.visually-hidden{
  display: none;
}.js-form-item label.js-form-required:after, .js-form-item legend.js-form-required:after {
        content: "*";
      }.js-form-item.required > label:after, .js-form-item.required > legend:after {
        content: "*";
      }.js-form-item.js-form-type-text label,
    .js-form-item.js-form-type-text legend,
    .js-form-item.js-form-type-email label,
    .js-form-item.js-form-type-email legend,
    .js-form-item.js-form-type-password label,
    .js-form-item.js-form-type-password legend,
    .js-form-item.js-form-type-tel label,
    .js-form-item.js-form-type-tel legend,
    .js-form-item.js-form-type-number label,
    .js-form-item.js-form-type-number legend,
    .js-form-item.js-form-type-date label,
    .js-form-item.js-form-type-date legend,
    .js-form-item.js-form-type-textfield label,
    .js-form-item.js-form-type-textfield legend {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
    }.js-form-item input[type="text"], .js-form-item input[type="email"], .js-form-item input[type="password"], .js-form-item input[type="tel"], .js-form-item input[type="number"], .js-form-item input[type="date"], .js-form-item .js-webform-document-file {
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }.js-form-item .js-form-item input[type="text"], .js-form-item .js-form-item input[type="email"], .js-form-item .js-form-item input[type="password"], .js-form-item .js-form-item input[type="tel"], .js-form-item .js-form-item input[type="number"], .js-form-item .js-form-item input[type="date"], .js-form-item .js-form-item .js-webform-document-file {
  }.js-form-item input[type="text"], .js-form-item input[type="email"], .js-form-item input[type="password"], .js-form-item input[type="tel"], .js-form-item input[type="number"], .js-form-item input[type="date"], .js-form-item .js-webform-document-file{
  --tw-border-opacity: 1;
  border-color: rgb(62 40 129 / var(--tw-border-opacity));
  border-style: solid;
  --tw-text-opacity: 1;
  color: rgb(62 40 129 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 226 238 / var(--tw-bg-opacity));
    border-radius: 0;
    height: 24px;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-width: 1px;
    line-height: 24px;
}@media (min-width: 1025px) {.js-form-item input[type="text"],
  .js-form-item input[type="email"],
  .js-form-item input[type="password"],
  .js-form-item input[type="tel"],
  .js-form-item input[type="number"],
  .js-form-item input[type="date"],
  .js-form-item .js-webform-document-file {
      min-width: 200px
  }
    }.js-form-item input[type="text"]:focus, .js-form-item input[type="email"]:focus, .js-form-item input[type="password"]:focus, .js-form-item input[type="tel"]:focus, .js-form-item input[type="number"]:focus, .js-form-item input[type="date"]:focus, .js-form-item .js-webform-document-file:focus {
      outline: none;
      box-shadow: 0 0 0 1px;
      --tw-shadow-color: rgba(62, 40, 129, 0.1);
      --tw-shadow: var(--tw-shadow-colored);
    }.js-form-item input[type="text"]::placeholder, .js-form-item input[type="text"]::-webkit-datetime-edit, .js-form-item input[type="email"]::placeholder, .js-form-item input[type="email"]::-webkit-datetime-edit, .js-form-item input[type="password"]::placeholder, .js-form-item input[type="password"]::-webkit-datetime-edit, .js-form-item input[type="tel"]::placeholder, .js-form-item input[type="tel"]::-webkit-datetime-edit, .js-form-item input[type="number"]::placeholder, .js-form-item input[type="number"]::-webkit-datetime-edit, .js-form-item input[type="date"]::placeholder, .js-form-item input[type="date"]::-webkit-datetime-edit, .js-form-item .js-webform-document-file::placeholder, .js-form-item .js-webform-document-file::-webkit-datetime-edit{
  color: rgba(62, 40, 129, 0.5);
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}.js-form-item .js-form-item input[type="text"]::placeholder, .js-form-item .js-form-item input[type="text"]::-webkit-datetime-edit, .js-form-item .js-form-item input[type="email"]::placeholder, .js-form-item .js-form-item input[type="email"]::-webkit-datetime-edit, .js-form-item .js-form-item input[type="password"]::placeholder, .js-form-item .js-form-item input[type="password"]::-webkit-datetime-edit, .js-form-item .js-form-item input[type="tel"]::placeholder, .js-form-item .js-form-item input[type="tel"]::-webkit-datetime-edit, .js-form-item .js-form-item input[type="number"]::placeholder, .js-form-item .js-form-item input[type="number"]::-webkit-datetime-edit, .js-form-item .js-form-item input[type="date"]::placeholder, .js-form-item .js-form-item input[type="date"]::-webkit-datetime-edit, .js-form-item .js-form-item .js-webform-document-file::placeholder, .js-form-item .js-form-item .js-webform-document-file::-webkit-datetime-edit {
  }.js-form-item input[type="text"]::placeholder, .js-form-item input[type="text"]::-webkit-datetime-edit, .js-form-item input[type="email"]::placeholder, .js-form-item input[type="email"]::-webkit-datetime-edit, .js-form-item input[type="password"]::placeholder, .js-form-item input[type="password"]::-webkit-datetime-edit, .js-form-item input[type="tel"]::placeholder, .js-form-item input[type="tel"]::-webkit-datetime-edit, .js-form-item input[type="number"]::placeholder, .js-form-item input[type="number"]::-webkit-datetime-edit, .js-form-item input[type="date"]::placeholder, .js-form-item input[type="date"]::-webkit-datetime-edit, .js-form-item .js-webform-document-file::placeholder, .js-form-item .js-webform-document-file::-webkit-datetime-edit{
  font-weight: 300;
      line-height: 24px;
      height: 24px;
}.js-form-item textarea{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(62 40 129 / var(--tw-border-opacity));
  border-style: solid;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
    border-width: 1px;
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}.js-form-item .js-form-item textarea {
  }.js-form-item textarea{
  width: 100%;
}.js-form-item textarea::-moz-placeholder{
  color: rgba(62, 40, 129, 0.5);
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}.js-form-item textarea:-ms-input-placeholder{
  color: rgba(62, 40, 129, 0.5);
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}.js-form-item textarea::placeholder{
  color: rgba(62, 40, 129, 0.5);
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}.js-form-item .js-form-item textarea::-moz-placeholder {
  }.js-form-item .js-form-item textarea:-ms-input-placeholder {
  }.js-form-item .js-form-item textarea::placeholder {
  }.js-form-item textarea::-moz-placeholder{
  font-weight: 300;
}.js-form-item textarea:-ms-input-placeholder{
  font-weight: 300;
}.js-form-item textarea::placeholder{
  font-weight: 300;
}.js-form-item .iti input[type="tel"] {
    padding-left: 52px;
  }.js-form-item .input-text, .js-form-item .messages{
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 0.25rem;
}.js-form-item .messages--error{
  --tw-text-opacity: 1;
  color: rgb(253 77 57 / var(--tw-text-opacity));
}.js-form-item .selectric {
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }.js-form-item .js-form-item .selectric {
  }.js-form-item .selectric{
  --tw-text-opacity: 1;
  color: rgb(62 40 129 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(62 40 129 / var(--tw-border-opacity));
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(229 226 238 / var(--tw-bg-opacity));
  display: flex;
  align-items: center;
    height: 24px;
    border-width: 1px;
    padding: 0px;
    min-width: 200px;
}.js-form-item .selectric .cta {
      margin-top: -1px;
      margin-bottom: -1px;
      transform: rotate(90deg);
      flex-shrink: 0;
      font-size: 16px;
      margin-right: 0.25rem;
    }.js-form-item .selectric .label {
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }.js-form-item .js-form-item .selectric .label {
  }.js-form-item .selectric .label{
  --tw-text-opacity: 1;
  color: rgb(62 40 129 / var(--tw-text-opacity));
      line-height: 24px;
      flex-grow: 1;
      margin: 0px;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      height: 100%;
      white-space: normal;
}.js-form-item .selectric-items{
  --tw-bg-opacity: 1;
  background-color: rgb(229 226 238 / var(--tw-bg-opacity));
}.js-form-item .selectric-items li {
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }.js-form-item .js-form-item .selectric-items li {
  }.js-form-item .selectric-items li{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: rgba(62, 40, 129, 0.8);
}.js-form-item .selectric-items li.selected, .js-form-item .selectric-items li.highlighted, .js-form-item .selectric-items li:hover{
  background-color: rgba(62, 40, 129, 0.2);
  --tw-text-opacity: 1;
  color: rgb(62 40 129 / var(--tw-text-opacity));
}.js-form-item .description {
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }.js-form-item .js-form-item .description {
  }.js-form-item .description{
  margin-top: 0.25rem;
}input[type=submit] {
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }.js-form-item input[type=submit] {
  }input[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgb(62 40 129 / var(--tw-border-opacity));
  border-style: solid;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(62 40 129 / var(--tw-bg-opacity));
  font-weight: 400;
  border-radius: 0;
  height: 24px;
  min-height: 24px;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-width: 1px;
  line-height: 24px;
  cursor: pointer;
}.form-actions{
  display: inline-flex;
  flex-direction: column;
}form{
  display: flex;
}.js-form-item-sort-order label{
  display: none;
}.user-login-form{
  display: flex;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: var(--box-shadow-listing);
  width: 100%;
  max-width: 350px;
  margin: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2.5rem;
  clear: both;
}.user-login-form .js-form-item {
    width: 100%;
  }.user-login-form input[type=submit] {
    height: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }.user-login-form .form-actions {
    width: 100%;
    display: flex;
    justify-content: center;
  }body{
  --tw-bg-opacity: 1;
  background-color: rgb(229 226 238 / var(--tw-bg-opacity));
  --box-shadow-listing: 2px 2px 28px -11px rgba(0, 0, 0, 0.23);
}.container {
  max-width: 930px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: auto;
}.no-results {
  clear: both;
  padding-top: 150px;
  padding-bottom: 50px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(62 40 129 / var(--tw-text-opacity));
}@font-face {
  font-family: 'Icons';
  src:
    local("Icons"),
    url('../static/fonts/icons/icons.ttf') format('truetype'),
    url('../static/icons/icons.woff') format('woff'),
    url('../static/icons/icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.icon--chevron-right:before {
  content: "\e900";
}.icon--chevron-left:before {
  content: "\e901";
}.icon--recherche:before {
  content: "\e902";
}.icon--newsletter:before {
  content: "\e903";
}.icon--accueil:before {
  content: "\e904";
}.icon--articles:before {
  content: "\e905";
}.icon--youtube:before {
  content: "\e906";
}.icon--remove:before {
  content: "\e907";
}.icon--add:before {
  content: "\e908";
}.icon--twitter:before {
  content: "\e9009";
}.icon--linkedin:before {
  content: "\e90a";
}.icon--facebook:before {
  content: "\e90b";
}.icon--play:before {
  content: "\e90c";
}/*! wysiwyg.css v0.0.3 | MIT License | github.com/jgthms/wysiwyg.css */.wysiwyg{line-height:1.6}.wysiwyg a{text-decoration:none}.wysiwyg a:hover{border-bottom:1px solid}.wysiwyg abbr{border-bottom:1px dotted;cursor:help}.wysiwyg cite{font-style:italic}.wysiwyg hr{background:#e6e6e6;border:none;display:block;height:1px;margin-bottom:1.4em;margin-top:1.4em}.wysiwyg img{vertical-align:text-bottom}.wysiwyg ins{background-color:lime;text-decoration:none}.wysiwyg mark{background-color:#ff0}.wysiwyg small{font-size:0.8em}.wysiwyg strong{font-weight:700}.wysiwyg sub,.wysiwyg sup{font-size:0.8em}.wysiwyg sub{vertical-align:sub}.wysiwyg sup{vertical-align:super}.wysiwyg p,.wysiwyg dl,.wysiwyg ol,.wysiwyg ul,.wysiwyg blockquote,.wysiwyg pre,.wysiwyg table{margin-bottom:1.4em}.wysiwyg p:last-child,.wysiwyg dl:last-child,.wysiwyg ol:last-child,.wysiwyg ul:last-child,.wysiwyg blockquote:last-child,.wysiwyg pre:last-child,.wysiwyg table:last-child{margin-bottom:0}.wysiwyg p:empty{display:none}.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{font-weight:700;line-height:1.2}.wysiwyg h1:first-child,.wysiwyg h2:first-child,.wysiwyg h3:first-child,.wysiwyg h4:first-child,.wysiwyg h5:first-child,.wysiwyg h6:first-child{margin-top:0}.wysiwyg h1{font-size:2.4em;margin-bottom:.58333em;margin-top:.58333em;line-height:1}.wysiwyg h2{font-size:1.6em;margin-bottom:.875em;margin-top:1.75em;line-height:1.1}.wysiwyg h3{font-size:1.3em;margin-bottom:1.07692em;margin-top:1.07692em}.wysiwyg h4{font-size:1.2em;margin-bottom:1.16667em;margin-top:1.16667em}.wysiwyg h5{font-size:1.1em;margin-bottom:1.27273em;margin-top:1.27273em}.wysiwyg h6{font-size:1em;margin-bottom:1.4em;margin-top:1.4em}.wysiwyg dd{margin-left:1.4em}.wysiwyg ol,.wysiwyg ul{list-style-position:outside;margin-left:1.4em}.wysiwyg ol{list-style-type:decimal}.wysiwyg ol ol{list-style-type:lower-alpha}.wysiwyg ol ol ol{list-style-type:lower-roman}.wysiwyg ol ol ol ol{list-style-type:lower-greek}.wysiwyg ol ol ol ol ol{list-style-type:decimal}.wysiwyg ol ol ol ol ol ol{list-style-type:lower-alpha}.wysiwyg ul{list-style-type:disc}.wysiwyg ul ul{list-style-type:circle}.wysiwyg ul ul ul{list-style-type:square}.wysiwyg ul ul ul ul{list-style-type:circle}.wysiwyg ul ul ul ul ul{list-style-type:disc}.wysiwyg ul ul ul ul ul ul{list-style-type:circle}.wysiwyg blockquote{border-left:4px solid #e6e6e6;padding:0.6em 1.2em}.wysiwyg blockquote p{margin-bottom:0}.wysiwyg code,.wysiwyg kbd,.wysiwyg samp,.wysiwyg pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;background-color:#f2f2f2;color:#333;font-size:0.9em}.wysiwyg code,.wysiwyg kbd,.wysiwyg samp{border-radius:3px;line-height:1.77778;padding:0.1em 0.4em 0.2em;vertical-align:baseline}.wysiwyg pre{overflow:auto;padding:1em 1.2em}.wysiwyg pre code{background:none;font-size:1em;line-height:1em}.wysiwyg figure{margin-bottom:2.8em;text-align:center}.wysiwyg figure:first-child{margin-top:0}.wysiwyg figure:last-child{margin-bottom:0}.wysiwyg figcaption{font-size:0.8em;margin-top:.875em}.wysiwyg table{width:100%}.wysiwyg table pre{white-space:pre-wrap}.wysiwyg th,.wysiwyg td{font-size:1em;padding:.7em;border:1px solid #e6e6e6;line-height:1.4}.wysiwyg thead tr,.wysiwyg tfoot tr{background-color:#f5f5f5}.wysiwyg thead th,.wysiwyg thead td,.wysiwyg tfoot th,.wysiwyg tfoot td{font-size:.9em;padding:.77778em}.wysiwyg thead th code,.wysiwyg thead td code,.wysiwyg tfoot th code,.wysiwyg tfoot td code{background-color:#fff}.wysiwyg tbody tr{background-color:#fff}.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6{
  --tw-text-opacity: 1;
  color: rgb(253 77 57 / var(--tw-text-opacity));
}.wysiwyg a{
  border-style: none !important;
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(253 77 57 / var(--tw-text-opacity));
}.wysiwyg a:after {
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: center center;
    transition: transform .3s ease;
    position: absolute;
    --tw-bg-opacity: 1;
    background-color: rgb(253 77 57 / var(--tw-bg-opacity));
  }.wysiwyg a:hover:after {
    transform: scaleX(1);
  }.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(62 40 129 / var(--tw-text-opacity));
}.content {
  /*padding-top: 160px;*/
  padding-bottom: 60px;
  /*border: 15px solid;*/
  flex: 1 1 0%;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom: none;
}@media (min-width: 1025px) {.content {
    /*padding-top: 150px;*/
    /*border-width: 25px;*/
    padding-bottom: 100px
}
  }.content #views-exposed-form-search-page-1{
  justify-content: center;
}@media (min-width: 1025px){.content #views-exposed-form-search-page-1{
    float: right;
  }.content #views-exposed-form-search-page-1{
    align-items: center;
  }.content #views-exposed-form-search-page-1 {
      height: 50px
  }.content #views-exposed-form-search-page-1 .js-form-item{
    margin-bottom: 0px;
  }
}.path-frontpage .content,
  .path-frontpage .page,
  .path-frontpage .container {
    all: unset;
  }.header{
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}.header--container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; height: 84px;
  background-color: white;
}.header--logo {
  width: 142px;
  cursor: pointer;
  transform: translate(5%, 2%);
}.header--nav{
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  justify-content: center;
}@media (min-width: 1025px){.header--nav{
    justify-content: flex-end;
  }
}.header--nav {
  padding-top: 50px;
  padding-bottom: 65px;
}.nav{
  padding: 0px;
  margin: 0px;
  display: flex;
}.nav--item{
  margin-left: 1rem;
  margin-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(253 77 57 / var(--tw-text-opacity));
  text-transform: uppercase;
  transition: color .3s ease;
}@media (min-width: 1025px){.nav--item{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}.nav--item:last-of-type{
  margin-right: 0px;
}.nav--item a, .nav--item button{
  display: flex;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
    color: inherit;
    font-size: 0;
}@media (min-width: 1025px){
  .nav--item a, .nav--item button {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.251em;
  }
  .nav--item a, .nav--item button{
    font-family: Poppins, sans-serif;
  }
  .nav--item a, .nav--item button{
    font-weight: 700;
  }
}.nav--item .icon {
    font-size: 24px;
  }@media (min-width: 1025px) {.nav--item .icon {
      font-size: 19px;
      margin-bottom: 10px
  }
    }.nav--item-active, .nav--item:hover, .nav--item:focus{
  --tw-text-opacity: 1;
  color: rgb(62 40 129 / var(--tw-text-opacity));
}.footer{
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(62 40 129 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-top: 60px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  height: 240px;
}.footer--content {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}@media (min-width: 1025px){.footer--content{
    flex-direction: row;
  }.footer--content{
    justify-content: space-between;
  }.footer--content{
    align-items: flex-start;
  }
}.footer--logo {
  width: 150px;
}@media (min-width: 1025px) {.footer--logo {
    width: 230px
}
  }.footer--socials{
  margin-top: 2rem;
}@media (min-width: 1025px){.footer--socials{
    margin-top: 0px;
  }
}.socials{
  display: flex;
}.socials--item {
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-right: 0.75rem;
  transition: color .3s ease;
}.socials--item:last-of-type{
  margin-right: 0px;
}.socials--item:hover{
  --tw-text-opacity: 1;
  color: rgb(229 226 238 / var(--tw-text-opacity));
}.js-pager__items{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}.js-pager__items .button {
    font-size: 0;
    border: none;
  }.js-pager__items .button:before {
      font-size: 58px;
    }.js-pager__items .button{
  --tw-text-opacity: 1;
  color: rgb(62 40 129 / var(--tw-text-opacity));
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Icons';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.nav--item .js-pager__items .button {
      font-size: 19px;
      margin-bottom: 10px;
  }.video .js-pager__items .button {
  }.video-active .js-pager__items .button{
  display: none;
}.js-pager__items .button:before {
  content: "\e908";
}.js-pager__items .button{
    transition: color .3s ease;
}.js-pager__items .button:hover, .js-pager__items .button:active{
  --tw-text-opacity: 1;
  color: rgb(253 77 57 / var(--tw-text-opacity));
}.ajax-progress-fullscreen {
  top: calc(50% - 2em);
  left: calc(50% - 2em);
  padding: 4px;
  opacity: initial;
  background-color: initial;
  background-image: none;
}.ajax-progress-fullscreen,
.ajax-progress-fullscreen:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}.ajax-progress-fullscreen {
  font-size: 10px;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(255, 255, 255, 0.2);
  border-right: 0.5em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
  border-left: 0.5em solid #ffffff;
  -webkit-animation: load8 1.1s infinite linear;
          animation: load8 1.1s infinite linear;
}@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}.article-teaser{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--box-shadow-listing);
}.article-teaser--image {
  height: 110px;
  width: 100%;
}.article-teaser--image img {
    width: 100%;
    height: 110px;
    -o-object-fit: cover;
       object-fit: cover;
  }.article-teaser--description {
  height: 120px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.251em;
    font-family: Poppins, sans-serif;
    font-weight: 700;
}.article-teaser--description span {
    max-width: 320px;
  }.listing, .page--nl, .page--search {
  clear: both;
}.listing .views-infinite-scroll-content-wrapper, .page--nl .views-infinite-scroll-content-wrapper, .page--search .views-infinite-scroll-content-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
}@media (min-width: 1025px){.listing .views-infinite-scroll-content-wrapper, .page--nl .views-infinite-scroll-content-wrapper, .page--search .views-infinite-scroll-content-wrapper{
    flex-direction: row;
  }.listing .views-infinite-scroll-content-wrapper, .page--nl .views-infinite-scroll-content-wrapper, .page--search .views-infinite-scroll-content-wrapper{
    align-items: stretch;
  }.listing .views-infinite-scroll-content-wrapper, .page--nl .views-infinite-scroll-content-wrapper, .page--search .views-infinite-scroll-content-wrapper{
    flex-wrap: wrap;
  }
}.listing .views-infinite-scroll-content-wrapper .views-row, .page--nl .views-infinite-scroll-content-wrapper .views-row, .page--search .views-infinite-scroll-content-wrapper .views-row {
      margin-bottom: 10px;
      max-width: 320px;
      width: 100%;
    }@media (min-width: 1025px) {.listing .views-infinite-scroll-content-wrapper .views-row, .page--nl .views-infinite-scroll-content-wrapper .views-row, .page--search .views-infinite-scroll-content-wrapper .views-row {
        margin-right: 10px;
        width: calc((100% - 20px) / 3)
    }
        .listing .views-infinite-scroll-content-wrapper .views-row:nth-child(3n), .page--nl .views-infinite-scroll-content-wrapper .views-row:nth-child(3n), .page--search .views-infinite-scroll-content-wrapper .views-row:nth-child(3n) {
          margin-right: 0;
        }
      }.listing-articles .views-infinite-scroll-content-wrapper, .page--search .views-infinite-scroll-content-wrapper {
    clear: both;
  }.listing-articles .views-infinite-scroll-content-wrapper .views-row, .page--search .views-infinite-scroll-content-wrapper .views-row {
      margin-bottom: 20px;
    }.article--header {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(253 77 57 / var(--tw-text-opacity));
  }@media (min-width: 1025px) {

  .article--header {
      font-size: 40px;
      line-height: 50px
  }
    }.rubric-teaser .article--header{
  text-transform: uppercase;
      font-size: 44px;
}.article--header {
  margin-bottom: 30px;
}.article--header:empty{
  display: none;
}.article--image{
  width: 100%;
  display: block;
}.article--image img {
    width: 100%;
  }.article--image{

  margin-bottom: 60px;
}.article--description {
  padding:  20px 30px;
  background-color: rgba(62, 40, 129, 0.2);
}@media (min-width: 1025px) {.article--description {
    padding: 60px 90px
}
  }.article--description:empty{
  display: none;
}.article--description blockquote{
  border-color: rgba(62, 40, 129, 0.4);
}.article--widgets {
  margin-top: 2.5rem;
}.article--widgets > div{
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}.article--widgets:empty{
  display: none;
}.article .cta-wrapper {
    text-align: center;
    margin-top: 50px;
  }.widget .heading-2{
  margin-bottom: 1rem;
  margin-top: 2rem;
}@media (min-width: 1025px){.widget .heading-2{
    margin-top: 3rem;
  }
}.widget .heading-2:empty{
  display: none;
}.widget{
  margin-bottom: 1rem;
}@media (min-width: 1025px){.widget{
    margin-bottom: 2rem;
  }
}.widget--image, .widget--video-image{
  display: block;
}.widget--image img, .widget--image video, .widget--video-image img, .widget--video-image video{
  width: 100%;
}.widget--video-image img, .widget--video-image video{
  height: auto;
    max-width: 100%;
    max-height: 505px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
}@media (min-width: 1025px){.widget-image-left .widget--image, .widget-image-left .wysiwyg, .widget-image-right .widget--image, .widget-image-right .wysiwyg{
    flex: 1 1 0%;
  }
}.widget-image-right .wysiwyg{
  margin-bottom: 1.25rem;
}@media (min-width: 1025px){.widget-image-right .wysiwyg{
    margin-bottom: 0px;
  }
}.widget-image-left .widget--image{
  margin-bottom: 1.25rem;
}@media (min-width: 1025px){.widget-image-left .widget--image{
    margin-bottom: 0px;
  }.widget-image--content{
    display: flex;
  }.widget-image--content{
    justify-content: space-between;
  }.widget-image--content {
    gap: 70px
}
}.widget-image .wysiwyg + .widget--image, .widget-image .wysiwyg + .widget--video-image, .widget-video .wysiwyg + .widget--image, .widget-video .wysiwyg + .widget--video-image{
  margin-top: 2.5rem;
}.widget-image .widget--image, .widget-image .widget--video-image, .widget-video .widget--image, .widget-video .widget--video-image{
  width: 100%;
}.video{
  position: relative;
}.video:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(62, 40, 129, 0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }.video .icon{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 58px;
    z-index: 2;
}.video-active:before  {
    content: normal;
  }.video-active .icon{
  display: none;
}.page--nl .views-infinite-scroll-content-wrapper{
  width: 100%;
}.page--nl .views-element-container > div > form{
  justify-content: center;
}@media (min-width: 1025px){.page--nl .views-element-container > div > form{
    float: right;
  }.page--nl .views-element-container > div > form {
        margin-right: 10px
    }.page--nl .views-element-container > div > form, .page--nl .container > #views-exposed-form-search-page-1{
    float: right;
  }
}.page--nl .views-element-container > div > form, .page--nl .container > #views-exposed-form-search-page-1{
  align-items: center;
  margin-bottom: 1.5rem;
}@media (min-width: 1025px) {.page--nl .views-element-container > div > form,
  .page--nl .container > #views-exposed-form-search-page-1 {
      height: 50px
  }
    }.page--nl .views-element-container > div > form .js-form-item, .page--nl .container > #views-exposed-form-search-page-1 .js-form-item{
  margin-bottom: 0px;
}.page--nl .views-row{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
    height: 100px;
    box-shadow: var(--box-shadow-listing);
}.page--nl .views-field-name{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  text-align: center;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.251em;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    padding-bottom: 6px;
}.page--nl .views-field-view-taxonomy-term .field-content {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Icons';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.nav--item .page--nl .views-field-view-taxonomy-term .field-content {
      font-size: 19px;
      margin-bottom: 10px;
  }.video .page--nl .views-field-view-taxonomy-term .field-content {
  }.video-active .page--nl .views-field-view-taxonomy-term .field-content{
  display: none;
}.page--nl .views-field-view-taxonomy-term .field-content:before {
  content: "\e908";
}.page--nl .views-field-view-taxonomy-term .field-content {
    font-size: 24px;
  }.page--nl .views-field-view-taxonomy-term .field-content a {
      font-size: 0;
      cursor: pointer;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
    }.button {
  min-height: 40px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-text-opacity: 1;
  color: rgb(253 77 57 / var(--tw-text-opacity));
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.251em;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 1rem;
    padding-right: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}.button.btn-fill {
      background-color: rgb(253 77 57);
      color: white;
      border: 0;
   }.paragraph.widget .cta-wrapper {
        margin-top: 1rem;
      }.paragraph.paragraph--type--texte-image .cta-wrapper {
        margin-bottom: 1rem;
      }.rubric-preview{
  display: flex;
  flex-direction: column;
  align-items: center;
}@media (min-width: 1025px){.rubric-preview{
    flex-direction: row;
  }.rubric-preview{
    align-items: stretch;
  }.rubric-preview{
    flex-wrap: wrap;
  }
}.rubric-preview{
  margin-top: 2rem;
}@media (min-width: 1025px){.rubric-preview{
    margin-top: 0px;
  }
}.rubric-preview {
  clear:both;
}@media (min-width: 1025px) {
      .rubric-preview .views-element-container:nth-child(2) {
        /*  MAAAAATH */
        width: calc((100% - 20px) / 1.5  + 10px);
      }

        .rubric-preview .views-element-container:nth-child(2) .rubric-preview--item {
          max-width: none;
        }

      .rubric-preview .views-element-container:nth-child(3) {
        width: 100%;
      }

        .rubric-preview .views-element-container:nth-child(3) .views-row {
          margin-right: 10px;
          width: calc((100% - 20px) / 3);
        }
          .rubric-preview .views-element-container:nth-child(3) .views-row:nth-child(3n) {
            margin-right: 0;
          }
    }.rubric-preview .views-element-container:nth-child(3) > div{
  display: flex;
  flex-direction: column;
  align-items: center;
}@media (min-width: 1025px){.rubric-preview .views-element-container:nth-child(3) > div{
    flex-direction: row;
  }.rubric-preview .views-element-container:nth-child(3) > div{
    align-items: stretch;
  }.rubric-preview .views-element-container:nth-child(3) > div{
    flex-wrap: wrap;
  }
}.rubric-preview + .rubric-preview{
  margin-top: 2rem;
}@media (min-width: 1025px){.rubric-preview + .rubric-preview{
    margin-top: 3.5rem;
  }
}.rubric-preview:nth-child(even) .views-element-container:nth-child(2) .rubric-preview--item{
  --tw-bg-opacity: 1;
  background-color: rgb(62 40 129 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 1025px){.rubric-preview:nth-child(odd) .rubric-teaser{
    text-align: right;
  }.rubric-preview:nth-child(odd) .rubric-teaser{
    margin-right: 0px;
  }.rubric-preview:nth-child(odd) .rubric-teaser {
        order: 2;
        margin-left: 10px
    }.rubric-preview:nth-child(odd) .views-element-container:nth-child(2) {
          order: 1
      }
}.rubric-preview:nth-child(odd) .views-element-container:nth-child(2) .rubric-preview--item{
  --tw-bg-opacity: 1;
  background-color: rgb(253 77 57 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 1025px) {.rubric-preview:nth-child(odd) .views-element-container:nth-child(3) {
          order: 3
      }
        }.rubric-preview--item {
  margin-bottom: 10px;
  max-width: 320px;
  width: 100%;
}.rubric-teaser{
  padding-top: 1rem;
}@media (min-width: 1025px){.rubric-teaser{
    padding-top: 1.5rem;
  }
}.rubric-teaser{
  text-align: center;
}@media (min-width: 1025px){.rubric-teaser{
    text-align: left;
  }.rubric-teaser {
    width: calc((100% - 20px) / 3);
    margin-right: 10px
}
}.rubric-teaser .heading-1{
  text-transform: uppercase;
}@media (min-width: 1025px) {.rubric-teaser .heading-1 {
      font-size: 44px
  }
    }.rubric-teaser .button{
  margin-top: 1rem;
}@media (min-width: 1025px){.rubric-teaser .button{
    margin-top: 1.5rem;
  }
}.taxonomy--heading {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(253 77 57 / var(--tw-text-opacity));
  }@media (min-width: 1025px) {

  .taxonomy--heading {
      font-size: 40px;
      line-height: 50px
  }
    }.rubric-teaser .taxonomy--heading{
  text-transform: uppercase;
      font-size: 44px;
}.taxonomy--heading{
  margin-bottom: 1.5rem;
}@media (min-width: 1025px){.taxonomy--heading{
    margin-bottom: 2rem;
  }
}.taxonomy--heading:empty{
  display: none;
}/*.article--widgets > div > div:not(:last-child) {*//*  padding-bottom: 28px;*//*  margin-bottom: 25px;*//*  border-bottom: 1px solid #3D287F;*//*}*/.chart-wrap {
  display: flex;
  flex-direction: column;
  padding-bottom: 28px;
  margin-bottom: 25px;
  border-bottom: 1px solid #3D287F;
}/* chart-title */.chart-wrap .chart-title-wrap {
    display: flex;
    align-items: center;
    color: #3D287F;
    margin-bottom: 30px;
  }.chart-wrap .chart-index {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 24px;
    background: #3D287F;
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-right: 9px;
  }.chart-wrap .chart-title {
    font-size: 18px;
    font-weight: 700;
    margin-right: 7px;
  }.chart-wrap .chart-subtitle {
    font-size: 12px;
    font-weight: 500;
  }/* chart-two-columns */.chart-wrap .chart-two-columns {
    display: flex;
    justify-content: space-between;
    height: 133px;
    width: 100%;
    margin-bottom: 15px;
  }.chart-wrap .chart-two-columns__column {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 30%);
    width: 440px;
  }.chart-wrap .chart-two-columns__content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90px;
    width: 100%;
    padding: 0 40px;
    overflow: hidden;
  }.chart-wrap .chart-two-columns__content-title {
    font-size: 14px;
    font-weight: 700;
    color: #3D287F;
  }.chart-wrap .chart-two-columns__content-block {
    display: flex;
  }.chart-wrap .chart-two-columns__content-item {
    display: flex;
    align-items: flex-end;
    color: #3D287F;
    font-weight: 500;
    font-size: 14px;
  }.chart-wrap .chart-two-columns__content-item:nth-child(odd) {
    font-weight: 300;
    font-size: 57px;
    line-height: 59px;
    color: #FD4D39;
  }.chart-wrap .chart-two-columns__content-item:nth-child(2) {
    margin: 0 35px;
    padding-bottom: 5px;
  }.chart-wrap .chart-two-columns__content-item:last-child {
    font-weight: 700;
    margin-left: 13px;
    padding-bottom: 5px;
  }/* chart-three-columns */.chart-wrap .chart-three-columns {
    display: flex;
    justify-content: space-between;
    height: 133px;
    width: 100%;
    margin-bottom: 15px;
  }.chart-wrap .chart-three-columns__column {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 30%);
  }.chart-wrap .chart-three-columns__column:first-child {
    width: 540px;
  }.chart-wrap .chart-three-columns__column:nth-child(2) {
    position: relative;
    flex-grow: 1;
    font-weight: 700;
    font-size: 14px;
    background: transparent;
  }.chart-wrap .chart-three-columns__column:nth-child(2):before,
  .chart-wrap .chart-three-columns__column:nth-child(2):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 32px;
    background-color: #3D287F;
  }.chart-wrap .chart-three-columns__column:nth-child(2):before {
    top: 23px;
  }.chart-wrap .chart-three-columns__column:nth-child(2):after {
    bottom: 23px;
  }.chart-wrap .chart-three-columns__column:last-child {
    width: 314px;
  }.chart-wrap .chart-three-columns__content-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
  }.chart-wrap .chart-three-columns__content-title {
    font-size: 14px;
    font-weight: 700;
    color: #3D287F;
  }.chart-wrap .chart-three-columns__content-block {
    display: flex;
    align-items: flex-end;
    font-weight: 300;
    font-size: 57px;
    line-height: 59px;
    color: #FD4D39;
  }.chart-wrap .chart-three-columns__content-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    height: 83px;
    width: 1px;
    background: #3D287F;
  }/* chart-label*/.chart-wrap .chart-label-wrap {
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 14px;
    top: 50%;
    left: 155px;
    transform: translateY(-50%);
    z-index: 5;
  }.chart-wrap .chart-label-soit {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    text-transform: lowercase;
  }.chart-wrap .chart-label-col {
    display: flex;
    flex-direction: column;
  }.chart-wrap .chart-label-value {
    display: flex;
    align-items: flex-end;
    font-weight: 300;
    font-size: 57px;
    line-height: 59px;
    color: #FD4D39;
  }.chart-wrap .chart-label-title {
    font-size: 14px;
    font-weight: 700;
    color: #3D287F;
  }/* chart */.chart-wrap .paragraph-chart-wrap {
    position: relative;
  }.chart-wrap .chart {
    padding: 45px 0;
    margin-bottom: 15px;
  }.chart-wrap .chart-custom-title-wrap {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    z-index: 5;
  }.chart-wrap .chart-custom-title {
    font-weight: 700;
    margin-right: 3px;
  }.chart-wrap .charts-google svg > g:nth-of-type(1) {
    display: none;
  }.chart-wrap .charts-google svg > g:nth-of-type(2) {
    transform: translateX(60px);
  }.chart-wrap .charts-google svg > g:nth-of-type(2) text {
    color: #3D287F !important;
    fill: #3D287F !important;
  }.chart-wrap .charts-google svg > g:nth-of-type(3), .chart-wrap .charts-google svg > g:nth-of-type(4) {
    transform: translateX(145px);
  }.chart-wrap .google-visualization-tooltip {
    transform: translateX(145px);
  }.chart-wrap .chart svg text {
    font-family: Poppins;
  }.chart-wrap .highcharts-axis-labels text,
  .chart-wrap .highcharts-title,
  .chart-wrap .highcharts-axis text,
  .chart-wrap .highcharts-legend-item text {
    color: #3D287F !important;
    fill: #3D287F !important;
  }.chart-wrap .highcharts-text-outline {
    stroke: none !important;
    fill: white !important;
  }.chart-wrap .highcharts-title {
    font-size: 11px !important;
    font-weight: 700;
    /*transform: translate(-355px, -10px);*/
    transform: translateY(-10px);
  }.chart-wrap .highcharts-data-label text {
    font-weight: normal !important;
  }.chart-wrap .highcharts-axis text {
    font-size: 10px;
    font-weight: 700;
  }.chart-wrap .highcharts-legend-item text {
    font-size: 10px;
    font-weight: 500 !important;
  }/* chart-alert */.chart-wrap .chart-alert {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FD4D39;
    color: white;
    height: 90px;
    width: 100%;
    margin-top: 15px;
    gap: 30px;
  }.chart-wrap .chart-alert__text {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 500;
    font-size: 14px;
  }.chart-wrap .chart-alert__text div:first-child {
    font-weight: 700;
  }.chart-wrap .chart-alert__logo div {
    width: 120px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
  }.chart-wrap-last {
  margin-bottom: 0;
  border-bottom: none;
}.chart-wrap .chart {
  background: rgba(255, 255, 255, 30%);
}.chart-wrap .odd .chart {
  background: white;
}.polygon-bg {
  content: '';
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 560px;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 22%, 100% 0, 100% 78%, 0 100%);
          clip-path: polygon(0 22%, 100% 0, 100% 78%, 0 100%);
  --tw-bg-opacity: 1;
  background-color: rgb(62 40 129 / var(--tw-bg-opacity));
}[data-drupal-messages] {
  max-width: 100%;
  font-size: 11px;
  background-color: rgba(62, 40, 129, 0.1);
  padding: 1.25rem;
}[data-drupal-messages] pre, [data-drupal-messages] code {
    font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, serif;
  }[data-drupal-messages] div[role="alert"]{
  --tw-text-opacity: 1;
  color: rgb(253 77 57 / var(--tw-text-opacity));
}/*! tailwindcss v3.0.1 | MIT License | https://tailwindcss.com*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Poppins, sans-serif; /* 4 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse;  /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;  /* 1 */
  color: #9ca3af; /* 2 */
}input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;  /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1;  /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/*
Ensure the default browser behavior of the `hidden` attribute.
*/[hidden] {
  display: none;
}.button, .border{
  border-color: currentColor;
}.article-teaser{
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}.heading-1 {
    font-size: 24px;
    line-height: 30px;
    --tw-text-opacity: 1;
    color: rgb(253 77 57 / var(--tw-text-opacity));
    font-weight: 700;
  }@media (min-width: 1025px) {

  .heading-1 {
      font-size: 40px;
      line-height: 50px
  }
    }.heading-2 {
    font-size: 20px;
    line-height: 26px;
    --tw-text-opacity: 1;
    color: rgb(253 77 57 / var(--tw-text-opacity));
    font-weight: 700;
  }@media (min-width: 1025px) {

  .heading-2 {
      font-size: 22px;
      line-height: 30px
  }
    }.link{
  --tw-text-opacity: 1;
  color: rgb(253 77 57 / var(--tw-text-opacity));
  position: relative;
}.link:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(253 77 57 / var(--tw-bg-opacity));
    transform: scaleX(0);
    transform-origin: center center;
    transition: transform .3s ease;
  }.link:hover:after {
    transform: scaleX(1);
  }.visible{
  visibility: visible;
}.block{
  display: block;
}.hidden{
  display: none;
}.border{
  border-width: 1px;
}

