@charset "UTF-8";
/*!
 * App CSS
 * @description App CSS
 * @author Ricardo Lopes
 */
/* IMPORT EXAMPLE */
/* IMPORT EXAMPLE */
/* CUSTOM ICON FONT EXAMPLE */
/*
@font-face {
	font-family: dficon;
	src: url("./../fonts/dficon/dficon.eot?v751zj");
	src: url("./../fonts/dficon/dficon.eot?v751zj#iefix") format("embedded-opentype"),
		 url("./../fonts/dficon/dficon.ttf?v751zj") format("truetype"),
		 url("./../fonts/dficon/dficon.woff?v751zj") format("woff"),
		 url("./../fonts/dficon/dficon.svg?v751zj#dficon") format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block;
}
*/
/* CUSTOM FONT EXAMPLE */
/*
@font-face{
	font-family: 'Proxima Nova';
	src: url("./../fonts/proxima-nova/ProximaNova-Regular.eot");
	src: url("./../fonts/proxima-nova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"),
		 url("./../fonts/proxima-nova/ProximaNova-Regular.woff2") format("woff2"),
		 url("./../fonts/proxima-nova/ProximaNova-Regular.woff") format("woff"),
		 url("./../fonts/proxima-nova/ProximaNova-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
*/
/* Complex Colors System */
/*
$colors-list: (
	'blue': #09C,
	'navy': #000046,
	'grey': #5B6570,
	'orange': #EC8200,
	'yellow': #FFB400,
	'green': #0B9D4D,
	'red': #F7442C
);
*/
/*
 * Example output:
 *
 */
/*
%font-heading-01 {
	font-feature-settings: "ss01";
	font-family: "proxima-nova", arial, helvetica, sans-serif;
	font-size: 1.75rem;
	line-height: 1.1429;
	font-weight: 700;

	@media (width >= 768px) {
		font-size: 2.5rem;
		line-height: 1.1;
	}
	@media (width >= 1024px) {
		font-size: 3rem;
		line-height: 1.0833;
	}
}
*/
/* stylelint-disable scss/no-duplicate-dollar-variables -- I need to replace default vars to test on next iteration */
/* stylelint-disable at-rule-empty-line-before -- Just for the sake of maintaning all ifs together */
.page-error-404 h1, .m-dossier-banner .info .title, h1 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 2.5rem;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.article-post .article-header .title, .about-page .intro .title, .m-popup-wrapper p.highlight, .m-fleet-products .intro .title {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 2rem;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.m-banner .info .title, .m-team .title, .c-article .info .article-title, .c-wysiwyg h1, .title-h1 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 1.75rem;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.m-banner.--in-content .info .title, .m-fleet-products .item .title, .c-article.--l .info .article-title, .c-list-title, .c-wysiwyg h2 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 1.5rem;
  line-height: 1.24;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.c-article.--m .info .article-title, .c-team-item .meta-info .info .name, .c-wysiwyg blockquote.wp-embedded-content p, .c-wysiwyg blockquote.custom-link-content p, .c-wysiwyg h3 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 1.25rem;
  line-height: 1.24;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.b-hp-articles-grid .col-title, .footer-top .footer-navs .footer-nav h2, .header-popup .header-navs .header-nav h2, .c-article-list-item .info .article-title, .gallery-lightbox .gallery-lightbox-title, .c-wysiwyg #ez-toc-container.ez-toc-counter p.ez-toc-title, .c-wysiwyg h4 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.m-related-articles .title, .m-products-block .item .info .title, .c-share .share-title, .c-article.--s .info .article-title, .c-wysiwyg h5, .c-wysiwyg h6 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 550;
  letter-spacing: -0.2px;
}
.page-error-404 p, .article-post .article-header .description p, .about-page .intro .text p, .m-dossier-banner .info .description p, .m-popup-wrapper .description p, .m-banner .info p.description, .m-fleet-products .item .description, .m-fleet-products .intro .description, .c-article .info p.description, .c-team-item .meta-info .info .position, .c-wysiwyg blockquote p.author, .body-text, p {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 1rem;
  line-height: 1.56;
  font-weight: 400;
}
.m-form .--subscription-options .subscription-type .type-description, .m-products-block .item .info .description, .c-team-item p.description, .c-wysiwyg figure.image-wrapper figcaption {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 0.875rem;
  line-height: 1.48;
  font-weight: 400;
}
.c-share ul li, .c-button {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Roboto flex", arial, helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 650;
  letter-spacing: 0.2px;
}
.article-post .article-header .author-info .info .author-bio, .article-post .article-header .author-info .info .author-name, .m-form .form-description p {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Roboto flex", arial, helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 700;
}
.footer-top .footer-navs .footer-nav ul li, .header-popup .header-navs .header-nav ul li, .header-main .categories-nav ul.more-menu li, .header-main .categories-nav .more-toggle button, .header-main .categories-nav > ul > li, .m-form .wpcf7-checkbox [type=checkbox] + span, .m-form .wpcf7-acceptance [type=checkbox] + span, .m-form .wpcf7-checkbox .wpcf7-list-item, .m-form .wpcf7-acceptance .wpcf7-list-item, .m-form .wpcf7-checkbox label, .m-form .wpcf7-acceptance label, .m-form .wpcf7-form.invalid .wpcf7-response-output, .m-form .wpcf7-not-valid-tip, .m-form .--subscription-options .subscription-type .type, .m-form input, .c-badge-commercial, .c-dossiers-tags-list ul li, .c-brands-tags-list ul li, .c-tags-list ul li, .c-pagination ul li, .gallery-lightbox .gallery-lightbox-top, .c-wysiwyg .custom-gallery-counter {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Roboto flex", arial, helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.article-post .article-header ul.categories-list li a, .article-post .article-header ul.categories-list li a:visited, .footer-bottom .author-copyright p, .footer-bottom ul.legal-nav li, .search-popup p.search-note, .header-top-bar ul li, .header-top-bar .title, .m-form label, .m-popup-wrapper .title, .c-article .info .author-name, .c-article .info .article-date, .c-article .info ul.categories-list li, .c-article-list-item .info .article-date, .c-article-list-item .info .author-name, .c-article-list-item .info ul.categories-list li, .c-wysiwyg blockquote.wp-embedded-content p a::before, .c-wysiwyg blockquote.wp-embedded-content p a:visited::before, .c-wysiwyg blockquote.custom-link-content p a::before, .c-wysiwyg blockquote.custom-link-content p a:visited::before {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Roboto flex", arial, helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.c-wysiwyg blockquote p {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 1.125rem;
  line-height: 1.48;
  font-weight: 550;
  letter-spacing: -0.8px;
}
/* stylelint-enable scss/no-duplicate-dollar-variables */
/* stylelint-enable at-rule-empty-line-before -- Reason: testing */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
*:active, *:focus {
  outline: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Serif", georgia, serif;
}

body {
  color: #030712;
  line-height: 1.5555;
}

::-moz-selection {
  background-color: #DC2C25;
  color: #030712;
}

::selection {
  background-color: #DC2C25;
  color: #030712;
}

img::-moz-selection {
  color: #FFFFFF;
  background: transparent;
}

img::selection {
  color: #FFFFFF;
  background: transparent;
}

strong,
b {
  font-weight: 700;
}

em,
i,
var {
  font-style: italic;
}

pre,
code,
kbd {
  background: #030712;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  font-family: monospace;
  font-size: 0.75rem;
  overflow-x: scroll;
  padding: 1rem;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: "";
}

q::before, q::after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

figure,
img,
svg {
  height: auto;
  max-width: 100%;
}

svg {
  max-height: 100%;
  width: auto;
}

button,
input,
textarea {
  font-family: inherit;
}

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

sub {
  font-size: smaller;
  vertical-align: sub;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

abbr,
acronym {
  border-bottom: 1px dotted #030712;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase;
}

/*
 * Example output:
 *
 */
/*
.font-heading-01 {
	font-feature-settings: "ss01";
	font-family: "proxima-nova", arial, helvetica, sans-serif;
	font-size: 1.75rem;
	line-height: 1.1429;
	font-weight: 700;

	@media (width >= 768px) {
		font-size: 2.5rem;
		line-height: 1.1;
	}
	@media (width >= 1024px) {
		font-size: 3rem;
		line-height: 1.0833;
	}
}
*/
/* stylelint-disable scss/no-duplicate-dollar-variables -- I need to replace default vars to test on next iteration */
/* stylelint-disable at-rule-empty-line-before -- Just for the sake of maintaning all ifs together */
.font-display-01 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 2.5rem;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.font-display-02 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 2rem;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.font-heading-01 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 1.75rem;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.font-heading-02 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 1.5rem;
  line-height: 1.24;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.font-heading-03 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 1.25rem;
  line-height: 1.24;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.font-heading-04 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.font-heading-05 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 550;
  letter-spacing: -0.2px;
}
.font-body-default {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 1rem;
  line-height: 1.56;
  font-weight: 400;
}
.font-body-small {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 0.875rem;
  line-height: 1.48;
  font-weight: 400;
}
.font-button {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Roboto flex", arial, helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 650;
  letter-spacing: 0.2px;
}
.font-caption {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Roboto flex", arial, helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 700;
}
.font-label-default {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Roboto flex", arial, helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.font-label-small {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Roboto flex", arial, helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.font-label-large {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Roboto flex", arial, helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 650;
  letter-spacing: 0.2px;
}
.font-quote {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Noto Serif", georgia, serif;
  font-size: 1.125rem;
  line-height: 1.48;
  font-weight: 550;
  letter-spacing: -0.8px;
}
/* stylelint-enable scss/no-duplicate-dollar-variables */
/* stylelint-enable at-rule-empty-line-before -- Reason: testing */
.semibold {
  font-weight: 600;
}

strong, b, .bold {
  font-weight: 700;
}

em, i, .italic {
  font-style: italic;
}

/* stylelint-disable font-family-no-missing-generic-family-keyword -- Reason: there is no fallback font for icons */
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon::before {
  color: #030712;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}

/*
.icon-arrow-back::before {
	content: "\e901";
}
*/
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}
.container.--fluid {
  max-width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding: 0 32px;
  }
}
@media (min-width: 1025px) {
  .container {
    padding: 0 48px;
  }
}

.hide, .hidden {
  display: none;
}

@media (max-width: 479px) {
  .hide-xs {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hide-sm {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hide-md {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .hide-lg {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
@media (min-width: 1200px) {
  .hide-xl {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
.show-xs, .show-sm, .show-md, .show-lg, .show-xl {
  display: none !important;
} /* stylelint-disable-line declaration-no-important -- important needed */
@media (max-width: 479px) {
  .show-xs {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
@media (min-width: 480px) and (max-width: 767px) {
  .show-sm {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .show-md {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .show-lg {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
@media (min-width: 1200px) {
  .show-xl {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
.height-0 {
  height: 0;
}

.gap-0 {
  grid-gap: 0;
}

.margin-0 {
  margin: 0 0;
}

.margin-t-0 {
  margin-top: 0;
}

.margin-b-0 {
  margin-bottom: 0;
}

.padding-0 {
  padding: 0 0;
}

.padding-t-0 {
  padding-top: 0;
}

.padding-b-0 {
  padding-bottom: 0;
}

.height-1 {
  height: 0.0625rem;
}

.gap-1 {
  grid-gap: 0.0625rem;
}

.margin-1 {
  margin: 0.0625rem 0;
}

.margin-t-1 {
  margin-top: 0.0625rem;
}

.margin-b-1 {
  margin-bottom: 0.0625rem;
}

.padding-1 {
  padding: 0.0625rem 0;
}

.padding-t-1 {
  padding-top: 0.0625rem;
}

.padding-b-1 {
  padding-bottom: 0.0625rem;
}

.height-2 {
  height: 0.125rem;
}

.gap-2 {
  grid-gap: 0.125rem;
}

.margin-2 {
  margin: 0.125rem 0;
}

.margin-t-2 {
  margin-top: 0.125rem;
}

.margin-b-2 {
  margin-bottom: 0.125rem;
}

.padding-2 {
  padding: 0.125rem 0;
}

.padding-t-2 {
  padding-top: 0.125rem;
}

.padding-b-2 {
  padding-bottom: 0.125rem;
}

.height-4 {
  height: 0.25rem;
}

.gap-4 {
  grid-gap: 0.25rem;
}

.margin-4 {
  margin: 0.25rem 0;
}

.margin-t-4 {
  margin-top: 0.25rem;
}

.margin-b-4 {
  margin-bottom: 0.25rem;
}

.padding-4 {
  padding: 0.25rem 0;
}

.padding-t-4 {
  padding-top: 0.25rem;
}

.padding-b-4 {
  padding-bottom: 0.25rem;
}

.height-8 {
  height: 0.5rem;
}

.gap-8 {
  grid-gap: 0.5rem;
}

.margin-8 {
  margin: 0.5rem 0;
}

.margin-t-8 {
  margin-top: 0.5rem;
}

.margin-b-8 {
  margin-bottom: 0.5rem;
}

.padding-8 {
  padding: 0.5rem 0;
}

.padding-t-8 {
  padding-top: 0.5rem;
}

.padding-b-8 {
  padding-bottom: 0.5rem;
}

.height-12 {
  height: 0.75rem;
}

.gap-12 {
  grid-gap: 0.75rem;
}

.margin-12 {
  margin: 0.75rem 0;
}

.margin-t-12 {
  margin-top: 0.75rem;
}

.margin-b-12 {
  margin-bottom: 0.75rem;
}

.padding-12 {
  padding: 0.75rem 0;
}

.padding-t-12 {
  padding-top: 0.75rem;
}

.padding-b-12 {
  padding-bottom: 0.75rem;
}

.height-16 {
  height: 1rem;
}

.gap-16 {
  grid-gap: 1rem;
}

.margin-16 {
  margin: 1rem 0;
}

.margin-t-16 {
  margin-top: 1rem;
}

.margin-b-16 {
  margin-bottom: 1rem;
}

.padding-16 {
  padding: 1rem 0;
}

.padding-t-16 {
  padding-top: 1rem;
}

.padding-b-16 {
  padding-bottom: 1rem;
}

.height-20 {
  height: 1.25rem;
}

.gap-20 {
  grid-gap: 1.25rem;
}

.margin-20 {
  margin: 1.25rem 0;
}

.margin-t-20 {
  margin-top: 1.25rem;
}

.margin-b-20 {
  margin-bottom: 1.25rem;
}

.padding-20 {
  padding: 1.25rem 0;
}

.padding-t-20 {
  padding-top: 1.25rem;
}

.padding-b-20 {
  padding-bottom: 1.25rem;
}

.height-24 {
  height: 1.5rem;
}

.gap-24 {
  grid-gap: 1.5rem;
}

.margin-24 {
  margin: 1.5rem 0;
}

.margin-t-24 {
  margin-top: 1.5rem;
}

.margin-b-24 {
  margin-bottom: 1.5rem;
}

.padding-24 {
  padding: 1.5rem 0;
}

.padding-t-24 {
  padding-top: 1.5rem;
}

.padding-b-24 {
  padding-bottom: 1.5rem;
}

.height-32 {
  height: 2rem;
}

.gap-32 {
  grid-gap: 2rem;
}

.margin-32 {
  margin: 2rem 0;
}

.margin-t-32 {
  margin-top: 2rem;
}

.margin-b-32 {
  margin-bottom: 2rem;
}

.padding-32 {
  padding: 2rem 0;
}

.padding-t-32 {
  padding-top: 2rem;
}

.padding-b-32 {
  padding-bottom: 2rem;
}

.height-48 {
  height: 3rem;
}

.gap-48 {
  grid-gap: 3rem;
}

.margin-48 {
  margin: 3rem 0;
}

.margin-t-48 {
  margin-top: 3rem;
}

.margin-b-48 {
  margin-bottom: 3rem;
}

.padding-48 {
  padding: 3rem 0;
}

.padding-t-48 {
  padding-top: 3rem;
}

.padding-b-48 {
  padding-bottom: 3rem;
}

.height-64 {
  height: 4rem;
}

.gap-64 {
  grid-gap: 4rem;
}

.margin-64 {
  margin: 4rem 0;
}

.margin-t-64 {
  margin-top: 4rem;
}

.margin-b-64 {
  margin-bottom: 4rem;
}

.padding-64 {
  padding: 4rem 0;
}

.padding-t-64 {
  padding-top: 4rem;
}

.padding-b-64 {
  padding-bottom: 4rem;
}

.height-128 {
  height: 8rem;
}

.gap-128 {
  grid-gap: 8rem;
}

.margin-128 {
  margin: 8rem 0;
}

.margin-t-128 {
  margin-top: 8rem;
}

.margin-b-128 {
  margin-bottom: 8rem;
}

.padding-128 {
  padding: 8rem 0;
}

.padding-t-128 {
  padding-top: 8rem;
}

.padding-b-128 {
  padding-bottom: 8rem;
}

html, body {
  min-height: 100%;
  background-color: #FFFFFF;
  font-family: "Noto Serif", georgia, serif;
  color: #030712;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none;
  font-weight: 400;
}
html.--stop-scrolling, body.--stop-scrolling {
  overflow: hidden !important;
}

body {
  position: relative;
}

.swiper-custom-nav span { /*outline: none;*/ }

.swiper-custom-prev { /*outline: none;*/ }

.swiper-custom-next { /*outline: none;*/ }

@media (min-width: 1025px) {
  .swiper-custom-button-prev:hover, .swiper-custom-button-next:hover {
    cursor: pointer;
  }
}
.clearfix {
  display: flow-root;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif", georgia, serif;
  color: #030712;
  font-weight: 700;
  margin: 0;
}

p {
  font-family: "Noto Serif", georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: #030712;
}

a, a:visited {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  a, a:visited {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
}

table {
  width: 100%;
}
table td {
  vertical-align: top;
  padding: 1rem;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.svg-sprite {
  display: none;
}

.skip-to-main {
  z-index: -9999999;
  position: absolute;
}
.skip-to-main:focus {
  position: static;
}

/* WP default classes */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

image {
  border: none;
}
image.responsive {
  max-width: 100%;
  height: auto;
}
image.responsive-full {
  max-width: none;
  width: 100%;
  height: auto;
}

a.full-link,
a.full-link:visited {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p0, .no-padding {
  padding: 0;
}

.m0, .no-margin {
  margin: 0;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

video {
  border: none;
}
video.responsive {
  max-width: 100%;
  height: auto;
}
video.responsive-full {
  max-width: none;
  width: 100%;
  height: auto;
}

.c-button {
  display: inline-block;
  background-color: #DC2C25;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  border-radius: 1.25rem;
  text-decoration: none;
  border: 1px solid transparent;
  text-align: center;
}
.c-button.--icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.c-button.--icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #FFFFFF;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.c-button.--secondary {
  background-color: transparent;
  border: 1px solid #030712;
  color: #030712;
}
.c-button.--secondary.--icon svg {
  fill: #030712;
}
.c-button.--terciary {
  background-color: transparent;
  color: #030712;
}
.c-button.--terciary.--icon svg {
  fill: #030712;
}
.c-button.--light.--secondary {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.c-button.--light.--secondary.--icon svg {
  fill: #FFFFFF;
}
.c-button.--light.--terciary {
  color: #FFFFFF;
}
.c-button.--light.--terciary.--icon svg {
  fill: #FFFFFF;
}
@media (min-width: 1025px) {
  .c-button:hover {
    background-color: #BC211A;
  }
  .c-button:hover.--secondary {
    background-color: #E6E6E6;
  }
  .c-button:hover.--terciary {
    background-color: transparent;
    color: #686867;
  }
  .c-button:hover.--light.--secondary {
    background-color: #424241;
  }
  .c-button:hover.--light.--terciary {
    color: #AEAEAE;
  }
  .c-button:hover.--icon.--terciary svg {
    fill: #686867;
  }
  .c-button:hover.--icon.--light.--terciary svg {
    fill: #AEAEAE;
  }
}

.c-wysiwyg {
  /* Banner */
  /* Headings */
  /* Paragraph and inline styles */
  /* Lists */
  /* Blockquote */
  /* Media */
  /* Tables */
  /* Code */
  /* Miscellaneous */
}
.c-wysiwyg > *:first-child {
  margin-top: 0;
}
.c-wysiwyg > *:last-child {
  margin-bottom: 0;
}
.c-wysiwyg .m-banner {
  margin: 2rem 0;
}
.c-wysiwyg h1, .c-wysiwyg h2, .c-wysiwyg h3, .c-wysiwyg h4, .c-wysiwyg h5, .c-wysiwyg h6 {
  color: #030712;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.c-wysiwyg h1 + h2, .c-wysiwyg h2 + h3, .c-wysiwyg h3 + h4, .c-wysiwyg h4 + h5, .c-wysiwyg h5 + h6 {
  margin-top: 1rem;
}
.c-wysiwyg p {
  font-size: 1.125rem;
  line-height: 1.56;
  color: #424241;
  margin-bottom: 1rem;
}
.c-wysiwyg a, .c-wysiwyg a:visited {
  color: #424241;
  text-decoration: underline;
}
.c-wysiwyg strong, .c-wysiwyg b {
  font-weight: 700;
}
.c-wysiwyg strong em, .c-wysiwyg strong i, .c-wysiwyg b em, .c-wysiwyg b i {
  font-style: italic;
}
.c-wysiwyg em, .c-wysiwyg i {
  font-style: italic;
}
.c-wysiwyg em strong, .c-wysiwyg em b, .c-wysiwyg i strong, .c-wysiwyg i b {
  font-weight: 700;
}
.c-wysiwyg ul li {
  padding-left: 20px;
  counter-increment: section;
  position: relative;
}
.c-wysiwyg ul li:before {
  content: "•";
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 4px;
  width: 10px;
  height: auto;
  color: #030712;
}
.c-wysiwyg ol {
  counter-reset: section;
}
.c-wysiwyg ol li {
  padding-left: 20px;
  counter-increment: section;
  position: relative;
}
.c-wysiwyg ol li:before {
  content: counter(section) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #030712;
}
.c-wysiwyg ul, .c-wysiwyg ol {
  margin: 1rem 0;
}
.c-wysiwyg ul li, .c-wysiwyg ol li {
  font-size: 1.125rem;
  line-height: 1.56;
  color: #424241;
}
.c-wysiwyg blockquote {
  margin: 2rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid #030712;
  border-bottom: 1px solid #030712;
  text-align: center;
}
.c-wysiwyg blockquote p {
  font-style: italic;
  color: #030712;
  margin-bottom: 0;
}
.c-wysiwyg blockquote p.author {
  margin-top: 0.25rem;
  font-style: normal;
  color: #424241;
}
.c-wysiwyg blockquote.wp-embedded-content, .c-wysiwyg blockquote.custom-link-content {
  border-top: 1px dotted #948E8D;
  border-bottom: 1px dotted #948E8D;
  text-align: left;
}
.c-wysiwyg blockquote.wp-embedded-content p, .c-wysiwyg blockquote.custom-link-content p {
  font-style: normal;
}
.c-wysiwyg blockquote.wp-embedded-content p a, .c-wysiwyg blockquote.wp-embedded-content p a:visited, .c-wysiwyg blockquote.custom-link-content p a, .c-wysiwyg blockquote.custom-link-content p a:visited {
  text-decoration: none;
}
.c-wysiwyg blockquote.wp-embedded-content p a::before, .c-wysiwyg blockquote.wp-embedded-content p a:visited::before, .c-wysiwyg blockquote.custom-link-content p a::before, .c-wysiwyg blockquote.custom-link-content p a:visited::before {
  font-weight: 550;
  content: "Leia também";
  margin-bottom: 0.5rem;
  display: block;
  color: #353535;
}
.c-wysiwyg blockquote.custom-link-content p a::before, .c-wysiwyg blockquote.custom-link-content p a:visited::before {
  content: attr(data-title);
}
.c-wysiwyg .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.c-wysiwyg .wp-video {
  margin: 2rem auto;
}
.c-wysiwyg .video-wrapper iframe, .c-wysiwyg .video-wrapper object, .c-wysiwyg .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-wysiwyg p.with-iframe {
  max-width: 100%;
  margin: 2rem auto;
}
.c-wysiwyg p.image-wrapper {
  max-width: 100%;
  margin: 2rem auto;
}
.c-wysiwyg figure.image-wrapper {
  margin: 2rem auto;
  max-width: 100%;
}
.c-wysiwyg figure.image-wrapper figcaption {
  color: #424241;
  margin-top: 0.5rem;
}
.c-wysiwyg figure.with-iframe {
  max-width: 100%;
  margin: 2rem auto;
}
.c-wysiwyg img {
  width: 100%;
  height: auto;
}
.c-wysiwyg iframe {
  max-width: 100%;
}
.c-wysiwyg table {
  font-size: 1.125rem;
  line-height: 1.56;
  color: #424241;
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}
.c-wysiwyg table th, .c-wysiwyg table td {
  border: 1px solid #030712;
  padding: 0.75rem;
  text-align: left;
}
.c-wysiwyg table th {
  color: #030712;
  font-weight: 700;
}
.c-wysiwyg code {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.95rem;
  background-color: #f5f5f5;
  padding: 0.2rem 0.4rem;
  border-radius: 0;
  color: #d63384;
  white-space: break-spaces;
}
.c-wysiwyg pre {
  font-family: "Courier New", Courier, monospace;
  background-color: #272822;
  color: #f8f8f2;
  padding: 1rem;
  overflow-x: auto;
  border-radius: 0;
  margin: 2rem 0;
  line-height: 1.5;
  font-size: 0.9rem;
}
.c-wysiwyg pre code {
  all: unset;
  color: inherit;
  font-size: inherit;
}
.c-wysiwyg hr {
  border: 0;
  border-top: 1px solid #948E8D;
  margin: 2rem 0;
}
@media (min-width: 1025px) {
  .c-wysiwyg {
    /* Banner */
    /* Headings */
    /* Paragraph and inline styles */
    /* Lists */
    /* Blockquote */
    /* Media */
    /* Tables */
    /* Miscellaneous */
  }
  .c-wysiwyg a:hover, .c-wysiwyg a:visited:hover {
    color: #DC2C25;
  }
  .c-wysiwyg .m-banner {
    margin: 3rem 0;
  }
  .c-wysiwyg h1, .c-wysiwyg h2, .c-wysiwyg h3, .c-wysiwyg h4, .c-wysiwyg h5, .c-wysiwyg h6 {
    margin-top: 3rem;
  }
  .c-wysiwyg p {
    font-size: 1rem;
  }
  .c-wysiwyg ul li, .c-wysiwyg ol li {
    font-size: 1rem;
  }
  .c-wysiwyg blockquote {
    margin: 3rem 0;
  }
  .c-wysiwyg p.with-iframe {
    margin: 3rem auto;
  }
  .c-wysiwyg p.image-wrapper {
    margin: 3rem auto;
  }
  .c-wysiwyg .wp-video {
    margin: 3rem auto;
  }
  .c-wysiwyg figure.image-wrapper {
    margin: 3rem auto;
  }
  .c-wysiwyg figure.with-iframe {
    margin: 3rem auto;
  }
  .c-wysiwyg table {
    font-size: 1rem;
    margin: 3rem 0;
  }
  .c-wysiwyg table th, .c-wysiwyg table td {
    padding: 1rem;
  }
  .c-wysiwyg hr {
    margin: 3rem 0;
  }
}

.c-wysiwyg #ez-toc-container.ez-toc-counter {
  background-color: #F7F7F7;
  padding: 1.5rem;
  margin: 2rem 0;
}
.c-wysiwyg #ez-toc-container.ez-toc-counter p.ez-toc-title {
  color: #030712;
  margin-bottom: 1rem;
}
.c-wysiwyg #ez-toc-container.ez-toc-counter .ez-toc-title-toggle {
  display: none !important;
}
.c-wysiwyg #ez-toc-container.ez-toc-counter label, .c-wysiwyg #ez-toc-container.ez-toc-counter input {
  display: none !important;
}
.c-wysiwyg #ez-toc-container.ez-toc-counter nav > ul {
  counter-reset: section;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.c-wysiwyg #ez-toc-container.ez-toc-counter nav > ul > li {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.4px;
  font-weight: 700;
  color: #030712;
  padding: 0;
  counter-increment: section;
}
.c-wysiwyg #ez-toc-container.ez-toc-counter nav > ul > li::before {
  display: none;
}
.c-wysiwyg #ez-toc-container.ez-toc-counter nav > ul > li > a, .c-wysiwyg #ez-toc-container.ez-toc-counter nav > ul > li > a:visited {
  color: #030712;
  text-decoration: none;
}
.c-wysiwyg #ez-toc-container.ez-toc-counter nav > ul > li > a::before, .c-wysiwyg #ez-toc-container.ez-toc-counter nav > ul > li > a:visited::before {
  content: counter(section) ". ";
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.c-wysiwyg #ez-toc-container.ez-toc-counter nav > ul > li ul {
  margin: 0;
  padding-left: 1.5rem;
  margin-top: 0.25rem;
  counter-reset: decimal;
}
.c-wysiwyg #ez-toc-container.ez-toc-counter nav > ul > li ul li {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0;
  counter-increment: decimal;
}
.c-wysiwyg #ez-toc-container.ez-toc-counter nav > ul > li ul li::before {
  display: none;
}
.c-wysiwyg #ez-toc-container.ez-toc-counter nav > ul > li ul li a, .c-wysiwyg #ez-toc-container.ez-toc-counter nav > ul > li ul li a:visited {
  color: #030712;
  text-decoration: none;
}
.c-wysiwyg #ez-toc-container.ez-toc-counter nav > ul > li ul li a::before, .c-wysiwyg #ez-toc-container.ez-toc-counter nav > ul > li ul li a:visited::before {
  content: counter(section) "." counter(decimal) ". ";
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media (min-width: 1025px) {
  .c-wysiwyg #ez-toc-container.ez-toc-counter {
    margin: 3rem 0;
  }
}

.c-wysiwyg .custom-gallery {
  margin: 2rem 0;
  position: relative;
}
.c-wysiwyg .custom-gallery-main {
  position: relative;
  overflow: hidden;
}
.c-wysiwyg .custom-gallery-main .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
}
.c-wysiwyg .custom-gallery-main img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}
.c-wysiwyg .custom-gallery-arrows {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.c-wysiwyg .custom-gallery-arrows .prev,
.c-wysiwyg .custom-gallery-arrows .next {
  width: 48px;
  height: 48px;
  background-color: #DC2C25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  z-index: 2;
}
.c-wysiwyg .custom-gallery-arrows .prev svg,
.c-wysiwyg .custom-gallery-arrows .next svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #FFFFFF;
}
.c-wysiwyg .custom-gallery-arrows .prev:hover,
.c-wysiwyg .custom-gallery-arrows .next:hover {
  background: rgba(0, 0, 0, 0.8);
}
.c-wysiwyg .custom-gallery-counter {
  margin-top: 0.5rem;
  font-weight: 550;
  color: #030712;
  pointer-events: none;
}
.c-wysiwyg .custom-gallery-fullscreen {
  position: absolute;
  bottom: 32px;
  right: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 32px;
  height: 32px;
  font-size: 1.5rem;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  z-index: 10;
}
.c-wysiwyg .custom-gallery-fullscreen:hover {
  background: rgba(0, 0, 0, 0.9);
}
.c-wysiwyg .custom-gallery-thumbs {
  margin-top: 0.75rem;
  position: relative;
  overflow: hidden;
}
.c-wysiwyg .custom-gallery-thumbs .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-wysiwyg .custom-gallery-thumbs .swiper-slide {
  width: 25%;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
}
.c-wysiwyg .custom-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.c-wysiwyg .custom-gallery-thumbs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-wysiwyg .custom-gallery-thumbs-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
  display: none;
}
.c-wysiwyg .custom-gallery-thumbs-arrows .prev,
.c-wysiwyg .custom-gallery-thumbs-arrows .next {
  width: 1.5rem;
  height: 1.5rem;
  background: #DC2C25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  z-index: 2;
}
.c-wysiwyg .custom-gallery-thumbs-arrows .prev svg,
.c-wysiwyg .custom-gallery-thumbs-arrows .next svg {
  width: 1rem;
  height: 1rem;
  fill: #FFFFFF;
}
.c-wysiwyg .custom-gallery-thumbs-arrows .prev:hover,
.c-wysiwyg .custom-gallery-thumbs-arrows .next:hover {
  background: rgba(0, 0, 0, 0.8);
}
@media (min-width: 1025px) {
  .c-wysiwyg {
    margin: 3rem 0;
  }
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(28, 28, 27, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gallery-lightbox.visible {
  opacity: 1;
  pointer-events: auto;
}
.gallery-lightbox .gallery-lightbox-content {
  max-width: 800px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gallery-lightbox .gallery-lightbox-top {
  font-weight: 550;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 0.5rem;
}
.gallery-lightbox .gallery-lightbox-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}
.gallery-lightbox .gallery-lightbox-close {
  background: none;
  border: none;
  cursor: pointer;
}
.gallery-lightbox .gallery-lightbox-close svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.gallery-lightbox .gallery-lightbox-swiper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
}
.gallery-lightbox .gallery-lightbox-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
}
.gallery-lightbox .gallery-lightbox-swiper .swiper-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.gallery-lightbox .lightbox-arrow {
  position: absolute;
  bottom: -3rem;
  width: 48px;
  height: 48px;
  background: #DC2C25;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}
.gallery-lightbox .lightbox-arrow svg {
  width: 24px;
  height: 24px;
  fill: #FFF;
}
.gallery-lightbox .lightbox-arrow.prev {
  left: 1rem;
}
.gallery-lightbox .lightbox-arrow.next {
  right: 1rem;
}
@media (min-width: 1025px) {
  .gallery-lightbox .gallery-lightbox-content {
    max-width: 1000px;
  }
  .gallery-lightbox .lightbox-arrow {
    bottom: auto;
    top: calc(50% + 24px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .gallery-lightbox .lightbox-arrow.prev {
    left: 3rem;
  }
  .gallery-lightbox .lightbox-arrow.next {
    right: 3rem;
  }
}
@media (min-width: 1440px) {
  .gallery-lightbox .lightbox-arrow.prev {
    left: -3rem;
  }
  .gallery-lightbox .lightbox-arrow.next {
    right: -3rem;
  }
}

.c-team-item {
  -webkit-box-shadow: 0px 4px 18px 0px rgba(3, 7, 18, 0.08);
          box-shadow: 0px 4px 18px 0px rgba(3, 7, 18, 0.08);
  padding: 1.5rem;
}
.c-team-item .meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.c-team-item .meta-info .image img {
  display: block;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-team-item .meta-info .info {
  width: calc(100% - 112px - 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.c-team-item .meta-info .info .name {
  color: #DC2C25;
}
.c-team-item .meta-info .info .position {
  font-style: italic;
  color: #030712;
  margin-bottom: 0;
}
.c-team-item p.description {
  margin-bottom: 0;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px dotted #686867;
  color: #686867;
}
.c-team-item .contact-links {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px dotted #686867;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.c-team-item .contact-links a, .c-team-item .contact-links a:visited {
  display: block;
  padding: 0.5rem;
}
.c-team-item .contact-links a svg, .c-team-item .contact-links a:visited svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1025px) {
  .c-team-item .contact-links a svg, .c-team-item .contact-links a:visited svg {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .c-team-item .contact-links a:hover svg, .c-team-item .contact-links a:visited:hover svg {
    fill: #DC2C25;
  }
}

.c-list-title {
  font-weight: 800;
  padding-top: 0.5rem;
  border-top: 1px solid #030712;
  color: #030712;
}
.c-list-title a, .c-list-title a:visited {
  text-decoration: none;
  color: #030712;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-list-title a svg, .c-list-title a:visited svg {
  margin-top: 4px;
  width: 1.5rem;
  height: 1.5rem;
  fill: #030712;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.c-pub-ad {
  text-align: center;
}
.c-pub-ad img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.c-pub-ad .--in-desktop {
  display: none;
}
.c-pub-ad .--in-mobile {
  display: block;
}
.c-pub-ad.--only-desktop {
  display: none;
}
.c-pub-ad.--ad-billboard-top {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background-color: #FFFFFF;
  padding: 1rem 0;
}
.c-pub-ad.--ad-billboard-bottom {
  padding: 1rem 0;
}
@media (min-width: 1025px) {
  .c-pub-ad .--in-desktop {
    display: block;
  }
  .c-pub-ad .--in-mobile {
    display: none;
  }
  .c-pub-ad.--only-desktop {
    display: block;
  }
  .c-pub-ad.--only-mobile {
    display: none;
  }
}

.c-article-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.c-article-list-item .image {
  position: relative;
  padding-top: 67.04%;
}
.c-article-list-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-article-list-item .info ul.categories-list {
  margin-bottom: 0.25rem;
}
.c-article-list-item .info ul.categories-list li {
  display: inline-block;
  font-weight: 550;
}
.c-article-list-item .info ul.categories-list li a, .c-article-list-item .info ul.categories-list li a:visited {
  color: #353535;
  text-decoration: none;
}
.c-article-list-item .info ul.categories-list li::after {
  content: ", ";
  white-space: nowrap;
}
.c-article-list-item .info ul.categories-list li:last-child::after {
  content: "";
}
.c-article-list-item .info .article-title a, .c-article-list-item .info .article-title a:visited {
  text-decoration: none;
  color: #030712;
}
.c-article-list-item .info .article-date, .c-article-list-item .info .author-name {
  color: #686867;
  display: block;
  margin-top: 1rem;
}
.c-article-list-item.--type-opinion {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-article-list-item.--type-opinion .image {
  width: 100px;
  height: 100px;
  padding-top: 0;
}
.c-article-list-item.--type-opinion .image img {
  border-radius: 50%;
}
.c-article-list-item.--type-opinion .info {
  width: calc(100% - 100px - 1.5rem);
}
@media (min-width: 1025px) {
  .c-article-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    border-bottom: 1px dotted #948E8D;
  }
  .c-article-list-item:first-child {
    padding-top: 0;
    border-bottom: 0;
  }
  .c-article-list-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .c-article-list-item .image {
    width: 24.08%;
    padding-top: 14.92%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .c-article-list-item .image:hover {
    opacity: 0.6;
  }
  .c-article-list-item .info {
    width: calc(75.92% - 1.5rem);
  }
  .c-article-list-item .info ul.categories-list li a:hover, .c-article-list-item .info ul.categories-list li a:visited:hover {
    color: #DC2C25;
  }
  .c-article-list-item .info .article-title a:hover, .c-article-list-item .info .article-title a:visited:hover {
    color: #686867;
  }
  .c-article-list-item.--type-opinion {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-article-list-item.--type-opinion .image {
    width: 184px;
    height: auto;
    text-align: center;
  }
  .c-article-list-item.--type-opinion .image img {
    position: relative;
    width: 114px;
    height: 114px;
  }
  .c-article-list-item.--type-opinion .info {
    width: calc(75.92% - 1.5rem);
  }
}

.c-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.c-article .image {
  position: relative;
  padding-top: 67.04%;
}
.c-article .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-article .info ul.categories-list {
  margin-bottom: 0.25rem;
}
.c-article .info ul.categories-list li {
  display: inline-block;
  font-weight: 550;
}
.c-article .info ul.categories-list li a, .c-article .info ul.categories-list li a:visited {
  color: #353535;
  text-decoration: none;
}
.c-article .info ul.categories-list li::after {
  content: ", ";
  white-space: pre;
}
.c-article .info ul.categories-list li:last-child::after {
  content: "";
}
.c-article .info .article-title a, .c-article .info .article-title a:visited {
  text-decoration: none;
  color: #030712;
}
.c-article .info p.description {
  color: #353535;
  margin-bottom: 0;
  margin-top: 1rem;
  display: none;
}
.c-article .info .article-date {
  color: #686867;
  display: block;
  margin-top: 1rem;
  display: none;
}
.c-article .info .author-name {
  color: #686867;
  display: block;
  margin-top: 1rem;
  display: none;
}
.c-article.--s .image {
  display: none;
}
.c-article.--s .info .article-date {
  display: none;
}
.c-article.--xl .info p.description {
  display: block;
}
.c-article.--type-opinion .info .author-name {
  display: block;
}
.c-article.--type-opinion.--l, .c-article.--type-opinion.--m {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-article.--type-opinion.--l .image, .c-article.--type-opinion.--m .image {
  width: 100px;
  height: 100px;
  padding-top: 0;
}
.c-article.--type-opinion.--l .image img, .c-article.--type-opinion.--m .image img {
  border-radius: 50%;
}
.c-article.--type-opinion.--l .info, .c-article.--type-opinion.--m .info {
  width: calc(100% - 100px - 1.5rem);
}
.c-article.--type-opinion.--xl .image {
  width: 160px;
  height: 160px;
  padding-top: 0;
}
.c-article.--type-opinion.--xl .image img {
  border-radius: 50%;
}
.c-article.--only-desktop {
  display: none;
}
@media (min-width: 1025px) {
  .c-article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-article .image {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .c-article .image:hover {
    opacity: 0.6;
  }
  .c-article .info ul.categories-list li a:hover, .c-article .info ul.categories-list li a:visited:hover {
    color: #DC2C25;
  }
  .c-article .info .article-title a:hover, .c-article .info .article-title a:visited:hover {
    color: #686867;
  }
  .c-article.--m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-article.--m .image {
    width: 100%;
    height: 186px;
  }
  .c-article.--m.--type-opinion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-article.--m.--type-opinion .image {
    width: 186px;
    height: 186px;
  }
  .c-article.--m.--type-opinion .info {
    width: 100%;
  }
  .c-article.--l .image {
    padding-top: 0;
    width: 184px;
    height: 114px;
  }
  .c-article.--l .info {
    width: calc(100% - 184px - 1.5rem);
  }
  .c-article.--l.--type-opinion {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-article.--l.--type-opinion .image {
    width: 184px;
    height: 114px;
    padding-top: 0;
    text-align: center;
  }
  .c-article.--l.--type-opinion .image img {
    position: relative;
    width: 114px;
    height: 114px;
    border-radius: 50%;
  }
  .c-article.--l.--type-opinion .info {
    width: calc(100% - 184px - 1.5rem);
  }
  .c-article.--xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-article.--xl .image {
    width: 258px;
    height: 258px;
    padding-top: 0;
  }
  .c-article.--xl .info {
    width: calc(100% - 258px - 1.5rem);
  }
  .c-article.--xl.--type-opinion .image {
    width: 258px;
    height: 258px;
  }
  .c-article.--xl.--type-opinion .info {
    width: calc(100% - 258px - 1.5rem);
  }
  .c-article.--only-desktop {
    display: block;
  }
  .c-article.--only-mobile {
    display: none;
  }
}
@media (min-width: 1400px) {
  .c-article.--xl .image {
    width: 416px;
  }
  .c-article.--xl .info {
    width: calc(100% - 416px - 1.5rem);
  }
}

.c-pagination ul {
  margin: 0 auto;
  max-width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px;
  font-size: 0;
}
.c-pagination ul li {
  font-weight: 550;
  color: #030712;
}
.c-pagination ul li a, .c-pagination ul li a:visited {
  text-decoration: none;
  color: #030712;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
}
.c-pagination ul li.middle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
}
.c-pagination ul li.current {
  background-color: #F7F7F7;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
}
.c-pagination ul li.first a, .c-pagination ul li.last a {
  padding: 0.5rem;
}
.c-pagination ul li.first a span, .c-pagination ul li.last a span {
  display: none;
}
.c-pagination ul li.first a svg, .c-pagination ul li.last a svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #030712;
}
@media (min-width: 1025px) {
  .c-pagination ul {
    max-width: 100%;
    gap: 0.5rem;
    font-size: 0;
  }
  .c-pagination ul li svg {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .c-pagination ul li a:hover, .c-pagination ul li a:visited:hover {
    color: #DC2C25;
  }
  .c-pagination ul li a:hover svg, .c-pagination ul li a:visited:hover svg {
    fill: #DC2C25;
  }
  .c-pagination ul li.first a, .c-pagination ul li.first a:visited, .c-pagination ul li.last a, .c-pagination ul li.last a:visited {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem 1rem;
  }
  .c-pagination ul li.first a span, .c-pagination ul li.first a:visited span, .c-pagination ul li.last a span, .c-pagination ul li.last a:visited span {
    display: block;
  }
  .c-pagination ul li.first a svg, .c-pagination ul li.first a:visited svg, .c-pagination ul li.last a svg, .c-pagination ul li.last a:visited svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.c-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.c-share .share-title {
  font-weight: 700;
  color: #030712;
  margin-bottom: 0.75rem;
}
.c-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.c-share ul li a, .c-share ul li a:visited {
  display: inline-block;
  color: #030712;
  text-decoration: none;
}
.c-share ul li a svg, .c-share ul li a:visited svg {
  fill: #030712;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1025px) {
  .c-share {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
  .c-share .share-title {
    margin-bottom: 0;
  }
  .c-share ul {
    gap: 1rem;
  }
  .c-share ul li a svg, .c-share ul li a:visited svg {
    width: 1rem;
    height: 1rem;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .c-share ul li a:hover, .c-share ul li a:visited:hover {
    color: #686867;
  }
  .c-share ul li a:hover svg, .c-share ul li a:visited:hover svg {
    fill: #686867;
  }
}

.c-tags-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-tags-list ul li {
  text-decoration: none;
}
.c-tags-list ul li.title {
  color: #353535;
}
.c-tags-list ul li a, .c-tags-list ul li a:visited {
  display: inline-block;
  color: #353535;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background-color: #F7F7F7;
  border: 1px solid #E6E6E6;
}
@media (min-width: 1025px) {
  .c-tags-list ul li a:hover, .c-tags-list ul li a:visited:hover {
    background-color: #FFFFFF;
  }
}

.c-brands-tags-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-brands-tags-list ul li {
  text-decoration: none;
}
.c-brands-tags-list ul li.title {
  color: #353535;
}
.c-brands-tags-list ul li a, .c-brands-tags-list ul li a:visited {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background-color: #030712;
  border: 1px solid #030712;
}
@media (min-width: 1025px) {
  .c-brands-tags-list ul li a:hover, .c-brands-tags-list ul li a:visited:hover {
    color: #353535;
    background-color: #FFFFFF;
    border-color: #E6E6E6;
  }
}

.c-dossiers-tags-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-dossiers-tags-list ul li {
  text-decoration: none;
}
.c-dossiers-tags-list ul li.title {
  color: #353535;
}
.c-dossiers-tags-list ul li a, .c-dossiers-tags-list ul li a:visited {
  display: inline-block;
  color: #353535;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background-color: #E6E6E6;
  border: 1px solid #D4D4D4;
}
@media (min-width: 1025px) {
  .c-dossiers-tags-list ul li a:hover, .c-dossiers-tags-list ul li a:visited:hover {
    background-color: #FFFFFF;
  }
}

.c-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #FCE5E3;
  z-index: 2;
  display: none; /* hidden by default */
  /* Only show on mobile */
}
.c-progress-bar .progress {
  height: 100%;
  width: 0%;
  background-color: #DC2C25;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
}
.c-progress-bar.--is-sticky {
  position: fixed;
  top: 0;
}
@media (max-width: 768px) {
  .c-progress-bar {
    display: block;
  }
}

.c-badge-commercial {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background-color: #030712;
  border: 1px solid #030712;
  color: #FFFFFF;
  margin-top: 1rem;
}

.m-team {
  margin: 2rem 0;
}
.m-team .container {
  max-width: 976px;
}
.m-team .title {
  margin-bottom: 1.5rem;
}
.m-team .team-list {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .m-team .team-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .m-team {
    margin: 3rem 0;
  }
}

.m-fleet-products {
  background-color: #030712;
  padding: 2rem 0;
  margin-bottom: -33px;
}
.m-fleet-products .container {
  max-width: 1208px;
}
.m-fleet-products .intro {
  margin-bottom: 2rem;
}
.m-fleet-products .intro .title {
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.m-fleet-products .intro .description {
  color: #FFFFFF;
  margin-bottom: 0;
}
.m-fleet-products .products-list {
  display: grid;
  gap: 3rem;
}
.m-fleet-products .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.m-fleet-products .item .image {
  position: relative;
  padding-top: 67%;
}
.m-fleet-products .item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-fleet-products .item .title {
  color: #FFFFFF;
}
.m-fleet-products .item .description {
  margin-top: 1rem;
}
.m-fleet-products .item .description p {
  color: #C0C0C0;
  margin-bottom: 1.5rem;
}
.m-fleet-products .item .description p:last-child {
  margin-bottom: 0;
}
.m-fleet-products .item .buttons {
  margin-top: 1.5rem;
}
.m-fleet-products .item .buttons .c-button {
  width: 100%;
}
@media (min-width: 1025px) {
  .m-fleet-products {
    padding: 3rem 0;
    margin-bottom: -25px;
  }
  .m-fleet-products .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
  }
  .m-fleet-products .item .image {
    width: 50%;
    padding-top: 31.92%;
    -webkit-box-shadow: 0px 4px 18px 0px rgba(3, 7, 18, 0.08);
            box-shadow: 0px 4px 18px 0px rgba(3, 7, 18, 0.08);
  }
  .m-fleet-products .item .info {
    width: 50%;
  }
  .m-fleet-products .item .buttons .c-button {
    width: auto;
  }
  .m-fleet-products .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.m-articles-list {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .m-articles-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .m-articles-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .m-articles-list .c-article-list-item {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    border-bottom: 1px dotted #948E8D;
  }
  .m-articles-list .c-article-list-item:first-child {
    padding-top: 0;
  }
  .m-articles-list .c-article-list-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.m-products-block .container {
  max-width: 1440px !important;
}
.m-products-block .products-list {
  background-color: #030712;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem 1rem;
}
.m-products-block .item {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px dotted #948E8D;
}
.m-products-block .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.m-products-block .item .image img {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.m-products-block .item .info {
  width: calc(100% - 80px - 1rem);
}
.m-products-block .item .info .title {
  font-weight: 850;
  color: #FFFFFF;
}
.m-products-block .item .info .title a, .m-products-block .item .info .title a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
.m-products-block .item .info .description {
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: #FFFFFF;
}
.m-products-block .item a.full-link, .m-products-block .item a.full-link:visited {
  display: block;
  color: transparent;
  text-decoration: none;
  text-indent: -9999px;
}
@media (min-width: 1025px) {
  .m-products-block .products-list {
    padding: 1.5rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .m-products-block .item {
    width: 25%;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0 1.5rem;
    border-right: 1px dotted #948E8D;
  }
  .m-products-block .item:last-child {
    border-right: none;
  }
  .m-products-block .item .description, .m-products-block .item .image {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .m-products-block .item:hover .image {
    opacity: 0.6;
  }
  .m-products-block .item:hover .title, .m-products-block .item:hover .description {
    color: #C0C0C0;
  }
  .m-products-block .item:hover .title a, .m-products-block .item:hover .title a:visited, .m-products-block .item:hover .description a, .m-products-block .item:hover .description a:visited {
    color: #C0C0C0;
  }
  .m-products-block.--in-popup .products-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem 1rem;
  }
  .m-products-block.--in-popup .item {
    width: 100%;
    padding: 0;
    border-right: none;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px dotted #948E8D;
  }
  .m-products-block.--in-popup .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.m-related-articles {
  margin-top: 2rem;
}
.m-related-articles.--no-ad {
  margin-top: 0;
}
.m-related-articles .title {
  font-weight: 850;
  padding-top: 0.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid #030712;
}
.m-related-articles .articles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.m-related-articles .articles-list .c-article {
  border-bottom: 1px dotted #948E8D;
  padding-bottom: 1.5rem;
}
.m-related-articles .articles-list .c-article:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .m-related-articles {
    margin-top: 3rem;
  }
}

.m-banner .banner {
  background-color: #030712;
}
.m-banner .image {
  position: relative;
  padding-top: 55.86%;
}
.m-banner .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.m-banner .info {
  padding: 1.5rem 1rem;
}
.m-banner .info .title {
  color: #FFFFFF;
  margin: 0;
}
.m-banner .info p.description {
  margin-top: 1rem;
  color: #FFFFFF;
  margin-bottom: 0;
}
.m-banner .info .buttons {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.m-banner .info .buttons a.c-button, .m-banner .info .buttons a.c-button:visited {
  width: 100%;
  text-decoration: none;
  color: #FFFFFF;
}
.m-banner.--img-align-left .image img {
  -o-object-position: left center;
     object-position: left center;
}
.m-banner.--img-align-right .image img {
  -o-object-position: right center;
     object-position: right center;
}
.m-banner.--in-content .image {
  padding-top: 67%;
}
@media (min-width: 1025px) {
  .m-banner .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    min-height: 308px;
  }
  .m-banner .image {
    padding-top: 0;
    height: 100%;
    width: 48.21%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .m-banner .info {
    padding: 3rem;
    width: 51.79%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-banner .info .buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .m-banner .info .buttons a.c-button, .m-banner .info .buttons a.c-button:visited {
    width: auto;
  }
  .m-banner.--in-content .banner {
    min-height: 260px;
  }
  .m-banner.--in-content .image {
    padding-top: 0;
    width: 45.55%;
  }
  .m-banner.--in-content .info {
    padding: 1.5rem;
    width: 54.45%;
  }
  .m-banner.--in-content .info .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  display: none;
}
.m-popup-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1C1C1B;
  opacity: 0.7;
}
.m-popup-wrapper .popup-container {
  position: relative;
}
.m-popup-wrapper .step {
  display: none;
}
.m-popup-wrapper .step-1 {
  display: block;
}
.m-popup-wrapper .popup-form.--in-step-2 .description.--in-step-1 {
  display: none;
}
.m-popup-wrapper .popup-form.--in-step-2 .description.--in-step-2 {
  display: block;
}
.m-popup-wrapper .m-form {
  margin-top: 2rem;
}
.m-popup-wrapper .popup-success {
  display: none;
}
.m-popup-wrapper .popup-image {
  display: none;
}
.m-popup-wrapper .popup-close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  padding: 1rem;
  text-align: right;
}
.m-popup-wrapper .popup-close a svg, .m-popup-wrapper .popup-close a:visited svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #030712;
}
.m-popup-wrapper .popup-content {
  padding: 2rem 1rem;
  padding-top: 5.5rem;
  min-height: 100vh;
  max-height: 100vh;
  background-color: #FFFFFF;
  overflow: scroll;
}
.m-popup-wrapper .title {
  font-weight: 550;
  margin-bottom: 0.25rem;
  color: #353535;
}
.m-popup-wrapper p.highlight {
  margin-bottom: 0;
  color: #030712;
}
.m-popup-wrapper .description {
  margin-top: 1rem;
}
.m-popup-wrapper .description p {
  color: #353535;
  margin-bottom: 0;
}
.m-popup-wrapper .description.--in-step-2 {
  display: none;
}
.m-popup-wrapper .m-products-block {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .m-popup-wrapper {
    overflow: scroll;
  }
  .m-popup-wrapper .popup-container {
    padding-bottom: 3rem;
    position: absolute;
    top: 62px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1176px;
  }
  .m-popup-wrapper .m-form {
    margin-top: 2rem;
  }
  .m-popup-wrapper .popup-image {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 51%;
  }
  .m-popup-wrapper .popup-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .m-popup-wrapper .popup-close {
    position: absolute;
    top: -3.5rem;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .m-popup-wrapper .popup-close a svg, .m-popup-wrapper .popup-close a:visited svg {
    fill: #FFFFFF;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .m-popup-wrapper .popup-close a:hover svg, .m-popup-wrapper .popup-close a:visited:hover svg {
    fill: #DC2C25;
  }
  .m-popup-wrapper .popup-content {
    padding: 0;
    min-height: 666px;
    max-height: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: visible;
  }
  .m-popup-wrapper .popup-form, .m-popup-wrapper .popup-success {
    width: 51%;
    padding: 3rem;
  }
  .m-popup-wrapper .m-products-block {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1200px) and (min-height: 1050px) {
  .m-popup-wrapper {
    overflow: visible;
  }
  .m-popup-wrapper .popup-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-bottom: 0;
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.m-form .form-field {
  margin-bottom: 1.5rem;
}
.m-form label {
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
.m-form input {
  border: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.75rem 1rem;
  box-sizing: border-box;
  border: 1px solid #D4D4D4;
  border-radius: 0.5rem;
  color: #030712;
}
.m-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #C0C0C0;
}
.m-form input::-moz-placeholder {
  opacity: 1;
  color: #C0C0C0;
}
.m-form input:-ms-input-placeholder {
  opacity: 1;
  color: #C0C0C0;
}
.m-form input::-ms-input-placeholder {
  opacity: 1;
  color: #C0C0C0;
}
.m-form input::placeholder {
  opacity: 1;
  color: #C0C0C0;
}
.m-form .form-description {
  margin-bottom: 1.5rem;
}
.m-form .form-description p {
  font-weight: 400;
  color: #424241;
}
.m-form .form-description p:last-child {
  margin-bottom: 0;
}
.m-form .form-submit a.c-button, .m-form .form-submit a.c-button:visited {
  width: 100%;
}
.m-form .--subscription-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  border-bottom: 1px dotted #C0C0C0;
}
.m-form .--subscription-options .subscription-type {
  display: block;
  text-decoration: none;
  color: #030712;
  padding: 2rem 0;
  padding-left: 2rem;
  border-top: 1px dotted #C0C0C0;
  position: relative;
}
.m-form .--subscription-options .subscription-type::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 2px;
  width: 18px;
  height: 18px;
  border: 1.5px solid #030712;
  border-radius: 50%;
}
.m-form .--subscription-options .subscription-type::after {
  display: none;
  content: "";
  position: absolute;
  top: 34px;
  left: 6px;
  width: 12px;
  height: 12px;
  background-color: #030712;
  border-radius: 50%;
}
.m-form .--subscription-options .subscription-type.--selected::after {
  display: block;
}
.m-form .--subscription-options .subscription-type .type {
  display: block;
  margin-bottom: 0.25rem;
}
.m-form .--subscription-options .subscription-type .type-description {
  display: block;
  color: #686867;
}
.m-form .wpcf7-not-valid-tip {
  color: #DC2C25;
  margin-top: 0.5rem;
}
.m-form .wpcf7-form.invalid .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  border: 0;
  color: #FFFFFF;
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  background-color: #DC2C25;
}
.m-form .wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
}
.m-form .wpcf7-form.submitting .form-submit a.c-button, .m-form .wpcf7-form.submitting .form-submit a.c-button:visited {
  display: none;
}
.m-form .wpcf7-form.submitting .custom-spinner {
  display: inline-block;
}
.m-form .wpcf7-spinner {
  display: none !important;
}
.m-form .custom-spinner {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #030712;
  border-top: 2px solid transparent;
  border-radius: 50%;
  -webkit-animation: spin 0.6s linear infinite;
          animation: spin 0.6s linear infinite;
  vertical-align: middle;
}
.m-form .custom-spinner.--colored {
  border: 2px solid #030712;
  border-top: 2px solid transparent;
  margin-top: -1rem;
}
@media (min-width: 1025px) {
  .m-form .form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
  }
  .m-form .form-fields .form-field {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 0.75rem);
            flex: 1 1 calc(50% - 0.75rem);
  }
  .m-form .form-submit a.c-button, .m-form .form-submit a.c-button:visited {
    width: auto;
  }
}

.m-form .form-acceptance {
  margin-bottom: 1.5rem;
}
.m-form .wpcf7-checkbox, .m-form .wpcf7-acceptance {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
}
.m-form .wpcf7-checkbox label, .m-form .wpcf7-acceptance label {
  line-height: 20px;
}
.m-form .wpcf7-checkbox .wpcf7-list-item, .m-form .wpcf7-acceptance .wpcf7-list-item {
  line-height: 20px;
  position: relative;
  display: block;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  width: 100%;
  color: #030712;
  margin-bottom: 1.5rem;
  min-height: 20px;
}
.m-form .wpcf7-checkbox .wpcf7-list-item:last-child, .m-form .wpcf7-acceptance .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.m-form .wpcf7-checkbox .wpcf7-list-item label, .m-form .wpcf7-acceptance .wpcf7-list-item label {
  margin-bottom: 0;
}
.m-form .wpcf7-checkbox [type=checkbox]:not(:checked),
.m-form .wpcf7-checkbox [type=checkbox]:checked, .m-form .wpcf7-acceptance [type=checkbox]:not(:checked),
.m-form .wpcf7-acceptance [type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
.m-form .wpcf7-checkbox [type=checkbox] + span, .m-form .wpcf7-acceptance [type=checkbox] + span {
  line-height: 20px;
  display: block;
  margin-bottom: 0;
}
.m-form .wpcf7-checkbox [type=checkbox] + span a, .m-form .wpcf7-checkbox [type=checkbox] + span a:visited, .m-form .wpcf7-acceptance [type=checkbox] + span a, .m-form .wpcf7-acceptance [type=checkbox] + span a:visited {
  color: #030712;
}
.m-form .wpcf7-checkbox [type=checkbox]:not(:checked) + label,
.m-form .wpcf7-checkbox [type=checkbox]:checked + label,
.m-form .wpcf7-checkbox [type=checkbox]:not(:checked) + span,
.m-form .wpcf7-checkbox [type=checkbox]:checked + span, .m-form .wpcf7-acceptance [type=checkbox]:not(:checked) + label,
.m-form .wpcf7-acceptance [type=checkbox]:checked + label,
.m-form .wpcf7-acceptance [type=checkbox]:not(:checked) + span,
.m-form .wpcf7-acceptance [type=checkbox]:checked + span {
  position: relative;
  padding-left: 1.75rem;
  cursor: pointer;
}
.m-form .wpcf7-checkbox [type=checkbox]:not(:checked) + label:before,
.m-form .wpcf7-checkbox [type=checkbox]:checked + label:before,
.m-form .wpcf7-checkbox [type=checkbox]:not(:checked) + span:before,
.m-form .wpcf7-checkbox [type=checkbox]:checked + span:before, .m-form .wpcf7-acceptance [type=checkbox]:not(:checked) + label:before,
.m-form .wpcf7-acceptance [type=checkbox]:checked + label:before,
.m-form .wpcf7-acceptance [type=checkbox]:not(:checked) + span:before,
.m-form .wpcf7-acceptance [type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #030712;
  background: #FFF;
  border-radius: 4px;
  /*box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);*/
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}
.m-form .wpcf7-checkbox [type=checkbox]:not(:checked) + label:after,
.m-form .wpcf7-checkbox [type=checkbox]:checked + label:after,
.m-form .wpcf7-checkbox [type=checkbox]:not(:checked) + span:after,
.m-form .wpcf7-checkbox [type=checkbox]:checked + span:after, .m-form .wpcf7-acceptance [type=checkbox]:not(:checked) + label:after,
.m-form .wpcf7-acceptance [type=checkbox]:checked + label:after,
.m-form .wpcf7-acceptance [type=checkbox]:not(:checked) + span:after,
.m-form .wpcf7-acceptance [type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  /*font-size: 14px;*/
  width: 12px;
  height: 12px;
  border-radius: 0.25rem;
  color: #030712;
  background-color: #030712;
  line-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.m-form .wpcf7-checkbox [type=checkbox]:not(:checked) + label:after,
.m-form .wpcf7-checkbox [type=checkbox]:not(:checked) + span:after, .m-form .wpcf7-acceptance [type=checkbox]:not(:checked) + label:after,
.m-form .wpcf7-acceptance [type=checkbox]:not(:checked) + span:after {
  opacity: 0;
}
.m-form .wpcf7-checkbox [type=checkbox]:checked + label:after,
.m-form .wpcf7-checkbox [type=checkbox]:checked + span:after, .m-form .wpcf7-acceptance [type=checkbox]:checked + label:after,
.m-form .wpcf7-acceptance [type=checkbox]:checked + span:after {
  opacity: 1;
}

.m-dossier-banner {
  position: relative;
  min-height: 204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.m-dossier-banner .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-dossier-banner .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.m-dossier-banner .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1C1C1B;
  opacity: 0.7;
}
.m-dossier-banner .container {
  max-width: 860px !important;
}
.m-dossier-banner .info {
  position: relative;
  text-align: center;
  padding: 2rem 0;
}
.m-dossier-banner .info .title {
  color: #FFFFFF;
}
.m-dossier-banner .info .description {
  margin-top: 1.5rem;
}
.m-dossier-banner .info .description p {
  color: #FFFFFF;
  margin-bottom: 0.75rem;
}
.m-dossier-banner .info .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .m-dossier-banner {
    min-height: 525px;
    margin-bottom: 3rem;
  }
  .m-dossier-banner .info {
    padding: 3rem 0;
  }
}

#header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
#header-fixed.--is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.header-wrapper {
  /*
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  */
  z-index: 1000;
  position: relative;
}
.header-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1C1C1B;
  opacity: 0.7;
  display: none;
}
.header-wrapper.--header-popup-visible::before, .header-wrapper.--search-popup-visible::before {
  display: block;
}
.header-wrapper.--header-popup-visible .header-main, .header-wrapper.--search-popup-visible .header-main {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-wrapper > .header-main {
  position: relative;
}
@media (min-width: 1025px) {
  .header-wrapper.--header-popup-visible .logo, .header-wrapper.--search-popup-visible .logo {
    display: none;
  }
  .header-wrapper.--header-popup-visible .categories-nav, .header-wrapper.--search-popup-visible .categories-nav {
    display: none;
  }
  .header-wrapper.--search-popup-visible .header-buttons {
    display: none;
  }
}

@media (min-width: 1025px) {
  .header-wrapper.--in-homepage:not(.--scrolled) .header-main {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header-wrapper.--in-homepage:not(.--scrolled) .header-main > .container {
    position: relative;
  }
  .header-wrapper.--in-homepage:not(.--scrolled) .header-main > .container::after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 48px;
    right: 48px;
    height: 1px;
    background-color: #030712;
  }
  .header-wrapper.--in-homepage:not(.--scrolled) .header-main .container, .header-wrapper.--in-homepage:not(.--scrolled) .header-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header-wrapper.--in-homepage:not(.--scrolled) .categories-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 900px;
  }
  .header-wrapper.--in-homepage:not(.--scrolled) .categories-nav .categories-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-wrapper.--in-homepage:not(.--scrolled) .header-right {
    padding-bottom: 184px;
  }
  .header-wrapper.--in-homepage:not(.--scrolled) .logo {
    position: absolute;
    top: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 276px;
  }
  .header-wrapper.--in-homepage:not(.--scrolled) .logo a svg, .header-wrapper.--in-homepage:not(.--scrolled) .logo a:visited svg {
    width: 276px;
    height: 144px;
    max-width: none;
    max-height: none;
  }
  .header-wrapper.--in-homepage.--scrolled- .header-main {
    position: relative;
  }
  .header-wrapper.--in-homepage.--scrolled- .header-main .container, .header-wrapper.--in-homepage.--scrolled- .header-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header-wrapper.--in-homepage.--scrolled- .categories-nav {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 900px;
  }
  .header-wrapper.--in-homepage.--scrolled- .categories-nav .categories-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-wrapper.--in-homepage.--scrolled- .header-right {
    padding-bottom: 184px;
  }
  .header-wrapper.--in-homepage.--scrolled- .logo {
    position: absolute;
    top: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 276px;
  }
  .header-wrapper.--in-homepage.--scrolled- .logo a svg, .header-wrapper.--in-homepage.--scrolled- .logo a:visited svg {
    width: 276px;
    height: 144px;
    max-width: none;
    max-height: none;
  }
}

.header-top-bar {
  background-color: #030712;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
}
.header-top-bar .aux {
  white-space: nowrap;
  overflow-x: auto;
}
.header-top-bar::after {
  content: "";
  position: absolute;
  right: -26px;
  top: -20px;
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#030712), to(#030712));
  background: linear-gradient(90deg, #030712 0%, #030712 100%);
  -webkit-filter: blur(12px);
          filter: blur(12px);
  pointer-events: none;
}
.header-top-bar .container {
  overflow: visible;
}
.header-top-bar .top-bar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  white-space: nowrap;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.header-top-bar .title {
  font-weight: 550;
  color: #FFFFFF;
  display: none;
}
.header-top-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-top-bar ul li {
  font-weight: 550;
  padding: 0.75rem 1.5rem;
  border-right: 1px dotted #686867;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
.header-top-bar ul li:first-child {
  padding-left: 0;
}
.header-top-bar ul li:last-child {
  padding-right: 4rem;
  border-right: 0;
}
.header-top-bar ul li a, .header-top-bar ul li a:visited {
  font-weight: 550;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
}
.header-top-bar ul li svg {
  width: 1rem;
  height: 1rem;
  fill: #FFFFFF;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1025px) {
  .header-top-bar::after {
    display: none;
  }
  .header-top-bar .container {
    overflow: visible;
  }
  .header-top-bar .top-bar-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-top-bar .title {
    display: block;
  }
  .header-top-bar ul {
    padding-left: 1.5rem;
    border-left: 1px dotted #686867;
  }
  .header-top-bar ul.--no-title {
    padding-left: 0;
    border-left: 0;
  }
  .header-top-bar ul li:last-child {
    padding-right: 0;
  }
  .header-top-bar ul li a svg, .header-top-bar ul li a:visited svg {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .header-top-bar ul li a:hover, .header-top-bar ul li a:visited:hover {
    color: #C0C0C0;
  }
  .header-top-bar ul li a:hover svg, .header-top-bar ul li a:visited:hover svg {
    fill: #C0C0C0;
  }
}

.header-main {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
.header-main .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-main .header-right {
  display: none;
}
.header-main .logo a, .header-main .logo a:visited {
  display: block;
  font-size: 0;
}
.header-main .logo a svg, .header-main .logo a:visited svg {
  width: 76px;
  height: 40px;
}
.header-main .header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.header-main .header-actions button {
  padding: 0.5rem;
  border: none;
  font-size: 0;
}
.header-main .header-actions span {
  display: inline-block;
}
.header-main .header-actions svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #030712;
}
.header-main .header-actions .nav-opened, .header-main .header-actions .search-opened {
  display: none;
}
.header-main .header-actions .--is-active .nav-opened, .header-main .header-actions .--is-active .search-opened {
  display: block;
}
.header-main .header-actions .--is-active .nav-closed, .header-main .header-actions .--is-active .search-closed {
  display: none;
}
.header-main .categories-nav {
  width: 100%;
  overflow: hidden;
}
.header-main .categories-nav.open {
  overflow: visible;
}
.header-main .categories-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-main .categories-nav > ul > li {
  font-weight: 550;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  padding: 0 0.75rem;
}
.header-main .categories-nav > ul > li a, .header-main .categories-nav > ul > li a:visited {
  color: #030712;
  text-decoration: none;
  display: inline-block;
}
.header-main .categories-nav .more-toggle {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  padding-left: 0.75rem;
}
.header-main .categories-nav .more-toggle button {
  font-weight: 550;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.header-main .categories-nav .more-toggle button svg {
  width: 1rem;
  height: 1rem;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header-main .categories-nav ul.more-menu {
  position: absolute;
  top: calc(100% + 28px);
  right: 0;
  background: #fff;
  list-style: none;
  padding: 1rem;
  margin: 0;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  display: none;
  z-index: 1000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  text-align: right;
}
.header-main .categories-nav ul.more-menu li {
  font-weight: 550;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  white-space: nowrap;
}
.header-main .categories-nav ul.more-menu li a, .header-main .categories-nav ul.more-menu li a:visited {
  display: block;
  color: #030712;
  text-decoration: none;
}
.header-main .categories-nav .more-toggle.open svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-main .categories-nav .more-toggle.open .more-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1025px) {
  .header-main {
    gap: 1.5rem;
  }
  .header-main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-main .header-left {
    gap: 1.5rem;
    width: 188px;
  }
  .header-main .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.5rem;
    width: calc(100% - 188px - 100px);
  }
  .header-main .header-actions {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 88px;
  }
  .header-main .logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-main .categories-nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header-main .header-buttons {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .header-main .logo {
    width: 76px;
  }
  .header-main .header-actions button {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    border-radius: 50%;
  }
  .header-main .header-actions button:hover {
    background-color: #E6E6E6;
  }
  .header-main .header-actions .search-toggle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-main .header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
  }
  .header-main .categories-nav ul li button {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .header-main .categories-nav ul li button svg {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .header-main .categories-nav ul li button:hover {
    color: #DC2C25;
  }
  .header-main .categories-nav ul li button:hover svg {
    fill: #DC2C25;
  }
  .header-main .categories-nav ul li a:hover, .header-main .categories-nav ul li a:visited:hover {
    color: #DC2C25;
  }
  .header-main .categories-nav ul li.current-menu-item a, .header-main .categories-nav ul li.current-menu-item a:visited {
    color: #DC2C25;
  }
}

.header-popup {
  display: none;
  position: fixed;
  top: 112px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  padding-top: 1rem;
  background-color: #FFFFFF;
}
.header-popup .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  height: 100%;
  overflow: visible;
}
.header-popup .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  border-top: 1px dotted #686867;
}
.header-popup .aux {
  overflow: scroll;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.header-popup .header-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.header-popup .header-navs .header-nav h2 {
  font-weight: 850;
  margin-bottom: 1.5rem;
}
.header-popup .header-navs .header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.header-popup .header-navs .header-nav ul li {
  font-weight: 550;
}
.header-popup .header-navs .header-nav ul li a, .header-popup .header-navs .header-nav ul li a:visited {
  color: #424241;
  text-decoration: none;
}
.header-popup .header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding-right: 1rem;
}
.header-popup .header-buttons .c-button {
  width: 100%;
}
@media (min-width: 1025px) {
  .header-popup {
    bottom: auto;
    padding-top: 0.5rem;
  }
  .header-popup .container {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    height: auto;
  }
  .header-popup .container::before {
    left: 48px;
    right: 48px;
  }
  .header-popup .aux {
    overflow: visible;
    height: auto;
  }
  .header-popup .header-navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 3rem;
  }
  .header-popup .header-navs .header-nav {
    width: 33.33%;
  }
  .header-popup .header-navs .header-nav ul li a:hover, .header-popup .header-navs .header-nav ul li a:visited:hover {
    color: #DC2C25;
  }
  .header-popup .header-navs .header-nav ul li.current-menu-item a, .header-popup .header-navs .header-nav ul li.current-menu-item a:visited {
    color: #DC2C25;
  }
  .header-popup .header-buttons {
    display: none;
  }
}

.search-popup {
  display: none;
  position: fixed;
  top: 112px;
  left: 0;
  right: 0;
  z-index: 10000;
  padding-top: 1rem;
  background-color: #FFFFFF;
}
.search-popup .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.search-popup .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  border-top: 1px dotted #686867;
}
.search-popup input[type=text], .search-popup input[type=search] {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #030712;
  padding: 0.75rem 1rem;
  width: 100%;
  font-family: "Roboto flex", arial, helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.2px;
  font-weight: 500;
  color: #030712;
}
.search-popup input[type=text]::-webkit-input-placeholder, .search-popup input[type=search]::-webkit-input-placeholder {
  opacity: 1;
  color: #C0C0C0;
}
.search-popup input[type=text]::-moz-placeholder, .search-popup input[type=search]::-moz-placeholder {
  opacity: 1;
  color: #C0C0C0;
}
.search-popup input[type=text]:-ms-input-placeholder, .search-popup input[type=search]:-ms-input-placeholder {
  opacity: 1;
  color: #C0C0C0;
}
.search-popup input[type=text]::-ms-input-placeholder, .search-popup input[type=search]::-ms-input-placeholder {
  opacity: 1;
  color: #C0C0C0;
}
.search-popup input[type=text]::placeholder, .search-popup input[type=search]::placeholder {
  opacity: 1;
  color: #C0C0C0;
}
.search-popup p.search-note {
  color: #686867;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.search-popup .c-button {
  margin-top: 2rem;
  width: 100%;
}
.search-popup .--in-desktop {
  display: none;
}
@media (min-width: 1025px) {
  .search-popup {
    padding-top: 0.5rem;
  }
  .search-popup .container {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }
  .search-popup .container::before {
    left: 48px;
    right: 48px;
  }
  .search-popup form, .search-popup p.search-note {
    max-width: 648px;
    margin: 0 auto;
  }
  .search-popup form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
  }
  .search-popup input[type=text], .search-popup input[type=search] {
    font-size: 0.875rem;
  }
  .search-popup p.search-note {
    margin-top: 0.5rem;
  }
  .search-popup .c-button {
    margin-top: 0;
    width: auto;
  }
  .search-popup .--in-desktop {
    display: block;
  }
  .search-popup .--in-mobile {
    display: none;
  }
}

#footerWrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1025px) {
  #footerWrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.footer-top {
  border-top: 1px solid #030712;
  padding: 1.5rem 0;
}
.footer-top .footer-info {
  margin-bottom: 2rem;
}
.footer-top .footer-logo a, .footer-top .footer-logo a:visited {
  display: inline-block;
}
.footer-top .footer-logo svg {
  width: 150px;
  height: 78px;
}
.footer-top .footer-text {
  margin-top: 1.5rem;
}
.footer-top .footer-text p {
  color: #030712;
  font-size: 1rem;
  line-height: 1.48;
  font-weight: 400;
  margin-bottom: 0;
}
.footer-top .footer-navs {
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.footer-top .footer-navs .footer-nav h2 {
  font-weight: 850;
  margin-bottom: 1.5rem;
}
.footer-top .footer-navs .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.footer-top .footer-navs .footer-nav ul li {
  font-weight: 550;
}
.footer-top .footer-navs .footer-nav ul li a, .footer-top .footer-navs .footer-nav ul li a:visited {
  color: #424241;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .footer-top .footer-info {
    width: 23.8%;
    margin-bottom: 0;
  }
  .footer-top .footer-text p {
    font-size: 0.875rem;
  }
  .footer-top .footer-navs {
    width: 65.47%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
  .footer-top .footer-navs .footer-nav {
    width: 33.33%;
  }
  .footer-top .footer-navs .footer-nav ul li a:hover, .footer-top .footer-navs .footer-nav ul li a:visited:hover {
    color: #DC2C25;
  }
}

.footer-bottom {
  border-top: 1px dotted #948E8D;
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.footer-bottom ul.legal-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
}
.footer-bottom ul.legal-nav li {
  white-space: nowrap;
}
.footer-bottom ul.legal-nav li a, .footer-bottom ul.legal-nav li a:visited {
  text-decoration: none;
  color: #424241;
}
.footer-bottom .author-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
}
.footer-bottom .author-copyright p {
  white-space: nowrap;
  margin-bottom: 0;
  color: #424241;
}
.footer-bottom .author-copyright p a, .footer-bottom .author-copyright p a:visited {
  text-decoration: none;
  color: #424241;
}
@media (min-width: 768px) {
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-bottom ul.legal-nav, .footer-bottom .author-copyright {
    gap: 1.5rem;
  }
  .footer-bottom ul.legal-nav a:hover, .footer-bottom ul.legal-nav a:visited:hover, .footer-bottom .author-copyright a:hover, .footer-bottom .author-copyright a:visited:hover {
    color: #DC2C25;
  }
}

.b-articles-list .c-list-title {
  margin-bottom: 2rem;
}
.b-articles-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.b-articles-list .row + .row {
  padding-top: 2rem;
}
@media (min-width: 1025px) {
  .b-articles-list .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    margin: 0 -1.5rem;
    padding: 1.5rem 0;
    position: relative;
  }
  .b-articles-list .row::after {
    content: "";
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 0;
    border-bottom: 1px dotted #948E8D;
  }
  .b-articles-list .row:first-child {
    padding-top: 0;
  }
  .b-articles-list .row:last-child {
    padding-bottom: 0;
  }
  .b-articles-list .row:last-child::after {
    display: none;
  }
  .b-articles-list .row .c-article {
    width: 25%;
    border-right: 1px dotted #948E8D;
    padding: 0 1.5rem;
  }
  .b-articles-list .row .c-article:last-child {
    border-right: 0;
  }
  .b-articles-list .row + .row {
    padding-top: 1.5rem;
  }
  .b-articles-list .c-list-title {
    margin-bottom: 1.5rem;
  }
  .b-articles-list.--have-ad-half-page .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .b-articles-list.--have-ad-half-page .c-list-title {
    width: 100%;
  }
  .b-articles-list.--have-ad-half-page .articles-list {
    width: calc(100% - 348px);
  }
  .b-articles-list.--have-ad-half-page .pub-half-page {
    width: 348px;
  }
  .b-articles-list.--have-ad-half-page .pub-half-page .c-pub-ad {
    text-align: right;
  }
  .b-articles-list.--have-ad-half-page .pub-half-page .c-pub-ad img {
    margin-right: 0;
  }
  .b-articles-list.--have-ad-half-page .row {
    border-right: 1px dotted #948E8D;
  }
  .b-articles-list.--have-ad-half-page .row .c-article {
    width: 33.33%;
  }
  .b-articles-list.--have-ad-half-page .row .c-article:nth-child(3) {
    border-right: 0;
  }
  .b-articles-list.--have-ad-half-page .row .c-article:last-child {
    display: none;
  }
}

.b-lists-articles-list .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.b-lists-articles-list .c-list-title {
  margin-bottom: 1.5rem;
}
.b-lists-articles-list .articles-list .c-article {
  border-bottom: 1px dotted #948E8D;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.b-lists-articles-list .articles-list .c-article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .b-lists-articles-list .c-list-title a:hover, .b-lists-articles-list .c-list-title a:visited:hover {
    color: #DC2C25;
  }
  .b-lists-articles-list .c-list-title a:hover svg, .b-lists-articles-list .c-list-title a:visited:hover svg {
    fill: #DC2C25;
  }
  .b-lists-articles-list .lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -1.5rem;
    gap: 0;
  }
  .b-lists-articles-list .lists > * {
    width: 25%;
    padding: 0 1.5rem;
    border-right: 1px dotted #948E8D;
  }
  .b-lists-articles-list .lists > *:last-child {
    border-right: 0;
  }
}

.b-hp-articles-grid .c-list-title {
  margin-bottom: 2rem;
}
.b-hp-articles-grid .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.b-hp-articles-grid .articles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.b-hp-articles-grid .col-title {
  font-weight: 850;
  margin-bottom: 0.5rem;
}
.b-hp-articles-grid .column-2 .articles-list {
  gap: 1rem;
}
.b-hp-articles-grid .column-2 .articles-list .c-article {
  padding-bottom: 1rem;
  border-bottom: 1px dotted #948E8D;
}
@media (min-width: 1025px) {
  .b-hp-articles-grid .c-list-title {
    margin-bottom: 1.5rem;
  }
  .b-hp-articles-grid .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    margin: 0 -1.5rem;
  }
  .b-hp-articles-grid .grid > * {
    padding: 0 1.5rem;
    border-right: 1px dotted #948E8D;
  }
  .b-hp-articles-grid .grid > *:last-child {
    border-right: 0;
  }
  .b-hp-articles-grid .grid .column-1 {
    width: 56.85%;
  }
  .b-hp-articles-grid .grid .column-2 {
    width: 17.26%;
  }
  .b-hp-articles-grid .grid .column-3 {
    width: 25.89%;
  }
  .b-hp-articles-grid .col-title {
    margin-bottom: 0;
  }
  .b-hp-articles-grid .articles-list {
    gap: 1.5rem;
  }
  .b-hp-articles-grid .articles-list .c-article {
    border-bottom: 1px dotted #948E8D;
    padding-bottom: 1.5rem;
  }
  .b-hp-articles-grid .articles-list .c-article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .b-hp-articles-grid .articles-list.--hide-desktop {
    display: none;
  }
  .b-hp-articles-grid .column-2 .articles-list {
    gap: 1.5rem;
  }
  .b-hp-articles-grid .column-2 .articles-list .c-article {
    padding-bottom: 1.5rem;
  }
  .b-hp-articles-grid .column-2 .articles-list .c-article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.page-homepage > * {
  margin: 3rem 0;
}
.page-homepage > *:first-child {
  margin-top: 2rem;
}
@media (min-width: 1025px) {
  .page-homepage > *:first-child {
    margin-top: 3rem;
  }
}

.about-page .featured-image .image {
  position: relative;
  padding-top: 56.41%;
}
.about-page .featured-image .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 7, 18, 0.12)), to(rgba(3, 7, 18, 0.12)));
  background: linear-gradient(180deg, rgba(3, 7, 18, 0.12) 0%, rgba(3, 7, 18, 0.12) 100%);
}
.about-page .featured-image .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page .featured-image .--in-desktop {
  display: none;
}
@media (min-width: 1025px) {
  .about-page .featured-image .image {
    padding-top: 36.46%;
  }
  .about-page .featured-image .--in-mobile {
    display: none;
  }
  .about-page .featured-image .--in-desktop {
    display: block;
  }
}
.about-page .intro {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.about-page .intro .container {
  max-width: 976px;
}
.about-page .intro .text {
  margin-top: 1.5rem;
}
.about-page .intro .text p {
  color: #030712;
  margin-bottom: 1.5rem;
}
.about-page .intro .text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .about-page .intro {
    margin-bottom: 3rem;
  }
  .about-page .intro.--no-img {
    margin-top: 3rem;
  }
}

.articles-list-page {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.articles-list-page.--in-dossier {
  padding-top: 0;
}
.articles-list-page .container {
  max-width: 1208px;
}
.articles-list-page .c-list-title {
  margin-bottom: 1.5rem;
}
.articles-list-page .c-pagination {
  margin-top: 2rem;
}
.articles-list-page .articles-sidebar {
  margin-top: 3rem;
}
.articles-list-page .m-products-block {
  margin-top: 3rem;
}
@media (min-width: 1025px) {
  .articles-list-page {
    padding-top: 3rem;
  }
  .articles-list-page .c-pagination {
    margin-top: 1.5rem;
  }
  .articles-list-page .articles-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3rem;
  }
  .articles-list-page .articles-layout .articles-main {
    width: calc(100% - 300px - 48px);
  }
  .articles-list-page .articles-layout .articles-sidebar {
    margin-top: 0;
    width: 300px;
  }
  .articles-list-page.--hide-sidebar .articles-layout .articles-main {
    margin-left: auto;
    margin-right: auto;
  }
  .articles-list-page.--hide-sidebar .articles-layout .articles-sidebar {
    display: none;
  }
}

.article-page {
  padding-top: 2rem;
}
.article-page .container {
  max-width: 1208px;
}
.article-page .article-sidebar {
  margin-top: 3rem;
}
@media (min-width: 1025px) {
  .article-page {
    padding-top: 3rem;
  }
  .article-page .article-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3rem;
  }
  .article-page .article-layout .article-post {
    width: calc(100% - 300px - 48px);
  }
  .article-page .article-layout .article-sidebar {
    margin-top: 0;
    width: 300px;
  }
  .article-page.--text-page .article-post {
    margin-left: auto;
    margin-right: auto;
  }
  .article-page.--hide-sidebar .article-layout .article-post {
    margin-left: auto;
    margin-right: auto;
  }
  .article-page.--hide-sidebar .article-layout .article-sidebar {
    display: none;
  }
}

.article-page-bottom > * {
  margin: 3rem 0;
}

.article-post .article-header .meta-info {
  margin-bottom: 1rem;
}
.article-post .article-header ul.categories-list {
  margin-bottom: 0.5rem;
}
.article-post .article-header ul.categories-list li {
  display: inline-block;
}
.article-post .article-header ul.categories-list li a, .article-post .article-header ul.categories-list li a:visited {
  color: #353535;
  text-decoration: none;
}
.article-post .article-header ul.categories-list li:not(:last-child)::after {
  content: ", ";
}
.article-post .article-header .title {
  margin-bottom: 1rem;
}
.article-post .article-header .description {
  margin-bottom: 1rem;
}
.article-post .article-header .description p {
  color: #424241;
  margin-bottom: 0;
}
.article-post .article-header .date {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 550;
  font-family: "Roboto flex", arial, helvetica, sans-serif;
  color: #424241;
}
.article-post .article-header .author-info {
  margin-top: 1.5rem;
  padding: 1rem 0;
  border-top: 1px dotted #948E8D;
  border-bottom: 1px dotted #948E8D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.article-post .article-header .author-info .image img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.article-post .article-header .author-info .info {
  width: calc(100% - 80px - 1rem);
}
.article-post .article-header .author-info .info .author-name {
  color: #030712;
  margin-bottom: 0.25rem;
}
.article-post .article-header .author-info .info .author-bio {
  font-weight: 400;
  color: #030712;
}
.article-post .article-header .author-info .info .author-bio a, .article-post .article-header .author-info .info .author-bio a:visited {
  color: #030712;
  text-decoration: underline;
}
.article-post .article-header .featured-image {
  margin-top: 2rem;
}
.article-post .article-header .featured-image .image img {
  display: block;
  width: 100%;
  height: auto;
}
.article-post .article-content {
  margin: 2rem 0;
}
.article-post .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.article-post .article-footer .c-share {
  padding-top: 1rem;
  border-top: 1px dotted #948E8D;
}
@media (min-width: 1025px) {
  .article-post .article-header {
    /* HOVERS */
  }
  .article-post .article-header .date {
    font-size: 0.75rem;
  }
  .article-post .article-header .author-info {
    margin-bottom: 0.5rem;
  }
  .article-post .article-header .c-share {
    padding-top: 1.5rem;
    border-top: 1px dotted #948E8D;
  }
  .article-post .article-header .featured-image {
    margin-top: 3rem;
  }
  .article-post .article-header ul.categories-list li a:hover, .article-post .article-header ul.categories-list li a:visited:hover {
    color: #DC2C25;
  }
  .article-post .article-header .author-info .info .author-bio a:hover, .article-post .article-header .author-info .info .author-bio a:visited:hover {
    color: #DC2C25;
  }
  .article-post .article-content {
    margin: 3rem 0;
  }
  .article-post.--type-opinion .article-header .c-share {
    border-top: 0;
    padding-top: 0;
  }
  .article-post.--type-opinion .article-content {
    margin-top: 2rem;
  }
}

.page-error-404 {
  padding: 2rem 0;
}
.page-error-404 .intro {
  text-align: center;
}
.page-error-404 .intro .container {
  max-width: 800px;
}
.page-error-404 h1 {
  margin-bottom: 1.5rem;
}
.page-error-404 p {
  margin-bottom: 0;
}
.page-error-404 .buttons {
  margin-top: 2rem;
}
.page-error-404 .buttons a.c-button {
  width: 100%;
}
@media (min-width: 768px) {
  .page-error-404 {
    padding: 8rem 0;
    padding-bottom: 4rem;
  }
  .page-error-404 .buttons a.c-button {
    width: auto;
  }
}
/*# sourceMappingURL=app.css.map */
