@font-face {
  font-family: "FSMePro-Regular";
  src: url("../fonts/site/FSMePro-Regular2.otf");
  src: url("../fonts/site/fsmepro-regular-webfont.eot");
  src: url("../fonts/site/fsmepro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/site/fsmepro-regular-webfont.ttf") format("truetype"), url("../fonts/site/fsmepro-regular-webfont.woff") format("woff"), url("../fonts/site/fsmepro-regular-webfont.svg#fs_me_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FSMePro-Bold";
  src: url("../fonts/site/FSMePro-Bold.otf");
  src: url("../fonts/site/fsmepro-bold-webfont.eot");
  src: url("../fonts/site/fsmepro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/site/fsmepro-bold-webfont.ttf") format("truetype"), url("../fonts/site/fsmepro-bold-webfont.woff") format("woff"), url("../fonts/site/fsmepro-bold-webfont.svg#fs_me_probold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FedraSerifPro-Book";
  src: url("../fonts/site/fedraSerifPro-Book.otf");
  src: url("../fonts/site/fedraserifpro-a-book-webfont.eot");
  src: url("../fonts/site/fedraserifpro-a-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/site/fedraserifpro-a-book-webfont.woff") format("woff"), url("../fonts/site/fedraserifpro-a-book-webfont.ttf") format("truetype"), url("../fonts/site/fedraserifpro-a-book-webfont.svg#fedra_serif_a_probook") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FedraSerifPro-Bold";
  src: url("../fonts/site/fedraSerifPro-Bold.otf");
  src: url("../fonts/site/fserproa-bold-webfont.eot");
  src: url("../fonts/site/fserproa-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/site/fserproa-bold-webfont.woff") format("woff"), url("../fonts/site/fserproa-bold-webfont.ttf") format("truetype"), url("../fonts/site/fserproa-bold-webfont.svg#fedra_serif_a_probold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/fonts/icomoon.eot?yjlwmn");
  src: url("../fonts/icomoon/fonts/icomoon.eot?yjlwmn#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf?yjlwmn") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?yjlwmn") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?yjlwmn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@media (max-width: 1199.98px) {
  :root body.dkv60 {
    --logo-width: 20rem;
    --logo-height: 3.3rem;
  }
  :root body.dkv60.sticky-menu {
    --height-sticky-header: calc(var(--sticky-logo-height) + (var(--sticky-padding-vertical-header) * 2));
  }
}
@media (min-width: 1200px) {
  :root body.dkv60 {
    --logo-width: 23rem;
    --logo-height: 4rem;
    --height-header: 10.2rem;
  }
  :root body.dkv60.sticky-menu {
    --height-sticky-header: calc(var(--sticky-logo-height) + (var(--sticky-padding-vertical-header) * 2));
  }
}
@media (min-width: 1400px) {
  :root body.dkv60 {
    --logo-width: 31rem;
    --logo-height: 5rem;
    --height-header: 11rem;
  }
}
:root body.dkv60.sticky-menu {
  --sticky-logo-width: 20rem;
  --sticky-logo-height: 3.3rem;
}
:root body.sticky-menu {
  --sticky-logo-width: 12rem;
  --sticky-logo-height: 3rem;
}
:root #site-footer {
  --footer-logo-width: 12rem;
  --footer-logo-height: 3rem;
}
@media (max-width: 991.98px) {
  :root {
    --admin-bar: 3.9rem;
    --height-header: 14.2rem;
    --height-header-landing: 7rem;
  }
}
@media (min-width: 992px) {
  :root {
    --admin-bar: 7.9rem;
    --height-header-landing: 9.9rem;
    --header-banner-legal: 9rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --height-header: 8.2rem;
  }
}
@media (max-width: 1199.98px) {
  :root {
    --logo-width: 11rem;
    --logo-height: 2.6rem;
    --padding-vertical-header: 2rem;
    --header-banner-legal: 12rem;
  }
  :root body.sticky-menu {
    --sticky-padding-vertical-header: 2rem;
    --height-sticky-header: 8rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --logo-width: 16.5rem;
    --logo-height: 3.9rem;
    --height-header: 10.4rem;
    --header-banner-legal: 9rem;
    --padding-vertical-header: 3rem;
  }
  :root body.sticky-menu {
    --sticky-padding-vertical-header: 2rem;
    --height-sticky-header: 8.4rem;
  }
}

:root {
  --vh: 1vh;
}
:root div,
:root section {
  --grid-space: calc((var(--grid-start) - var(--grid-end)) - 2);
}
:root {
  --grid: 16;
  --grid-start: 2;
  --grid-end: -2;
  --grid-gap: 1;
  --column-count: 8;
  --ci-1-3: 33.3333%;
}
@media (max-width: 991.98px) {
  :root {
    --ci: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --ci: 90%;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  :root {
    --ci: 90%;
  }
}
@media (min-width: 1600px) {
  :root {
    --ci: 81.25%;
  }
}

/*--------------------------------------------------------------
# Icon SVG
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Responsive Space calc
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Delay
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Appear
--------------------------------------------------------------*/
/* MIXINS for buttons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixin website
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Linear gradient
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Radial gradient for BG
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Separator Price
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Hover with filter color 
--------------------------------------------------------------*/
@font-face {
  font-family: "FSMePro-Regular";
  src: url("../fonts/site/FSMePro-Regular2.otf");
  src: url("../fonts/site/fsmepro-regular-webfont.eot");
  src: url("../fonts/site/fsmepro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/site/fsmepro-regular-webfont.ttf") format("truetype"), url("../fonts/site/fsmepro-regular-webfont.woff") format("woff"), url("../fonts/site/fsmepro-regular-webfont.svg#fs_me_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FSMePro-Bold";
  src: url("../fonts/site/FSMePro-Bold.otf");
  src: url("../fonts/site/fsmepro-bold-webfont.eot");
  src: url("../fonts/site/fsmepro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/site/fsmepro-bold-webfont.ttf") format("truetype"), url("../fonts/site/fsmepro-bold-webfont.woff") format("woff"), url("../fonts/site/fsmepro-bold-webfont.svg#fs_me_probold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FedraSerifPro-Book";
  src: url("../fonts/site/fedraSerifPro-Book.otf");
  src: url("../fonts/site/fedraserifpro-a-book-webfont.eot");
  src: url("../fonts/site/fedraserifpro-a-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/site/fedraserifpro-a-book-webfont.woff") format("woff"), url("../fonts/site/fedraserifpro-a-book-webfont.ttf") format("truetype"), url("../fonts/site/fedraserifpro-a-book-webfont.svg#fedra_serif_a_probook") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FedraSerifPro-Bold";
  src: url("../fonts/site/fedraSerifPro-Bold.otf");
  src: url("../fonts/site/fserproa-bold-webfont.eot");
  src: url("../fonts/site/fserproa-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/site/fserproa-bold-webfont.woff") format("woff"), url("../fonts/site/fserproa-bold-webfont.ttf") format("truetype"), url("../fonts/site/fserproa-bold-webfont.svg#fedra_serif_a_probold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/fonts/icomoon.eot?yjlwmn");
  src: url("../fonts/icomoon/fonts/icomoon.eot?yjlwmn#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf?yjlwmn") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?yjlwmn") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?yjlwmn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*--------------------------------------------------------------
# Icon SVG
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Responsive Space calc
--------------------------------------------------------------*/
/* ADMIN EDIT DRUPAL : Style for flex admin - cacher btn / options
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .field--type-globule-text-image table tr > td .gbl_flex_widget {
    display: flex;
    width: 90%;
  }
}
@media (min-width: 992px) {
  .field--type-globule-text-image table tr > td .gbl_flex_widget fieldset.media-library-form-element {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .field--type-globule-text-image table tr > td .gbl_flex_widget fieldset.media-library-form-element + div.form-item {
    width: 80%;
    padding-left: 2rem;
  }
}
.field--type-globule-text-image table tr > td .gbl_flex_widget fieldset.media-library-form-element .media-library-item.media-library-item--grid {
  width: 100%;
}
.field--type-globule-text-image table tr > td .gbl_flex_widget fieldset.media-library-form-element .description {
  display: none;
}

/* WP-ADMIN
--------------------------------------------------------------*/
body.path-user .section.highlighted {
  position: relative;
}
body.path-user .section.highlighted * {
  --grid-start: 1;
  --grid-end: -1;
}

body.path-user [data-contextual-id^="media:media"],
body.user-logged-in [data-contextual-id^="media:media"] {
  top: 4.2rem;
}
body.path-user .block-local-tasks-block,
body.user-logged-in .block-local-tasks-block {
  display: table;
  margin-bottom: 2rem;
}
body.path-user .block-local-tasks-block > .content > ul,
body.user-logged-in .block-local-tasks-block > .content > ul {
  margin: 1rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
body.path-user .block-local-tasks-block > .content > ul > li,
body.user-logged-in .block-local-tasks-block > .content > ul > li {
  margin-right: 0;
  display: flex;
  align-items: center;
}
body.path-user .block-local-tasks-block > .content > ul > li > a,
body.user-logged-in .block-local-tasks-block > .content > ul > li > a {
  text-decoration: none;
  font-size: 1.4rem;
  padding: 0.8rem 2rem;
  text-align: center;
  margin-right: 0;
  border: 0;
  color: #4F4F4F;
  background-color: #d1d1d1;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body.path-user .block-local-tasks-block > .content > ul > li > a.is-active,
body.user-logged-in .block-local-tasks-block > .content > ul > li > a.is-active {
  background: #004B43;
  color: #ffffff;
}
@media (hover: hover) {
  body.path-user .block-local-tasks-block > .content > ul > li:hover a,
  body.user-logged-in .block-local-tasks-block > .content > ul > li:hover a {
    background-color: #004B43;
    color: #ffffff;
  }
}
body.path-user ul.contextual-links li,
body.user-logged-in ul.contextual-links li {
  display: block;
}
body.path-user .section.content article.node--unpublished,
body.user-logged-in .section.content article.node--unpublished {
  background-color: rgba(255, 98, 84, 0.2);
}

body.user-logged-in .block-language {
  padding-left: 3rem;
}
body.user-logged-in .block-language .contextual {
  left: 0;
  right: auto;
}

body.path-user:not(.sticky-menu) #site-header .header-container {
  background-color: transparent;
}
body.path-user #site-content {
  display: grid;
  grid-template-columns: repeat(var(--grid), minmax(0, 1fr));
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  body.path-user #site-content {
    margin-top: 6rem;
  }
}
body.path-user #site-main {
  background-color: #F6F6F6;
  grid-area: auto / var(--grid-start) / auto / var(--grid-end);
  padding: 4rem;
  padding: 4rem;
  padding: clamp(4rem, 4rem - (37.5rem * 0.0140350877) + 100vw * 0.0140350877, 6rem);
}
body.path-user #site-main .section.hero #block-gbltoolbox-breadcrumbs {
  display: none;
}
body.path-user .section.content .block-page-title-block {
  padding: 0;
  width: 100%;
}
body.path-user .section.content .block-page-title-block h1 {
  margin-bottom: 3rem;
  font-size: 4rem;
}
body.path-user .section.content form.user-pass p {
  font-size: 1.4rem;
  color: rgba(79, 79, 79, 0.6);
}
body.path-user .section.content form.user-register-form .container-wrapper + .field--name-user-picture,
body.path-user .section.content form.user-register-form details {
  margin-top: 2rem;
  margin-top: 2rem;
  margin-top: clamp(2rem, 2rem - (37.5rem * 0.0070175439) + 100vw * 0.0070175439, 3rem);
}
body.path-user .section.content form.user-register-form details summary {
  cursor: pointer;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #4F4F4F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #004B43;
  font-weight: bold;
  font-size: 1.6rem;
  text-transform: uppercase;
}
body.path-user .section.content form.user-register-form details summary:after {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "+";
  color: #004B43;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1rem;
  display: block;
}
body.path-user .section.content form input[type=text],
body.path-user .section.content form input[type=email],
body.path-user .section.content form input[type=file],
body.path-user .section.content form input[type=password] {
  background-color: #ffffff;
}

body.page-email_tfa-email_tfa_verify_login .section.content {
  display: grid;
  grid-template-columns: repeat(var(--grid), minmax(0, 1fr));
}
body.page-email_tfa-email_tfa_verify_login .section.content .wrapper-inner {
  grid-area: auto / var(--grid-start) / auto / var(--grid-end);
}

.toolbar-icon-admin-toolbar-tools-help:before,
.toolbar-icon-admin-toolbar-tools-help.active:before {
  background: transparent url("../img/dp-logo.svg") 0 center no-repeat !important;
  background-size: 2rem 2rem;
  width: 2rem !important;
  height: 2rem !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0;
}

.toolbar .toolbar-tray .menu-item > a.toolbar-icon-dkv-admin {
  background-color: #004B43;
  color: #ffffff;
  padding: 1em 2em;
}
.toolbar .toolbar-tray .menu-item > a.toolbar-icon-dkv-admin.is-active {
  background-color: rgb(51, 111, 104.6);
  text-decoration: underline;
}
.toolbar .toolbar-tray .menu-item > a.toolbar-icon-dkv-admin:visited {
  color: #ffffff;
}
@media (hover: hover) {
  .toolbar .toolbar-tray .menu-item > a.toolbar-icon-dkv-admin:hover {
    background-color: rgb(51, 111, 104.6);
  }
}
.toolbar .toolbar-tray .menu-item > a.toolbar-icon-dkv-admin:before {
  display: none;
}

.alert {
  padding: 1.5rem 3rem;
  border-radius: 0;
  font-size: 1.4rem;
  position: relative;
  z-index: 20;
  margin: 1rem 0;
}
.alert a {
  text-decoration: underline;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (hover: hover) {
  .alert a:hover {
    text-decoration: underline;
  }
}
.alert ul {
  margin: 0;
  padding: 0;
}
.alert .close {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  cursor: pointer;
  opacity: 0.8;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.alert .close:after {
  content: "x";
  color: #4F4F4F;
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8;
}
@media (hover: hover) {
  .alert .close:hover {
    opacity: 1;
  }
}

.alert-success {
  background-color: rgba(119, 178, 89, 0.2);
  outline: none;
  color: #4F4F4F;
}
.alert-success a {
  color: #77b259;
}
@media (hover: hover) {
  .alert-success a:hover {
    color: rgb(95.2, 142.4, 71.2);
  }
}

.alert-warning {
  background-color: rgba(255, 186, 101, 0.2);
  outline: none;
  color: #4F4F4F;
}
.alert-warning a {
  color: #ffba65;
}
@media (hover: hover) {
  .alert-warning a:hover {
    color: rgb(204, 148.8, 80.8);
  }
}

.alert-danger {
  background-color: rgba(255, 98, 84, 0.2);
  outline: none;
  color: #4F4F4F;
}
.alert-danger a {
  color: #ff6254;
}
@media (hover: hover) {
  .alert-danger a:hover {
    color: rgb(204, 78.4, 67.2);
  }
}

.alert-info {
  background-color: rgba(89, 131, 178, 0.2);
  outline: none;
  color: #4F4F4F;
}
.alert-info a {
  color: #5983b2;
}
@media (hover: hover) {
  .alert-info a:hover {
    color: rgb(71.2, 104.8, 142.4);
  }
}

.ck-editor__main > :is(.ck-editor__editable, .ck-source-editing-area) {
  max-height: none;
}

@media (min-width: 992px) {
  .layout-region__content .fieldset__wrapper .form-checkboxes {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-region__content .fieldset__wrapper .form-checkboxes .form-type--checkbox {
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .layout-region__content .container-flex {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 4rem;
  }
}

.ck-style-dropdown {
  font-size: 62.5%;
  line-height: 1.15;
}
.ck-style-dropdown.ck.ck-dropdown .ck-dropdown__panel {
  width: 25rem !important;
}
.ck-style-dropdown .ck-style-panel__style-group .ck-style-grid {
  display: flex !important;
  flex-wrap: wrap !important;
}
.ck-style-dropdown .ck-style-grid__button {
  width: 100% !important;
}
.ck-style-dropdown .ck.ck-style-panel .ck-style-grid .ck-style-grid__button {
  height: 8rem !important;
  width: 40% !important;
}

.ck-editor__main a.btn,
.ck-style-dropdown .ck-reset_all-excluded a.btn {
  position: relative;
  font-size: 1.6rem;
  font-family: "FSMePro-Bold", Arial, Helvetica, Georgia, serif;
  line-height: 1.6;
  text-decoration: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  padding-left: 2rem;
  padding-left: 2rem;
  padding-left: clamp(2rem, 2rem - (37.5rem * 0.0035087719) + 100vw * 0.0035087719, 2.5rem);
  padding-right: 2rem;
  padding-right: 2rem;
  padding-right: clamp(2rem, 2rem - (37.5rem * 0.0035087719) + 100vw * 0.0035087719, 2.5rem);
  padding-top: 1rem;
  padding-top: 1rem;
  padding-top: clamp(1rem, 1rem - (37.5rem * 0.0035087719) + 100vw * 0.0035087719, 1.5rem);
  padding-bottom: 1rem;
  padding-bottom: 1rem;
  padding-bottom: clamp(1rem, 1rem - (37.5rem * 0.0035087719) + 100vw * 0.0035087719, 1.5rem);
  z-index: 1;
  border-radius: 1.4rem;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  padding: 1rem;
  font-size: 1rem;
}
.ck-editor__main a.btn:before, .ck-editor__main a.btn:after,
.ck-style-dropdown .ck-reset_all-excluded a.btn:before,
.ck-style-dropdown .ck-reset_all-excluded a.btn:after {
  font-size: 1rem;
}
.ck-editor__main a.btn:not(.secondary):not(.gray):not(.orange):not(.white):not(.border),
.ck-style-dropdown .ck-reset_all-excluded a.btn:not(.secondary):not(.gray):not(.orange):not(.white):not(.border) {
  background: #004B43;
  color: #ffffff;
}
@media (hover: hover) {
  .ck-editor__main a.btn:not(.secondary):not(.gray):not(.orange):not(.white):not(.border):hover,
  .ck-style-dropdown .ck-reset_all-excluded a.btn:not(.secondary):not(.gray):not(.orange):not(.white):not(.border):hover {
    background: rgb(51, 111, 104.6);
    color: #ffffff;
  }
}
.ck-editor__main a.btn:not(.secondary):not(.gray):not(.orange):not(.white):not(.border):active, .ck-editor__main a.btn:not(.secondary):not(.gray):not(.orange):not(.white):not(.border):focus, .ck-editor__main a.btn:not(.secondary):not(.gray):not(.orange):not(.white):not(.border):focus-visible,
.ck-style-dropdown .ck-reset_all-excluded a.btn:not(.secondary):not(.gray):not(.orange):not(.white):not(.border):active,
.ck-style-dropdown .ck-reset_all-excluded a.btn:not(.secondary):not(.gray):not(.orange):not(.white):not(.border):focus,
.ck-style-dropdown .ck-reset_all-excluded a.btn:not(.secondary):not(.gray):not(.orange):not(.white):not(.border):focus-visible {
  outline: none;
  background: rgb(51, 111, 104.6);
  color: #ffffff;
}
.ck-editor__main a.btn:not(.secondary):not(.gray):not(.orange):not(.white):not(.border).icon,
.ck-style-dropdown .ck-reset_all-excluded a.btn:not(.secondary):not(.gray):not(.orange):not(.white):not(.border).icon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  padding: 1.8rem;
}
.ck-editor__main a.btn:not(.secondary):not(.gray):not(.orange):not(.white):not(.border).icon:after,
.ck-style-dropdown .ck-reset_all-excluded a.btn:not(.secondary):not(.gray):not(.orange):not(.white):not(.border).icon:after {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "a";
  color: #85AF11;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.btn:not(.secondary):not(.gray):not(.orange):not(.white):not(.border).left:before,
.ck-style-dropdown .ck-reset_all-excluded a.btn:not(.secondary):not(.gray):not(.orange):not(.white):not(.border).left:before {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "a";
  color: #85AF11;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  line-height: inherit;
  padding-top: 0.15rem;
  margin-right: 1rem;
  margin-right: 1rem;
  margin-right: clamp(1rem, 1rem - (37.5rem * 0.0035087719) + 100vw * 0.0035087719, 1.5rem);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.btn:not(.secondary):not(.gray):not(.orange):not(.white):not(.border).right:after,
.ck-style-dropdown .ck-reset_all-excluded a.btn:not(.secondary):not(.gray):not(.orange):not(.white):not(.border).right:after {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "a";
  color: #85AF11;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  line-height: inherit;
  padding-top: 0.15rem;
  margin-left: 1rem;
  margin-left: 1rem;
  margin-left: clamp(1rem, 1rem - (37.5rem * 0.0035087719) + 100vw * 0.0035087719, 1.5rem);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.btn.secondary,
.ck-style-dropdown .ck-reset_all-excluded a.btn.secondary {
  background: #85AF11;
  color: white;
}
@media (hover: hover) {
  .ck-editor__main a.btn.secondary:hover,
  .ck-style-dropdown .ck-reset_all-excluded a.btn.secondary:hover {
    background: rgb(51, 111, 104.6);
    color: white;
  }
}
.ck-editor__main a.btn.secondary:active, .ck-editor__main a.btn.secondary:focus, .ck-editor__main a.btn.secondary:focus-visible,
.ck-style-dropdown .ck-reset_all-excluded a.btn.secondary:active,
.ck-style-dropdown .ck-reset_all-excluded a.btn.secondary:focus,
.ck-style-dropdown .ck-reset_all-excluded a.btn.secondary:focus-visible {
  outline: none;
  background: rgb(51, 111, 104.6);
  color: white;
}
.ck-editor__main a.btn.secondary.icon,
.ck-style-dropdown .ck-reset_all-excluded a.btn.secondary.icon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  padding: 1.8rem;
}
.ck-editor__main a.btn.secondary.icon:after,
.ck-style-dropdown .ck-reset_all-excluded a.btn.secondary.icon:after {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "a";
  color: white;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.btn.secondary.left:before,
.ck-style-dropdown .ck-reset_all-excluded a.btn.secondary.left:before {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "a";
  color: white;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  line-height: inherit;
  padding-top: 0.15rem;
  margin-right: 1rem;
  margin-right: 1rem;
  margin-right: clamp(1rem, 1rem - (37.5rem * 0.0035087719) + 100vw * 0.0035087719, 1.5rem);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.btn.secondary.right:after,
.ck-style-dropdown .ck-reset_all-excluded a.btn.secondary.right:after {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "a";
  color: white;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  line-height: inherit;
  padding-top: 0.15rem;
  margin-left: 1rem;
  margin-left: 1rem;
  margin-left: clamp(1rem, 1rem - (37.5rem * 0.0035087719) + 100vw * 0.0035087719, 1.5rem);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.btn.orange,
.ck-style-dropdown .ck-reset_all-excluded a.btn.orange {
  background: #ed7e28;
  color: white;
}
@media (hover: hover) {
  .ck-editor__main a.btn.orange:hover,
  .ck-style-dropdown .ck-reset_all-excluded a.btn.orange:hover {
    background: white;
    color: #004B43;
  }
}
.ck-editor__main a.btn.orange:active, .ck-editor__main a.btn.orange:focus, .ck-editor__main a.btn.orange:focus-visible,
.ck-style-dropdown .ck-reset_all-excluded a.btn.orange:active,
.ck-style-dropdown .ck-reset_all-excluded a.btn.orange:focus,
.ck-style-dropdown .ck-reset_all-excluded a.btn.orange:focus-visible {
  outline: none;
  background: white;
  color: #004B43;
}
.ck-editor__main a.btn.orange.icon,
.ck-style-dropdown .ck-reset_all-excluded a.btn.orange.icon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  padding: 1.8rem;
}
.ck-editor__main a.btn.orange.icon:after,
.ck-style-dropdown .ck-reset_all-excluded a.btn.orange.icon:after {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "a";
  color: white;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.btn.orange.left:before,
.ck-style-dropdown .ck-reset_all-excluded a.btn.orange.left:before {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "a";
  color: white;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  line-height: inherit;
  padding-top: 0.15rem;
  margin-right: 1rem;
  margin-right: 1rem;
  margin-right: clamp(1rem, 1rem - (37.5rem * 0.0035087719) + 100vw * 0.0035087719, 1.5rem);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.btn.orange.right:after,
.ck-style-dropdown .ck-reset_all-excluded a.btn.orange.right:after {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "a";
  color: white;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  line-height: inherit;
  padding-top: 0.15rem;
  margin-left: 1rem;
  margin-left: 1rem;
  margin-left: clamp(1rem, 1rem - (37.5rem * 0.0035087719) + 100vw * 0.0035087719, 1.5rem);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.btn.btn.gray,
.ck-style-dropdown .ck-reset_all-excluded a.btn.btn.gray {
  background: #F6F6F6;
  color: #004B43;
}
@media (hover: hover) {
  .ck-editor__main a.btn.btn.gray:hover,
  .ck-style-dropdown .ck-reset_all-excluded a.btn.btn.gray:hover {
    background: #d1d1d1;
    color: #004B43;
  }
}
.ck-editor__main a.btn.btn.gray:active, .ck-editor__main a.btn.btn.gray:focus, .ck-editor__main a.btn.btn.gray:focus-visible,
.ck-style-dropdown .ck-reset_all-excluded a.btn.btn.gray:active,
.ck-style-dropdown .ck-reset_all-excluded a.btn.btn.gray:focus,
.ck-style-dropdown .ck-reset_all-excluded a.btn.btn.gray:focus-visible {
  outline: none;
  background: #d1d1d1;
  color: #004B43;
}
.ck-editor__main a.btn.btn.gray.icon,
.ck-style-dropdown .ck-reset_all-excluded a.btn.btn.gray.icon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  padding: 1.8rem;
}
.ck-editor__main a.btn.btn.gray.icon:after,
.ck-style-dropdown .ck-reset_all-excluded a.btn.btn.gray.icon:after {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "a";
  color: #004B43;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.btn.btn.gray.left:before,
.ck-style-dropdown .ck-reset_all-excluded a.btn.btn.gray.left:before {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "a";
  color: #004B43;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  line-height: inherit;
  padding-top: 0.15rem;
  margin-right: 1rem;
  margin-right: 1rem;
  margin-right: clamp(1rem, 1rem - (37.5rem * 0.0035087719) + 100vw * 0.0035087719, 1.5rem);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.btn.btn.gray.right:after,
.ck-style-dropdown .ck-reset_all-excluded a.btn.btn.gray.right:after {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "a";
  color: #004B43;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  line-height: inherit;
  padding-top: 0.15rem;
  margin-left: 1rem;
  margin-left: 1rem;
  margin-left: clamp(1rem, 1rem - (37.5rem * 0.0035087719) + 100vw * 0.0035087719, 1.5rem);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.btn.white,
.ck-style-dropdown .ck-reset_all-excluded a.btn.white {
  background: #ffffff;
  color: #85AF11;
}
@media (hover: hover) {
  .ck-editor__main a.btn.white:hover,
  .ck-style-dropdown .ck-reset_all-excluded a.btn.white:hover {
    background: #F6F6F6;
    color: rgb(51, 111, 104.6);
  }
}
.ck-editor__main a.btn.white:active, .ck-editor__main a.btn.white:focus, .ck-editor__main a.btn.white:focus-visible,
.ck-style-dropdown .ck-reset_all-excluded a.btn.white:active,
.ck-style-dropdown .ck-reset_all-excluded a.btn.white:focus,
.ck-style-dropdown .ck-reset_all-excluded a.btn.white:focus-visible {
  outline: none;
  background: #F6F6F6;
  color: rgb(51, 111, 104.6);
}
.ck-editor__main a.btn.white,
.ck-style-dropdown .ck-reset_all-excluded a.btn.white {
  border: 2px solid #ffffff;
}
@media (hover: hover) {
  .ck-editor__main a.btn.white:hover,
  .ck-style-dropdown .ck-reset_all-excluded a.btn.white:hover {
    border-color: #F6F6F6;
  }
}
.ck-editor__main a.btn.white:active, .ck-editor__main a.btn.white:focus, .ck-editor__main a.btn.white:focus-visible,
.ck-style-dropdown .ck-reset_all-excluded a.btn.white:active,
.ck-style-dropdown .ck-reset_all-excluded a.btn.white:focus,
.ck-style-dropdown .ck-reset_all-excluded a.btn.white:focus-visible {
  border-color: #F6F6F6;
}
.ck-editor__main a.btn.white.icon,
.ck-style-dropdown .ck-reset_all-excluded a.btn.white.icon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  padding: 1.8rem;
}
.ck-editor__main a.btn.white.icon:after,
.ck-style-dropdown .ck-reset_all-excluded a.btn.white.icon:after {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "a";
  color: #85AF11;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.btn.white.left:before,
.ck-style-dropdown .ck-reset_all-excluded a.btn.white.left:before {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "a";
  color: #85AF11;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  line-height: inherit;
  padding-top: 0.15rem;
  margin-right: 1rem;
  margin-right: 1rem;
  margin-right: clamp(1rem, 1rem - (37.5rem * 0.0035087719) + 100vw * 0.0035087719, 1.5rem);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.btn.white.right:after,
.ck-style-dropdown .ck-reset_all-excluded a.btn.white.right:after {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "a";
  color: #85AF11;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  line-height: inherit;
  padding-top: 0.15rem;
  margin-left: 1rem;
  margin-left: 1rem;
  margin-left: clamp(1rem, 1rem - (37.5rem * 0.0035087719) + 100vw * 0.0035087719, 1.5rem);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.btn.border,
.ck-style-dropdown .ck-reset_all-excluded a.btn.border {
  border: 2px solid #85AF11;
}
@media (hover: hover) {
  .ck-editor__main a.btn.border:hover,
  .ck-style-dropdown .ck-reset_all-excluded a.btn.border:hover {
    border-color: #85AF11;
  }
}
.ck-editor__main a.btn.border:active, .ck-editor__main a.btn.border:focus, .ck-editor__main a.btn.border:focus-visible,
.ck-style-dropdown .ck-reset_all-excluded a.btn.border:active,
.ck-style-dropdown .ck-reset_all-excluded a.btn.border:focus,
.ck-style-dropdown .ck-reset_all-excluded a.btn.border:focus-visible {
  border-color: #85AF11;
}
.ck-editor__main a.btn.border,
.ck-style-dropdown .ck-reset_all-excluded a.btn.border {
  background: transparent;
  color: #333333;
}
@media (hover: hover) {
  .ck-editor__main a.btn.border:hover,
  .ck-style-dropdown .ck-reset_all-excluded a.btn.border:hover {
    background: transparent;
    color: #85AF11;
  }
}
.ck-editor__main a.btn.border:active, .ck-editor__main a.btn.border:focus, .ck-editor__main a.btn.border:focus-visible,
.ck-style-dropdown .ck-reset_all-excluded a.btn.border:active,
.ck-style-dropdown .ck-reset_all-excluded a.btn.border:focus,
.ck-style-dropdown .ck-reset_all-excluded a.btn.border:focus-visible {
  outline: none;
  background: transparent;
  color: #85AF11;
}
.ck-editor__main a.btn.border.icon,
.ck-style-dropdown .ck-reset_all-excluded a.btn.border.icon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  padding: 1.8rem;
}
.ck-editor__main a.btn.border.icon:after,
.ck-style-dropdown .ck-reset_all-excluded a.btn.border.icon:after {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "a";
  color: #85AF11;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.btn.border.left:before,
.ck-style-dropdown .ck-reset_all-excluded a.btn.border.left:before {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "a";
  color: #85AF11;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  line-height: inherit;
  padding-top: 0.15rem;
  margin-right: 1rem;
  margin-right: 1rem;
  margin-right: clamp(1rem, 1rem - (37.5rem * 0.0035087719) + 100vw * 0.0035087719, 1.5rem);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.btn.border.right:after,
.ck-style-dropdown .ck-reset_all-excluded a.btn.border.right:after {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "a";
  color: #85AF11;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  line-height: inherit;
  padding-top: 0.15rem;
  margin-left: 1rem;
  margin-left: 1rem;
  margin-left: clamp(1rem, 1rem - (37.5rem * 0.0035087719) + 100vw * 0.0035087719, 1.5rem);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.readmore:not(.white):not(.primary),
.ck-style-dropdown .ck-reset_all-excluded a.readmore:not(.white):not(.primary) {
  color: #85AF11;
  font-family: "FSMePro-Bold", Arial, Helvetica, Georgia, serif;
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative;
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.readmore:not(.white):not(.primary):after,
.ck-style-dropdown .ck-reset_all-excluded a.readmore:not(.white):not(.primary):after {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "b";
  color: #85AF11;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  font-weight: 400;
  line-height: 1.6;
  margin-left: 1rem;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.readmore:not(.white):not(.primary),
.ck-style-dropdown .ck-reset_all-excluded a.readmore:not(.white):not(.primary) {
  margin-top: 2rem;
  margin-top: 2rem;
  margin-top: clamp(2rem, 2rem - (37.5rem * 0.0070175439) + 100vw * 0.0070175439, 3rem);
}
@media (hover: hover) {
  .ck-editor__main a.readmore:not(.white):not(.primary):hover,
  .ck-style-dropdown .ck-reset_all-excluded a.readmore:not(.white):not(.primary):hover {
    color: rgb(51, 111, 104.6);
  }
  .ck-editor__main a.readmore:not(.white):not(.primary):hover:after,
  .ck-style-dropdown .ck-reset_all-excluded a.readmore:not(.white):not(.primary):hover:after {
    color: rgb(51, 111, 104.6);
  }
}
.ck-editor__main a.readmore:not(.white):not(.primary):active, .ck-editor__main a.readmore:not(.white):not(.primary):focus, .ck-editor__main a.readmore:not(.white):not(.primary):focus-visible,
.ck-style-dropdown .ck-reset_all-excluded a.readmore:not(.white):not(.primary):active,
.ck-style-dropdown .ck-reset_all-excluded a.readmore:not(.white):not(.primary):focus,
.ck-style-dropdown .ck-reset_all-excluded a.readmore:not(.white):not(.primary):focus-visible {
  outline: none;
  color: rgb(51, 111, 104.6);
}
.ck-editor__main a.readmore.white,
.ck-style-dropdown .ck-reset_all-excluded a.readmore.white {
  color: gray;
  font-family: "FSMePro-Bold", Arial, Helvetica, Georgia, serif;
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative;
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.readmore.white:after,
.ck-style-dropdown .ck-reset_all-excluded a.readmore.white:after {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "b";
  color: gray;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  font-weight: 400;
  line-height: 1.6;
  margin-left: 1rem;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.readmore.white,
.ck-style-dropdown .ck-reset_all-excluded a.readmore.white {
  margin-top: 2rem;
  margin-top: 2rem;
  margin-top: clamp(2rem, 2rem - (37.5rem * 0.0070175439) + 100vw * 0.0070175439, 3rem);
}
@media (hover: hover) {
  .ck-editor__main a.readmore.white:hover,
  .ck-style-dropdown .ck-reset_all-excluded a.readmore.white:hover {
    color: rgb(51, 111, 104.6);
  }
  .ck-editor__main a.readmore.white:hover:after,
  .ck-style-dropdown .ck-reset_all-excluded a.readmore.white:hover:after {
    color: rgb(51, 111, 104.6);
  }
}
.ck-editor__main a.readmore.white:active, .ck-editor__main a.readmore.white:focus, .ck-editor__main a.readmore.white:focus-visible,
.ck-style-dropdown .ck-reset_all-excluded a.readmore.white:active,
.ck-style-dropdown .ck-reset_all-excluded a.readmore.white:focus,
.ck-style-dropdown .ck-reset_all-excluded a.readmore.white:focus-visible {
  outline: none;
  color: rgb(51, 111, 104.6);
}
.ck-editor__main a.readmore.primary,
.ck-style-dropdown .ck-reset_all-excluded a.readmore.primary {
  color: #004B43;
  font-family: "FSMePro-Bold", Arial, Helvetica, Georgia, serif;
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative;
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.readmore.primary:after,
.ck-style-dropdown .ck-reset_all-excluded a.readmore.primary:after {
  font-family: "icomoon", Helvetica, Arial, sans-serif;
  content: "b";
  color: #004B43;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2rem;
  display: block;
  display: block;
  font-weight: 400;
  line-height: 1.6;
  margin-left: 1rem;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ck-editor__main a.readmore.primary,
.ck-style-dropdown .ck-reset_all-excluded a.readmore.primary {
  margin-top: 2rem;
  margin-top: 2rem;
  margin-top: clamp(2rem, 2rem - (37.5rem * 0.0070175439) + 100vw * 0.0070175439, 3rem);
}
@media (hover: hover) {
  .ck-editor__main a.readmore.primary:hover,
  .ck-style-dropdown .ck-reset_all-excluded a.readmore.primary:hover {
    color: rgb(51, 111, 104.6);
  }
  .ck-editor__main a.readmore.primary:hover:after,
  .ck-style-dropdown .ck-reset_all-excluded a.readmore.primary:hover:after {
    color: rgb(51, 111, 104.6);
  }
}
.ck-editor__main a.readmore.primary:active, .ck-editor__main a.readmore.primary:focus, .ck-editor__main a.readmore.primary:focus-visible,
.ck-style-dropdown .ck-reset_all-excluded a.readmore.primary:active,
.ck-style-dropdown .ck-reset_all-excluded a.readmore.primary:focus,
.ck-style-dropdown .ck-reset_all-excluded a.readmore.primary:focus-visible {
  outline: none;
  color: rgb(51, 111, 104.6);
}
.ck-editor__main h2,
.ck-editor__main .h2,
.ck-style-dropdown .ck-reset_all-excluded h2,
.ck-style-dropdown .ck-reset_all-excluded .h2 {
  display: inline-block;
  font-family: "FedraSerifPro-Book", Arial, Helvetica, Georgia, serif;
  font-weight: 400;
  color: #004B43;
  line-height: 1.3;
  font-size: 3rem;
  font-size: clamp(3rem, 2.8421052632rem + 0.4210526316vw, 3.6rem);
  width: auto;
  background: #004B43;
  background: -moz-linear-gradient(120deg, #004B43 0%, #004B43 30%, #85AF11 100%);
  background: -webkit-linear-gradient(120deg, #004B43 0%, #004B43 30%, #85AF11 100%);
  background: linear-gradient(120deg, #004B43 0%, #004B43 30%, #85AF11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004b43",endColorstr="#85af11",GradientType=1);
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004b43",endColorstr="#85af11",GradientType=1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ck-editor__main h2:not(:last-child),
.ck-editor__main .h2:not(:last-child),
.ck-style-dropdown .ck-reset_all-excluded h2:not(:last-child),
.ck-style-dropdown .ck-reset_all-excluded .h2:not(:last-child) {
  margin-bottom: 2rem;
  margin-bottom: 2rem;
  margin-bottom: clamp(2rem, 2rem - (37.5rem * 0.0070175439) + 100vw * 0.0070175439, 3rem);
}
.ck-editor__main h2:last-child,
.ck-editor__main .h2:last-child,
.ck-style-dropdown .ck-reset_all-excluded h2:last-child,
.ck-style-dropdown .ck-reset_all-excluded .h2:last-child {
  margin-bottom: 0;
}
.ck-editor__main h2,
.ck-editor__main .h2,
.ck-style-dropdown .ck-reset_all-excluded h2,
.ck-style-dropdown .ck-reset_all-excluded .h2 {
  font-size: 36px;
}
.ck-editor__main h3,
.ck-editor__main .h3,
.ck-style-dropdown .ck-reset_all-excluded h3,
.ck-style-dropdown .ck-reset_all-excluded .h3 {
  font-family: "FedraSerifPro-Book", Arial, Helvetica, Georgia, serif;
  font-weight: 400;
  color: #004B43;
  line-height: 1.3;
  font-size: 2.2rem;
  font-size: clamp(2.2rem, 2.0421052632rem + 0.4210526316vw, 2.8rem);
}
.ck-editor__main h3:not(:last-child),
.ck-editor__main .h3:not(:last-child),
.ck-style-dropdown .ck-reset_all-excluded h3:not(:last-child),
.ck-style-dropdown .ck-reset_all-excluded .h3:not(:last-child) {
  margin-bottom: 2rem;
  margin-bottom: 2rem;
  margin-bottom: clamp(2rem, 2rem - (37.5rem * 0.0070175439) + 100vw * 0.0070175439, 3rem);
}
.ck-editor__main h3:last-child,
.ck-editor__main .h3:last-child,
.ck-style-dropdown .ck-reset_all-excluded h3:last-child,
.ck-style-dropdown .ck-reset_all-excluded .h3:last-child {
  margin-bottom: 0;
}
.ck-editor__main h3,
.ck-editor__main .h3,
.ck-style-dropdown .ck-reset_all-excluded h3,
.ck-style-dropdown .ck-reset_all-excluded .h3 {
  font-size: 28px;
}
.ck-editor__main h4,
.ck-editor__main .h4,
.ck-style-dropdown .ck-reset_all-excluded h4,
.ck-style-dropdown .ck-reset_all-excluded .h4 {
  font-family: "FedraSerifPro-Book", Arial, Helvetica, Georgia, serif;
  font-weight: 400;
  color: #004B43;
  line-height: 1.3;
  font-size: 2rem;
  font-size: clamp(2rem, 1.9473684211rem + 0.1403508772vw, 2.2rem);
}
.ck-editor__main h4:not(:last-child),
.ck-editor__main .h4:not(:last-child),
.ck-style-dropdown .ck-reset_all-excluded h4:not(:last-child),
.ck-style-dropdown .ck-reset_all-excluded .h4:not(:last-child) {
  margin-bottom: 2rem;
  margin-bottom: 2rem;
  margin-bottom: clamp(2rem, 2rem - (37.5rem * 0.0070175439) + 100vw * 0.0070175439, 3rem);
}
.ck-editor__main h4:last-child,
.ck-editor__main .h4:last-child,
.ck-style-dropdown .ck-reset_all-excluded h4:last-child,
.ck-style-dropdown .ck-reset_all-excluded .h4:last-child {
  margin-bottom: 0;
}
.ck-editor__main h4,
.ck-editor__main .h4,
.ck-style-dropdown .ck-reset_all-excluded h4,
.ck-style-dropdown .ck-reset_all-excluded .h4 {
  font-size: 22px;
}
.ck-editor__main h5,
.ck-editor__main .h5,
.ck-style-dropdown .ck-reset_all-excluded h5,
.ck-style-dropdown .ck-reset_all-excluded .h5 {
  font-family: "FedraSerifPro-Book", Arial, Helvetica, Georgia, serif;
  font-weight: 400;
  color: #004B43;
  line-height: 1.3;
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 1.7473684211rem + 0.1403508772vw, 2rem);
}
.ck-editor__main h5:not(:last-child),
.ck-editor__main .h5:not(:last-child),
.ck-style-dropdown .ck-reset_all-excluded h5:not(:last-child),
.ck-style-dropdown .ck-reset_all-excluded .h5:not(:last-child) {
  margin-bottom: 2rem;
  margin-bottom: 2rem;
  margin-bottom: clamp(2rem, 2rem - (37.5rem * 0.0070175439) + 100vw * 0.0070175439, 3rem);
}
.ck-editor__main h5:last-child,
.ck-editor__main .h5:last-child,
.ck-style-dropdown .ck-reset_all-excluded h5:last-child,
.ck-style-dropdown .ck-reset_all-excluded .h5:last-child {
  margin-bottom: 0;
}
.ck-editor__main h5,
.ck-editor__main .h5,
.ck-style-dropdown .ck-reset_all-excluded h5,
.ck-style-dropdown .ck-reset_all-excluded .h5 {
  font-size: 20px;
}
.ck-editor__main h6,
.ck-editor__main .h6,
.ck-style-dropdown .ck-reset_all-excluded h6,
.ck-style-dropdown .ck-reset_all-excluded .h6 {
  font-family: "FedraSerifPro-Book", Arial, Helvetica, Georgia, serif;
  font-weight: 400;
  color: #004B43;
  line-height: 1.3;
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 1.5473684211rem + 0.1403508772vw, 1.8rem);
}
.ck-editor__main h6:not(:last-child),
.ck-editor__main .h6:not(:last-child),
.ck-style-dropdown .ck-reset_all-excluded h6:not(:last-child),
.ck-style-dropdown .ck-reset_all-excluded .h6:not(:last-child) {
  margin-bottom: 2rem;
  margin-bottom: 2rem;
  margin-bottom: clamp(2rem, 2rem - (37.5rem * 0.0070175439) + 100vw * 0.0070175439, 3rem);
}
.ck-editor__main h6:last-child,
.ck-editor__main .h6:last-child,
.ck-style-dropdown .ck-reset_all-excluded h6:last-child,
.ck-style-dropdown .ck-reset_all-excluded .h6:last-child {
  margin-bottom: 0;
}
.ck-editor__main h6,
.ck-editor__main .h6,
.ck-style-dropdown .ck-reset_all-excluded h6,
.ck-style-dropdown .ck-reset_all-excluded .h6 {
  font-size: 18px;
}
.ck-editor__main h2 sup,
.ck-editor__main h2 sub,
.ck-editor__main .h2 sup,
.ck-editor__main .h2 sub,
.ck-editor__main h3 sup,
.ck-editor__main h3 sub,
.ck-editor__main .h3 sup,
.ck-editor__main .h3 sub,
.ck-editor__main h4 sup,
.ck-editor__main h4 sub,
.ck-editor__main .h4 sup,
.ck-editor__main .h4 sub,
.ck-editor__main h5 sup,
.ck-editor__main h5 sub,
.ck-editor__main .h5 sup,
.ck-editor__main .h5 sub,
.ck-editor__main h6 sup,
.ck-editor__main h6 sub,
.ck-editor__main .h6 sup,
.ck-editor__main .h6 sub,
.ck-style-dropdown .ck-reset_all-excluded h2 sup,
.ck-style-dropdown .ck-reset_all-excluded h2 sub,
.ck-style-dropdown .ck-reset_all-excluded .h2 sup,
.ck-style-dropdown .ck-reset_all-excluded .h2 sub,
.ck-style-dropdown .ck-reset_all-excluded h3 sup,
.ck-style-dropdown .ck-reset_all-excluded h3 sub,
.ck-style-dropdown .ck-reset_all-excluded .h3 sup,
.ck-style-dropdown .ck-reset_all-excluded .h3 sub,
.ck-style-dropdown .ck-reset_all-excluded h4 sup,
.ck-style-dropdown .ck-reset_all-excluded h4 sub,
.ck-style-dropdown .ck-reset_all-excluded .h4 sup,
.ck-style-dropdown .ck-reset_all-excluded .h4 sub,
.ck-style-dropdown .ck-reset_all-excluded h5 sup,
.ck-style-dropdown .ck-reset_all-excluded h5 sub,
.ck-style-dropdown .ck-reset_all-excluded .h5 sup,
.ck-style-dropdown .ck-reset_all-excluded .h5 sub,
.ck-style-dropdown .ck-reset_all-excluded h6 sup,
.ck-style-dropdown .ck-reset_all-excluded h6 sub,
.ck-style-dropdown .ck-reset_all-excluded .h6 sup,
.ck-style-dropdown .ck-reset_all-excluded .h6 sub {
  color: #000000;
  -webkit-text-fill-color: #000000;
}
.ck-editor__main sup,
.ck-editor__main sub,
.ck-style-dropdown .ck-reset_all-excluded sup,
.ck-style-dropdown .ck-reset_all-excluded sub {
  color: #000000;
}
.ck-editor__main .products-dicsclamer-alert,
.ck-style-dropdown .ck-reset_all-excluded .products-dicsclamer-alert {
  font-size: 12px;
}

body.dev_website nav#toolbar-bar::before,
body.dev_website nav#toolbar-bar::after,
body.staging_website nav#toolbar-bar::before,
body.staging_website nav#toolbar-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.4em;
  transform: scale(1.02);
  z-index: -1;
  background-size: 500%;
  animation: animate 20s infinite;
}

body.dev_website nav#toolbar-bar::before,
body.dev_website nav#toolbar-bar::after {
  background: #cf2e2e;
}

body.staging_website nav#toolbar-bar::before,
body.staging_website nav#toolbar-bar::after {
  background: #fcb900;
}

.used-on-list {
  background: lightgray;
  padding: 21px;
  border-radius: 10px;
}
.used-on-list h3 {
  margin-top: 0;
  font-size: var(--font-size-h6);
}
.used-on-list ul {
  margin: 0;
  padding: 0;
}
.used-on-list ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.used-on-list ul > li::marker:before, .used-on-list ul > li::marker:after {
  display: none;
}
.used-on-list ul {
  display: flex;
  flex-wrap: wrap;
}
.used-on-list ul li {
  width: 20%;
}
.used-on-list .system-status-report__status-icon {
  position: relative;
  padding-left: 50px;
}
.used-on-list .system-status-report__status-icon:before {
  top: 0;
}

body .node-form .layout-node-form .layout-region--node-main {
  width: 100%;
  margin-bottom: 10rem;
}
@media (min-width: 1200px) {
  body .node-form .layout-node-form .layout-region--node-footer {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    background: #f2f1f1;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  body .node-form .layout-node-form .layout-region--node-footer .layout-region__content {
    display: flex;
    align-items: center;
    margin: 0;
    transform: scale(0.8);
  }
  body .node-form .layout-node-form .layout-region--node-footer .layout-region__content .form-item,
  body .node-form .layout-node-form .layout-region--node-footer .layout-region__content .form-actions .button,
  body .node-form .layout-node-form .layout-region--node-footer .layout-region__content .form-actions .action-link {
    margin-top: 0;
    margin-bottom: 0;
  }
  body .node-form .layout-node-form .layout-region--node-footer .layout-region__content .form-actions {
    margin-left: 1rem;
  }
}

.translation-entity-all-languages {
  font-size: 16px;
  color: red;
  font-weight: bold;
}

table#edit-matrix {
  display: grid;
}
table#edit-matrix thead,
table#edit-matrix tbody {
  width: 100%;
}
table#edit-matrix thead tr,
table#edit-matrix tbody tr {
  display: grid;
  grid-template-columns: repeat(var(--column-count), 1fr);
}
table#edit-matrix thead tr td,
table#edit-matrix tbody tr td {
  height: 100%;
}
table#edit-matrix tr td:first-of-type,
table#edit-matrix tr th:first-of-type {
  width: 20rem;
}
@media (min-width: 1600px) {
  table#edit-matrix tr td:first-of-type,
  table#edit-matrix tr th:first-of-type {
    width: 30rem;
  }
}
table#edit-matrix tr td .form-type--textfield input,
table#edit-matrix tr th .form-type--textfield input {
  width: 100%;
}
table#edit-matrix tr td .tablecell,
table#edit-matrix tr th .tablecell {
  position: relative;
}
table#edit-matrix tr td .tablecell .form-type--textarea .la_class_a_marielle,
table#edit-matrix tr th .tablecell .form-type--textarea .la_class_a_marielle {
  position: absolute;
  top: 1rem;
  left: 20rem;
}
@media (min-width: 1600px) {
  table#edit-matrix tr td .tablecell .form-type--textarea .la_class_a_marielle,
  table#edit-matrix tr th .tablecell .form-type--textarea .la_class_a_marielle {
    left: 30rem;
  }
}
/*# sourceMappingURL=style-admin.css.map */