@charset "UTF-8";
/*
  Make sure we can use variables in libs
*/
/* -------------------------------------------------------------------------- */
/*                               Channel colors                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                               Social  colors                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                               Accounts colors                              */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                 Breakpoints                                */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                    Fonts                                   */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                   Speeds                                   */
/* -------------------------------------------------------------------------- */
/*
  Libs
*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html body .gform_wrapper {
  width: 100%;
  margin: 0 0 100px 0;
}
html body .gform_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html body .gform_wrapper ul li.gfield {
  margin-top: 12px !important;
}
html body .gform_wrapper .gform_title {
  font-size: 22px !important;
}
html body .gform_wrapper .gform_description {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
}
html body .gform_wrapper .ginput_container input.medium,
html body .gform_wrapper .ginput_container input.large,
html body .gform_wrapper .ginput_container textarea {
  width: 100%;
  font-family: "Tiempos Text", sans-serif;
  font-size: 13px;
  padding: 5px;
  transition: background 125ms cubic-bezier(0.25, 0.6, 0.35, 1);
}
html body .gform_wrapper .ginput_container input.medium:not([type=file]),
html body .gform_wrapper .ginput_container input.large:not([type=file]),
html body .gform_wrapper .ginput_container textarea:not([type=file]) {
  height: 38px;
}
html body .gform_wrapper .ginput_container input.medium:not([type=file]):focus,
html body .gform_wrapper .ginput_container input.large:not([type=file]):focus,
html body .gform_wrapper .ginput_container textarea:not([type=file]):focus {
  background-color: white;
}
html body .gform_wrapper .ginput_container textarea.medium {
  height: 250px;
}
html body .gform_wrapper .gfield_label {
  font-size: 14px;
  color: #000;
  font-weight: normal !important;
}
html body .gform_wrapper .gfield_date_dropdown_year,
html body .gform_wrapper .gfield_date_dropdown_month,
html body .gform_wrapper .gfield_date_dropdown_day {
  display: inline-block;
  margin-right: 5px;
}
html body .gform_wrapper .gfield_html {
  margin: 20px 0;
  font-size: 14px;
}
html body .gform_wrapper h2.gsection_title {
  font-size: 22px;
  margin-top: 30px;
  color: #222;
}
html body .gform_wrapper .gform_button {
  display: inline-block;
  background-color: #ed6658;
  color: white !important;
  text-transform: uppercase;
  padding: 12px 32px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 700;
  font-family: "Simplon BP", sans-serif;
  border: none;
  cursor: pointer;
  margin-top: 30px;
}
html body .gform_wrapper .gform_button:hover {
  text-decoration: none;
  background-color: #e83c2a;
}
html body .gform_wrapper .gfield_time_hour,
html body .gform_wrapper .gfield_time_minute {
  width: 100px;
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  text-align: left;
}
html body .gform_wrapper .gfield_time_hour input,
html body .gform_wrapper .gfield_time_minute input {
  width: 90%;
  margin-right: 5px;
}
html body .gform_wrapper .gfield_time_hour label,
html body .gform_wrapper .gfield_time_minute label {
  font-size: 12px;
  text-align: left;
}
html body .gform_wrapper .gfield_select {
  width: 50%;
}
html body .gform_wrapper .gfield_description {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  margin-bottom: 2em;
}
html body .gform_wrapper .gfield_description a {
  color: #666;
  text-decoration: underline;
}
html body .gform_wrapper .gfield_description a:hover {
  color: #cb0003;
}
html body .gform_wrapper .gform_footer input.button,
html body .gform_wrapper .gform_wrapper .gform_footer input[type=submit] {
  font-size: 13px;
}
html body .gform_wrapper form input[type=text],
html body .gform_wrapper form input[type=color],
html body .gform_wrapper form input[type=date],
html body .gform_wrapper form input[type=datetime],
html body .gform_wrapper form input[type=datetime-local],
html body .gform_wrapper form input[type=email],
html body .gform_wrapper form input[type=month],
html body .gform_wrapper form input[type=number],
html body .gform_wrapper form input[type=password],
html body .gform_wrapper form input[type=search],
html body .gform_wrapper form input[type=tel],
html body .gform_wrapper form input[type=time],
html body .gform_wrapper form input[type=url],
html body .gform_wrapper form input[type=week],
html body .gform_wrapper form textarea {
  font-family: "Tiempos Text", helvetica, sans-serif;
  padding: 7px 10px;
  border: 1px solid #ccc;
  transition: border 0.2s ease;
  background: #f6f6f6;
  outline: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  width: 100% !important;
}
html body .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
}
html body .gform_wrapper form textarea {
  padding: 6px 8px;
  line-height: 22px;
  resize: none;
  height: 120px;
  width: 100%;
  font-size: 14px;
}
@media (min-width: 768px) {
  html body .gform_wrapper form textarea {
    height: 160px;
  }
}
@media (min-width: 970px) {
  html body .gform_wrapper form textarea {
    height: 250px;
  }
}
html body .gform_wrapper .ginput_container input.large,
html body .gform_wrapper .entry-content .gform_wrapper .ginput_container input.medium,
html body .gform_wrapper .entry-content .gform_wrapper .ginput_container textarea {
  width: 100%;
  font-size: 14px;
  padding: 5px;
}
html body .gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 36px !important;
}
html body .gform_wrapper li.gfield.gfield_error,
html body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-bottom: none;
}

.gform_confirmation_message {
  margin: 0 0 300px;
}

/*
  import fonts
*/
@font-face {
  font-family: "Simplon BP";
  src: url("../fonts/Simplon/SimplonBP-Medium.woff2") format("woff2"), url("../fonts/Simplon/SimplonBP-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Simplon BP";
  src: url("../fonts/Simplon/SimplonBPRegular.woff2") format("woff2"), url("../fonts/Simplon/SimplonBPRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Simplon BP";
  src: url("../fonts/Simplon/SimplonBP-BoldItalic.woff2") format("woff2"), url("../fonts/Simplon/SimplonBP-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Simplon BP";
  src: url("../fonts/Simplon/SimplonBP-LightItalic.woff2") format("woff2"), url("../fonts/Simplon/SimplonBP-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Simplon BP";
  src: url("../fonts/Simplon/SimplonBP-Light.woff2") format("woff2"), url("../fonts/Simplon/SimplonBP-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Simplon BP";
  src: url("../fonts/Simplon/SimplonBPRegular-Italic.woff2") format("woff2"), url("../fonts/Simplon/SimplonBPRegular-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Simplon BP";
  src: url("../fonts/Simplon/SimplonBP-Bold.woff2") format("woff2"), url("../fonts/Simplon/SimplonBP-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Simplon BP";
  src: url("../fonts/Simplon/SimplonBP-MediumItalic.woff2") format("woff2"), url("../fonts/Simplon/SimplonBP-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Text";
  src: url("../fonts/Tiempos/TiemposText-RegularItalic.woff2") format("woff2"), url("../fonts/Tiempos/TiemposText-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../fonts/Tiempos/TiemposHeadline-Bold.woff2") format("woff2"), url("../fonts/Tiempos/TiemposHeadline-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Text";
  src: url("../fonts/Tiempos/TiemposText-Regular.woff2") format("woff2"), url("../fonts/Tiempos/TiemposText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
  Globals like mixins and vars
*/
button {
  background: none;
  border: 0px;
}
button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

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

p {
  margin: 0px;
}

a {
  text-decoration: none;
}

figure {
  margin: 0;
  padding: 0;
}

.l-widget .widget-header h2 {
  margin: 0 0 12px 0;
  font-family: "Simplon BP", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0;
  pointer-events: none;
}
.l-widget .textwidget {
  margin: 0 0 30px;
  padding: 10px 12px;
  color: #222;
  font-size: 12px;
  line-height: 18px;
  background-color: #f4f5f6;
}
.l-widget .textwidget a, .l-widget .textwidget a:visited {
  color: #cb0003;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Tiempos Text", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
time {
  font-family: "Simplon BP", sans-serif;
  margin: 0px;
}

/*  span inside p elements get body font */
span p {
  font-family: "Tiempos Text", sans-serif;
}

/*  Avoid faux bold on headers */
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: inherit;
}

a {
  transition: 125ms color ease;
}

p {
  color: #222;
  font-size: 14px;
  line-height: 18px;
}

ul {
  font-size: 14px;
  line-height: 18px;
}

.lazy-load {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.lazy-load.lazy-loaded {
  opacity: 1;
}

.alignleft {
  float: left;
  padding: 10px 20px 10px 0;
}

.alignright {
  float: right;
  padding: 10px 0 10px 20px;
}

@media (min-width: 970px) {
  #mobile-container {
    overflow: hidden;
  }
}
#mobile-container:after {
  content: "";
  clear: both;
  display: table;
}

@media (min-width: 970px) {
  #index-page #mobile-container {
    width: 730px;
    float: left;
  }
}
@media (min-width: 1280px) {
  #index-page #mobile-container {
    width: 950px;
  }
}
@media (min-width: 1366px) {
  #index-page #mobile-container {
    width: 1130px;
  }
}
@media (min-width: 1420px) {
  #index-page #mobile-container {
    width: 1180px;
  }
}
#index-page .m-container-aside-widgets {
  float: left;
}

.wp-caption {
  width: auto !important;
}

/*
  Themes
*/
.t-ecommerce .e-theme-color {
  color: #2f97c7;
}
.t-ecommerce .m-article-content a:not([class]) {
  color: #2f97c7;
}

.t-innovatie .e-theme-color {
  color: #36bbb9;
}
.t-innovatie .m-article-content a:not([class]) {
  color: #36bbb9;
}

.t-tech .e-theme-color {
  color: #f48554;
}
.t-tech .m-article-content a:not([class]) {
  color: #f48554;
}

.t-marketing .e-theme-color {
  color: #77c658;
}
.t-marketing .m-article-content a:not([class]) {
  color: #77c658;
}

.t-media .e-theme-color {
  color: #e9ca4e;
}
.t-media .m-article-content a:not([class]) {
  color: #e9ca4e;
}

.t-venture .e-theme-color {
  color: #6c6cd8;
}
.t-venture .m-article-content a:not([class]) {
  color: #6c6cd8;
}

/*
  Elements
*/
.e-icon {
  fill: white;
}
.e-icon--search {
  fill: white;
}
.e-icon--share {
  height: 10px;
  width: 10px;
}

.e-container-title {
  font-family: "Simplon BP", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0;
  margin: 0px 0px 10px 0px;
  pointer-events: none;
}
.e-container-title--small {
  font-size: 12px;
  margin: 0 0 12px 0;
}

.e-input {
  transition: 125ms ease;
  transition-property: background, border;
}
.e-input--regular {
  display: block;
  border: 1px solid #ccc;
  padding: 7px 10px;
  width: 100%;
  background: #F4F5F6;
  height: 40px;
  line-height: 40px;
  transition: background 125ms ease;
}
.e-input--regular:focus {
  background: white;
}
.e-input--regular::-webkit-input-placeholder {
  font-family: "Simplon BP", sans-serif;
  font-size: 14px;
}

.e-input--widget {
  border: 1px solid #ccc;
  padding: 7px 10px;
  width: 100%;
  background: transparent;
}
.e-input--widget::-webkit-input-placeholder {
  font-family: "Simplon BP", sans-serif;
  font-size: 14px;
}

.e-input:focus {
  background: white;
  outline: none;
  border: 1px solid #222;
}

.e-input-label {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #888;
  position: relative;
}
.e-input-label > span {
  transition: 125ms ease;
  transition-property: all;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  background: white;
  top: 12px;
  left: 4px;
  padding: 0px 6px;
  z-index: 0;
}
.e-input-label > input {
  z-index: 1;
  position: relative;
}
.e-input-label.visible > span {
  top: -6px;
  opacity: 1;
  z-index: 2;
}

.e-textarea {
  display: block;
  border: 1px solid #ccc;
  padding: 10px 10px;
  width: 100%;
  background: #F4F5F6;
  margin: 0px 0px 10px 0px;
  height: 100%;
  transition: background 125ms ease;
}
.e-textarea:focus {
  background: white;
  border: 1px solid #222;
  outline: none;
}

.e-textarea-label {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #888;
  position: relative;
}
.e-textarea-label > span {
  transition: 125ms ease;
  transition-property: all;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  position: absolute;
  background: white;
  top: 12px;
  left: 4px;
  padding: 0px 6px;
  z-index: -1;
}
.e-textarea-label > textarea {
  z-index: 1;
  position: relative;
}
.e-textarea-label.visible > span {
  top: -6px;
  opacity: 1;
  height: auto;
  z-index: 2;
}

.e-button {
  font-family: "Simplon BP", sans-serif;
  transition-property: background-color, color, opacity, border-color !important;
  transition: 125ms ease;
  text-align: center;
  position: relative;
}
.e-button--primary {
  height: 46px;
  padding: 0 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Simplon BP", sans-serif;
  color: white !important;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: #ed6657;
}
.e-button--primary:hover {
  background-color: #e83c2a;
  opacity: 1 !important;
}
.e-button--primary.e-button--transparent {
  background: transparent;
  color: #ed6657;
  font-size: 0.9em;
}
.e-button--primary.e-button--transparent:hover {
  opacity: 0.7;
}
.e-button--primary.e-button--full-width {
  display: flex;
}
.e-button--outline {
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.e-button--outline-white {
  font-family: "Simplon BP", sans-serif;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid white;
  background: transparent;
}
.e-button--outline-white:hover {
  border-color: #ed6657;
  background-color: #ed6657;
}
.e-button--outline.e-button--full-width {
  display: flex;
}
.e-button--widget {
  background-color: #60c8f8;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  padding: 10px;
  display: block;
  width: 100%;
}
.e-button--widget:hover {
  background-color: #2fb7f6;
}
.e-button:hover {
  cursor: pointer;
}
.e-button--widget-text {
  padding: 12px;
  display: block;
  color: #cb0003;
  font-size: 12px;
  text-align: left;
  position: relative;
  background-color: #f4f5f6;
}
.e-button--widget-text svg {
  position: absolute;
  right: 12px;
  fill: #cb0003;
  width: 6px;
  height: 6px;
  margin: 4px 0px 0px;
}
.e-button--widget-text:hover {
  background-color: #e6e8eb;
}
.e-button--widget-large {
  font-size: 14px;
}
.e-button--widget-large svg {
  width: 8px;
  height: 8px;
}
.e-button--text {
  color: #cb0003;
}
.e-button--text:hover {
  opacity: 0.7;
}
.e-button--full-width {
  width: 100%;
  display: block;
  float: left;
}
.e-button--back-to {
  margin: 50px 0px;
  display: block;
  text-align: left;
  color: #cb0003;
  text-transform: uppercase;
  font-weight: 700;
  transition: opacity 125ms ease;
}
.e-button--back-to svg {
  fill: #cb0003;
  position: relative;
  width: 8px;
  height: 12px;
  transform: rotate(180deg);
  transition: all 125ms ease;
}
@media (min-width: 970px) {
  .e-button--back-to {
    padding: 0px 40px;
  }
}
.e-button--back-to:hover {
  opacity: 0.7;
}
.e-button--back-to:hover svg {
  transform: translateX(-10px) rotate(180deg);
}
.e-button--loading > span {
  display: inline-flex;
  align-items: center;
  transition: opacity 125ms;
}
.e-button--loading:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  background-image: url("../img/icons/icon-loader-animated.svg");
  background-size: 32px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 125ms;
}
.e-button:disabled {
  background-color: #a6a6a6;
  pointer-events: none;
}

.loading .e-button--loading {
  pointer-events: none;
  opacity: 0.75;
}
.loading .e-button--loading > span {
  opacity: 0;
}
.loading .e-button--loading:before {
  opacity: 1;
}
.loading .e-button--outline-white {
  border-color: #ed6657;
  background-color: #ed6657;
}

.e-accounts-button {
  height: 50px;
  padding: 0 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: white !important;
  font-family: "Simplon BP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: 125ms ease;
  transition-property: background, color, opacity, border;
  background: #2075ce;
  border: 2px solid #2075ce;
  cursor: pointer;
}
.e-accounts-button span,
.e-accounts-button svg {
  transition: transform 0.3s !important;
}
.e-accounts-button--large {
  min-width: 230px;
}
.e-accounts-button--primary {
  color: white !important;
  border: 2px solid #2075ce;
}
.e-accounts-button--primary svg {
  fill: white;
}
.e-accounts-button--secondary {
  color: #2075ce !important;
  background: white !important;
  border: 2px solid #2075ce;
}
.e-accounts-button--secondary svg {
  fill: #2075ce !important;
}
.e-accounts-button--icon-right svg {
  margin-left: 8px;
  position: relative;
  transition: transform 0.3s;
}
.e-accounts-button--icon-right:hover {
  opacity: 1 !important;
}
.e-accounts-button--icon-right:hover span {
  transform: translateX(-4px);
}
.e-accounts-button--icon-right:hover svg {
  transform: translateX(4px);
}
.e-accounts-button--icon-left svg {
  margin-right: 10px;
  margin-left: 0 !important;
}
.e-accounts-button svg {
  margin-left: 10px;
  fill: white;
  transition: margin-left 0.2s;
}
.e-accounts-button:disabled {
  pointer-events: none;
  background: #bebebe;
  border-color: #bebebe;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.e-accounts-button--loading > span {
  display: inline-flex;
  align-items: center;
  transition: opacity 125ms;
}
.e-accounts-button--loading > svg {
  transition: opacity 125ms;
}
.e-accounts-button--loading:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  background-image: url("../img/icons/icon-loader-animated.svg");
  background-size: 32px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 125ms;
}
.e-accounts-button--loading.e-accounts-button--secondary:before {
  background-image: url("../img/icons/icon-loader-animated-blue.svg");
}

.loading .e-accounts-button--loading {
  pointer-events: none;
  opacity: 0.75;
}
.loading .e-accounts-button--loading > span,
.loading .e-accounts-button--loading > svg {
  opacity: 0;
}
.loading .e-accounts-button--loading:before {
  opacity: 1;
}

.e-accounts-checkbox label {
  cursor: pointer;
  display: flex;
}
.e-accounts-checkbox label > div {
  display: inline;
  padding-left: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #2f2f2f;
  font-weight: 700;
}
.e-accounts-checkbox input {
  display: inline-block;
  position: relative;
  top: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-clip: padding-box;
}
.e-accounts-checkbox input:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-color: white;
  border: 1px solid #979797;
  box-shadow: 2px 2px 0 #d9d9d9;
  cursor: pointer;
}
.e-accounts-checkbox input:checked:after {
  border-color: #979797;
  background-color: #979797;
  background-image: url("../img/icons/icon-check-white.svg");
  background-size: 10px;
}

@media (min-width: 768px) {
  .e-row {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
  }
}
.e-row:after {
  content: "";
  display: table;
  clear: both;
}

.e-col {
  float: left;
  width: 100%;
  flex-shrink: 0;
  position: relative;
}
.e-col:after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 768px) {
  .e-col {
    margin: 0px 10px;
  }
  .e-col--1 {
    width: calc(50% - 20px);
  }
  .e-col--1:nth-child(2n+2) {
    margin: 0px 0px 0px 10px;
  }
}
@media (min-width: 970px) {
  .e-col--1 {
    width: calc(33.4% - 20px);
  }
  .e-col--1:nth-child(2n+2) {
    margin: 0px 10px 0px 10px;
  }
  .e-col--1:nth-child(3n+3) {
    margin: 0px 0px 0px 10px;
  }
}
@media (min-width: 1280px) {
  .e-col--1 {
    width: calc(25% - 20px);
  }
  .e-col--1:nth-child(2n+2) {
    margin: 0px 10px 0px 10px;
  }
  .e-col--1:nth-child(3n+3) {
    margin: 0px 10px 0px 10px;
  }
  .e-col--1:nth-child(4n+4) {
    margin: 0px 0px 0px 10px;
  }
}
@media (min-width: 768px) {
  .e-col--2 {
    width: calc(50% - 20px);
  }
  .e-col--2:nth-child(2n+2) {
    margin: 0px 0px 0px 10px;
  }
}
@media (min-width: 970px) {
  .e-col--2 {
    width: calc(50% - 20px);
  }
  .e-col--2:nth-child(2n+2) {
    margin: 0px 10px 0px 10px;
  }
}
@media (min-width: 768px) {
  .e-col--3 {
    width: calc(50% - 20px);
  }
  .e-col--3:nth-child(2n+2) {
    margin: 0px 0px 0px 10px;
  }
}
@media (min-width: 970px) {
  .e-col--3 {
    width: calc(66.4% - 20px);
  }
  .e-col--3:nth-child(2n+2) {
    margin: 0px 10px 0px 10px;
  }
  .e-col--3:nth-child(3n+3) {
    margin: 0px 0px 0px 10px;
  }
}
@media (min-width: 1280px) {
  .e-col--3 {
    width: calc(75% - 20px);
  }
  .e-col--3:nth-child(2n+2) {
    margin: 0px 10px 0px 10px;
  }
  .e-col--3:nth-child(3n+3) {
    margin: 0px 0px 0px 10px;
  }
}
.e-col--4 {
  width: 100%;
}

.e-offset {
  min-height: 1px;
  display: block;
  float: left;
}
@media (min-width: 970px) {
  .e-offset--laptop-1 {
    width: 33.4%;
  }
}
@media (min-width: 1280px) {
  .e-offset--laptop-1 {
    width: 25%;
  }
}

.e-page-title {
  margin: 0px 0px 40px 0px 0px;
}
@media (min-width: 970px) {
  .e-page-title {
    margin: 0px 0px 80px 0px;
  }
}

.e-spinner {
  width: 80px;
  height: 80px;
  position: relative;
}

.e-spinner .e-spinner__circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.e-spinner .e-spinner__circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: white;
  border-radius: 100%;
  animation: cricleFadeDelay 1.2s infinite ease-in-out both;
}

.e-spinner .e-spinner__circle2 {
  transform: rotate(30deg);
}

.e-spinner .e-spinner__circle3 {
  transform: rotate(60deg);
}

.e-spinner .e-spinner__circle4 {
  transform: rotate(90deg);
}

.e-spinner .e-spinner__circle5 {
  transform: rotate(120deg);
}

.e-spinner .e-spinner__circle6 {
  transform: rotate(150deg);
}

.e-spinner .e-spinner__circle7 {
  transform: rotate(180deg);
}

.e-spinner .e-spinner__circle8 {
  transform: rotate(210deg);
}

.e-spinner .e-spinner__circle9 {
  transform: rotate(240deg);
}

.e-spinner .e-spinner__circle10 {
  transform: rotate(270deg);
}

.e-spinner .e-spinner__circle11 {
  transform: rotate(300deg);
}

.e-spinner .e-spinner__circle12 {
  transform: rotate(330deg);
}

.e-spinner .e-spinner__circle2:before {
  animation-delay: -1.1s;
}

.e-spinner .e-spinner__circle3:before {
  animation-delay: -1s;
}

.e-spinner .e-spinner__circle4:before {
  animation-delay: -0.9s;
}

.e-spinner .e-spinner__circle5:before {
  animation-delay: -0.8s;
}

.e-spinner .e-spinner__circle6:before {
  animation-delay: -0.7s;
}

.e-spinner .e-spinner__circle7:before {
  animation-delay: -0.6s;
}

.e-spinner .e-spinner__circle8:before {
  animation-delay: -0.5s;
}

.e-spinner .e-spinner__circle9:before {
  animation-delay: -0.4s;
}

.e-spinner .e-spinner__circle10:before {
  animation-delay: -0.3s;
}

.e-spinner .e-spinner__circle11:before {
  animation-delay: -0.2s;
}

.e-spinner .e-spinner__circle12:before {
  animation-delay: -0.1s;
}
@keyframes cricleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.e-checkbox {
  display: block;
  cursor: pointer;
}
.e-checkbox input[type=checkbox] {
  display: none;
}
.e-checkbox input[type=checkbox]:checked + span:before {
  background-image: url("../../assets/img/icons/icon-checkbox-check.svg");
}
.e-checkbox span {
  padding-left: 28px;
  position: relative;
  display: inline-block;
}
.e-checkbox span:before {
  position: absolute;
  left: 0;
}
.e-checkbox span {
  padding-left: 28px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1280px) {
  .e-checkbox span {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1366px) {
  .e-checkbox span {
    padding-left: 0;
    font-size: 18px;
    line-height: 24px;
  }
}
.e-checkbox span:before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 8px;
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  background: white;
  background-size: contain;
  background-position: center center;
  border: 1px solid #E4E4E4;
}
@media (min-width: 1280px) {
  .e-checkbox span:before {
    position: relative;
    top: 3px;
  }
}

.e-toast-notification {
  max-width: calc(100vw - 20px);
  padding: 16px 32px 16px 28px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  display: block;
  transform: translate(-50%, 0%);
  background: white;
  animation: hideToast 0.3s forwards;
  animation-delay: 5s;
  border-left: 4px solid #2075ce;
  z-index: 99999999;
}
.e-toast-notification p {
  width: 100%;
  color: black;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

@keyframes hideToast {
  from {
    transform: translate(-50%, 0%);
  }
  to {
    transform: translate(-50%, calc(100% + 20px));
  }
}
.e-login-form {
  color: white;
}
.e-login-form.error .e-login-form__notice--error {
  display: block;
}
.e-login-form.error .e-login-form__notice--success {
  display: none;
}
.e-login-form input[type=email],
.e-login-form input[type=password] {
  height: 50px;
  width: 100%;
  padding: 0 20px;
  font-size: 18px;
  background: white;
  border: 0;
}
.e-login-form input[type=email]::-moz-placeholder, .e-login-form input[type=password]::-moz-placeholder {
  font-size: 18px;
}
.e-login-form input[type=email]::placeholder,
.e-login-form input[type=password]::placeholder {
  font-size: 18px;
}
.e-login-form__row {
  margin-bottom: 10px;
}
.e-login-form__controls {
  margin: 16px 0 26px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .e-login-form__controls {
    margin: 20px 0 30px 0;
  }
}
.e-login-form__remember label {
  font-family: "Simplon BP", sans-serif;
  font-size: 14px;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .e-login-form__remember label {
    font-size: 18px;
  }
}
.e-login-form__forgot-password a {
  color: rgba(255, 255, 255, 0.0075);
  font-family: "Simplon BP", sans-serif;
  font-size: 14px;
  text-decoration: underline;
}
@media (min-width: 1280px) {
  .e-login-form__forgot-password a {
    font-size: 18px;
  }
}
.e-login-form__forgot-password a:hover {
  color: #e83c2a;
}
.e-login-form__buttons {
  margin-top: 30px;
}
.e-login-form__buttons .e-button {
  width: 100%;
}
.e-login-form__register {
  margin-top: 44px;
  text-align: center;
}
.e-login-form__register p {
  font-size: 14px;
  font-family: "Simplon BP", sans-serif;
  color: white;
}
@media (min-width: 1280px) {
  .e-login-form__register p {
    font-size: 18px;
  }
}
.e-login-form__register p a {
  color: #ed6657;
  font-weight: 700;
  text-decoration: underline;
}
.e-login-form__register p a:hover {
  color: #e83c2a;
}
.e-login-form__notice {
  margin-bottom: 16px;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  border-left: 5px solid transparent;
}
.e-login-form__notice svg {
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.e-login-form__notice--success {
  background: #f3faf0;
  border-left-color: #77c658;
}
.e-login-form__notice--success svg {
  top: 4px;
  fill: #77c658;
}
.e-login-form__notice--error {
  display: none;
  background: #f5dada;
  border-left-color: #cb0003;
}
.e-login-form__notice--error svg {
  fill: #cb0003;
}

.e-consent-form__title {
  margin-bottom: 16px;
  font-size: 20px !important;
  line-height: 26px !important;
  font-family: "Simplon BP", sans-serif;
  color: black;
}
@media (min-width: 1280px) {
  .e-consent-form__title {
    margin-bottom: 24px;
    font-size: 24px !important;
    line-height: 36px !important;
  }
}
.e-consent-form__terms {
  margin-bottom: 30px;
}
.e-consent-form__terms p {
  font-family: "Tiempos Text", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  line-height: 13px;
}
.e-consent-form__terms p a {
  color: #2075ce;
  text-decoration: underline;
}
.e-consent-form__checkbox {
  display: flex;
  margin-bottom: 16px;
}
.e-consent-form__buttons .e-button {
  width: 100%;
}
@media (min-width: 1280px) {
  .e-consent-form__buttons .e-button {
    width: unset;
  }
}
.e-consent-form__buttons svg {
  margin-right: 8px;
}

.e-text-fadeout {
  position: relative;
}
.e-text-fadeout:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.e-stats-span {
  display: none;
}

/*
  Modules
*/
.m-main-content {
  padding: 30px 0px 0px 0px;
  transition: transform 175ms ease;
  overflow-x: hidden;
  width: 100%;
}
.m-main-content.tailwind {
  padding: 0px;
  overflow-x: unset;
}
.m-main-content:before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: -1;
}
.m-main-content:after {
  content: "";
  display: table;
  clear: both;
}

.m-container {
  margin: 0px auto;
  position: relative;
  padding: 0px 10px;
}
@media (min-width: 768px) {
  .m-container {
    padding: 0px;
    width: 730px;
  }
}
@media (min-width: 970px) {
  .m-container {
    width: 950px;
  }
}
@media (min-width: 1280px) {
  .m-container {
    width: 1170px;
  }
}
@media (min-width: 1366px) {
  .m-container {
    width: 1350px;
  }
}
@media (min-width: 1420px) {
  .m-container {
    width: 1400px;
  }
}
.m-container:after {
  content: "";
  display: table;
  clear: both;
}

.m-container-content {
  padding-bottom: 50px;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .m-container-content {
    float: left;
    width: 360px;
    margin: 0px 0px 0px 15px;
  }
}
@media (min-width: 970px) {
  .m-container-content {
    margin: 0px;
    width: 480px;
  }
}
@media (min-width: 1280px) {
  .m-container-content {
    margin: 0px 5px;
    width: 630px;
  }
}
@media (min-width: 1366px) {
  .m-container-content {
    margin: 0px 10px;
    width: 810px;
  }
}
@media (min-width: 1420px) {
  .m-container-content {
    width: 860px;
    margin: 0 2px 0 0;
  }
}
.m-container-content:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1280px) {
  .m-container-content__content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .m-container-aside {
    float: left;
    margin: 0px 15px 0px 0px;
    width: 340px;
  }
}
@media (min-width: 970px) {
  .m-container-aside {
    margin: 0px 20px 0px 0px;
    width: 230px;
  }
}
@media (min-width: 1280px) {
  .m-container-aside {
    margin: 0px 20px 0px 0px;
    width: 290px;
  }
}
@media (min-width: 1366px) {
  .m-container-aside {
    margin: 0px 10px 0px 0px;
  }
}
@media (min-width: 1420px) {
  .m-container-aside {
    margin: 0px 25px 0px 0px;
  }
}

.m-container-aside-widgets {
  display: none;
}
@media (min-width: 970px) {
  .m-container-aside-widgets {
    display: block;
    margin: 0px 0px 0px 20px;
    right: 0px;
    top: 0px;
    width: 200px;
  }
}
@media (min-width: 1280px) {
  .m-container-aside-widgets {
    margin: 0px 0px 0px 15px;
    width: 200px;
  }
}
@media (min-width: 1366px) {
  .m-container-aside-widgets {
    margin: 0px 0px 0px 10px;
  }
}
@media (min-width: 1420px) {
  .m-container-aside-widgets {
    margin: 0px 0px 0px 20px;
  }
}
.m-container-aside-widgets:after {
  content: "";
  display: table;
  clear: both;
}
.m-container-aside-widgets__section {
  margin: 0px 0px 30px 0px;
}

.m-channel-aside {
  padding: 30px 0px;
  display: none;
}
@media (min-width: 768px) {
  .m-channel-aside {
    float: left;
    margin: 0px 15px 0px 0px;
    width: 200px;
  }
}
@media (min-width: 970px) {
  .m-channel-aside {
    margin: 0px 10px 0px 0px;
    display: block;
  }
}
@media (min-width: 1280px) {
  .m-channel-aside {
    margin: 0px 15px 0px 0px;
  }
}
@media (min-width: 1366px) {
  .m-channel-aside {
    margin: 0px 10px 0px 0px;
  }
}
@media (min-width: 1420px) {
  .m-channel-aside {
    margin: 0px 15px 0px 0px;
  }
}
.m-channel-aside-description .section-title {
  margin: 0 0 12px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}
.m-channel-aside-description .topic-description {
  display: none;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 2px solid #000;
}
@media (min-width: 768px) {
  .m-channel-aside-description .topic-description {
    display: block;
  }
}
.m-channel-aside-description--mobile {
  display: block;
}
.m-channel-aside-description--mobile .topic-description {
  display: block;
}
@media (min-width: 970px) {
  .m-channel-aside-description--mobile {
    display: none;
  }
  .m-small-content {
    max-width: 680px;
    margin: 0px auto;
  }
}
.m-small-content p, .m-small-content ol, .m-small-content ul {
  margin: 0 0 20px;
}
.m-small-content ul {
  list-style-type: disc;
  margin: 0 0 20px 20px;
}
.m-small-content p, .m-small-content ul, .m-small-content ol {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 970px) {
  .m-small-content p, .m-small-content ul, .m-small-content ol {
    font-size: 18px;
    line-height: 28px;
  }
}
.m-small-content p a, .m-small-content ul a, .m-small-content ol a {
  color: #cb0003;
}
.m-small-content p a:hover, .m-small-content ul a:hover, .m-small-content ol a:hover {
  text-decoration: underline;
}

.m-main-header {
  transition: transform 175ms ease;
  background: white;
  position: relative;
  z-index: 7;
}
.m-main-header--emerce-tv {
  z-index: 30;
  background: transparent;
}
.m-main-header--emerce-tv .m-main-nav__anchor {
  color: white;
}
.m-main-header--emerce-tv .m-main-nav__anchor.all-channels .e-icon {
  fill: white;
}
.m-main-header--emerce-tv .m-main-nav__list::before {
  background: white;
}

.m-masthead {
  background: #000000;
  height: 44px;
}
@media (min-width: 768px) {
  .m-masthead {
    height: 60px;
  }
}
@media (min-width: 1150px) {
  .m-masthead {
    height: 35px;
  }
}
.m-masthead--emerce-tv .m-masthead__channel {
  margin-left: 6px;
}
@media (min-width: 360px) {
  .m-masthead--emerce-tv .m-masthead__channel {
    margin-left: 0;
  }
}
@media (min-width: 1150px) {
  .m-masthead .m-container {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (min-width: 1300px) {
  .m-masthead .m-container {
    width: 1170px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (min-width: 1366px) {
  .m-masthead .m-container {
    width: 1350px;
  }
}
@media (min-width: 1420px) {
  .m-masthead .m-container {
    width: 1400px;
  }
}
.m-masthead__mobile {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (min-width: 1150px) {
  .m-masthead__mobile {
    display: none;
  }
}
.m-masthead__logo {
  height: 44px;
  width: 146px;
  display: inline-block;
  float: left;
}
@media (min-width: 768px) {
  .m-masthead__logo {
    height: 60px;
    width: 200px;
  }
}
.m-masthead__logo img {
  height: 100%;
}
.m-masthead__mobile-buttons {
  padding: 0px 0px 0px 0px;
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .m-masthead__mobile-buttons {
    padding: 8px 0px 0px 0px;
  }
}
.m-masthead__mobile-buttons .e-button {
  width: 44px;
  height: 44px;
  padding: 0;
}
.m-masthead__mobile-buttons .e-button:first-of-type {
  margin: 0px 7px 0px 0px;
}
@media (min-width: 768px) {
  .m-masthead__mobile-buttons .e-button:first-of-type {
    margin: 0px 14px 0px 0px;
  }
}
.m-masthead__mobile-buttons .e-button--toggle-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.m-masthead__mobile-buttons .e-button span {
  width: 33px;
  display: block;
  margin: 0 auto;
  height: 3px;
  background: white;
  border-radius: 4px;
}
.m-masthead__mobile-buttons .e-button span:nth-child(2) {
  margin: 6px auto;
}
.m-masthead__mobile-buttons .e-button svg {
  position: relative;
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .m-masthead__mobile-buttons .e-button svg {
    width: 24px;
    height: 24px;
  }
}
.m-masthead__nav {
  display: none;
}
@media (min-width: 1150px) {
  .m-masthead__nav {
    display: block;
    overflow: visible;
  }
}
.m-masthead__list:after {
  content: "";
  clear: both;
  display: table;
}
.m-masthead__item {
  float: left;
}
.m-masthead__item--dropdown {
  position: relative;
  padding-right: 15px;
}
.m-masthead__item--dropdown svg {
  fill: white;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 12px;
  top: 10px;
  transition: 125ms fill ease;
}
.m-masthead__item--dropdown:hover svg {
  fill: #ed6757;
}
.m-masthead__item--dropdown:hover > ul {
  display: block;
}
.m-masthead__item--dropdown:hover:after {
  display: none;
}
.m-masthead__item--dropdown:hover:before {
  display: inline-block;
}
.m-masthead__item--dropdown:hover > a {
  background: transparent;
  color: #ed6757;
}
.m-masthead__anchor {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 0px 12px;
  display: block;
  height: 35px;
  line-height: 35px;
  transition: 125ms ease;
  transition-property: background, color;
  font-family: "Simplon BP", sans-serif;
}
@media (min-width: 1366px) {
  .m-masthead__anchor {
    font-size: 12px;
  }
}
.m-masthead__anchor:hover {
  color: #ed6757;
  background-color: white;
}
.m-masthead__social {
  display: none;
}
@media (min-width: 1150px) {
  .m-masthead__social {
    display: block;
  }
}
.m-masthead__social-item {
  float: left;
  width: 28px;
  text-align: center;
}
.m-masthead__social-anchor {
  height: 35px;
  display: flex;
  justify-content: center;
}
.m-masthead__social-anchor--twitter:hover svg {
  fill: #00aced;
}
.m-masthead__social-anchor--facebook:hover svg {
  fill: #3b5998;
}
.m-masthead__social-anchor--linkedin:hover svg {
  fill: #007bb6;
}
.m-masthead__social-anchor--mail:hover svg {
  fill: #ed6757;
}
.m-masthead__social-anchor:hover {
  background: white;
}
.m-masthead__social-anchor .e-icon {
  width: 14px;
  height: 14px;
  position: relative;
  top: 10px;
}
.m-masthead__social-anchor .e-icon svg {
  fill: white;
}
.m-masthead__social-anchor .e-icon--mail {
  top: 11px;
}
.m-masthead__social-anchor .e-icon--cross {
  fill: #ed6757;
  display: none;
}
.m-masthead__social-search {
  float: left;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  height: 35px;
  width: 55px;
  position: relative;
  margin: 0px 12px 0px 0px;
}
.m-masthead__search-button {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 125ms ease;
}
.m-masthead__search-button .e-icon--cross {
  display: none;
}
.m-masthead__search-button:hover {
  background-color: #fff;
  cursor: pointer;
}
.m-masthead__search-button:hover svg {
  fill: #ed6757;
}
.m-masthead__search-button svg {
  width: 14px;
  height: 14px;
  transition: fill 125ms ease;
}
.m-masthead__search-button:focus {
  outline: none;
}
.m-masthead__channel {
  color: white;
  font-size: 12px;
  position: relative;
  padding: 4px 0 0 20px;
  margin: 0 0 0 -10px;
  font-family: "Simplon BP", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 320px) {
  .m-masthead__channel {
    display: none;
  }
}
.m-masthead__channel:before {
  content: "/";
  font-size: 32px;
  position: absolute;
  left: 0px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .m-masthead__channel {
    font-size: 22px;
    width: auto;
  }
}
.m-masthead__accounts {
  display: none;
}
@media (min-width: 1150px) {
  .m-masthead__accounts {
    display: block;
  }
}
.m-masthead__accounts-login {
  height: 100%;
  margin-left: 15px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  border-left: 1px solid #cccccc;
}
.m-masthead__accounts-profile {
  margin-left: 15px;
  padding-left: 5px;
  border-left: 1px solid #cccccc;
  position: relative;
}
.m-masthead__accounts-profile:hover > ul {
  width: 200px;
  right: 0;
  display: block;
}
.m-masthead__accounts-profile:hover > a {
  background: transparent;
  color: #ed6757;
}
.m-masthead__accounts-profile:hover > a svg {
  fill: #ed6757;
}
.m-masthead__accounts-profile > a {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.m-masthead__accounts-profile > a svg {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  fill: white;
  transition: 125ms fill ease;
}
.m-masthead__accounts-profile > a.long-name:after {
  content: "" !important;
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(34, 34, 34, 0) 0%, #222222 100%);
  z-index: 10;
}
.m-masthead__button {
  height: 24px;
  padding: 0 12px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Simplon BP", sans-serif;
  color: white;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 125ms ease, color 125ms ease;
}
.m-masthead__button:last-child {
  margin-right: 0;
}
.m-masthead__button.register {
  background: #ed6657;
}
.m-masthead__button.register:hover {
  background: #e83c2a;
}
.m-masthead__button.login {
  border: 1px solid white;
}
.m-masthead__button.login:hover {
  color: #222;
  background: white;
}

.m-menu-item-dropdown {
  display: none;
  position: absolute;
  background-color: #222;
  z-index: 2;
  padding: 16px 20px 26px 20px;
  width: 190px;
}
.m-menu-item-dropdown a {
  text-align: left;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  width: 100%;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  font-family: "Simplon BP", sans-serif;
}
.m-menu-item-dropdown a:hover {
  background-color: transparent;
  cursor: pointer;
  color: #ed6757;
}
.m-menu-item-dropdown a:hover svg {
  fill: #ed6757;
}
.m-menu-item-dropdown a svg {
  margin-right: 8px;
  fill: white;
  transition: fill 125ms;
}

@media (min-width: 970px) {
  .m-main-nav {
    margin: 36px 0 0 0;
  }
}
.m-main-nav--emerce-tv {
  display: none;
}
@media (min-width: 1150px) {
  .m-main-nav--emerce-tv {
    display: block;
  }
}
@media (min-width: 1280px) {
  .m-main-nav--emerce-tv .m-main-nav__item--logo {
    margin-right: 30px;
  }
}
.m-main-nav__list {
  display: none;
}
@media (min-width: 970px) {
  .m-main-nav__list {
    display: block;
    width: 100%;
    position: relative;
  }
  .m-main-nav__list:after {
    content: "";
    clear: both;
    display: table;
  }
  .m-main-nav__list:before {
    content: "";
    width: calc(100% - 142px);
    position: absolute;
    right: 0;
    height: 1px;
    background-color: black;
    top: calc(100% - 2px);
  }
}
@media (min-width: 1280px) {
  .m-main-nav__list:before {
    width: calc(100% - 162px);
  }
}
.m-main-nav__list:after {
  content: "";
  display: table;
  clear: both;
}
.m-main-nav__list--flex-version {
  display: flex;
  align-items: center;
}
.m-main-nav__item {
  height: 44px;
  display: flex;
  position: relative;
  float: left;
  top: -1px;
}
.m-main-nav__item--logo {
  width: 132px;
  height: 44px;
  margin: 0 10px 0 0;
  border-bottom: none;
}
@media (min-width: 1366px) {
  .m-main-nav__item--logo {
    margin: 0 30px 0 0;
  }
}
.m-main-nav__item--logo a {
  padding: 0;
  position: relative;
}
.m-main-nav__item--logo img {
  width: 100%;
  height: 44px;
  position: relative;
  z-index: 7;
}
.m-main-nav__item--channel-logo {
  width: 148px;
}
.m-main-nav__item--channel-logo img {
  width: 100%;
  height: 44px;
}
.m-main-nav__item--channel-logo a {
  float: left;
  display: inline-block;
}
.m-main-nav__item--all-channels {
  float: right;
}
.m-main-nav__item--emerce-tv {
  margin-right: auto;
}
.m-main-nav__item--emerce-tv a {
  font-family: "Simplon BP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.m-main-nav__anchor {
  color: black;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-family: "Simplon BP", sans-serif;
  font-size: 11px;
  text-align: center;
  transition: 175ms ease;
  transition-property: color, background;
  padding: 0 20px;
}
@media (min-width: 1366px) {
  .m-main-nav__anchor {
    font-size: 14px;
  }
}
.m-main-nav__anchor:hover {
  color: white;
}
.m-main-nav__anchor.all-channels {
  position: relative;
  padding: 0 20px 0;
}
.m-main-nav__anchor.all-channels .e-icon {
  width: 10px;
  height: 10px;
  top: 8px;
  position: absolute;
  right: 5px;
  fill: #222222;
  margin: 7px 0 0 0;
}
@media (min-width: 1280px) {
  .m-main-nav__anchor.all-channels .e-icon {
    top: 10px;
  }
}
.m-main-nav__anchor.all-channels:hover {
  color: #ed6757;
}
.m-main-nav__anchor.all-channels:hover .e-icon {
  fill: #ed6757;
}
.m-main-nav--channel-detail {
  display: none;
}
@media (min-width: 970px) {
  .m-main-nav--channel-detail {
    display: block;
  }
}
.m-main-nav--channel-detail .m-main-nav__list {
  display: block;
}
.m-main-nav--channel-detail .m-main-nav__item {
  border-bottom: 0;
}
.m-main-nav--channel-detail .m-main-nav__item--all-channels {
  width: 140px;
  display: flex;
  justify-content: end;
}
@media (min-width: 1280px) {
  .m-main-nav--channel-detail .m-main-nav__item--all-channels {
    width: 180px;
  }
}
.m-main-nav--channel-detail .m-main-nav__channel-name {
  position: absolute;
  line-height: 44px;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  min-width: 500px;
  text-transform: uppercase;
  padding: 0 0 0 14px;
  color: #1f75ce;
}
@media (min-width: 1280px) {
  .m-main-nav--channel-detail .m-main-nav__channel-name {
    width: 600px;
  }
}
.m-main-nav--knowledge-base .m-knowledge-search {
  display: none;
}
@media (min-width: 970px) {
  .m-main-nav--knowledge-base .m-knowledge-search {
    display: block;
  }
  .m-main-nav--knowledge-base .m-main-nav__list {
    display: inline-block;
    width: auto;
  }
}

.m-mobile-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100vh;
  width: 220px;
  background-color: #222;
  z-index: 9;
  transform: translateX(220px);
  transition: transform 175ms ease;
  overflow: scroll;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  .m-mobile-nav {
    transform: translateX(300px);
    width: 300px;
  }
}
.m-mobile-nav__social-list {
  border-bottom: 1px solid #393939;
}
.m-mobile-nav__social-list:after {
  content: "";
  display: table;
  clear: both;
}
.m-mobile-nav__social-list .e-icon {
  width: 14px;
  height: 14px;
}
.m-mobile-nav__social-item {
  float: left;
  width: 44px;
  height: 44px;
  text-align: center;
  border-left: 1px solid #393939;
}
.m-mobile-nav__social-item:first-child {
  border-left: 1px solid transparent;
}
@media (min-width: 768px) {
  .m-mobile-nav__social-item {
    width: 50px;
    height: 60px;
  }
}
.m-mobile-nav__social-anchor {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .m-mobile-nav__social-anchor {
    height: 60px;
  }
}
.m-mobile-nav__content {
  padding: 0px 14px 100px 14px;
}
.m-mobile-nav__list {
  padding: 0px 0px 40px 0px;
  border-bottom: 1px solid #393939;
}
.m-mobile-nav__channels {
  padding: 40px 0;
}
.m-mobile-nav__item {
  margin: 0px 0px 5px 0px;
}
.m-mobile-nav__anchor {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 10px;
  display: block;
  font-family: "Simplon BP", sans-serif;
}
.m-mobile-nav__channel-type {
  width: 26px;
  height: 14px;
  display: inline-block;
  margin: 0px 20px 0px 0px;
  background-color: #cb0003;
}
.m-mobile-nav__channel-type.ecommerce {
  background-color: #2f97c7;
}
.m-mobile-nav__channel-type.marketing {
  background-color: #77c658;
}
.m-mobile-nav__channel-type.venture {
  background-color: #6c6cd8;
}
.m-mobile-nav__channel-type.media {
  background-color: #e9ca4e;
}
.m-mobile-nav__channel-type.tech {
  background-color: #f48554;
}
.m-mobile-nav__channel-type.innovatie {
  background-color: #36bbb9;
}
.m-mobile-nav__channel-type.all-channels {
  border: 2px solid white;
  background: transparent;
}
.m-mobile-nav__title {
  font-size: 16px;
  color: #494949;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .m-mobile-nav__title {
    font-size: 19px;
  }
}
.m-mobile-nav__sub-list {
  padding: 40px 0px 30px 0px;
}
.m-mobile-nav__sub-item {
  margin: 0px 0px 5px 0px;
}
.m-mobile-nav__sub-anchor {
  color: #fff;
  display: block;
  line-height: 1;
  padding: 10px;
  font-family: "Simplon BP", sans-serif;
}
.m-mobile-nav__accounts {
  padding: 26px 0 40px;
  border-bottom: 1px solid #393939;
}
.m-mobile-nav__accounts .m-masthead__button {
  width: 100%;
  margin-bottom: 10px;
}
.m-mobile-nav__accounts .m-masthead__button:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .m-mobile-nav__accounts .m-masthead__button {
    width: auto;
    margin-bottom: 0;
  }
}
.m-mobile-nav__accounts .m-masthead__button.register {
  height: 36px;
}
.m-mobile-nav__accounts .m-masthead__button.login {
  height: 36px;
}
.m-mobile-nav__accounts .m-mobile-nav__title {
  display: flex;
  align-items: center;
}
.m-mobile-nav__accounts .m-mobile-nav__title svg {
  margin-right: 20px;
  fill: #494949;
}
.m-mobile-nav__accounts li {
  margin-bottom: 10px;
}
.m-mobile-nav__accounts li:last-child {
  margin-bottom: 0;
}
.m-mobile-nav__accounts li a:not([class]) {
  display: flex;
  align-items: center;
  font-family: "Simplon BP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}
@media (min-width: 768px) {
  .m-mobile-nav__accounts li a:not([class]) {
    font-size: 14px;
  }
}
.m-mobile-nav__accounts li a:not([class]) svg {
  fill: white;
  margin-right: 20px;
}

.m-main-nav-dropdown {
  background: white;
  position: absolute;
  height: 420px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 50;
}
.m-main-nav-dropdown__regular, .m-main-nav-dropdown__all-channels {
  display: none;
}
.m-main-nav-dropdown__row {
  position: relative;
  left: -15px;
  display: block;
  width: calc(100% + 30px);
}
.m-main-nav-dropdown__row:after {
  content: "";
  clear: both;
  display: table;
}
.m-main-nav-dropdown__content {
  width: 33.3333333333%;
  display: block;
  float: left;
  position: relative;
  padding: 0px 15px;
}
.m-main-nav-dropdown__channel-link {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  border-top: 1px solid #222;
  text-align: right;
  color: #ed6757;
  font-size: 14px;
  padding: 5px 0px 0px 0px;
  transition: color 125ms ease;
  font-family: "Simplon BP", sans-serif;
}
.m-main-nav-dropdown__channel-link span {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-left: 3px;
}
.m-main-nav-dropdown__channel-link:hover {
  opacity: 0.7;
}
@media (min-width: 970px) {
  .m-main-nav-dropdown {
    padding: 30px 0px;
  }
}

.m-all-channels-dropdown {
  background: white;
  position: absolute;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 7;
}
.m-all-channels-dropdown__row {
  margin: 0px -15px;
  display: block;
  width: 100%;
}
.m-all-channels-dropdown__content {
  width: 33%;
  display: block;
  float: left;
  position: relative;
  padding: 0px 15px;
}
@media (min-width: 970px) {
  .m-all-channels-dropdown {
    padding: 30px 0px;
  }
}
.m-all-channels-dropdown:after {
  content: "";
  clear: both;
  display: table;
}

.m-channel-trending-article {
  position: relative;
}
.m-channel-trending-article a {
  display: block;
  color: #222;
}
.m-channel-trending-article__image-wrap {
  padding: 0px 0px 56.25% 0px;
  width: 100%;
  position: relative;
}
.m-channel-trending-article__image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.m-channel-trending-article__date {
  color: #222;
  font-size: 12px;
  margin: 10px 0px 5px;
  display: block;
}
.m-channel-trending-article__title {
  font-size: 16px;
}
.m-channel-trending-article:hover .m-channel-trending-article__title {
  text-decoration: underline;
}

.m-channel-news-article {
  border-bottom: 1px solid #222;
  padding: 10px 0px;
}
.m-channel-news-article a {
  color: #222;
}
.m-channel-news-article:first-of-type {
  padding: 0px 0px 10px 0px;
}
.m-channel-news-article:last-of-type {
  border-bottom: none;
}
.m-channel-news-article__anchor:hover h2 {
  text-decoration: underline;
}
.m-channel-news-article__image-wrap {
  width: 33%;
  height: 80px;
  position: relative;
  float: left;
}
.m-channel-news-article__image {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.m-channel-news-article__content {
  padding: 0px 10px;
  width: 66%;
  float: left;
}
.m-channel-news-article__date {
  color: #222;
  font-size: 12px;
}
.m-channel-news-article__title {
  font-size: 14px;
  margin: 5px 0px 0px 0px;
}
.m-channel-news-article:after {
  content: "";
  display: table;
  clear: both;
}

.m-channel-author-article {
  padding: 10px 0px;
  border-bottom: 1px solid #222;
}
.m-channel-author-article a {
  color: #222;
}
.m-channel-author-article:first-of-type {
  padding: 0px 0px 10px 0px;
}
.m-channel-author-article:last-of-type {
  border-bottom: none;
}
.m-channel-author-article__image-wrap {
  width: 80px;
  height: 80px;
  float: left;
  position: relative;
}
.m-channel-author-article__image {
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.m-channel-author-article__content {
  float: left;
  width: 66%;
  padding: 0px 10px;
}
.m-channel-author-article__title {
  font-size: 12px;
  margin: 2px 0px 0px 0px;
}
.m-channel-author-article__author-name {
  display: block;
  font-size: 12px;
  margin: 8px 0px 5px 0px;
}
.m-channel-author-article__author-company {
  display: block;
  font-size: 12px;
  color: #cb0003;
}
.m-channel-author-article:after {
  content: "";
  clear: both;
  display: table;
}

.m-all-channels-dropdown-list {
  float: left;
  width: 25%;
  display: block;
  margin: 0px 0px 40px 0px;
}
.m-all-channels-dropdown-list__item:first-of-type {
  line-height: 22px;
  font-weight: bold;
  margin: 0px 0px 0px;
}
.m-all-channels-dropdown-list__item:first-of-type a, .m-all-channels-dropdown-list__item:first-of-type span {
  font-size: 18px;
}
.m-all-channels-dropdown-list__item:first-of-type a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.m-all-channels-dropdown-list__item:first-of-type a:hover {
  color: #C72E29;
  text-decoration: none;
}
.m-all-channels-dropdown-list__item:first-of-type a:hover:after {
  color: #C72E29;
}
.m-all-channels-dropdown-list__item:first-of-type a:after {
  content: "›";
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Simplon BP", sans-serif;
  font-size: 28px;
  line-height: 25px;
}
.m-all-channels-dropdown-list__item a, .m-all-channels-dropdown-list__item span {
  color: #222;
  font-family: "Simplon BP", sans-serif;
  font-size: 14px;
  line-height: 28px;
}
.m-all-channels-dropdown-list__item a:hover {
  color: #C72E29;
  text-decoration: underline;
}

.m-search-container {
  background-color: #222;
  z-index: 10;
  position: relative;
  display: none;
}
@media (min-width: 970px) {
  .m-search-container {
    background: white;
  }
}
.m-search-container:after {
  content: "";
  display: table;
  clear: both;
}
.m-search-container #s {
  font-size: 21px;
  border: 0;
  background: #eee;
  border: none;
  padding: 8px 16px;
  margin: 0;
  width: 100%;
  float: left;
  position: relative;
}
@media (min-width: 970px) {
  .m-search-container #s {
    width: 595px;
    height: 44px;
    line-height: 44px;
  }
}
@media (min-width: 1280px) {
  .m-search-container #s {
    width: 915px;
  }
}
@media (min-width: 1366px) {
  .m-search-container #s {
    width: 1095px;
  }
}
@media (min-width: 1420px) {
  .m-search-container #s {
    width: 1145px;
  }
}
.m-search-container__btn {
  display: none;
  text-transform: uppercase;
  width: 100px;
  font-weight: 600;
  font-size: 14px;
  background: white;
  border: solid 2px #2075ce;
  color: #2075ce;
  padding: 0;
  height: 44px;
  cursor: pointer;
  margin: 0;
  float: right;
}
@media (min-width: 768px) {
  .m-search-container__btn {
    display: block;
  }
}
.m-search-container__btn:hover {
  background: #2075ce;
  color: white;
}
.m-search-container__image {
  display: none;
}
@media (min-width: 970px) {
  .m-search-container__image {
    display: inline;
    max-width: 145px;
    height: 44px;
    float: left;
  }
  .m-search-container__image img {
    height: 44px;
    width: 145px;
  }
}

.m-search-results {
  min-height: 75vh;
}
.m-search-results__results {
  display: flex;
}
@media (min-width: 970px) {
  .m-search-results__main {
    padding: 0 80px 0 40px;
    width: 670px;
  }
}
@media (min-width: 1280px) {
  .m-search-results__main {
    width: 770px;
  }
}
@media (min-width: 1366px) {
  .m-search-results__main {
    width: 950px;
  }
}
@media (min-width: 1420px) {
  .m-search-results__main {
    width: 1000px;
  }
}
.m-search-results__aside {
  width: 200px;
  display: none;
}
@media (min-width: 768px) {
  .m-search-results__aside {
    display: block;
  }
}
.m-search-results__aside__header {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 20px 16px 10px 0;
  padding: 0 0 10px 0;
  color: #212121;
  border-bottom: solid 1px #212121;
}
.m-search-results__aside .wp-block-elasticpress-facet .facet-search,
.m-search-results__aside .widget_ep-facet .facet-search {
  border: solid 1px #dedede;
  line-height: 24px;
  padding: 2px 5px;
}
.m-search-results__aside .wp-block-elasticpress-facet .facet-search:focus,
.m-search-results__aside .widget_ep-facet .facet-search:focus {
  border-color: #000;
}
.m-search-results__aside .wp-block-elasticpress-facet .inner,
.m-search-results__aside .widget_ep-facet .inner {
  max-height: 50vh !important;
  overflow: scroll;
  border-bottom: solid 1px #f1f1f1;
}
.m-search-results__aside .wp-block-elasticpress-facet .term,
.m-search-results__aside .widget_ep-facet .term {
  line-height: 24px;
}
.m-search-results__aside .wp-block-elasticpress-facet .term a,
.m-search-results__aside .widget_ep-facet .term a {
  color: #212121;
  font-size: 14px;
}
.m-search-results__form {
  display: flex;
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  .m-search-results__form {
    margin: 0 0 20px 0;
  }
}
.m-search-results__form__input {
  height: 44px;
  background-color: #F4F4F6;
  display: block;
  width: 100%;
  border: none;
  line-height: 44px;
  padding: 0 16px;
}
.m-search-results__form__btn {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1F75CE;
  cursor: pointer;
}
.m-search-results__form__btn svg {
  height: 18px;
  width: 18px;
  fill: white;
  position: relative;
  top: 1px;
}
.m-search-results__intro {
  padding: 30px 0 20px;
}
@media (min-width: 768px) {
  .m-search-results__intro {
    padding: 50px 0 20px;
  }
}
@media (min-width: 970px) {
  .m-search-results__intro {
    width: 790px;
  }
}
@media (min-width: 1280px) {
  .m-search-results__intro {
    width: 890px;
  }
}
@media (min-width: 1366px) {
  .m-search-results__intro {
    width: 1070px;
  }
}
@media (min-width: 1420px) {
  .m-search-results__intro {
    width: 1120px;
  }
}
.m-search-results__info p {
  color: #888;
  font-size: 12px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .m-search-results__info p {
    font-size: 14px;
  }
}
.m-search-results__info--no-results {
  margin-top: 40px;
}
.m-search-results__info--no-results__title {
  margin-bottom: 20px;
}
.m-search-results__info__link {
  margin-top: 40px;
}
.m-search-results__info__link a {
  color: #cb0003;
}
.m-search-results__item {
  display: flex;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 10px;
  padding: 10px 0 20px 0;
}
@media (min-width: 768px) {
  .m-search-results__item {
    border-bottom: none;
    padding: 20px;
  }
  .m-search-results__item:hover {
    background: #f7f7f7;
  }
}
.m-search-results__item__content {
  width: 100%;
}
@media (min-width: 768px) {
  .m-search-results__item__content {
    width: calc(100% - 113px);
  }
}
.m-search-results__item .ep-highlight {
  font-weight: bold;
  color: #333;
  font-style: normal;
}
.m-search-results__item__image {
  display: none;
  width: 113px;
  height: 113px;
  margin: 30px 0 0 30px;
}
@media (min-width: 768px) {
  .m-search-results__item__image {
    display: block;
  }
}
.m-search-results__item__header {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 7px;
  color: #222;
}
@media (min-width: 768px) {
  .m-search-results__item__header {
    font-size: 20px;
  }
}
.m-search-results__item__excerpt p {
  line-height: 1.6;
  color: #555;
  font-size: 13px;
}
@media (min-width: 768px) {
  .m-search-results__item__excerpt p {
    font-size: 14px;
  }
}
.m-search-results__item__author {
  display: flex;
  align-items: center;
  margin: 10px 30px 0 0;
  color: #aaa;
  font-size: 13px;
}
.m-search-results__item__author__image {
  width: 25px;
  height: 25px;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  border-radius: 50% 50%;
}
.m-search-results__item__meta {
  display: flex;
  margin-bottom: 10px;
  color: #aaa;
  font-size: 10px;
  align-items: center;
}
@media (min-width: 768px) {
  .m-search-results__item__meta {
    font-size: 12px;
  }
}
.m-search-results__item__meta__type {
  text-transform: uppercase;
  margin-right: 10px;
  padding-right: 10px;
  border-right: solid 1px #e1e1e1;
}
.m-search-results__item__meta__channel {
  text-transform: uppercase;
  margin-right: 10px;
  padding-right: 10px;
  border-right: solid 1px #e1e1e1;
}
.m-search-results__item__meta__date {
  margin-right: 30px;
}
.m-search-results__pagination {
  padding: 50px 0 80px 0;
}
.m-page-lead {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.m-page-lead:hover .m-page-lead__image {
  transform: scale(1.2);
}
@media (min-width: 768px) {
  .m-page-lead {
    display: block;
    height: 280px;
    width: 100%;
  }
}
@media (min-width: 970px) {
  .m-page-lead {
    height: 280px;
    width: 730px;
  }
}
@media (min-width: 1280px) {
  .m-page-lead {
    margin-right: 15px;
    height: 350px;
    width: 940px;
  }
}
@media (min-width: 1366px) {
  .m-page-lead {
    margin-right: 10px;
    width: 1130px;
  }
}
@media (min-width: 1420px) {
  .m-page-lead {
    margin-right: 15px;
    width: 1170px;
  }
}
.m-page-lead > a {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.m-page-lead__image {
  transition: 2s transform ease-out;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-page-lead__title {
  margin: 0;
  color: white;
  font-weight: 700;
  max-width: 560px;
  font-size: 22px;
  line-height: 28px;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .m-page-lead__title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 970px) {
  .m-page-lead__title {
    font-size: 36px;
    line-height: 42px;
  }
}
.m-page-lead__sub-title {
  margin: 0;
  color: white;
  font-weight: 700;
  font-size: 12px;
  max-width: 560px;
  margin: 0px 0px 10px 0px;
}
@media (min-width: 768px) {
  .m-page-lead__sub-title {
    font-size: 14px;
    line-height: 15px;
  }
}
@media (min-width: 970px) {
  .m-page-lead__sub-title {
    font-size: 14px;
    line-height: 15px;
  }
}
.m-page-lead__content {
  z-index: 1;
  padding: 40px 20px;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 970px) {
  .m-page-lead__content {
    padding: 50px 30px;
  }
}
.m-page-lead__content:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.m-page-lead-medium {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.m-page-lead-medium:after {
  content: "";
  clear: with;
  display: table;
}
.m-page-lead-medium:hover .m-page-lead-medium__image {
  transform: scale(1.2);
}
@media (min-width: 768px) {
  .m-page-lead-medium {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (min-width: 970px) {
  .m-page-lead-medium {
    height: auto;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1280px) {
  .m-page-lead-medium {
    margin: 0px 15px 0px 0px;
  }
}
@media (min-width: 1366px) {
  .m-page-lead-medium {
    margin: 0px 10px 0px 0px;
  }
}
@media (min-width: 1420px) {
  .m-page-lead-medium {
    margin: 0px 15px 0px 0px;
  }
}
.m-page-lead-medium__anchor {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.m-page-lead-medium__image {
  transition: 2s transform ease-out;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-page-lead-medium__title {
  margin: 0;
  color: white;
  font-weight: 700;
  max-width: 560px;
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .m-page-lead-medium__title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 970px) {
  .m-page-lead-medium__title {
    font-size: 36px;
    line-height: 42px;
  }
}
.m-page-lead-medium__sub-title {
  margin: 0;
  color: white;
  font-weight: 700;
  max-width: 560px;
  margin: 0px 0px 10px 0px;
}
@media (min-width: 768px) {
  .m-page-lead-medium__sub-title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (min-width: 970px) {
  .m-page-lead-medium__sub-title {
    font-size: 12px;
    line-height: 15px;
  }
}
.m-page-lead-medium__content-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  height: 180px;
  float: left;
  overflow: hidden;
  margin: 0px 0px 24px 0px;
}
@media (min-width: 768px) {
  .m-page-lead-medium__content-wrap {
    height: 280px;
    margin: 0px 0px 34px 0px;
  }
}
@media (min-width: 970px) {
  .m-page-lead-medium__content-wrap {
    width: 700px;
    height: 280px;
  }
}
@media (min-width: 1280px) {
  .m-page-lead-medium__content-wrap {
    width: 940px;
    height: 350px;
  }
}
@media (min-width: 1366px) {
  .m-page-lead-medium__content-wrap {
    width: 1070px;
  }
}
.m-page-lead-medium__content {
  z-index: 1;
  padding: 40px 20px;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 970px) {
  .m-page-lead-medium__content {
    padding: 50px 30px;
  }
}
.m-page-lead-medium__content:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.m-page-lead-medium__aside {
  width: 100%;
  margin: 0 0 40px;
  border-bottom: 1px solid #222222;
}
@media (min-width: 768px) {
  .m-page-lead-medium__aside {
    width: 340px;
    flex-grow: 1;
  }
}
@media (min-width: 970px) {
  .m-page-lead-medium__aside {
    margin: 0px 0px 0px 20px;
    width: 200px;
  }
}
@media (min-width: 1280px) {
  .m-page-lead-medium__aside {
    margin: 0px 0px 0px 30px;
    width: 330px;
  }
}
@media (min-width: 1366px) {
  .m-page-lead-medium__aside {
    margin: 0px 0px 0px 20px;
    width: 300px;
  }
}
@media (min-width: 1420px) {
  .m-page-lead-medium__aside {
    margin: 0px 0px 0px 30px;
  }
}
.m-page-lead-medium__aside p {
  font-size: 14px;
  line-height: 22px;
  margin: 0px 0px 12px 0px;
  display: block;
}
.m-page-lead-medium__aside p:first-of-type {
  margin: 20px 0px 12px 0px;
}
.m-page-lead-medium__aside p a {
  color: #cb0003;
}
.m-page-lead-medium__aside p a:hover {
  opacity: 0.8;
}

.m-page-lead-small {
  position: relative;
  overflow: hidden;
}
.m-page-lead-small:hover .m-page-lead-small__image {
  transform: scale(1.2);
}
.m-page-lead-small__anchor {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.m-page-lead-small__image {
  transition: 2s transform ease-out;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-page-lead-small__title {
  margin: 0;
  color: white;
  font-weight: 700;
  max-width: 560px;
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .m-page-lead-small__title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 970px) {
  .m-page-lead-small__title {
    font-size: 36px;
    line-height: 42px;
  }
}
.m-page-lead-small__sub-title {
  margin: 0;
  color: white;
  font-weight: 700;
  max-width: 560px;
  margin: 0px 0px 10px 0px;
}
@media (min-width: 768px) {
  .m-page-lead-small__sub-title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (min-width: 970px) {
  .m-page-lead-small__sub-title {
    font-size: 12px;
    line-height: 15px;
  }
}
.m-page-lead-small__content-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  height: 180px;
  float: left;
  overflow: hidden;
  margin: 0px 0px 24px 0px;
}
@media (min-width: 768px) {
  .m-page-lead-small__content-wrap {
    height: 280px;
    margin: 0px 0px 34px 0;
  }
}
@media (min-width: 970px) {
  .m-page-lead-small__content-wrap {
    min-width: 100%;
    width: 700px;
    height: 280px;
  }
}
@media (min-width: 1280px) {
  .m-page-lead-small__content-wrap {
    width: 850px;
    height: 350px;
  }
}
@media (min-width: 1366px) {
  .m-page-lead-small__content-wrap {
    width: 1040px;
  }
}
@media (min-width: 1420px) {
  .m-page-lead-small__content-wrap {
    width: 1080px;
  }
}
.m-page-lead-small__content {
  z-index: 1;
  padding: 40px 20px;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 970px) {
  .m-page-lead-small__content {
    padding: 50px 30px;
  }
}
.m-page-lead-small__content:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.m-page-lead-small__aside {
  width: 100%;
  margin: 0 0 40px;
  border-bottom: 1px solid #222222;
}
@media (min-width: 768px) {
  .m-page-lead-small__aside {
    width: 340px;
    flex-grow: 1;
  }
}
@media (min-width: 970px) {
  .m-page-lead-small__aside {
    margin: 0px 0px 0px 20px;
    width: 200px;
  }
}
@media (min-width: 1280px) {
  .m-page-lead-small__aside {
    margin: 0px 0px 0px 30px;
    width: 330px;
  }
}
@media (min-width: 1366px) {
  .m-page-lead-small__aside {
    margin: 0px 0px 0px 20px;
    width: 300px;
  }
}
@media (min-width: 1420px) {
  .m-page-lead-small__aside {
    margin: 0px 0px 0px 30px;
  }
}
.m-page-lead-small__aside p {
  font-size: 14px;
  line-height: 22px;
  margin: 0px 0px 12px 0px;
  display: block;
}
.m-page-lead-small__aside p:first-of-type {
  margin: 20px 0px 12px 0px;
}
.m-page-lead-small__aside p a {
  color: #cb0003;
}
.m-page-lead-small__aside p a:hover {
  opacity: 0.8;
}

.m-pagination {
  display: block;
  width: 100%;
  margin-bottom: 100px;
  clear: both;
  font-family: "Simplon BP", sans-serif;
}
.m-pagination .page-numbers {
  display: none;
  color: #cb0003;
  border: 1px solid #ebebeb;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: 125ms ease;
  transition-property: background, color;
  font-size: 14px;
}
@media (min-width: 768px) {
  .m-pagination .page-numbers {
    display: block;
    float: left;
    margin: 0 6px 0 0;
  }
  .m-pagination .page-numbers:last-of-type {
    margin: 0;
  }
}
.m-pagination .page-numbers--text {
  width: auto;
  padding: 0px 14px;
  line-height: 38px;
}
.m-pagination .page-numbers--text span {
  position: relative;
  top: -1px;
}
.m-pagination .page-numbers.dots {
  border: 1px solid transparent;
  color: #222;
  pointer-events: none;
}
.m-pagination .page-numbers.next, .m-pagination .page-numbers.prev {
  display: inline-block;
  width: auto;
  padding: 0 17px;
}
.m-pagination .page-numbers.current {
  background-color: #ebebeb;
  color: #222;
  pointer-events: none;
}
.m-pagination .page-numbers:hover {
  background-color: #ebebeb;
  color: #222;
}

.m-breadcrumbs {
  font-family: "Simplon BP", sans-serif;
}
.m-breadcrumbs__list {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m-breadcrumbs__list:after {
  content: "";
  clear: both;
  display: table;
}
.m-breadcrumbs__item {
  display: inline-block;
}
.m-breadcrumbs__item:last-child span {
  color: #888;
  pointer-events: none;
}
.m-breadcrumbs__item:last-child:after {
  display: none;
}
.m-breadcrumbs__item:after {
  content: "/";
  position: relative;
  top: 2px;
  color: #777;
  margin: 0px 4px 0px 0px;
}
.m-breadcrumbs__anchor {
  color: #222;
  font-size: 14px;
  transition: opacity 125ms ease;
}
@media (min-width: 970px) {
  .m-breadcrumbs__anchor {
    font-size: 12px;
  }
}
.m-breadcrumbs__anchor:hover {
  opacity: 0.7;
}

.m-news-story {
  display: none;
  transition: background 125ms ease;
}
@media (min-width: 768px) {
  .m-news-story {
    display: block;
    border-bottom: 1px solid #000;
    margin: 30px 0px;
  }
  .m-news-story:first-of-type {
    margin: 0px 0px 30px 0px;
  }
}
.m-news-story__image-wrap {
  height: 180px;
  width: 100%;
  position: relative;
}
@media (min-width: 970px) {
  .m-news-story__image-wrap {
    height: 160px;
  }
}
@media (min-width: 1280px) {
  .m-news-story__image-wrap {
    height: 180px;
  }
}
.m-news-story__image {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.m-news-story__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: opacity 125ms ease;
  opacity: 0;
}
.m-news-story__content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 35px;
}
.m-news-story__content .m-vertical-share {
  float: right;
  background: transparent;
}
.m-news-story__content:after {
  content: "";
  display: table;
  clear: both;
}
.m-news-story__date {
  font-family: "Simplon BP", sans-serif;
  line-height: 35px;
  font-size: 12px;
  color: #a7a8a8;
  padding: 0px 0px 0px 10px;
}
.m-news-story__title {
  padding: 10px 0 20px 0px;
  font-size: 18px;
  line-height: 1.3;
}
.m-news-story__anchor {
  display: block;
  color: #222;
}
.m-news-story__channel {
  height: 100%;
  display: inline-block;
  line-height: 36px;
  color: white;
  padding: 0px 8px 0px 8px;
  font-size: 10px;
  font-family: "Simplon BP", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: opacity 125ms ease;
  white-space: nowrap;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.m-news-story__channel:hover {
  opacity: 0.7;
  cursor: pointer;
}
.m-news-story__channel.ecommerce {
  background-color: #2f97c7;
}
.m-news-story__channel.marketing {
  background-color: #77c658;
}
.m-news-story__channel.venture {
  background-color: #6c6cd8;
}
.m-news-story__channel.media {
  background-color: #e9ca4e;
}
.m-news-story__channel.tech {
  background-color: #f48554;
}
.m-news-story__channel.innovatie {
  background-color: #36bbb9;
}
.m-news-story:hover .m-news-story__image:before {
  opacity: 1;
}
.m-news-story:hover .m-news-story__title {
  background: #f7f7f7;
}

.m-new-article {
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #333;
  transition: background 125ms cubic-bezier(0.25, 0.6, 0.35, 1);
}
.m-new-article:hover {
  background-color: #f7f7f7;
}
.m-new-article:last-of-type {
  border-bottom: 0;
}
.m-new-article__anchor {
  color: #222;
  display: block;
  width: 100%;
}
.m-new-article__anchor:after {
  content: "";
  clear: both;
  display: table;
}
.m-new-article__content-wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.m-new-article__image-wrap {
  width: 200px;
  position: relative;
  float: left;
  display: none;
}
@media (min-width: 1280px) {
  .m-new-article__image-wrap {
    width: calc(50% - 10px);
    height: 260px;
    display: block;
  }
}
.m-new-article__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.m-new-article__content {
  width: 100%;
  float: left;
  padding: 0px 0px 0px 0px;
}
@media (min-width: 1280px) {
  .m-new-article__content {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 20px;
  }
}
.m-new-article__title {
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 24px;
  padding: 0px 0px 0px 10px;
  color: #333;
}
.m-new-article__title_link {
  color: #000;
}
.m-new-article__info {
  padding: 16px 10px;
  text-decoration: none;
  color: #222;
  display: block;
}
.m-new-article__bottom-content {
  margin-top: auto;
  position: relative;
  border: 1px solid #E9E9E9;
  height: 60px;
  line-height: 60px;
  padding: 0px 0px 0px 10px;
  color: #777777;
  font-size: 12px;
  letter-spacing: -0.2px;
  font-family: "Simplon BP", sans-serif;
}
@media (min-width: 1280px) {
  .m-new-article__bottom-content {
    padding: 0px 0px 0px 20px;
  }
}
.m-new-article__bottom-content time {
  position: relative;
  top: -2px;
}
.m-new-article__bottom-content:after {
  content: "";
  height: 60px;
  width: 1px;
  background-color: #E9E9E9;
  position: absolute;
  right: 100px;
  top: 0px;
}
.m-new-article__bottom-content .m-vertical-share {
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 60px;
  width: 100px;
  line-height: 60px;
}
.m-new-article__bottom-content .m-vertical-share:hover .m-vertical-share__list {
  bottom: 60px !important;
}
.m-new-article__bottom-content .m-vertical-share__list {
  bottom: 55px !important;
}
.m-new-article__channel {
  display: inline-block;
  width: auto;
  font-size: 10px;
  height: 35px;
  line-height: 35px;
  padding: 0 8px;
  background: #1F75CE;
  color: white;
  align-self: flex-start;
  margin: 0 0 10px;
  font-weight: 600;
  text-transform: uppercase;
  transform: translateX(10px);
}
.m-new-article__body {
  color: #222222;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 0 10px;
}
.m-new-article__body p {
  line-height: 1.6;
}
.m-new-article__date {
  color: #777777;
  font-size: 12px;
  display: block;
  transform: translateX(10px);
  margin: 0 0 8px;
}
.m-new-article__writer {
  padding: 0 0 0 10px;
  margin: 24px 0 0 0;
}
.m-new-article__writer:after {
  content: "";
  clear: both;
  display: table;
}
.m-new-article__writer-img {
  width: 75px;
  height: 75px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  float: left;
  border: 1px solid #ccc;
}
.m-new-article__writer-img figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.m-new-article__writer-content {
  float: left;
  width: calc(100% - 75px);
  padding: 10px 0 0 10px;
}
@media (min-width: 1280px) {
  .m-new-article__writer-content {
    padding: 10px 0 0 24px;
  }
}
.m-new-article__writer-name {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.m-new-article__writer-function {
  font-size: 14px;
  color: #777777;
  font-weight: 300;
}

.m-news-story-compact {
  position: relative;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
  transition: 125ms background ease;
}
.m-news-story-compact.ecommerce .m-news-story-compact__channel {
  background-color: #2f97c7;
}
.m-news-story-compact.marketing .m-news-story-compact__channel {
  background-color: #77c658;
}
.m-news-story-compact.venture .m-news-story-compact__channel {
  background-color: #6c6cd8;
}
.m-news-story-compact.media .m-news-story-compact__channel {
  background-color: #e9ca4e;
}
.m-news-story-compact.tech .m-news-story-compact__channel {
  background-color: #f48554;
}
.m-news-story-compact.innovatie .m-news-story-compact__channel {
  background-color: #36bbb9;
}
.m-news-story-compact:hover {
  background-color: #f9f9f9;
}
.m-news-story-compact:after {
  content: "";
  display: table;
  clear: both;
}
.m-news-story-compact:last-of-type {
  margin: 0px 0px 20px 0px;
}
.m-news-story-compact__anchor {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.m-news-story-compact__image-wrap {
  width: 85px;
  height: 85px;
  position: relative;
  float: left;
}
.m-news-story-compact__image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.m-news-story-compact__content {
  float: left;
  padding: 0px 0px 26px 10px;
  width: calc(100% - 85px);
}
.m-news-story-compact__title {
  font-size: 16px;
  line-height: 21px;
}
.m-news-story-compact__channel-link, .m-news-story-compact__date {
  font-size: 12px;
  line-height: 16px;
  color: #999;
  font-family: "Simplon BP", sans-serif;
}
.m-news-story-compact__channel-link:hover, .m-news-story-compact__date:hover {
  color: #444;
}
@media (min-width: 970px) {
  .m-news-story-compact__channel-link {
    display: block;
    overflow: hidden;
    width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 1280px) {
  .m-news-story-compact__channel-link {
    width: 120px;
  }
}
.m-news-story-compact__channel {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0px 4px 0px 0px;
}
.m-news-story-compact__botton-content {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 85px);
}
.m-news-story-compact .m-vertical-share {
  position: absolute;
  right: 0px;
  bottom: -10px;
  height: 35px;
}
.m-news-story-compact .m-vertical-share > svg {
  width: 12px;
  margin: 0px;
}
@media (min-width: 1280px) {
  .m-news-story-compact .m-vertical-share > svg {
    width: 20px;
    margin: 0px 5px 0px 0px;
  }
}
.m-news-story-compact__author {
  font-size: 12px;
  line-height: 16px;
  color: #999;
  position: absolute;
  bottom: 0px;
  right: 10px;
}

.m-news-top-story {
  border-bottom: 1px solid #000;
  margin: 30px 0px 30px 0px;
  transition: background 125ms ease;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .m-news-top-story {
    display: block;
    width: 100%;
  }
  .m-news-top-story:first-child {
    margin: 0px 0px 30px 0px;
  }
}
@media (min-width: 1366px) {
  .m-news-top-story {
    width: calc(50% - 10px);
    float: left;
    margin: 0px 0px 30px 0px;
  }
  .m-news-top-story:first-child {
    margin: 0px;
  }
  .m-news-top-story:nth-child(odd) {
    margin: 0px 0px 30px 0px;
  }
}
.m-news-top-story__image-wrap {
  width: 100%;
  padding: 0px 0px 56.25% 0px;
  position: relative;
}
@media (min-width: 1366px) {
  .m-news-top-story__image-wrap {
    height: 260px;
  }
}
.m-news-top-story__image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.m-news-top-story__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 125ms ease;
}
.m-news-top-story__content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.m-news-top-story__content .m-vertical-share {
  background: transparent;
  float: right;
}
.m-news-top-story__channel {
  height: 100%;
  display: inline-block;
  line-height: 40px;
  color: white;
  padding: 0px 12px;
  font-family: "Simplon BP", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: opacity 125ms ease;
  font-size: 10px;
  max-width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
@media (min-width: 768px) {
  .m-news-top-story__channel {
    font-size: 12px;
    max-width: 140px;
  }
}
.m-news-top-story__channel:hover {
  opacity: 0.7;
  cursor: pointer;
}
.m-news-top-story__channel.ecommerce {
  background-color: #2f97c7;
}
.m-news-top-story__channel.marketing {
  background-color: #77c658;
}
.m-news-top-story__channel.venture {
  background-color: #6c6cd8;
}
.m-news-top-story__channel.media {
  background-color: #e9ca4e;
}
.m-news-top-story__channel.tech {
  background-color: #f48554;
}
.m-news-top-story__channel.innovatie {
  background-color: #36bbb9;
}
.m-news-top-story__date {
  line-height: 40px;
  color: #a7a8a8;
  font-family: "Simplon BP", sans-serif;
  padding: 0 0 0 10px;
  font-size: 12px;
}
.m-news-top-story__title {
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 24px;
}
.m-news-top-story__excerpt {
  line-height: 1.6;
}
.m-news-top-story__info {
  padding: 16px 10px;
  text-decoration: none;
  color: #222;
  display: block;
}
.m-news-top-story--ad-block {
  width: 100%;
}
@media (min-width: 1366px) {
  .m-news-top-story--ad-block {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .m-news-top-story--ad-block .m-banner--top-story {
    margin-right: 0;
  }
}
.m-news-top-story:hover {
  background: #f7f7f7;
}
.m-news-top-story:hover .m-news-top-story__image:before {
  opacity: 1;
}

.m-news-top-story--advertisement {
  border-bottom: 0px;
}
.m-news-top-story--advertisement__content-wrap {
  background-color: #F4F4F4;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 37px;
}
.m-news-top-story--advertisement__image-wrap {
  width: 100%;
  position: relative;
}
.m-news-top-story--advertisement__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.m-vertical-share {
  position: relative;
  background-color: #222;
  height: 100%;
  width: 90px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 12px;
  transition: all 0.3s ease;
  font-weight: 500;
  font-family: "Simplon BP", sans-serif;
}
.m-vertical-share a {
  display: block;
  color: white;
}
.m-vertical-share > svg {
  position: relative;
  top: 5px;
  margin: 0px 5px 0px 0px;
  width: 20px;
  height: 20px;
}
.m-vertical-share__list {
  margin: 0px;
  transition: all 0.3s ease;
  position: absolute;
  right: 0px;
  bottom: 30px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.m-vertical-share__url {
  display: block;
  transform: translateX(20px);
  transition: all 0.3s ease;
}
.m-vertical-share__note {
  opacity: 0;
  transition: all 0.3s ease;
  width: 20px;
  display: inline-block;
  text-align: right;
}
.m-vertical-share__item {
  background-color: rgba(23, 23, 23, 0.8);
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  transition: background 0.3s ease;
  border-bottom: 1px solid #222;
  overflow: hidden;
}
.m-vertical-share__item:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .m-vertical-share__item--whatsapp {
    display: none;
  }
}
.m-vertical-share__item--whatsapp:hover {
  background-color: #25d366;
}
.m-vertical-share__item--facebook:hover {
  background-color: #3b5998;
}
.m-vertical-share__item--twitter:hover {
  background-color: #1da1f2;
}
.m-vertical-share__item--linkedin:hover {
  background-color: #0077b5;
}
.m-vertical-share__item--mail:hover {
  background-color: #999;
}
@media (min-width: 1366px) {
  .m-vertical-share__item {
    height: 50px;
    line-height: 50px;
  }
}
.m-vertical-share__item:hover .m-vertical-share__note {
  opacity: 1;
}
.m-vertical-share__item:hover .m-vertical-share__url {
  transform: translateX(0px);
}
.m-vertical-share__icon {
  transition: all 0.3s ease;
  margin-right: 15px;
  position: relative;
}
.m-vertical-share__icon svg {
  height: 16px;
  width: 16px;
  position: relative;
  top: 3px;
}
.m-vertical-share:hover .m-vertical-share__list {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}
.m-vertical-share--small {
  min-width: 60px;
  padding: 0 4px;
  width: auto;
  line-height: 35px;
}
.m-vertical-share--small .m-vertical-share__item {
  height: 40px;
  line-height: 40px;
}
.m-vertical-share--small .m-vertical-share__item:hover .m-vertical-share__url {
  padding: 0px 0px 0px 5px;
}
.m-vertical-share--small .m-vertical-share__icon svg {
  width: 12px;
  height: 12px;
  top: 1px;
}
.m-vertical-share--small .m-vertical-share__note {
  font-size: 10px;
  padding-right: 15px;
}
.m-vertical-share--small:hover .m-vertical-share__list {
  bottom: 35px;
}
.m-vertical-share--transparent {
  background: none;
  color: #999;
}
.m-vertical-share--transparent > svg {
  fill: #999;
}
.m-horizontal-share {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: background 125ms ease;
}
.m-horizontal-share:hover {
  background-color: #e9e9e9;
}
.m-horizontal-share:hover > ul {
  right: 49px;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1280px) {
  .m-horizontal-share:hover > ul {
    right: 100px;
  }
}
.m-horizontal-share__list {
  position: absolute;
  right: -20px;
  top: 0px;
  height: 100%;
  white-space: nowrap;
  width: 400px;
  visibility: hidden;
  opacity: 0;
  transition: 125ms ease;
  transition-property: right, opacity, visibility;
  z-index: 1;
}
@media (min-width: 1280px) {
  .m-horizontal-share__list {
    right: 80px;
  }
}
.m-horizontal-share__list:after {
  content: "";
  display: table;
  clear: both;
}
.m-horizontal-share__item {
  float: left;
  height: 100px;
  border-left: 1px solid #E9E9E9;
  position: relative;
  transition: background 125ms ease;
  width: 87px;
  background-color: white;
}
.m-horizontal-share__item span {
  display: block;
  width: 100%;
  text-align: center;
  margin: 6px 0px 0px 0px;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 1280px) {
  .m-horizontal-share__item {
    width: 100px;
  }
}
.m-horizontal-share__item a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #222;
}
.m-horizontal-share__item:hover svg, .m-horizontal-share__item:hover path {
  fill: white;
}
.m-horizontal-share__item:hover span {
  color: white;
}
.m-horizontal-share__item__amount {
  display: block;
  width: 100%;
  margin: 2px 0px 0px 0px;
  font-weight: 700;
  transition: color 125ms ease;
  pointer-events: none;
}
@media (min-width: 970px) {
  .m-horizontal-share__item--whatsapp {
    display: none;
  }
}
.m-horizontal-share__item--whatsapp:hover {
  background-color: #25d366;
}
.m-horizontal-share__item--twitter:hover {
  background-color: #1da1f2;
}
.m-horizontal-share__item--facebook:hover {
  background-color: #3b5998;
}
.m-horizontal-share__item--linkedin:hover {
  background-color: #0077b5;
}
.m-horizontal-share__item--mail:hover {
  background-color: #999;
}
.m-horizontal-share__svg {
  width: 20px;
  height: 15px;
  fill: #777;
  transition: fill 125ms ease;
  pointer-events: none;
}
.m-horizontal-share--open:hover .m-horizontal-share__list {
  visibility: visible;
  right: 0px;
  display: block;
  opacity: 1;
}
.m-horizontal-share--open .m-horizontal-share__list {
  visibility: visible;
  right: 0px;
  display: block;
  opacity: 1;
}
.m-horizontal-share--open .m-horizontal-share__item {
  width: 100px;
}

.m-place-a-comment {
  position: relative;
  padding: 30px 0px 0px 0px;
  font-family: "Simplon BP", sans-serif;
}
@media (min-width: 970px) {
  .m-place-a-comment {
    padding: 30px 0px 0px 0px;
    width: 100%;
  }
}
.m-place-a-comment__content {
  position: relative;
  flex-shrink: 0;
  margin: 0px 0px 10px 0px;
}
@media (min-width: 970px) {
  .m-place-a-comment__content {
    margin: 0px 0px 20px 0px;
    float: left;
    width: 50%;
  }
  .m-place-a-comment__content:first-of-type {
    padding: 0px 10px 0px 0px;
  }
  .m-place-a-comment__content:last-of-type {
    padding: 0px 0px 0px 10px;
  }
}
.m-place-a-comment__title {
  margin: 0px 0px 10px 0px;
  font-size: 21px;
}
.m-place-a-comment__form {
  margin: 20px 0px 30px 0px;
}
@media (min-width: 970px) {
  .m-place-a-comment__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.m-place-a-comment__form:after {
  content: "";
  clear: both;
  display: table;
}
.m-place-a-comment__checkbox {
  font-size: 14px;
  display: block;
  width: 100%;
  margin: 10px 0px;
}
@media (min-width: 970px) {
  .m-place-a-comment__checkbox {
    margin: 10px 0px 14px 0px;
  }
}
.m-place-a-comment .e-textarea {
  min-height: 120px;
  resize: none;
}
@media (min-width: 970px) {
  .m-place-a-comment .e-textarea {
    float: right;
  }
}
.m-place-a-comment .e-textarea-label {
  height: 100%;
}
.m-place-a-comment .e-input-label {
  margin: 0px 0px 10px 0px;
}
.m-place-a-comment .e-input-label:last-child {
  margin: 0;
}
.m-place-a-comment .e-button--primary {
  display: block;
  width: 100%;
  margin: 20px 0px 0px 0px;
}
@media (min-width: 970px) {
  .m-place-a-comment .e-button--primary {
    position: relative;
    width: auto;
  }
}

.widget-related-channels {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.widget-related-channels .widget-header h2 {
  margin-bottom: 10px;
}
.widget-related-channels .widget-inner {
  padding: 10px 12px;
  background-color: #f4f5f6;
}
.widget-related-channels ul {
  font-family: "Simplon BP", sans-serif;
  font-weight: 400;
  text-align: left;
  padding-bottom: 40px;
  font-size: 14px;
}
.widget-related-channels ul.widget-sm {
  padding-bottom: 0;
}
.widget-related-channels span {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
}
.widget-related-channels li {
  line-height: 2;
  overflow: hidden;
  position: relative;
}
.widget-related-channels li i {
  position: absolute;
  top: 4px;
  left: 0;
  height: 100%;
}
.widget-related-channels li a {
  padding-left: 6px;
  display: block;
  color: #1F75CE;
  line-height: 1.5;
}
.widget-related-channels li:hover a {
  color: #222222;
}
.widget-related-channels li svg {
  display: inline-block;
  margin-right: 8px;
  width: 6px;
  height: 6px;
  fill: #222;
}

.topic-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #eee;
  text-align: left;
  border-top: 1px solid white;
  cursor: pointer;
  font-size: 12px;
}
.topic-toggle span {
  display: inline-block;
  line-height: 1.6;
  color: #2f97c7;
}
.topic-toggle svg {
  float: right;
  margin: 6px 6px 0 0;
  width: 12px;
  height: 7px;
  transform: rotate(90deg);
  fill: black;
}

.widget-related-channels.active {
  height: auto;
  transition: all 0.3s ease;
  max-height: 999px;
}
.widget-related-channels.active .topic-toggle i {
  transform: rotate(180deg);
}

.widget-channel-authors {
  margin-bottom: 30px;
  overflow: hidden;
}
.widget-channel-authors ul {
  background-color: #f4f5f6;
}
.widget-channel-authors li {
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
.widget-channel-authors li:hover {
  background-color: #e6e8eb;
}
.widget-channel-authors li a {
  display: table;
  width: 100%;
  height: 100%;
  padding: 12px;
  color: #1F75CE;
}
.widget-channel-authors li img {
  float: left;
  margin-right: 12px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  transition: opacity 0.2s ease-in;
}
.widget-channel-authors li .mover-shaker-meta {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.widget-channel-authors li .mover-shaker-meta h3 {
  color: #1F75CE;
  font-size: 12px;
}
.widget-channel-authors li .mover-shaker-meta span {
  width: 100px;
  margin: 0;
  overflow: hidden;
  color: #666;
  font-size: 12px;
  text-overflow: ellipsis;
}

.m-article-lead {
  width: 100%;
  padding: 0px 0px 75% 0px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 30px 0px 80px 0px;
}
@media (min-width: 768px) {
  .m-article-lead {
    height: 280px;
    padding: 0;
  }
}
@media (min-width: 970px) {
  .m-article-lead {
    height: 320px;
    margin: 30px 0px 0px 0px;
  }
}
@media (min-width: 1280px) {
  .m-article-lead {
    height: 440px;
  }
}
.m-article-lead .m-article-info {
  position: absolute;
  bottom: 0;
  top: auto;
  transform: translateY(25%);
  left: 20px;
}
@media (min-width: 768px) {
  .m-article-lead .m-article-info {
    transform: translateY(50%);
  }
}

.m-news-article-lead {
  width: 100%;
  position: relative;
  margin: 30px 0px 0px 0px;
  background-color: #F4F5F6;
}
@media (min-width: 970px) {
  .m-news-article-lead {
    margin: 30px 0px 0px 0px;
  }
}

.m-article-info {
  background-color: white;
  width: calc(100% - 40px);
  min-height: 100px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  transform: translate(20px, 20px);
  position: relative;
}
@media (min-width: 768px) {
  .m-article-info {
    display: flex;
    top: 20px;
    transform: none;
    left: 20px;
  }
}
.m-article-info:after {
  content: "";
  clear: both;
  display: table;
}
.m-article-info__content {
  padding: 20px;
}
@media (min-width: 768px) {
  .m-article-info__content {
    float: left;
  }
}
.m-article-info__content:after {
  content: "";
  clear: both;
  display: table;
}
.m-article-info__data {
  float: left;
}
.m-article-info__svg {
  width: 20px;
  height: 15px;
  fill: #777;
}
.m-article-info__author-image-wrap {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  float: left;
  border: 1px solid #e9e9e9;
}
.m-article-info__author-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.m-article-info__author-info {
  float: left;
  height: 100%;
  width: calc(100% - 60px);
}
.m-article-info__author-info__link {
  display: block;
  padding: 0px 0px 0px 20px;
  width: calc(100% - 85px);
}
@media (min-width: 768px) {
  .m-article-info__author-info__link {
    padding: 9px 0px 20px 20px;
  }
}
.m-article-info__author-info__link:hover h2 {
  text-decoration: underline;
}
.m-article-info__author-name {
  font-size: 20px;
  width: 300px;
}
.m-article-info__author-company {
  font-size: 14px;
  color: #777 !important;
  font-weight: 400;
}
.m-article-info__data {
  display: none;
}
@media (min-width: 970px) {
  .m-article-info__data {
    display: block;
    flex-shrink: 0;
    margin: 0 0 0 auto;
  }
}
.m-article-info__data:after {
  content: "";
  clear: both;
  display: table;
}
.m-article-info__data-views, .m-article-info__data-share {
  width: 100px;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  border-left: 1px solid #e9e9e9;
  position: relative;
}
.m-article-info__data-views span, .m-article-info__data-share span {
  display: block;
  width: 100%;
  text-align: center;
  margin: 6px 0px 0px 0px;
  font-weight: 700;
  font-size: 14px;
  pointer-events: none;
}
.m-article-info__data-channel {
  float: left;
  border-left: 1px solid #e9e9e9;
  height: 100%;
  padding: 0px 0px 0px 20px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 260px;
}
@media (min-width: 1280px) {
  .m-article-info__data-channel {
    width: 360px;
  }
}
.m-article-info__label {
  font-size: 12px;
  color: #777;
  font-family: "Simplon BP", sans-serif;
  font-weight: 300;
  margin: 0px 0px 3px 0px;
}
.m-article-info .m-horizontal-share__item {
  height: 100%;
}
.m-article-info__channel {
  font-size: 16px;
}
.m-article-info__channel:hover {
  text-decoration: underline;
}

.m-article-content {
  margin: 50px 0px 0px 0px;
}
@media (min-width: 970px) {
  .m-article-content {
    float: left;
    padding: 30px 80px 0px 40px;
    width: 690px;
  }
}
@media (min-width: 1280px) {
  .m-article-content {
    width: 790px;
  }
}
@media (min-width: 1366px) {
  .m-article-content {
    width: 970px;
  }
}
@media (min-width: 1420px) {
  .m-article-content {
    width: 1020px;
  }
}
.m-article-content__category, .m-article-content__publish-date {
  font-size: 14px;
}
@media (min-width: 970px) {
  .m-article-content__category, .m-article-content__publish-date {
    font-size: 12px;
  }
}
.m-article-content__publish-date {
  color: #777;
}
.m-article-content__title {
  margin: 10px 0px 20px 0px;
  font-size: 24px;
  line-height: 150%;
}
@media (min-width: 970px) {
  .m-article-content__title {
    font-size: 38px;
    line-height: 47px;
  }
}
.m-article-content__intro {
  font-weight: 600;
}
.m-article-content__intro-image {
  width: 100%;
  margin: 0px 0px 10px 0px;
}
@media (min-width: 768px) {
  .m-article-content__intro-image {
    float: left;
    width: 360px;
    padding: 0px 30px 0px 0px;
  }
}
@media (min-width: 970px) {
  .m-article-content__intro-image {
    width: 260px;
  }
}
@media (min-width: 1280px) {
  .m-article-content__intro-image {
    width: 430px;
  }
}
.m-article-content__content p,
.m-article-content__content ul,
.m-article-content__content ol,
.m-article-content__content li {
  margin: 0px 0px 20px 0px;
  color: #222;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 970px) {
  .m-article-content__content p,
  .m-article-content__content ul,
  .m-article-content__content ol,
  .m-article-content__content li {
    font-size: 18px;
    line-height: 28px;
  }
}
.m-article-content__content p:empty {
  display: none;
  margin: 0;
}
.m-article-content__content a {
  color: #cb0003;
  transition: opacity 125ms ease;
  max-width: 100%;
}
.m-article-content__content a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.m-article-content__content h3:not([class]),
.m-article-content__content h4:not([class]),
.m-article-content__content h5:not([class]) {
  font-family: "Simplon BP", sans-serif;
  margin: 0px 0px 10px 0px;
  font-size: 16px;
}
@media (min-width: 970px) {
  .m-article-content__content h3:not([class]),
  .m-article-content__content h4:not([class]),
  .m-article-content__content h5:not([class]) {
    font-size: 18px;
  }
}
.m-article-content__content ul:not([class]) {
  list-style: disc;
  padding: 0px 0px 0px 20px;
  margin-bottom: 20px;
}
.m-article-content__content ul:not([class]) li {
  margin: 0px 0px 4px 0px;
}
.m-article-content__content ul:not([class]) li:last-child {
  margin: 0px;
}
.m-article-content__content img {
  max-width: 100%;
  height: auto;
}
.m-article-content__content img.alignleft, .m-article-content__content img.alignright, .m-article-content__content img.alignright {
  max-width: 100%;
}
.m-article-content__content iframe {
  width: 100%;
  height: 220px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .m-article-content__content iframe {
    height: 410px;
  }
}
@media (min-width: 970px) {
  .m-article-content__content iframe {
    height: 320px;
  }
}
@media (min-width: 1280px) {
  .m-article-content__content iframe {
    height: 376px;
  }
}
@media (min-width: 1366px) {
  .m-article-content__content iframe {
    height: 506px;
  }
}
.m-article-content__disclaimer {
  margin-top: 60px;
}

.m-article-aside {
  float: left;
  width: 260px;
  margin: 50px 0px 0px 0px;
  display: none;
}
@media (min-width: 970px) {
  .m-article-aside {
    display: block;
    padding: 30px 20px 0px 20px;
  }
}
@media (min-width: 1280px) {
  .m-article-aside {
    width: 380px;
  }
}
.m-article-aside__section {
  margin: 0px 0px 50px 0px;
}
.m-article-aside__section .e-container-title {
  margin: 0px 0px 20px 0px;
}
.m-article-aside .m-banner--rectangle-plain {
  margin: 0 0 20px;
}

.m-article-related__item {
  position: relative;
  padding: 0px 0px 0px 12px;
  margin: 0px 0px 15px 0px;
  font-family: "Simplon BP", sans-serif;
}
.m-article-related__item:last-child {
  margin: 0;
}
.m-article-related__item:before {
  content: "›";
  font-weight: 700;
  display: block;
  position: absolute;
  left: 0px;
  color: #777;
}
.m-article-related__anchor {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  line-height: 18px;
  transition: opacity 125ms ease;
}
.m-article-related__anchor:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.m-article-related-jobs__job {
  padding: 10px;
  margin: 0px -10px;
}
.m-article-related-jobs__job > a {
  display: block;
}
.m-article-related-jobs__job:after {
  content: "";
  clear: both;
  display: table;
}
.m-article-related-jobs__job:hover {
  background-color: #f7f7f7;
}
.m-article-related-jobs__image-wrap {
  width: 65px;
  height: 65px;
  float: left;
  position: relative;
  border: 1px solid #e9e9e9;
  padding: 2px;
}
.m-article-related-jobs__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 59px;
  height: 59px;
  margin: 2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.m-article-related-jobs__content {
  width: calc(100% - 65px);
  float: left;
  padding: 0px 0px 0px 10px;
}
.m-article-related-jobs__link {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.m-article-related-jobs__title {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: normal;
  padding-top: 3px;
}
.m-article-related-jobs__meta {
  font-size: 12px;
  color: #888;
  line-height: 18px;
  font-family: "Simplon BP", sans-serif;
}
.m-article-related-jobs__cta {
  margin-top: 18px;
  font-size: 12px;
}
.m-article-related-jobs__cta a {
  color: #888;
  text-decoration: underline;
  font-family: "Simplon BP", sans-serif;
}
.m-article-related-jobs__cta a:hover {
  color: #cb0003;
}

.m-article-new-in-channel__item {
  position: relative;
  padding: 0px 0px 0px 12px;
  margin: 0px 0px 10px 0px;
  font-family: "Simplon BP", sans-serif;
}
.m-article-new-in-channel__item:last-child {
  margin: 0;
}
.m-article-new-in-channel__item:before {
  content: "›";
  font-weight: 700;
  display: block;
  position: absolute;
  left: 0px;
  color: #777;
}
.m-article-new-in-channel__anchor {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  line-height: 18px;
  transition: opacity 125ms ease;
}
.m-article-new-in-channel__anchor:hover {
  text-decoration: underline;
}

.m-article-share {
  margin: 60px 0px;
  border: 1px solid #e9e9e9;
  text-align: center;
  position: relative;
}
.m-article-share:after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 970px) {
  .m-article-share {
    height: 100%;
    margin: 60px 0px;
    width: calc(100% + 40px);
    left: -20px;
  }
}
@media (min-width: 1366px) {
  .m-article-share {
    padding: 0px 0px 0px 20px;
    text-align: left;
  }
}
.m-article-share:after {
  content: "";
  clear: both;
  display: table;
}
.m-article-share__title {
  font-size: 20px;
  line-height: 100px;
  display: inline;
}
.m-article-share__list {
  display: flex;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  width: calc(100% + 2px);
  position: relative;
  left: -1px;
}
@media (min-width: 1366px) {
  .m-article-share__list {
    display: block;
    float: right;
    left: 0;
    border: none;
    width: auto;
  }
}
.m-article-share__list:after {
  content: "";
  clear: both;
  display: table;
}
.m-article-share__item {
  float: left;
  height: 100px;
  position: relative;
  border-left: 1px solid #e9e9e9;
  transition: background 125ms ease;
  flex-grow: 1;
}
@media (min-width: 970px) {
  .m-article-share__item {
    width: 100px;
  }
}
.m-article-share__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  color: #222 !important;
}
.m-article-share__item span {
  display: block;
  width: 100%;
  font-weight: 700;
  margin: 3px 0px 0px 0px;
  transition: color 125ms ease;
}
.m-article-share__item--twitter:hover {
  background-color: #1da1f2;
}
.m-article-share__item--twitter:hover svg {
  fill: white;
}
.m-article-share__item--twitter:hover span {
  color: white;
}
.m-article-share__item--twitter svg {
  width: 20px;
  height: 22px;
  pointer-events: none;
}
.m-article-share__item--facebook:hover {
  background-color: #3b5998;
}
.m-article-share__item--facebook:hover svg {
  fill: white;
}
.m-article-share__item--facebook:hover span {
  color: white;
}
.m-article-share__item--facebook svg {
  width: 10px;
  height: 22px;
}
.m-article-share__item--linkedin:hover {
  background-color: #0077b5;
}
.m-article-share__item--linkedin:hover svg {
  fill: white;
}
.m-article-share__item--linkedin:hover span {
  color: white;
}
.m-article-share__item--linkedin svg {
  width: 18px;
  height: 22px;
}
.m-article-share__item--mail:hover {
  background-color: #999;
}
.m-article-share__item--mail:hover svg {
  fill: white;
}
.m-article-share__item--mail:hover span {
  color: white;
}
.m-article-share__item--mail svg {
  width: 22px;
  height: 22px;
}
@media (min-width: 768px) {
  .m-article-share__item--whatsapp {
    display: none;
  }
}
.m-article-share__item--whatsapp:hover {
  background-color: #25d366;
}
.m-article-share__item--whatsapp:hover svg {
  fill: white;
}
.m-article-share__item--whatsapp:hover span {
  color: white;
}
.m-article-share__item--whatsapp svg {
  width: 22px;
  height: 22px;
}
.m-article-share__svg {
  transition: fill 125ms ease;
  fill: #222;
  pointer-events: none;
}
.m-article-share__author {
  padding: 16px 0px;
  float: left;
  width: 100%;
}
@media (min-width: 970px) {
  .m-article-share__author {
    padding: 16px 0 16px 0;
  }
}
.m-article-share__author:after {
  content: "";
  clear: both;
  display: table;
}
.m-article-share__author-image-wrap {
  float: left;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
}
.m-article-share__author-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.m-article-share__author-content {
  float: left;
  width: calc(100% - 40px);
  padding: 0 0 0 16px;
}
.m-article-share__author-name {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.m-article-share__author-name a {
  color: #1f75ce;
}
.m-article-share__author-name a:hover {
  text-decoration: underline;
}
.m-article-share__author-company {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  font-weight: 100;
}
.m-article-share__content {
  float: left;
  width: 100%;
  padding: 0 20px 20px 20px;
  text-align: left;
}
@media (min-width: 970px) {
  .m-article-share__content {
    width: 60%;
    padding: 0 20px 20px 20px;
  }
}
.m-article-share__subcontent {
  float: left;
  width: 100%;
}
@media (min-width: 970px) {
  .m-article-share__subcontent {
    border-left: 1px solid #eee;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.m-subscribe-to-comments {
  padding: 10px 0px 0px 0px;
  display: block;
  width: 100%;
}
.m-subscribe-to-comments:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 970px) {
  .m-subscribe-to-comments {
    padding: 30px 0px 0px 0px;
  }
}
@media (min-width: 1366px) {
  .m-subscribe-to-comments {
    padding: 40px 0px 0px 0px;
  }
}
.m-subscribe-to-comments__button {
  border: none;
  background: none;
  font-size: 14px;
  color: #EF6554;
  float: right;
  display: block;
  cursor: pointer;
  text-decoration: underline;
  text-align: right;
}
.m-subscribe-to-comments__button:hover {
  text-decoration: underline;
}
.m-subscribe-to-comments__button:focus {
  outline: none;
}
.m-subscribe-to-comments__label {
  color: #000000;
  font-size: 14px;
  display: block;
  width: 100%;
  margin: 0px 0px 12px 0px;
}
.m-subscribe-to-comments__content {
  float: left;
  display: block;
  width: 100%;
  display: none;
}
.m-subscribe-to-comments .e-input-label {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .m-subscribe-to-comments .e-input-label {
    width: calc(50% - 10px);
    float: left;
    margin: 0 20px 0 0;
  }
}
.m-subscribe-to-comments .e-input {
  width: 100%;
}
.m-subscribe-to-comments .e-input--invalid {
  border: 1px solid #cb0003 !important;
}
.m-subscribe-to-comments .e-button {
  display: block;
  float: right;
  margin-top: 25px;
  width: 100%;
  cursor: pointer;
  font-size: 1rem;
}
@media (min-width: 970px) {
  .m-subscribe-to-comments .e-button {
    margin-top: 20px;
    width: auto;
  }
}
.m-subscribe-to-comments.open .m-subscribe-to-comments__content {
  display: block;
}
.m-subscribe-to-comments.open .m-subscribe-to-comments__button {
  display: none;
}
@media (min-width: 768px) {
  .m-subscribe-to-comments .e-input-label:last-of-type {
    margin: 0;
  }
}

@media (min-width: 970px) {
  .m-placed-comments {
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 40px 0 0 0;
  }
}
.m-placed-comment {
  border-bottom: 1px solid #E9E9E9;
  padding: 30px 0px;
}
.m-placed-comment__url {
  text-decoration: none;
  color: #222;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #222;
  transition: opacity 125ms;
}
.m-placed-comment__url:hover {
  opacity: 0.7;
}
.m-placed-comment__name, .m-placed-comment__organisation {
  display: inline-block;
  font-size: 16px;
}
.m-placed-comment__organisation:before {
  content: "- ";
}
.m-placed-comment__date {
  font-size: 12px;
  margin: 0px 0px 0px 10px;
}
.m-placed-comment__content {
  margin: 10px 0px 0px 0px;
  max-width: 720px;
}
.m-placed-comment__content * {
  line-height: 24px;
  font-size: 16px;
}
.m-placed-comment__content p {
  margin-bottom: 22px;
}
.m-placed-comment__content a:hover {
  opacity: 0.7;
}

.m-related-news-items {
  margin: 70px 0px;
}
.m-related-news-items .m-container {
  padding-top: 70px;
  border-top: 2px solid #222;
}
.m-related-news-items .e-container-title {
  margin: 0px 0px 20px 0px;
}
.m-related-news-items .e-row {
  display: flex;
  flex-wrap: wrap;
}
.m-related-news-items .e-col {
  margin-bottom: 30px;
  flex-shrink: 0;
}

.m-related-news-item a:not([class]) {
  color: #222;
}
.m-related-news-item:hover {
  cursor: pointer;
}
.m-related-news-item:hover .m-related-news-item__image {
  opacity: 0.7;
}
.m-related-news-item:hover .m-related-news-item__content {
  background-color: #f7f7f7;
}
.m-related-news-item__image-wrap {
  position: relative;
  width: 100%;
  padding: 0px 0px 56.25%;
}
.m-related-news-item__image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 125ms ease;
}
.m-related-news-item__details {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  height: 40px;
}
.m-related-news-item__details .m-vertical-share {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: none;
}
.m-related-news-item__channel {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  font-size: 12px;
  font-family: "Simplon BP", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.m-related-news-item__channel.ecommerce {
  background-color: #2f97c7;
}
.m-related-news-item__channel.marketing {
  background-color: #77c658;
}
.m-related-news-item__channel.venture {
  background-color: #6c6cd8;
}
.m-related-news-item__channel.media {
  background-color: #e9ca4e;
}
.m-related-news-item__channel.tech {
  background-color: #f48554;
}
.m-related-news-item__channel.innovatie {
  background-color: #36bbb9;
}
.m-related-news-item__date {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #A7A8A8;
  margin: 0px 20px;
}
.m-related-news-item__content {
  padding: 10px 0px 10px 10px;
  transition: background 125ms ease;
}
.m-related-news-item__content p {
  line-height: 21px;
}
.m-related-news-item__title {
  font-size: 24px;
  line-height: 30px;
  margin: 0px 0px 10px 0px;
}

.m-related-highlight {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 60px 0 0 0;
  padding: 0px 0px 20px 0px;
  display: block;
}
.m-related-highlight:hover .m-related-highlight__anchor,
.m-related-highlight:hover .m-related-highlight__sub-anchor {
  text-decoration: none;
}
@media (min-width: 768px) {
  .m-related-highlight {
    width: 100%;
    padding: 10px 0px 30px 0px;
  }
}
@media (min-width: 1280px) {
  .m-related-highlight {
    margin: 60px 0px;
  }
}
@media (min-width: 1366px) {
  .m-related-highlight {
    margin: 60px 0 20px 0;
  }
}
.m-related-highlight__type {
  font-family: "Simplon BP", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  background-color: white;
  z-index: 9;
  position: relative;
  display: inline-block;
  top: -12px;
  padding: 0px 20px 0px 0px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .m-related-highlight__type {
    top: -20px;
    color: #222222;
    font-size: 15px;
  }
}
.m-related-highlight__subtitle {
  color: #222222;
  font-size: 14px;
}
.m-related-highlight__title {
  font-family: "Simplon BP", sans-serif;
  color: #222222;
  font-size: 18px;
}
@media (min-width: 768px) {
  .m-related-highlight__title {
    font-size: 24px;
    margin: 0px 0px 20px 0px;
  }
}
.m-related-highlight__anchor, .m-related-highlight__sub-anchor {
  font-family: "Simplon BP", sans-serif;
  text-decoration: underline;
  color: #17A5B9;
}
@media (min-width: 768px) {
  .m-related-highlight__anchor, .m-related-highlight__sub-anchor {
    font-size: 14px;
  }
}
.m-related-highlight__anchor {
  display: none;
}
@media (min-width: 768px) {
  .m-related-highlight__anchor {
    display: block;
  }
}
.m-related-highlight__sub-anchor {
  display: block;
}
@media (min-width: 768px) {
  .m-related-highlight__sub-anchor {
    display: none;
  }
  .m-related-highlight__content-wrap:after {
    content: "";
    display: table;
    clear: both;
  }
  .m-related-highlight__content {
    width: 50%;
    float: left;
  }
  .m-related-highlight__content:first-of-type {
    padding: 0px 10px 0px 0px;
  }
  .m-related-highlight__content:last-of-type {
    padding: 0px 0px 0px 10px;
  }
}
.m-related-highlight__specs {
  background-color: #F6F6F6;
  margin: 10px 0px;
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .m-related-highlight__specs {
    margin: 0;
    padding: 20px;
  }
}
.m-related-highlight__list {
  list-style: none;
  padding: 0;
}
.m-related-highlight__item {
  color: #222;
  font-family: "Simplon BP", sans-serif;
}
@media (min-width: 768px) {
  .m-related-highlight__item {
    font-size: 14px;
  }
}
.m-related-highlight__item span {
  float: right;
  font-weight: 700;
}

.m-youtube-embed {
  margin: 36px 0;
  position: relative;
  overflow: hidden;
}
.m-youtube-embed__thumbnail {
  background-size: cover;
  background-position: center;
  padding: 0 0 56.25%;
  margin: -5px;
  position: relative;
  filter: blur(5px);
}
.m-youtube-embed__thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.m-youtube-embed__message {
  width: 65%;
  padding: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -50%);
}
.m-youtube-embed__message p {
  font-size: 14px;
  margin-bottom: 0;
}
.m-youtube-embed__button {
  width: auto;
  background: black;
  display: inline-block;
  margin: 16px auto 0;
}
.m-youtube-embed__button:hover {
  background: #333333;
}
.m-youtube-embed.is-playing {
  position: relative;
  padding: 0 0 56.25%;
}
.m-youtube-embed.is-playing:after {
  display: none;
}
.m-youtube-embed.is-playing iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-newsletter-widget__content {
  background-color: #f4f5f6;
  padding: 10px 12px;
}
.m-newsletter-widget__text {
  font-size: 12px;
  margin: 0px 0px 16px 0px;
  font-family: "Simplon BP", sans-serif;
}
.m-newsletter-widget .e-input {
  margin: 0px 0px 10px 0px;
}

.m-movers-and-shakers-widget__content {
  background-color: #f4f5f6;
}
.m-movers-and-shakers-widget__person {
  font-size: 12px;
  padding: 12px 12px 12px 70px;
  display: block;
  border-bottom: 1px solid white;
  overflow: hidden;
  width: 100%;
}
.m-movers-and-shakers-widget__person:hover {
  background-color: #e6e8eb;
}
.m-movers-and-shakers-widget__person-image {
  float: left;
  position: relative;
  margin-left: -60px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.m-movers-and-shakers-widget__person-content {
  float: left;
}
.m-movers-and-shakers-widget__person-name {
  color: #cb0003;
  font-weight: 400;
  margin: 1px 0px 3px 0px;
}
.m-movers-and-shakers-widget__person-function {
  font-weight: 400;
  color: #222;
}

.m-emerce-subscription-widget__content {
  background-color: #f4f5f6;
  padding: 10px 12px;
}
.m-emerce-subscription-widget__text {
  font-size: 12px;
  font-family: "Simplon BP", sans-serif;
}
.m-emerce-subscription-widget .e-button--text {
  font-size: 12px;
  display: block;
  width: 100%;
  margin: 0px 0px 4px 0px;
}
.m-emerce-subscription-widget .e-button--widget {
  margin: 14px 0px 14px 0px;
}

.m-channel-most-read-widget {
  margin-bottom: 30px;
}
.m-channel-most-read-widget__content {
  background-color: #f4f5f6;
}
.m-channel-most-read-widget__content a {
  display: block;
}
.m-channel-most-read-widget__item {
  padding: 12px;
  transition: 125ms background ease;
  border-bottom: 1px solid white;
}
.m-channel-most-read-widget__item:last-child {
  border-bottom: 0px;
}
.m-channel-most-read-widget__item:hover {
  background: #e6e8eb;
}
.m-channel-most-read-widget__item--first p {
  padding: 12px;
  font-size: 12px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.m-channel-most-read-widget__item--first p a {
  color: #666;
}
.m-channel-most-read-widget__item--first:hover {
  background-color: #e6e8eb;
}
.m-channel-most-read-widget__article-name {
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
}
.m-channel-most-read-widget__article-name a {
  color: #222;
  padding: 12px 12px 0px 12px;
}
.m-channel-most-read-widget__author {
  font-size: 12px;
  position: relative;
  margin: 2px 0 0;
  color: #888;
}
.m-channel-most-read-widget__author a {
  display: inline;
  color: #cb0003;
}
.m-channel-most-read-widget__author a:hover {
  text-decoration: underline;
}
.m-channel-most-read-widget__channel {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
  color: #cb0003;
}
.m-channel-most-read-widget__channel span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  margin: 0 10px 0 0;
}
.m-channel-most-read-widget__channel p {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 600;
}

.m-emerce-events-widget__content {
  background-color: #f4f5f6;
}
.m-emerce-events-widget__image-wrap {
  position: relative;
  margin-bottom: 30px;
}
.m-emerce-events-widget__image-wrap img {
  width: 100%;
  filter: gray; /* IE6-9 */
  filter: grayscale(1);
}
.m-emerce-events-widget__image-wrap .m-emerce-events-widget__calendar {
  position: absolute;
  bottom: -20px;
}
.m-emerce-events-widget__event {
  text-decoration: none;
  color: #222;
  display: block;
  transition: 125ms background ease;
  padding: 12px;
  border-bottom: 1px solid white;
}
.m-emerce-events-widget__event:hover {
  background-color: #e6e8eb;
}
.m-emerce-events-widget__event:after {
  content: "";
  clear: both;
  display: table;
}
.m-emerce-events-widget__calendar {
  background: white;
  border: 1px solid #cb0003;
  border-radius: 4px;
  display: block;
  width: 40px;
  height: 50px;
  float: left;
  position: relative;
  margin: 0px 10px 0px 0px;
}
.m-emerce-events-widget__day {
  display: block;
  width: 100%;
  text-align: center;
  padding: 4px 0px;
}
.m-emerce-events-widget__month {
  background-color: #cb0003;
  text-align: center;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 4px 0px;
  font-size: 12px;
}
.m-emerce-events-widget__event-name {
  font-size: 12px;
  margin: 4px 0px 6px 0px;
}
.m-emerce-events-widget__event-location {
  font-size: 12px;
  font-weight: 400;
  color: #999;
}

.m-emerce-collections-widget__content {
  background-color: #f4f5f6;
}
.m-emerce-collections-widget__image-wrap {
  position: relative;
  margin-bottom: 30px;
}
.m-emerce-collections-widget__image-wrap img {
  width: 100%;
  filter: gray; /* IE6-9 */
  filter: grayscale(1);
}
.m-emerce-collections-widget__image-wrap .m-emerce-collections-widget__calendar {
  position: absolute;
  bottom: -20px;
}
.m-emerce-collections-widget__collection {
  text-decoration: none;
  color: #222;
  display: block;
  transition: 125ms background ease;
  padding: 12px;
  border-bottom: 1px solid white;
}
.m-emerce-collections-widget__collection:hover {
  background-color: #e6e8eb;
}
.m-emerce-collections-widget__collection:after {
  content: "";
  clear: both;
  display: table;
}
.m-emerce-collections-widget__calendar {
  background: white;
  border: 1px solid #cb0003;
  border-radius: 4px;
  display: block;
  width: 40px;
  height: 50px;
  float: left;
  position: relative;
  margin: 0px 10px 0px 0px;
}
.m-emerce-collections-widget__day {
  display: block;
  width: 100%;
  text-align: center;
  padding: 4px 0px;
}
.m-emerce-collections-widget__month {
  background-color: #cb0003;
  text-align: center;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 4px 0px;
  font-size: 12px;
}
.m-emerce-collections-widget__collection-name {
  font-size: 12px;
  margin: 4px 0px 6px 0px;
}
.m-emerce-collections-widget__collection-location {
  font-size: 12px;
  font-weight: 400;
  color: #999;
}

.m-emerce-agenda-widget__content {
  background-color: #f4f5f6;
}
.m-emerce-agenda-widget__image-wrap {
  padding: 0px 0px 56.25% 0px;
  position: relative;
  margin: 0px 0px 10px 0px;
}
.m-emerce-agenda-widget__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.m-emerce-agenda-widget__agenda {
  text-decoration: none;
  color: #222;
  display: block;
  transition: 125ms background ease;
  padding: 12px;
  border-bottom: 1px solid white;
}
.m-emerce-agenda-widget__agenda:hover {
  background-color: #e6e8eb;
}
.m-emerce-agenda-widget__agenda:after {
  content: "";
  clear: both;
  display: table;
}
.m-emerce-agenda-widget__calendar {
  background: white;
  border: 1px solid #cb0003;
  border-radius: 4px;
  display: block;
  width: 40px;
  height: 50px;
  float: left;
  position: relative;
  margin: 0px 10px 0px 0px;
}
.m-emerce-agenda-widget__day {
  display: block;
  width: 100%;
  text-align: center;
  padding: 4px 0px;
}
.m-emerce-agenda-widget__month {
  background-color: #cb0003;
  text-align: center;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 4px 0px;
  font-size: 12px;
}
.m-emerce-agenda-widget__agenda-name {
  font-size: 12px;
  margin: 4px 0px 6px 0px;
}
.m-emerce-agenda-widget__agenda-location {
  font-size: 12px;
  font-weight: 400;
  color: #999;
}

.m-emerce-training-widget__content {
  background-color: #f4f5f6;
}
.m-emerce-training-widget__image-wrap {
  position: relative;
  margin-bottom: 30px;
}
.m-emerce-training-widget__image-wrap img {
  width: 100%;
  height: auto;
  filter: gray; /* IE6-9 */
  filter: grayscale(1);
  max-height: 120px;
}
.m-emerce-training-widget__image-wrap .m-emerce-training-widget__calendar {
  position: absolute;
  bottom: -20px;
}
.m-emerce-training-widget__training {
  text-decoration: none;
  color: #222;
  display: block;
  transition: 125ms background ease;
  padding: 12px;
  border-bottom: 1px solid white;
}
.m-emerce-training-widget__training:hover {
  background-color: #e6e8eb;
}
.m-emerce-training-widget__training:after {
  content: "";
  clear: both;
  display: table;
}
.m-emerce-training-widget__calendar {
  background: white;
  border: 1px solid #60c8f8;
  border-radius: 4px;
  display: block;
  width: 40px;
  height: 50px;
  float: left;
  position: relative;
  margin: 0px 10px 0px 0px;
}
.m-emerce-training-widget__day {
  display: block;
  width: 100%;
  text-align: center;
  padding: 4px 0px;
}
.m-emerce-training-widget__month {
  background-color: #60c8f8;
  text-align: center;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 4px 0px;
  font-size: 12px;
}
.m-emerce-training-widget__training-name {
  font-size: 12px;
  margin: 4px 0px 6px 0px;
}
.m-emerce-training-widget__training-location {
  font-size: 12px;
  font-weight: 400;
  color: #999;
}
.m-emerce-training-widget .e-button {
  color: #60c8f8;
}
.m-emerce-training-widget .e-button svg {
  fill: #60c8f8;
}

.m-emerce-jobs-widget__content {
  background-color: #f4f5f6;
}
.m-emerce-jobs-widget__job {
  color: #cb0003;
  padding: 12px;
  display: block;
  border-bottom: 1px solid white;
  transition: 125ms background ease;
}
.m-emerce-jobs-widget__job:hover {
  background-color: #e6e8eb;
}
.m-emerce-jobs-widget__job-title {
  margin: 0px 0px 4px 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.m-emerce-jobs-widget__job-location {
  font-size: 12px;
  color: #999;
  font-weight: 400;
}

.m-emerce-whitepaper-widget__content {
  background-color: #f4f5f6;
}
.m-emerce-whitepaper-widget__image-wrap {
  padding: 0px 0px 56.25% 0px;
  position: relative;
  margin: 0px 0px 10px 0px;
}
.m-emerce-whitepaper-widget__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.m-emerce-whitepaper-widget__text {
  color: #666;
  margin: 4px 0px 0px 0px;
  font-size: 12px;
}
.m-emerce-whitepaper-widget__paper {
  text-decoration: none;
  color: #222;
  display: block;
  transition: 125ms background ease;
  padding: 12px;
  border-bottom: 1px solid white;
}
.m-emerce-whitepaper-widget__paper:after {
  content: "";
  clear: both;
  display: table;
}
.m-emerce-whitepaper-widget__paper:hover {
  background-color: #e6e8eb;
}
.m-emerce-whitepaper-widget__paper-name {
  font-size: 12px;
  margin: 4px 0px 6px 0px;
}

.m-emerce-industry-widget__content {
  background-color: #f4f5f6;
}
.m-emerce-industry-widget__image-wrap {
  padding: 0px 0px 56.25% 0px;
  position: relative;
  margin: 0px 0px 10px 0px;
}
.m-emerce-industry-widget__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.m-emerce-industry-widget__text {
  color: #666;
  margin: 4px 0px 0px 0px;
  font-size: 12px;
}
.m-emerce-industry-widget__item {
  text-decoration: none;
  color: #222;
  display: block;
  transition: 125ms background ease;
  padding: 12px;
  border-bottom: 1px solid white;
}
.m-emerce-industry-widget__item:after {
  content: "";
  clear: both;
  display: table;
}
.m-emerce-industry-widget__item:hover {
  background-color: #e6e8eb;
}
.m-emerce-industry-widget__item-name {
  font-size: 12px;
  margin: 4px 0px 6px 0px;
}
.m-emerce-industry-widget__date {
  font-size: 12px;
  display: block;
  margin: 4px 0px 0px 0px;
  color: #999;
}

.m-emerce-recent-comment-widget__content {
  background-color: #f4f5f6;
}
.m-emerce-recent-comment-widget__content a {
  display: block;
}
.m-emerce-recent-comment-widget__item {
  transition: 125ms background ease;
  border-bottom: 1px solid white;
}
.m-emerce-recent-comment-widget__item:last-child {
  border-bottom: 0px;
}
.m-emerce-recent-comment-widget__item--first p {
  padding: 12px;
  font-size: 12px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  font-family: "Simplon BP", sans-serif;
}
.m-emerce-recent-comment-widget__item--first p a {
  color: #666;
}
.m-emerce-recent-comment-widget__item--first:hover {
  background-color: #e6e8eb;
}
.m-emerce-recent-comment-widget__thread {
  font-size: 12px;
  line-height: 17px;
}
.m-emerce-recent-comment-widget__thread a {
  color: #222;
  padding: 12px 12px 0px 12px;
}
.m-emerce-recent-comment-widget__comment {
  padding: 12px;
  font-size: 12px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  font-family: "Simplon BP", sans-serif;
}
.m-emerce-recent-comment-widget__comment a {
  color: #666;
}
.m-emerce-recent-comment-widget__comment:hover {
  background-color: #e6e8eb;
}
.m-emerce-recent-comment-widget__name {
  color: #cb0003;
}

.m-emerce-knowledgebase-widget {
  background-color: #f4f5f6;
}
.m-emerce-knowledgebase-widget .widget-header {
  overflow: hidden;
  background-color: #fff;
}
.m-emerce-knowledgebase-widget__item {
  border-bottom: 1px solid #fff;
}
.m-emerce-knowledgebase-widget__item h3 {
  color: #222;
  font-size: 12px;
}
.m-emerce-knowledgebase-widget__item a {
  display: block;
  padding: 12px;
}
.m-emerce-knowledgebase-widget__item a, .m-emerce-knowledgebase-widget__item a:visited {
  color: #cb0003;
}
.m-emerce-knowledgebase-widget__item p {
  margin-bottom: 0;
  color: #666;
  font-size: 12px;
  font-family: "Simplon BP", sans-serif;
}
.m-emerce-knowledgebase-widget__item img {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
.m-emerce-knowledgebase-widget__item:hover {
  background-color: #e6e8eb;
}
.m-emerce-knowledgebase-widget__image-wrap {
  padding: 40px;
}
.m-emerce-knowledgebase-widget__type {
  font-size: 12px;
  font-weight: normal;
}
.m-emerce-knowledgebase-widget .widget-link-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 10px;
  font-size: 12px;
  font-family: "Simplon BP", sans-serif;
}
.m-emerce-knowledgebase-widget .widget-link-wrap a, .m-emerce-knowledgebase-widget .widget-link-wrap a:visited {
  color: #cb0003;
}
.m-emerce-knowledgebase-widget .widget-link-wrap svg {
  position: absolute;
  right: 12px;
  fill: #cb0003;
  width: 6px;
  height: 6px;
  margin: 4px 0 0;
}
.m-emerce-knowledgebase-widget .widget-link-wrap:hover {
  background-color: #e6e8eb;
}

.m-magazine-section {
  background: #222;
  color: white;
  padding: 50px 0px;
}
.m-magazine-section__content {
  max-width: 685px;
  margin: 0px auto;
  padding: 0px 20px;
}
.m-magazine-section__content p {
  color: white;
}
.m-magazine-section__content:after {
  content: "";
  clear: both;
  display: table;
}
.m-magazine-section__image {
  width: 100%;
}
@media (min-width: 768px) {
  .m-magazine-section__image {
    width: 260px;
    margin: 0px 34px 0px 0px;
    float: left;
  }
  .m-magazine-section__description {
    float: left;
    width: calc(100% - 295px);
  }
}
.m-magazine-section__title {
  font-size: 26px;
  margin: 18px 0px 10px 0px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .m-magazine-section__title {
    margin: 20px 0px 10px 0px;
  }
}
.m-magazine-section__lead {
  font-size: 18px;
  line-height: 26px;
  margin: 0px 0px 8px 0px;
  font-weight: 600;
}
.m-magazine-section__paragraph {
  font-size: 14px;
  line-height: 20px;
}
.m-magazine-section .e-button {
  margin: 16px 0px 0px 0px;
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .m-magazine-section .e-button {
    display: inline-flex;
    width: auto;
  }
}

.m-notice {
  margin: 30px 0px;
}
.m-notice__content {
  border: 1px solid #e9e9e9;
}
.m-notice__content:after {
  content: "";
  display: table;
  clear: both;
}
.m-notice__text {
  padding: 18px 20px 19px 20px;
}
@media (min-width: 970px) {
  .m-notice__text {
    padding: 18px 50px 19px 20px;
    float: left;
  }
}
.m-notice__text p {
  font-size: 12px;
  color: #777;
}
.m-notice__title {
  color: #222;
  font-size: 14px;
  margin: 0px 0px 10px 0px;
}
.m-notice__button-wrap {
  padding: 5px 20px;
}
@media (min-width: 970px) {
  .m-notice__button-wrap {
    padding: 5px 20px 5px 20px;
    float: left;
    width: 25%;
    border-left: 1px solid #e9e9e9;
  }
}
.m-notice__button {
  color: white;
  text-transform: uppercase;
  background-color: #60c8f8;
  padding: 16px 0px 17px;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  transition: 125ms ease;
  transition-property: opacity, background;
  font-family: "Simplon BP", sans-serif;
}
@media (min-width: 768px) {
  .m-notice__button {
    margin: 20px 0px;
  }
}
@media (min-width: 970px) {
  .m-notice__button {
    margin: 30px 0px;
  }
}
.m-notice__button:hover {
  background-color: #2fb7f6;
}
.m-notice__button--text {
  background: none;
  text-decoration: underline;
  color: #222;
  text-transform: none;
  font-weight: 400;
}
.m-notice__button--text:hover {
  background: none;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .m-notice__button--text {
    margin: 0px 0px 20px 0px;
  }
}
@media (min-width: 970px) {
  .m-notice__button--text {
    margin: 30px 0px;
  }
  .m-notice--single-button .m-notice__text {
    width: 75%;
  }
  .m-notice--double-button .m-notice__text {
    width: 50%;
  }
}

.m-share-bar {
  position: relative;
  width: 100%;
  height: 44px;
  background: white;
  z-index: 8;
  top: 0px;
  line-height: 44px;
  color: #777;
  font-size: 14px;
  transition: transform 175ms ease;
}
.m-share-bar:before {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background-color: #CCCCCC;
  left: 10px;
  bottom: 0px;
  position: absolute;
}
.m-share-bar:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .m-share-bar {
    display: none;
  }
}
.m-share-bar .m-container {
  display: flex;
  width: 100%;
}
.m-share-bar svg {
  width: 20px;
  height: 44px;
  fill: #777;
  position: relative;
  transition: fill 125ms ease;
  pointer-events: none;
}
.m-share-bar__list {
  float: right;
  margin: 0 0 0 auto;
}
.m-share-bar__list:after {
  content: "";
  clear: both;
  display: table;
}
.m-share-bar__item {
  float: left;
  width: 38px;
  text-align: center;
}
.m-share-bar__anchor {
  display: block;
  transition: background 125ms ease;
  height: 44px;
}
.m-share-bar__anchor:hover svg {
  fill: white;
}
.m-share-bar__anchor.whatsapp:hover {
  background-color: #25d366;
}
.m-share-bar__anchor.facebook svg {
  height: 18px;
  top: 13px;
}
.m-share-bar__anchor.facebook:hover {
  background-color: #3b5998;
}
.m-share-bar__anchor.linkedin svg {
  top: -1px;
}
.m-share-bar__anchor.linkedin:hover {
  background-color: #0077b5;
}
.m-share-bar__anchor.twitter svg {
  top: 1px;
}
.m-share-bar__anchor.twitter:hover {
  background-color: #1da1f2;
}
.m-share-bar__anchor.mail svg {
  top: 1px;
}
.m-share-bar__anchor.mail:hover {
  background-color: #999;
}

.m-advance-homepage {
  padding: 30px 0px 0px 0px;
}
@media (min-width: 1280px) {
  .m-advance-homepage__main-content {
    width: calc(100% - 200px);
    float: left;
  }
}
.m-advance-homepage__side-bar {
  display: none;
}
@media (min-width: 1280px) {
  .m-advance-homepage__side-bar {
    display: block;
    width: 200px;
    float: left;
  }
}
.m-advance-homepage__section-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  max-width: 200px;
}
.m-advance-homepage .pagination {
  margin: 20px 0px 0px 0px;
}
@media (min-width: 480px) {
  .m-advance-homepage .pagination .page-numbers.next {
    margin-top: 3px;
  }
}
@media (min-width: 768px) {
  .m-advance-homepage .pagination {
    margin: 40px 0px 0px 0px;
  }
}

.m-insight-stories .m-pagination {
  float: left;
  margin: 30px 0px 0px 0px;
}
@media (min-width: 1366px) {
  .m-insight-stories__content {
    display: flex;
    flex-wrap: wrap;
  }
}

.m-insight-newsblock {
  margin: 20px 0px;
  overflow: hidden;
  border-bottom: 1px solid #222;
  padding: 0px 0px 15px 0px;
  flex-shrink: 0;
}
.m-insight-newsblock:hover .m-insight-newsblock__article-title {
  text-decoration: underline;
}
.m-insight-newsblock__url {
  display: block;
  height: calc(100% - 45px);
}
@media (min-width: 768px) {
  .m-insight-newsblock {
    display: block;
    float: left;
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .m-insight-newsblock {
    width: calc(50% - 5px);
    margin-bottom: 0px;
  }
  .m-insight-newsblock:nth-of-type(odd) {
    margin: 20px 10px 0px 0px;
  }
  .m-insight-newsblock:nth-of-type(1), .m-insight-newsblock:nth-of-type(2) {
    margin-top: 0px;
  }
}
.m-insight-newsblock__article-title {
  margin: 10px 0px 0px 0px;
}
.m-insight-newsblock__article-title a {
  text-decoration: none;
  color: #222;
}
.m-insight-newsblock__article-title a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .m-insight-newsblock__article-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.m-insight-newsblock__image-wrap {
  width: 100px;
  height: 100px;
  position: relative;
  float: left;
}
@media (min-width: 768px) {
  .m-insight-newsblock__image-wrap {
    float: none;
    width: 100%;
    height: 220px;
  }
  .m-insight-newsblock__image-wrap:after {
    pointer-events: none;
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: linear-gradient(rgba(34, 34, 34, 0.001), rgba(34, 34, 34, 0.9));
    display: block;
  }
}
@media (min-width: 1280px) {
  .m-insight-newsblock__image-wrap {
    height: 390px;
  }
}
@media (min-width: 1366px) {
  .m-insight-newsblock__image-wrap {
    height: 290px;
  }
}
.m-insight-newsblock__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.m-insight-newsblock__data {
  display: none;
}
@media (min-width: 768px) {
  .m-insight-newsblock__data {
    display: flex;
    align-items: center;
    height: 40px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2;
  }
}
.m-insight-newsblock__category {
  font-size: 12px;
  line-height: 15px;
  color: white;
  font-weight: 500;
  margin: 0px 10px 0px 0px;
}
.m-insight-newsblock__total-shares {
  background-color: #222;
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
}
.m-insight-newsblock__total-shares i {
  margin: -3px 5px 0px 0px;
}
.m-insight-newsblock__information {
  padding: 0px 0px 0px 110px;
  position: relative;
}
@media (min-width: 768px) {
  .m-insight-newsblock__information {
    padding: 20px 0px 0px 10px;
  }
}
.m-insight-newsblock__author-image {
  display: none;
}
@media (min-width: 768px) {
  .m-insight-newsblock__author-image {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background: #fff;
    position: absolute;
    display: block;
    margin: -80px 0px 0px 0px;
  }
}
.m-insight-newsblock__author-name {
  font-size: 10px;
  font-weight: bold;
}
.m-insight-newsblock__author-name a {
  text-decoration: none;
  color: #222;
}
.m-insight-newsblock__author-name a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .m-insight-newsblock__author-name {
    font-size: 16px;
    margin: 0px 0px 6px 0px;
  }
}
.m-insight-newsblock__channel {
  height: 40px;
  padding: 0 6px;
  line-height: 40px;
  font-size: 12px;
  color: white;
  background: #1f75ce;
  text-transform: uppercase;
  font-family: "Simplon BP", sans-serif;
}
@media (min-width: 970px) {
  .m-insight-newsblock__channel {
    padding: 0 12px;
    font-weight: 700;
  }
}
.m-insight-newsblock__author-company {
  display: none;
}
@media (min-width: 768px) {
  .m-insight-newsblock__author-company {
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin: -2px 0px 0px 0px;
    color: #777 !important;
  }
}
.m-insight-newsblock__mobile-channel {
  font-size: 12px;
  font-weight: 700;
  margin: 10px 0 5px;
  float: left;
  color: #999;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .m-insight-newsblock__mobile-channel {
    display: none;
  }
}
.m-insight-newsblock__mobile-channel:before {
  content: "";
  background-color: #1f75ce;
  width: 9px;
  height: 9px;
  margin: 2px 10px 0 0;
  display: inline-block;
  float: left;
}

.m-insight-trending-article {
  display: block;
  background-color: white;
  border-bottom: 1px solid #EEEEEE;
  margin: 10px 0px 0px 0px;
  padding: 10px 10px 20px 10px;
  position: relative;
  color: #222;
  width: 100%;
}
.m-insight-trending-article:hover .m-insight-trending-article__title {
  text-decoration: underline;
}
@media (min-width: 1366px) {
  .m-insight-trending-article {
    float: left;
    margin: 5px 0px 5px 0px;
    padding: 10px 0px;
  }
}
.m-insight-trending-article__category {
  font-size: 12px;
  font-weight: 700;
  margin: 0px 0px 5px 0px;
  float: left;
  text-transform: uppercase;
  color: #999999;
}
.m-insight-trending-article__title {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .m-insight-trending-article__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.m-insight-trending-article__content {
  overflow: hidden;
}
.m-insight-trending-article__author {
  overflow: hidden;
  margin: 8px 0px 0px 0px;
}
@media (min-width: 768px) {
  .m-insight-trending-article__author {
    padding: 0px 0px 0px 10px;
  }
}
.m-insight-trending-article__author-name {
  font-size: 14px;
  font-weight: 600;
  float: left;
}
.m-insight-trending-article__author-name:after {
  content: "●";
  margin: 0 5px;
}
@media (min-width: 768px) {
  .m-insight-trending-article__author-name:after {
    display: none;
  }
  .m-insight-trending-article__author-name {
    float: none;
    margin: 0px 0px 0px 0px;
  }
}
.m-insight-trending-article__author-company {
  font-size: 12px;
  font-weight: 300;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  .m-insight-trending-article__author-company {
    float: none;
  }
}
.m-insight-trending-article__author-image {
  display: none;
}
@media (min-width: 768px) {
  .m-insight-trending-article__author-image {
    display: inline;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    float: left;
    position: relative;
    left: -10px;
  }
}
.m-insight-trending-article__total-shares {
  display: none;
  font-size: 12px;
}
.m-insight-trending-article__total-shares svg {
  width: 14px;
  height: 14px;
  fill: #999999;
  margin: 4px 0px 0px 0px;
  position: relative;
  top: 3px;
}
@media (min-width: 768px) {
  .m-insight-trending-article__total-shares {
    display: inline;
    color: #999999;
    position: absolute;
    right: 20px;
    bottom: 5px;
  }
}
@media (min-width: 1366px) {
  .m-insight-trending-article__total-shares {
    bottom: 14px;
  }
}
.m-insight-trending-article__channel {
  background-color: #1F75CE;
  width: 9px;
  height: 9px;
  margin: 3px 10px 0 0;
  display: inline-block;
  float: left;
  top: -1px;
  position: relative;
}

.m-insight-cta {
  height: 420px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin: 20px 0px 0px 0px;
  padding: 0px 20px;
  position: relative;
}
.m-insight-cta:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (min-width: 768px) {
  .m-insight-cta:before {
    background: rgba(255, 255, 255, 0.9);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.0001));
  }
  .m-insight-cta {
    height: 480px;
    margin: 40px 0px 0px 0px;
  }
}
@media (min-width: 1280px) {
  .m-insight-cta {
    height: 540px;
  }
}
.m-insight-cta .m-container {
  max-width: 760px;
}
.m-insight-cta__content {
  position: relative;
  z-index: 1;
  padding: 0px 20px 0px 0px;
}
@media (min-width: 768px) {
  .m-insight-cta__content {
    max-width: 450px;
  }
}
.m-insight-cta__title {
  font-size: 22px;
  margin: 0px 0px 10px 0px;
}
@media (min-width: 768px) {
  .m-insight-cta__title {
    font-size: 32px;
  }
}
.m-insight-cta__intro {
  font-size: 14px;
  margin: 0px 0px 30px 0px;
}
@media (min-width: 768px) {
  .m-insight-cta__intro {
    font-size: 18px;
    line-height: 26px;
  }
}
.m-insight-cta__button {
  width: 100%;
  height: 50px;
  background-color: #F06654;
  color: white;
  display: block;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 125ms ease;
}
.m-insight-cta__button:hover {
  background-color: #e83c2a;
}
@media (min-width: 768px) {
  .m-insight-cta__button {
    display: inline-block;
    width: 264px;
  }
}

.m-advance-recent-comments {
  margin: 20px 0px 40px 0px;
}
.m-advance-recent-comments .theme-color {
  color: #C00 !important;
}

.m-advance-editor-picks {
  margin: 20px 0px 40px 0px;
}

.m-advance-editor-pick {
  background-color: #F4F4F4;
  padding: 10px 0px 10px 10px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  border-bottom: 2px solid white;
  width: 100%;
}
.m-advance-editor-pick:hover {
  cursor: pointer;
}
.m-advance-editor-pick:hover .m-advance-editor-pick__name {
  text-decoration: underline;
}
.m-advance-editor-pick__thumbnail {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  float: left;
}
.m-advance-editor-pick__details {
  float: left;
  width: calc(100% - 50px);
  padding: 0px 0px 0px 10px;
}
.m-advance-editor-pick__name {
  font-size: 12px;
  font-weight: 400;
  color: #CC0000;
  margin: 2px 0px 2px 0px;
}
.m-advance-editor-pick__company {
  font-size: 12px;
  font-weight: 400;
  color: #222;
}

.m-advance-authors {
  margin: 20px 0px 40px 0px;
}

.m-advance-author {
  text-decoration: none;
  display: block;
  border-bottom: 2px solid white;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.m-advance-author__content {
  background-color: #F4F4F4;
  overflow: hidden;
  padding: 10px 0px 10px 10px;
  float: left;
  width: calc(100% - 20px);
}
.m-advance-author:hover {
  cursor: pointer;
}
.m-advance-author:hover .m-advance-author__name {
  text-decoration: underline;
}
.m-advance-author__thumbnail {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  float: left;
}
.m-advance-author__details {
  float: left;
  width: calc(100% - 50px);
  padding: 0px 0px 0px 10px;
}
.m-advance-author__name {
  font-size: 12px;
  font-weight: 400;
  color: #CC0000;
  margin: 2px 0px 2px 0px;
}
.m-advance-author__company {
  font-size: 12px;
  font-weight: 400;
  color: #222;
}
.m-advance-author__rating {
  width: 19px;
  border-right: 1px solid white;
  background-color: #F4F4F4;
  left: 0px;
  text-align: center;
  line-height: 30px;
  top: 0px;
  border-bottom: 1px solid white;
  font-family: "Tiempos Text", sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 10px;
  float: left;
}

.m-events-overview__content .e-row {
  display: flex;
  flex-wrap: wrap;
}
.m-events-overview__content .e-col {
  flex-shrink: 0;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .m-events-overview__content .e-col {
    margin-bottom: 50px;
  }
}

.m-event-item {
  position: relative;
}
.m-event-item a {
  display: block;
  color: #222;
}
.m-event-item a:hover .m-event-item__image {
  opacity: 0.8;
}
.m-event-item a:hover .m-event-item__content {
  background-color: #f7f7f7;
}
.m-event-item__image-wrap {
  position: relative;
  padding: 0px 0px 56.25% 0px;
  overflow: hidden;
}
.m-event-item__image {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  transition: 125ms opacity ease;
}
.m-event-item__image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
}
.m-event-item__title {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: white;
  padding: 20px 10px;
  font-size: 28px;
  line-height: 30px;
}
.m-event-item__content {
  padding: 10px;
  position: relative;
  transition: 125ms background ease;
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 768px) {
  .m-event-item__content {
    border: 1px solid #e9e9e9;
  }
}
.m-event-item__date, .m-event-item__location {
  font-weight: 700;
  font-family: "Simplon BP", sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
}
.m-event-item__price {
  position: absolute;
  right: 0px;
  top: 0px;
  border-left: 1px solid #e9e9e9;
  font-weight: 700;
  font-size: 16px;
  font-family: "Tiempos Text", sans-serif;
  height: 100%;
  padding: 10px;
  line-height: 22px;
}
.m-event-item__price span {
  font-weight: 100;
  font-size: 12px;
  color: #777777;
  display: block;
  line-height: 17px;
}
.m-event-item__description {
  padding: 20px 10px;
}
.m-event-item__description p {
  color: #777777;
  font-size: 14px;
  line-height: 19px;
  margin: 0px 0px 20px 0px;
}
.m-event-item__description p:last-child {
  margin: 0;
}

.m-agenda-overview__content .e-row {
  display: flex;
  flex-wrap: wrap;
}
.m-agenda-overview__content .e-col {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 30px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .m-agenda-overview__content .e-col {
    margin-bottom: 50px;
  }
}

.m-agenda-item {
  position: relative;
}
.m-agenda-item a {
  display: block;
  color: #222;
}
.m-agenda-item a:hover .m-agenda-item__image {
  opacity: 0.8;
}
.m-agenda-item a:hover .m-agenda-item__content {
  background-color: #f7f7f7;
}
.m-agenda-item__image-wrap {
  position: relative;
  padding: 0px 0px 56.25% 0px;
  overflow: hidden;
}
.m-agenda-item__image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transition: 125ms opacity ease;
}
.m-agenda-item__content {
  padding: 10px;
  position: relative;
  transition: 125ms background ease;
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 768px) {
  .m-agenda-item__content {
    border: 1px solid #e9e9e9;
  }
}
.m-agenda-item__date, .m-agenda-item__location {
  font-weight: 700;
  font-family: "Simplon BP", sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
}
.m-agenda-item__price {
  position: absolute;
  right: 0px;
  top: 0px;
  border-left: 1px solid #e9e9e9;
  font-weight: 700;
  font-size: 16px;
  font-family: "Tiempos Text", sans-serif;
  height: 100%;
  padding: 10px;
  line-height: 22px;
}
.m-agenda-item__price span {
  font-weight: 100;
  font-size: 12px;
  color: #777777;
  display: block;
  line-height: 17px;
}
.m-agenda-item__title {
  color: #222222;
  font-size: 22px;
  line-height: 26px;
  margin: 0px 0px 10px 0px;
}
.m-agenda-item__description {
  padding: 10px 10px 20px 10px;
}
.m-agenda-item__description p {
  color: #777777;
  font-size: 14px;
  line-height: 19px;
  margin: 0px 0px 20px 0px;
}
.m-agenda-item__description p:last-child {
  margin: 0;
}

.m-agenda-detail {
  margin: 60px 0px;
}

.m-agenda-lead {
  width: 100%;
  height: 70px;
  position: relative;
  margin: 30px 0px 80px 0px;
  background-color: #F4F5F6;
}
@media (min-width: 970px) {
  .m-agenda-lead {
    margin: 30px 0px 0px 0px;
  }
}

.m-agenda-info {
  background-color: white;
  width: calc(100% - 40px);
  position: absolute;
  bottom: -50px;
  left: 20px;
  height: 100px;
  border: 1px solid #E9E9E9;
  overflow: hidden;
}
.m-agenda-info:after {
  content: "";
  clear: both;
  display: table;
}
.m-agenda-info__content {
  float: left;
  padding: 20px;
}
.m-agenda-info__content:after {
  content: "";
  clear: both;
  display: table;
}
.m-agenda-info__data {
  display: none;
  float: right;
}
@media (min-width: 970px) {
  .m-agenda-info__data {
    display: block;
  }
}
.m-agenda-info__data:after {
  content: "";
  clear: both;
  display: table;
}
.m-agenda-info__data-share {
  width: 100px;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100px;
  border-left: 1px solid #E9E9E9;
  position: relative;
}
.m-agenda-info__type {
  font-size: 14px;
  margin: 0px 0px 10px 0px;
}
.m-agenda-info__date, .m-agenda-info__creator {
  font-size: 12px;
  color: #777;
  line-height: 17px;
  font-family: "Tiempos Text", sans-serif;
  font-weight: 300;
}

.m-agenda-content {
  margin: 50px 0px 0px 0px;
}
@media (min-width: 970px) {
  .m-agenda-content {
    float: left;
    padding: 30px 80px 0px 40px;
    width: 690px;
  }
}
@media (min-width: 1280px) {
  .m-agenda-content {
    width: 790px;
  }
}
@media (min-width: 1366px) {
  .m-agenda-content {
    width: 970px;
  }
}
@media (min-width: 1420px) {
  .m-agenda-content {
    width: 1020px;
  }
}
.m-agenda-content__title {
  margin: 10px 0px 20px 0px;
  font-size: 24px;
  line-height: 150%;
}
@media (min-width: 970px) {
  .m-agenda-content__title {
    font-size: 38px;
    line-height: 47px;
  }
}
.m-agenda-content__content {
  position: relative;
  margin: 50px 0px 0px 0px;
}
@media (min-width: 970px) {
  .m-agenda-content__content {
    margin: 50px -20px 0px -20px;
  }
}
.m-agenda-content__image-wrap {
  width: 100%;
  margin: 0px 0px 20px 0px;
  position: relative;
  border: 1px solid #e9e9e9;
  padding: 30px;
  height: 270px;
}
@media (min-width: 768px) {
  .m-agenda-content__image-wrap {
    float: left;
    width: 360px;
    margin: 0px 40px 40px 0px;
  }
}
@media (min-width: 970px) {
  .m-agenda-content__image-wrap {
    width: 260px;
    height: 180px;
  }
}
@media (min-width: 1280px) {
  .m-agenda-content__image-wrap {
    width: 430px;
    height: 270px;
  }
}
.m-agenda-content__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 120px);
}
.m-agenda-content p {
  margin: 0px 0px 20px 0px;
  color: #222;
  font-size: 14px;
  line-height: 22px;
  display: block;
  width: 100%;
}
@media (min-width: 970px) {
  .m-agenda-content p {
    font-size: 18px;
    line-height: 28px;
  }
}
.m-agenda-content p:last-of-type {
  margin: 0;
}
.m-agenda-content a {
  color: #cb0003;
  transition: opacity 125ms ease;
}
.m-agenda-content a:hover {
  opacity: 0.7;
}
.m-agenda-content h3:not([class]) {
  font-family: "Simplon BP", sans-serif;
  margin: 0px 0px 2px 0px;
  font-size: 14px;
}
@media (min-width: 970px) {
  .m-agenda-content h3:not([class]) {
    font-size: 18px;
  }
}
.m-agenda-content ul:not([class]) {
  list-style: disc;
  padding: 0px 0px 0px 20px;
}
.m-agenda-content ul:not([class]) li {
  margin: 0px 0px 4px 0px;
}
.m-agenda-content ul:not([class]) li:last-child {
  margin: 0px;
}

@media (min-width: 970px) {
  .m-agenda-table-section {
    margin: 0px -20px;
  }
}

.m-agenda-table {
  border: 1px solid #E9E9E9;
}
.m-agenda-table__row {
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 768px) {
  .m-agenda-table__row:after {
    content: "";
    clear: both;
    display: table;
  }
}
.m-agenda-table__row:last-child {
  border: none;
}
.m-agenda-table__cell {
  padding: 10px 0px 0px 20px;
  color: #777;
  font-size: 14px;
}
@media (min-width: 768px) {
  .m-agenda-table__cell {
    float: left;
    width: 230px;
    padding: 14px 0px 14px 20px;
  }
}
.m-agenda-table__cell--fat {
  font-weight: 700;
  color: #222;
  padding: 10px 0px 14px 20px;
}
@media (min-width: 768px) {
  .m-agenda-table__cell--fat {
    width: calc(100% - 230px);
    border-left: 1px solid #e9e9e9;
    padding: 14px 0px 14px 20px;
  }
}

.m-industry-wire-overview .e-row {
  display: flex;
  flex-wrap: wrap;
}
.m-industry-wire-overview .e-col {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 30px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .m-industry-wire-overview .e-col {
    margin-bottom: 50px;
  }
}

.m-industry-wire-item {
  position: relative;
}
.m-industry-wire-item a {
  display: block;
  color: #222;
}
.m-industry-wire-item a:hover .m-industry-wire-item__image {
  opacity: 0.8;
}
.m-industry-wire-item a:hover .m-industry-wire-item__content {
  background-color: #f7f7f7;
}
.m-industry-wire-item__image-wrap {
  position: relative;
  padding: 0px 0px 56.25% 0px;
  overflow: hidden;
}
.m-industry-wire-item__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transition: 125ms opacity ease;
}
.m-industry-wire-item__content {
  padding: 10px;
  position: relative;
  transition: 125ms background ease;
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 768px) {
  .m-industry-wire-item__content {
    border: 1px solid #e9e9e9;
  }
}
.m-industry-wire-item__label, .m-industry-wire-item__company {
  font-weight: 700;
  font-family: "Simplon BP", sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
}
.m-industry-wire-item__title {
  color: #222222;
  font-size: 22px;
  line-height: 26px;
  margin: 0px 0px 10px 0px;
}
.m-industry-wire-item__description {
  padding: 10px 10px 20px 10px;
}
.m-industry-wire-item__description p {
  color: #777777;
  font-size: 14px;
  line-height: 19px;
  margin: 0px 0px 20px 0px;
}
.m-industry-wire-item__description p:last-child {
  margin: 0;
}

.m-wire-info {
  background-color: white;
  width: calc(100% - 40px);
  position: absolute;
  bottom: -50px;
  left: 20px;
  height: 100px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}
.m-wire-info:after {
  content: "";
  clear: both;
  display: table;
}
.m-wire-info__content {
  float: left;
  padding: 20px;
}
.m-wire-info__content:after {
  content: "";
  clear: both;
  display: table;
}
.m-wire-info__data {
  display: none;
  float: right;
}
@media (min-width: 970px) {
  .m-wire-info__data {
    display: block;
  }
}
.m-wire-info__data:after {
  content: "";
  clear: both;
  display: table;
}
.m-wire-info__data-share {
  width: 100px;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100px;
  border-left: 1px solid #e9e9e9;
  position: relative;
}
.m-wire-info__type {
  font-size: 14px;
  margin: 0px 0px 10px 0px;
}
.m-wire-info__date, .m-wire-info__creator {
  font-size: 12px;
  color: #777;
  line-height: 17px;
  font-family: "Simplon BP", sans-serif;
  font-weight: 300;
}

.m-author-item {
  transform: translateY(-58px);
}
.m-author-item:hover .m-author-item__content {
  background-color: #fafafa;
}
.m-author-item__image-wrap {
  position: relative;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 115px;
  height: 115px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #E9E9E9;
}
.m-author-item__image {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.m-author-item__content {
  border: 1px solid #E9E9E9;
  padding: 70px 0px 20px 0px;
  text-align: center;
  transition: background 125ms ease;
}
.m-author-item__name {
  font-size: 20px;
  line-height: 30px;
}
.m-author-item__name a {
  color: #222;
}
.m-author-item__name a:hover {
  text-decoration: underline;
}
.m-author-item__title {
  color: #777777;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
.m-author-item__stats {
  border-bottom: 1px solid #E9E9E9;
  display: flex;
}
.m-author-item__stat {
  flex-grow: 1;
  border-right: 1px solid #E9E9E9;
  padding: 11px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.m-author-item__stat:first-of-type {
  border-left: 1px solid #E9E9E9;
}
.m-author-item__stat span {
  display: block;
  color: #777777;
  font-size: 12px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .m-author-detail {
    padding: 0px 0px 0px 20px;
  }
}
.m-author-detail__name {
  font-size: 48px;
  line-height: 50px;
  margin: 0px 0px 20px 0px;
}
.m-author-detail__list {
  padding: 6px 0px;
}
.m-author-detail__item {
  font-size: 14px;
  line-height: 30px;
  font-family: "Simplon BP", sans-serif;
}
.m-author-detail__item:after {
  content: "";
  clear: both;
  display: table;
}
.m-author-detail__item span {
  color: #777;
  float: left;
  display: block;
  width: 180px;
}
.m-author-detail__item a {
  color: #cb0003;
  transition: 125ms opacity ease;
}
.m-author-detail__item a:hover {
  opacity: 0.7;
}

.m-author-stats {
  transform: translateY(-58px);
}
.m-author-stats__image-wrap {
  position: relative;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 115px;
  height: 115px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #E9E9E9;
}
.m-author-stats__image {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.m-author-stats__content {
  border: 1px solid #E9E9E9;
  padding: 76px 0px 0px 0px;
  text-align: center;
}
.m-author-stats__name {
  font-size: 20px;
  line-height: 30px;
}
.m-author-stats__name a {
  color: #222;
}
.m-author-stats__name a:hover {
  text-decoration: underline;
}
.m-author-stats__title {
  color: #777777;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
.m-author-stats__stats {
  border-top: 1px solid #E9E9E9;
  display: flex;
}
.m-author-stats__stat {
  flex-grow: 1;
  border-right: 1px solid #E9E9E9;
  padding: 11px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.m-author-stats__stat:last-of-type {
  border: none;
}
.m-author-stats__stat span {
  display: block;
  color: #777777;
  font-size: 12px;
  font-weight: 400;
}

.m-author-detail-description__content {
  padding: 20px 0px 30px 0px;
}
@media (min-width: 970px) {
  .m-author-detail-description__content {
    padding: 0px 0px 50px 20px;
  }
}
.m-author-detail-description__content p {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .m-author-detail-description .e-col--3 {
    width: 100%;
  }
}
@media (min-width: 970px) {
  .m-author-detail-description .e-col--3 {
    width: calc(66.4% - 20px);
  }
}

.m-author-related-articles {
  padding: 50px 0px 50px 0px;
  border-top: 1px solid #222;
  overflow: hidden;
}
.m-author-related-articles .e-container-title {
  margin: 0px 0px 20px 0px;
}
.m-author-related-articles .e-col--1 {
  border-bottom: 1px solid #222;
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .m-author-related-articles .e-col--1 {
    margin-bottom: 0;
  }
}

.m-author-articles {
  border-top: 1px solid #222;
  padding: 55px 0px 60px 0px;
}
.m-author-articles .e-container-title {
  margin: 0px 0px 20px 0px;
}
.m-author-articles .e-col {
  margin-bottom: 30px;
  border-bottom: 1px solid #222;
}

.m-author-article {
  position: relative;
}
.m-author-article:hover .m-author-article__title {
  text-decoration: underline;
}
.m-author-article__image-wrap {
  padding: 0px 0px 56.25% 0px;
  position: relative;
}
.m-author-article__image-wrap:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: black;
  background: linear-gradient(rgba(0, 0, 0, 0.0001), black);
  transition: opacity 125ms ease;
}
.m-author-article__image-wrap:hover:after {
  opacity: 0.8;
}
.m-author-article__image-wrap a:not([class]) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 125ms ease;
}
.m-author-article__image-wrap a:not([class]):hover {
  opacity: 0.8;
}
.m-author-article__image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.m-author-article__bar {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
}
.m-author-article__bar:after {
  content: "";
  display: table;
  clear: both;
}
.m-author-article__bar p {
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  line-height: 45px;
  font-size: 12px;
  font-weight: 700;
}
.m-author-article__bar .m-vertical-share {
  float: right;
  background: #000;
  font-weight: 700;
}
.m-author-article__title {
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0px 20px 0px;
}
.m-author-article__title a {
  color: #222;
}

.m-mover-and-shakers-overview {
  overflow: hidden;
}

.m-movers-and-shakers-item {
  transform: translateY(-58px);
  height: 100%;
}
.m-movers-and-shakers-item__anchor {
  display: block;
  height: 100%;
  color: #222;
}
.m-movers-and-shakers-item__anchor:hover .m-movers-and-shakers-item__content {
  background-color: #fafafa;
}
.m-movers-and-shakers-item__image-wrap {
  position: relative;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 115px;
  height: 115px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #E9E9E9;
}
.m-movers-and-shakers-item__image {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.m-movers-and-shakers-item__function {
  padding: 0px 10px;
  font-size: 22px;
  line-height: 26px;
  min-height: 78px;
}
.m-movers-and-shakers-item__content {
  border: 1px solid #E9E9E9;
  padding: 70px 10px 20px 10px;
  text-align: center;
  transition: background 125ms ease;
}
@media (min-width: 768px) {
  .m-movers-and-shakers-item__content {
    height: calc(100% - 120px);
  }
}
.m-movers-and-shakers-item__name {
  font-size: 20px;
  line-height: 30px;
}
.m-movers-and-shakers-item__name a {
  color: #222;
}
.m-movers-and-shakers-item__name a:hover {
  text-decoration: underline;
}
.m-movers-and-shakers-item__title {
  color: #777777;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
.m-movers-and-shakers-item__move {
  margin: 20px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
  border-top: #E9E9E9 solid 1px;
}
.m-movers-and-shakers-item__move svg {
  width: 30px;
  height: 30px;
}

.m-magazines-overview .e-col {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .m-magazines-overview .e-col {
    margin-bottom: 50px;
  }
}

.m-magazine-item a {
  display: block;
  color: #222;
}
.m-magazine-item a:hover img {
  opacity: 0.8;
}
.m-magazine-item a:hover .m-magazine-item__content {
  background-color: #f7f7f7;
}
.m-magazine-item img {
  width: 100%;
  transition: 125ms opacity ease;
}
.m-magazine-item__content {
  padding: 10px;
  border: 1px solid #e9e9e9;
  border-top: 1px solid transparent;
  position: relative;
  top: -4px;
  transition: 125ms background ease;
}
.m-magazine-item__title {
  font-family: "Simplon BP", sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.m-magazine-item__release-date {
  font-size: 14px;
  color: #777777;
  line-height: 19px;
}

.m-magazine-detail__content {
  border-bottom: 1px solid #222;
  width: 100%;
}
.m-magazine-detail__content:after {
  content: "";
  clear: both;
  display: table;
}
.m-magazine-detail__image-wrap {
  width: 100%;
  border: 1px solid #e9e9e9;
  margin: 0px 0px 30px 0px;
}
@media (min-width: 768px) {
  .m-magazine-detail__image-wrap {
    width: 335px;
    float: left;
  }
}
.m-magazine-detail__image-wrap img {
  width: 100%;
}
.m-magazine-detail__magazine-edition {
  font-size: 20px;
  line-height: 30px;
  padding: 0px 0px 0px 10px;
}
.m-magazine-detail__magazine-publish-date {
  font-size: 14px;
  color: #777;
  padding: 0px 0px 10px 10px;
  display: block;
}
.m-magazine-detail__title {
  margin: 0px 0px 20px 0px;
}
@media (min-width: 768px) {
  .m-magazine-detail__title {
    font-size: 48px;
    line-height: 50px;
  }
  .m-magazine-detail__info {
    width: calc(100% - 335px);
    float: left;
    padding: 0px 0px 0px 20px;
  }
}
@media (min-width: 970px) {
  .m-magazine-detail__info {
    padding: 0px 0px 0px 40px;
  }
}
.m-magazine-detail__info p {
  font-size: 18px;
  line-height: 28px;
}

.m-magazine-articles {
  padding: 55px 0px 60px 0px;
}
.m-magazine-articles .e-container-title {
  margin: 0px 0px 20px 0px;
}
.m-magazine-articles .e-col--1 {
  margin-bottom: 30px;
  border-bottom: 1px solid #222;
}

.m-magazine-article {
  position: relative;
}
.m-magazine-article:hover .m-magazine-article__title {
  text-decoration: underline;
}
.m-magazine-article__image-wrap {
  padding: 0px 0px 56.25% 0px;
  position: relative;
}
.m-magazine-article__image-wrap:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: black;
  background: linear-gradient(rgba(0, 0, 0, 0.0001), black);
  transition: opacity 125ms ease;
}
.m-magazine-article__image-wrap:hover:after {
  opacity: 0.8;
}
.m-magazine-article__image-wrap a:not([class]) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 125ms ease;
}
.m-magazine-article__image-wrap a:not([class]):hover {
  opacity: 0.8;
}
.m-magazine-article__image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.m-magazine-article__bar {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
}
.m-magazine-article__bar:after {
  content: "";
  display: table;
  clear: both;
}
.m-magazine-article__bar p {
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  line-height: 45px;
  font-size: 12px;
  font-weight: 700;
}
.m-magazine-article__bar .m-vertical-share {
  float: right;
  background: #000;
  font-weight: 700;
}
.m-magazine-article__title {
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0px 20px 0px;
}
.m-magazine-article__title a {
  color: #222;
}

.m-topics-overview__content .e-row {
  display: flex;
  flex-wrap: wrap;
}
.m-topics-overview__content .e-col {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 30px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .m-topics-overview__content .e-col {
    margin-bottom: 50px;
  }
}

.m-topic-item:hover .m-topic-item__image {
  opacity: 0.7;
}
.m-topic-item:hover .m-topic-item__title {
  background: #f9f9f9;
}
.m-topic-item > a {
  display: block;
  color: #222;
}
.m-topic-item__image-wrap {
  height: 150px;
  width: 100%;
  position: relative;
}
.m-topic-item__image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.m-topic-item__title {
  padding: 10px 0px 35px 0px;
  font-size: 22px;
}

.m-news-item {
  width: 100%;
  display: block;
  flex-shrink: 0;
}
.m-news-item__anchor {
  display: block;
  width: 100%;
  height: 100%;
}
.m-news-item__anchor:after {
  content: "";
  clear: both;
  display: table;
}
.m-news-item__anchor:hover .m-news-item__content,
.m-news-item__anchor:hover .m-news-item__content__details,
.m-news-item__anchor:hover .m-news-item__content__details div {
  border-color: transparent;
  background-color: #E9E9E9;
}
.m-news-item__image-wrap {
  width: 85px;
  height: 85px;
  float: left;
  position: relative;
}
.m-news-item__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.m-news-item__content {
  width: calc(100% - 85px);
  padding: 10px 0px 0px 0px;
  border: 1px solid #E9E9E9;
  float: left;
  transition: background 125ms cubic-bezier(0.25, 0.6, 0.35, 1);
}
@media (min-width: 768px) {
  .m-news-item__content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.m-news-item__date {
  color: #777777;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  padding: 0px 10px;
}
.m-news-item__title {
  color: #333;
  font-size: 16px;
  line-height: 19px;
  padding: 0px 10px;
  margin: 0 0 16px;
}
.m-news-item__svg {
  width: 18px;
  height: 18px;
  fill: #777;
  margin: 0px 5px 0px 0px;
  position: relative;
  top: 3px;
}
.m-news-item__details {
  border-top: 1px solid #E9E9E9;
  margin: 16px 0px 0px 0px;
  transition: background 125ms cubic-bezier(0.25, 0.6, 0.35, 1);
}
@media (min-width: 768px) {
  .m-news-item__details {
    margin: auto 0 0 0;
  }
}
.m-news-item__details:after {
  content: "";
  clear: both;
  display: table;
}
.m-news-item__details div {
  height: 30px;
  float: left;
  width: 50%;
  align-items: center;
  font-family: "Simplon BP", sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 30px;
  padding: 0px 0px 0px 10px;
  color: #AAAAAA;
  font-weight: 700;
  transition: background 125ms cubic-bezier(0.25, 0.6, 0.35, 1);
}
.m-news-item__details div:first-child {
  border-right: 1px solid #E9E9E9;
}
.m-news-item__details div:first-child > svg {
  top: 5px;
}

@media (min-width: 970px) {
  .m-news-overview {
    padding: 60px 0 0 0;
  }
}
.m-news-overview__content .e-row {
  display: flex;
  flex-wrap: wrap;
}
.m-news-overview__content .e-col--1 {
  margin-bottom: 20px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .m-news-overview__content .e-col--1 {
    margin-bottom: 20px;
  }
}
.m-news-overview__row {
  margin: 0px 0px 50px 0px;
}

.m-news-overview-row {
  margin: 0px 0px 50px 0px;
}
.m-news-overview-row__title {
  font-size: 14px;
  line-height: 17px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0px 0px 30px 0px;
}
@media (min-width: 768px) {
  .m-news-overview-row__content {
    display: flex;
    flex-wrap: wrap;
  }
}
.m-news-overview-row .m-news-item {
  margin: 0px 0px 30px 0px;
}
@media (min-width: 768px) {
  .m-news-overview-row .m-news-item {
    width: calc(50% - 10px);
  }
  .m-news-overview-row .m-news-item:nth-child(odd) {
    margin: 0px 20px 30px 0px;
  }
}
@media (min-width: 1280px) {
  .m-news-overview-row .m-news-item {
    width: calc(33.333333% - 14px);
    margin: 0px 20px 30px 0px;
  }
  .m-news-overview-row .m-news-item:nth-child(odd) {
    margin: 0px 20px 30px 0px;
  }
  .m-news-overview-row .m-news-item:nth-child(3n+3) {
    margin: 0px 0px 30px 0px;
  }
}

.m-premium-content-notification {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 20;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.m-premium-content-notification.show {
  display: flex;
}
.m-premium-content-notification__block {
  max-width: 560px;
  background: white;
  position: relative;
  padding: 40px 20px 50px;
  overflow-y: scroll;
  scrollbar-width: none;
}
@media (min-width: 480px) {
  .m-premium-content-notification__block {
    padding: 40px 110px;
  }
}
.m-premium-content-notification__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-premium-content-notification__close svg {
  fill: #979797;
  transition: fill 0.3s;
}
.m-premium-content-notification__close:hover svg {
  fill: black;
}
.m-premium-content-notification__logo {
  margin-bottom: 40px;
}
.m-premium-content-notification__logo img {
  width: 150px;
}
.m-premium-content-notification h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
}
.m-premium-content-notification__sub-text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
.m-premium-content-notification__count {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 50px;
}
.m-premium-content-notification p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
}
.m-premium-content-notification__button {
  margin-bottom: 50px;
}
.m-premium-content-notification__button .e-button--primary {
  background-color: #2075ce;
}
.m-premium-content-notification a {
  color: black;
  text-decoration: underline;
  font-size: 16px;
  line-height: 28px;
}

.m-all-channels-overview {
  margin: 30px 0px 30px 0px;
  padding: 0px 30px 30px 30px;
  border: 1px solid #E4E4E4;
}
.m-all-channels-overview__label {
  font-family: "Simplon BP", sans-serif;
  font-weight: 300;
  color: #000;
  margin: 0px 0px 0px -10px;
  padding: 0px 10px;
  display: inline-block;
  position: relative;
  top: -9px;
  background-color: white;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .m-all-channels-overview__label {
    font-family: "Simplon BP", sans-serif;
    font-size: 14px;
  }
}

.m-all-channels-overview-section {
  padding: 25px 0px 23px 0px;
}
.m-all-channels-overview-section__list {
  margin: 10px 0px 0px;
}
@media (min-width: 768px) {
  .m-all-channels-overview-section__list {
    -moz-columns: 100px 2;
         columns: 100px 2;
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  .m-all-channels-overview-section__list {
    -moz-columns: 100px 4;
         columns: 100px 4;
  }
}
.m-all-channels-overview-section__list li {
  margin: 0px 10px 0px 0px;
  line-height: 30px;
}
.m-all-channels-overview-section__list li:first-child {
  margin-top: 0px;
}
.m-all-channels-overview-section__list a {
  font-family: "Tiempos Text", sans-serif;
  font-size: 14px;
  color: #000;
}
.m-all-channels-overview-section__list a:hover {
  color: #cb0003;
  text-decoration: underline;
}
.m-all-channels-overview-section__list.no-column {
  -moz-columns: auto auto;
       columns: auto auto;
}
.m-all-channels-overview-section__category {
  margin: 0px 0px 5px 0px;
  font-size: 18px;
}
.m-all-channels-overview-section__category a {
  color: #000;
}
.m-all-channels-overview-section__category a:hover {
  color: #cb0003;
}
.m-all-channels-overview-section__category a:hover:after {
  color: #cb0003;
}
.m-all-channels-overview-section__category a:after {
  content: "❯";
  font-weight: bold;
  font-size: 16px;
  width: 8px;
  display: inline-block;
  position: relative;
  left: 8px;
  text-align: center;
}

.m-mover {
  text-align: center;
  padding: 20px 0px 40px;
}
@media (min-width: 970px) {
  .m-mover {
    padding: 40px 0px;
  }
}
.m-mover__image-wrap {
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0px auto 5px auto;
}
.m-mover__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
.m-mover__content {
  max-width: 660px;
  margin: 0px auto;
}
.m-mover__name {
  font-size: 18px;
  margin: 0px 0px 30px 0px;
}
@media (min-width: 970px) {
  .m-mover__name {
    font-size: 26px;
    line-height: 38px;
  }
}
.m-mover__profile {
  transform: translateY(40px);
  transition: all 0.6s cubic-bezier(0.25, 0.6, 0.35, 1) 1s;
}
@media (min-width: 970px) {
  .m-mover__profile {
    transform: translateY(130px);
  }
}
.m-mover__current-function {
  margin: 0px auto;
  max-width: 560px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.6, 0.35, 1) 1.5s;
  transform: translateY(-20%);
}
.m-mover__current-function-date {
  font-size: 14px;
  transition: opacity 0.4s cubic-bezier(0.25, 0.6, 0.35, 1) 2.4s;
  opacity: 0;
}
.m-mover__current-function-name {
  font-size: 22px;
  transform: translateY(20%);
}
@media (min-width: 970px) {
  .m-mover__current-function-name {
    font-size: 40px;
    line-height: 58px;
  }
}
.m-mover__previous-function {
  transform: translateY(-90px);
  transition: all 0.6s cubic-bezier(0.25, 0.6, 0.35, 1) 1s;
}
.m-mover__previous-function-name {
  color: #333;
  font-size: 24px;
  transition: all 0.6s cubic-bezier(0.25, 0.6, 0.35, 1) 1s;
}
@media (min-width: 970px) {
  .m-mover__previous-function-name {
    font-size: 22px;
    line-height: 32px;
  }
}
.m-mover__icon {
  position: relative;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  visibility: hidden;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.6, 0.35, 1) 1.2s;
}
.m-mover__icon svg {
  fill: #bbb;
  height: 22px;
  margin: 0px auto;
  transform: rotate(-90deg);
}
.m-mover__share {
  margin: 60px 0px 60px 0px;
}
.m-mover__share-label {
  display: block;
  font-family: "Simplon BP", sans-serif;
  margin: 0px 0px 10px 0px;
  font-weight: 500;
}
.m-mover__share svg {
  width: 30px;
  height: 30px;
}
.m-mover__share a.twitter:hover svg {
  fill: #1da1f2;
}
.m-mover__share a.facebook:hover svg {
  fill: #3b5998;
}
.m-mover__share a.linkedin:hover svg {
  fill: #0077b5;
}
.m-mover__back {
  color: #222;
  text-decoration: underline;
}
.m-mover__back:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .m-ads-mobile-only {
    display: none;
  }
}

.m-ads-medium-tablet-only {
  display: none;
}
@media (min-width: 768px) {
  .m-ads-medium-tablet-only {
    display: block;
  }
}
@media (min-width: 1280px) {
  .m-ads-medium-tablet-only {
    display: none;
  }
  .m-ads-mobile-tablet-only {
    display: none;
  }
}

.m-banner {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .m-banner {
    display: block;
  }
}
.m-banner--billboard {
  background: #222;
  text-align: center;
  z-index: 7;
  position: relative;
  overflow: hidden;
  height: auto;
}
@media (min-width: 1366px) {
  .m-banner--top-story {
    margin: 0px 20px 30px 0px;
    height: calc(100% - 30px);
  }
  .m-banner--top-story-right {
    margin-right: 0;
  }
}
.m-banner--mobile {
  display: block;
}
@media (min-width: 768px) {
  .m-banner--mobile {
    display: none;
  }
  .m-banner--mobile * {
    display: none;
  }
}

@media (min-width: 970px) {
  .m-banner-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .m-banner-wrapper {
    width: calc(50% + 10px);
    margin: 0 auto;
  }
}
@media (min-width: 1366px) {
  .m-banner-wrapper {
    width: calc(50% + 10px);
    margin: 0;
  }
}

@media (min-width: 970px) {
  .m-banner-wrapper-2 {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .m-banner-wrapper-2 {
    margin: 0 auto;
  }
}
@media (min-width: 1366px) {
  .m-banner-wrapper-2 {
    width: calc(50% + 10px);
    margin: 0;
    padding-right: 20px;
  }
}

.m-subscribe {
  padding-top: 0;
  overflow: visible;
}

.m-subscribe-header {
  padding: 60px 0px 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/placeholders/subscribe-bg.jpg);
  overflow: hidden;
  margin: 40px 0 0;
}
.m-subscribe-header__content-wrap:after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 970px) {
  .m-subscribe-header__content-wrap {
    margin: 0px auto;
    width: 970px;
  }
}
.m-subscribe-header__image {
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .m-subscribe-header__image {
    float: left;
    width: 45%;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.25, 0.6, 0.35, 1);
    transition-property: opacity, transform;
  }
  .m-subscribe-header__image.is-loaded {
    width: 45%;
    height: 530px;
    opacity: 1;
  }
}
.m-subscribe-header__content {
  padding: 50px 0px 20px 0px;
}
@media (min-width: 768px) {
  .m-subscribe-header__content {
    float: left;
    width: 55%;
    padding: 0px 0px 0px 50px;
  }
}
@media (min-width: 970px) {
  .m-subscribe-header__content.is-loaded .m-subscribe-header__animate {
    transform: translateY(0px);
    opacity: 1;
  }
}
.m-subscribe-header__title {
  color: white;
  font-size: 28px;
  line-height: 41px;
}
@media (min-width: 970px) {
  .m-subscribe-header__title {
    font-size: 40px;
    line-height: 58px;
  }
  .m-subscribe-header__text {
    transition-delay: 300ms !important;
  }
}
.m-subscribe-header__text p {
  font-size: 18px;
  line-height: 26px;
  color: white;
  margin: 20px 0px 40px;
}
@media (min-width: 970px) {
  .m-subscribe-header__text p {
    font-size: 22px;
    line-height: 32px;
  }
}
.m-subscribe-header .e-button {
  margin: 30px 0px 0px;
}
@media (min-width: 970px) {
  .m-subscribe-header .e-button {
    transition-delay: 800ms;
  }
  .m-subscribe-header__animate {
    position: relative;
    display: block;
    transform: translateY(-20px);
    opacity: 0;
    transition: 0.5s cubic-bezier(0.25, 0.6, 0.35, 1);
  }
}

.m-subsribe-cta {
  background-color: #f4f5f6;
  padding: 60px 0px 60px;
  position: relative;
  margin: 0 0 20px 0;
}
.m-subsribe-cta__title {
  font-size: 28px;
  line-height: 41px;
  text-align: center;
  width: 100%;
}
.m-subsribe-cta__content {
  margin: 60px 0px 20px 0px;
}
.m-subsribe-cta__content:after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 970px) {
  .m-subsribe-cta__content {
    width: 990px;
    margin: 60px auto 20px auto;
  }
}
.m-subsribe-cta__paragraph {
  text-align: center;
}
@media (min-width: 768px) {
  .m-subsribe-cta__paragraph {
    float: left;
    width: 240px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
  }
}
@media (min-width: 970px) {
  .m-subsribe-cta__paragraph {
    width: 330px;
  }
}
.m-subsribe-cta__paragraph p {
  font-size: 16px;
  line-height: 23px;
}
@media (min-width: 768px) {
  .m-subsribe-cta__paragraph p {
    font-size: 18px;
    line-height: 26px;
  }
}
.m-subsribe-cta__paragraph span {
  color: #ed6658;
  display: block;
  margin: 20px 0px;
}
@media (min-width: 768px) {
  .m-subsribe-cta__paragraph:last-child {
    padding: 0px 0px 0px 0px;
  }
}
@media (min-width: 970px) {
  .m-subsribe-cta__paragraph:last-child {
    padding: 0px 0px 0px 20px;
  }
}
.m-subsribe-cta__image {
  text-align: center;
  padding: 0px 60px;
}
@media (min-width: 768px) {
  .m-subsribe-cta__image {
    width: 240px;
    float: left;
    padding: 0px 30px;
  }
}
@media (min-width: 970px) {
  .m-subsribe-cta__image {
    width: 330px;
  }
}
.m-subsribe-cta__image img {
  width: 100%;
}
.m-subsribe-cta__button {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 60%);
  margin: -4px 0 0;
  padding: 10px 20px;
  height: auto;
  width: 95%;
}
@media (min-width: 480px) {
  .m-subsribe-cta__button {
    transform: translate(-50%, 100%);
    width: auto;
    height: auto;
  }
}

.m-subscribe-gifts {
  padding: 60px 10px 40px;
  text-align: center;
}
.m-subscribe-gifts__wrap {
  max-width: 770px;
  margin: 0px auto;
}
.m-subscribe-gifts__wrap--large {
  max-width: 1070px;
}
.m-subscribe-gifts__title {
  font-size: 28px;
  line-height: 41px;
  margin: 0px 0px 30px 0px;
}
.m-subscribe-gifts__intro {
  font-size: 18px;
  line-height: 26px;
}
.m-subscribe-gifts__content {
  padding: 40px 0px 0px 0px;
}
@media (min-width: 970px) {
  .m-subscribe-gifts__content {
    display: flex;
    justify-content: space-between;
    flex: 1;
  }
}
.m-subscribe-gifts__item {
  text-align: center;
  position: relative;
}
@media (min-width: 970px) {
  .m-subscribe-gifts__item {
    margin: unset;
    width: calc(20% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m-subscribe-gifts__item:last-child {
    margin: 0;
  }
}
.m-subscribe-gifts__item:first-of-type img {
  transform: scale(1.2);
}
@media (min-width: 970px) {
  .m-subscribe-gifts__item:first-of-type img {
    transform: scale(1.7);
  }
}
.m-subscribe-gifts__item:not(:last-child):after {
  content: "+";
  font-size: 80px;
  display: block;
  width: 80px;
  text-align: center;
  margin: auto;
}
@media (min-width: 970px) {
  .m-subscribe-gifts__item:not(:last-child):after {
    display: inline-block;
    float: right;
    position: absolute;
    left: 100%;
    top: 30px;
  }
}
.m-subscribe-gifts__item img {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 970px) {
  .m-subscribe-gifts__item img {
    width: 90%;
  }
}
.m-subscribe-gifts__item:nth-child(1) {
  transition-delay: 700ms;
}
.m-subscribe-gifts__item:nth-child(2) {
  transition-delay: 1400ms;
}
.m-subscribe-gifts__item:nth-child(3) {
  transition-delay: 2100ms;
}
.m-subscribe-gifts__item:nth-child(4) {
  transition-delay: 2800ms;
}
.m-subscribe-gifts__item:nth-child(5) {
  transition-delay: 3500ms;
}
.m-subscribe-gifts__final-item {
  border: 1px solid #afafaf;
  position: relative;
  margin: 100px auto 0px auto;
  transition: all 125ms ease;
  display: block;
  width: 100%;
  max-width: 300px;
  text-align: center;
}
@media (min-width: 970px) {
  .m-subscribe-gifts__final-item {
    transition-delay: 3500ms;
  }
}
.m-subscribe-gifts__final-item:hover {
  border: 1px solid #333;
}
.m-subscribe-gifts__final-item:hover span {
  background-color: #e83c2a;
}
.m-subscribe-gifts__final-item h2 {
  color: #222;
  font-weight: 700;
  width: 100%;
  font-family: "Simplon BP", sans-serif;
  border-bottom: none;
  letter-spacing: -3px;
  font-size: 34px;
  padding: 10px 0;
}
.m-subscribe-gifts__final-item p {
  padding-bottom: 10px;
}
.m-subscribe-gifts__final-item span {
  display: block;
  width: 100%;
  background-color: #ed6658;
  color: white;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  transition: all 125ms ease;
}
.m-subscribe-gifts__final-item:before {
  content: "=";
  display: block;
  font-size: 80px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 100%;
}
@media (min-width: 768px) {
  .m-subscribe-gifts__animate {
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.25, 0.6, 0.35, 1);
    transition-duration: 0.3s;
    transform: translateX(-100px);
    opacity: 0;
  }
  .m-subscribe-gifts.is-visible .m-subscribe-gifts__animate {
    transform: translateX(0px);
    opacity: 1;
  }
}

.m-subscribe-digital {
  padding: 60px 0px;
  background-color: #f4f5f6;
  text-align: center;
}
.m-subscribe-digital__wrap {
  max-width: 770px;
  margin: 0px auto;
}
.m-subscribe-digital__title {
  font-size: 28px;
  line-height: 41px;
  margin: 0px 0px 30px 0px;
}
.m-subscribe-digital__intro {
  font-size: 18px;
  line-height: 26px;
}
.m-subscribe-digital__intro a {
  color: #ed6658;
}
.m-subscribe-digital__intro a:hover {
  color: #e83c2a;
}

.m-subscribe-faq {
  width: 100%;
  padding: 60px 0 60px;
}
.m-subscribe-faq__content {
  max-width: 830px;
  margin: 0px auto;
}

.m-subscribe-faq-item {
  width: 100%;
  background-color: #f4f5f6;
  transition: background 125ms cubic-bezier(0.25, 0.6, 0.35, 1);
  margin: 0px 0px 30px 0px;
}
.m-subscribe-faq-item:last-child {
  margin: 0;
}
.m-subscribe-faq-item:after {
  content: "";
  clear: both;
  display: table;
}
.m-subscribe-faq-item__title {
  line-height: 40px;
  padding: 0px 0px 0px 20px;
  float: left;
}
.m-subscribe-faq-item__icon {
  width: 40px;
  height: 40px;
  background-color: #ed6658;
  position: relative;
  float: left;
}
.m-subscribe-faq-item__icon:before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 30px;
}
.m-subscribe-faq-item__answer {
  height: 0px;
  overflow: hidden;
  transition: height 125ms cubic-bezier(0.25, 0.6, 0.35, 1);
  width: 100%;
  display: block;
  float: left;
}
.m-subscribe-faq-item__answer iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.m-subscribe-faq-item:hover {
  background-color: #ddd;
  cursor: pointer;
}
.m-subscribe-faq-item.open .m-subscribe-faq-item__answer {
  height: 300px;
}
.m-subscribe-faq-item.open .m-subscribe-faq-item__icon:before {
  content: "-";
}

@media (min-width: 768px) {
  .m-channel-page .m-container-content {
    margin: 0px 15px 0px 0px;
  }
}
@media (min-width: 970px) {
  .m-channel-page .m-container-content {
    margin: 0px 10px 0px 10px;
  }
}

.m-channel-aside-articles {
  padding: 30px 0px;
}
@media (min-width: 768px) {
  .m-channel-aside-articles {
    float: left;
    margin: 0px 0px 0px 15px;
    width: 340px;
  }
}
@media (min-width: 970px) {
  .m-channel-aside-articles {
    width: 230px;
    margin: 0px 0px 0px 10px;
  }
}
@media (min-width: 1280px) {
  .m-channel-aside-articles {
    margin: 0px 0px 0px 15px;
    width: 290px;
  }
}
@media (min-width: 1366px) {
  .m-channel-aside-articles {
    margin: 0px 0px 0px 10px;
  }
}
@media (min-width: 1420px) {
  .m-channel-aside-articles {
    margin: 0px 0px 0px 15px;
  }
}

.m-small-channel-overview .m-container-content,
.m-small-channel-overview .m-channel-aside,
.m-small-channel-overview .m-channel-aside-articles {
  padding-top: 0;
}
.m-small-channel-overview .m-channel-aside-articles .m-channel-aside-description {
  display: none;
}
@media (min-width: 970px) {
  .m-small-channel-overview .m-channel-aside-articles .m-channel-aside-description {
    display: block;
  }
}

.m-new-in-channel {
  width: 100%;
  display: block;
  padding: 30px 0px;
}
.m-new-in-channel .m-new-article {
  margin: 0px 0px 30px 0px;
}
.m-new-in-channel .m-new-article:last-child {
  margin: 0 0 10px;
}
.m-new-in-channel .e-button {
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  .m-knowledge-base .m-container-aside {
    width: 240px;
  }
}
@media (min-width: 970px) {
  .m-knowledge-base .m-container-aside {
    width: 230px;
  }
}
@media (min-width: 1280px) {
  .m-knowledge-base .m-container-aside {
    width: 290px;
  }
}
@media (min-width: 768px) {
  .m-knowledge-base .m-container-content {
    width: 460px;
  }
}
@media (min-width: 970px) {
  .m-knowledge-base .m-container-content {
    width: 690px;
  }
}
@media (min-width: 1280px) {
  .m-knowledge-base .m-container-content {
    margin: 0px 15px;
    width: 620px;
  }
}
@media (min-width: 1366px) {
  .m-knowledge-base .m-container-content {
    margin: 0px 10px;
    width: 820px;
  }
}
@media (min-width: 1420px) {
  .m-knowledge-base .m-container-content {
    width: 850px;
    margin: 0px 15px;
  }
}
.m-knowledge-base .m-container-aside-widgets {
  display: none;
}
@media (min-width: 1280px) {
  .m-knowledge-base .m-container-aside-widgets {
    display: none;
  }
}
.m-knowledge-base.new .m-knowledge-base__title {
  font-size: 24px;
  line-height: 24px;
}
.m-knowledge-base.new .m-knowledge-base__label {
  font-size: 16px;
  line-height: 24px;
}
.m-knowledge-base.new .m-container-aside {
  padding: 0;
}
@media (min-width: 970px) {
  .m-knowledge-base.new .m-container-aside {
    padding: 30px 0;
    max-width: 200px;
    min-width: 200px;
  }
}
@media (min-width: 768px) {
  .m-knowledge-base.new .m-container-content {
    margin: 0;
    width: 730px;
  }
}
@media (min-width: 970px) {
  .m-knowledge-base.new .m-container-content {
    width: calc(100% - 225px);
    padding: 30px 0 0 40px;
  }
}
.m-knowledge-base.new .m-container-aside {
  display: block;
}
.m-knowledge-base.new .m-knowledge-item:last-child {
  border-bottom: 0px;
}
.m-knowledge-base--loading .m-knowledge-preloader {
  display: block;
}
.m-knowledge-base__count {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
}

.m-knowledge-excerpt {
  border-bottom: 3px solid black;
  padding: 0 0 40px 0;
}
.m-knowledge-excerpt:not(:first-of-type) {
  margin: 40px 0 0 0;
}
.m-knowledge-excerpt:after {
  content: "";
  clear: both;
  display: table;
}
.m-knowledge-excerpt__image-wrap {
  position: relative;
  width: 100%;
  padding: 0 0 56.25%;
  background-color: #ccc;
  margin: 0 0 12px 0;
}
@media (min-width: 970px) {
  .m-knowledge-excerpt__image-wrap {
    width: 40%;
    padding: 0 0 26.25%;
    float: left;
    margin: 0;
  }
}
.m-knowledge-excerpt__image-wrap figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (min-width: 970px) {
  .m-knowledge-excerpt__content {
    width: 60%;
    float: left;
    padding: 0 0 0 10px;
  }
}
@media (min-width: 1280px) {
  .m-knowledge-excerpt__content {
    padding: 0 0 0 20px;
  }
}
.m-knowledge-excerpt__content time {
  color: #999;
  margin: 0 0 10px;
}
.m-knowledge-excerpt__title {
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 24px;
}
.m-knowledge-excerpt__body {
  margin: 0 0 20px;
}
@media (min-width: 1366px) {
  .m-knowledge-excerpt__body {
    margin: 0 0 36px;
  }
}
.m-knowledge-excerpt__body p {
  margin: 0;
  color: #222;
  font-size: 14px;
  line-height: 18px;
}
.m-knowledge-excerpt__footer {
  padding: 24px 0 0 0;
  font-size: 14px;
}
@media (min-width: 1366px) {
  .m-knowledge-excerpt__footer {
    display: flex;
    justify-content: space-between;
  }
}
.m-knowledge-excerpt__footer:after {
  content: "";
  clear: both;
  display: table;
}
.m-knowledge-excerpt__stats {
  border-top: 1px solid black;
  padding: 6px 0 0 0;
  display: inline-block;
}
@media (min-width: 1366px) {
  .m-knowledge-excerpt__stats {
    width: auto;
    display: inline;
    margin: 0 auto 0 0;
  }
}
.m-knowledge-excerpt__stats:after {
  content: "";
  clear: both;
  display: table;
}
.m-knowledge-excerpt__stats div {
  float: left;
}
.m-knowledge-excerpt__stats div:last-child {
  margin: 0 0 0 20px;
}
.m-knowledge-excerpt__stats svg {
  height: 18px;
  width: 18px;
  position: relative;
  top: 2px;
  margin: 0 4px 0 0;
}
.m-knowledge-excerpt__stats svg, .m-knowledge-excerpt__stats span {
  display: inline-block;
}
.m-knowledge-excerpt__actions {
  padding: 22px 0 0 0;
  width: 100%;
  display: block;
}
@media (min-width: 1366px) {
  .m-knowledge-excerpt__actions {
    padding: 12px 0 0 0;
    width: auto;
    display: inline;
  }
}
.m-knowledge-excerpt__link {
  margin: 0 6px 0 0;
}
.m-knowledge-excerpt__link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.m-knowledge-excerpt__button {
  background-color: #60c8f8;
  color: white;
  font-size: 14px;
  padding: 10px;
  transition: background 125ms cubic-bezier(0.25, 0.6, 0.35, 1);
}
.m-knowledge-excerpt__button:hover {
  background-color: #2fb7f6;
  cursor: pointer;
}

@media (min-width: 970px) {
  .m-knowledge-search {
    width: 100%;
    float: right;
  }
}
.m-knowledge-search__wrap {
  position: relative;
}
.m-knowledge-search input {
  height: 44px;
  background-color: #F4F4F6;
  display: block;
  width: 100%;
  border: none;
  line-height: 44px;
  padding: 0 16px;
}
.m-knowledge-search button {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1F75CE;
  cursor: pointer;
}
.m-knowledge-search button svg {
  height: 18px;
  width: 18px;
  fill: white;
  position: relative;
  top: 1px;
}

.m-knowledge-item {
  padding: 24px 0;
  display: flex;
  border-bottom: 2px solid #222;
}
.m-knowledge-item:after {
  content: "";
  clear: both;
  display: table;
}
.m-knowledge-item:hover .m-knowledge-item__title {
  text-decoration: underline;
}
.m-knowledge-item__anchor {
  color: #222222;
  display: block;
}
@media (min-width: 768px) {
  .m-knowledge-item__anchor:first-child {
    width: 320px;
  }
  .m-knowledge-item__anchor:last-child {
    width: calc(100% - 320px);
  }
}
.m-knowledge-item__anchor:after {
  content: "";
  clear: both;
  display: table;
}
.m-knowledge-item__image-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: rgba(204, 204, 204, 0.1);
}
@media (min-width: 768px) {
  .m-knowledge-item__image-wrap {
    padding: 0;
    float: left;
    width: 320px;
    height: 320px;
  }
}
.m-knowledge-item__image-wrap img {
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  margin: 0px auto;
  position: absolute;
  box-shadow: 0px 3.5px 14px rgba(0, 0, 0, 0.25);
}
.m-knowledge-item__meta {
  display: flex;
}
.m-knowledge-item__meta time {
  line-height: 24px;
  font-size: 12px;
  color: #777777;
}
.m-knowledge-item__meta ul {
  margin: 0 8px 0 0;
}
.m-knowledge-item__meta ul:after {
  content: "";
  clear: both;
  display: table;
}
.m-knowledge-item__meta ul li {
  color: #666666;
  font-size: 12px;
  line-height: 24px;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
}
.m-knowledge-item__meta ul li:not(:last-child):after {
  content: " / ";
}
.m-knowledge-item__content {
  padding: 20px 0 0 0;
}
@media (min-width: 768px) {
  .m-knowledge-item__content {
    float: left;
    width: calc(100% - 320px);
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1280px) {
  .m-knowledge-item__content {
    padding: 0 0 0 40px;
  }
}
.m-knowledge-item__title {
  font-size: 32px;
  line-height: 40px;
  display: block;
  width: 100%;
}
.m-knowledge-item__copy {
  padding: 16px 0 0 0;
}
.m-knowledge-item__copy p {
  display: inline;
  font-size: 14px;
  line-height: 24px;
}
.m-knowledge-item__copy span {
  display: inline;
  font-size: 14px;
  font-weight: bold;
}
.m-knowledge-item__author {
  padding: 16px 0 16px 0;
  border-bottom: 1px solid #222222;
  float: left;
  width: 100%;
}
.m-knowledge-item__author:after {
  content: "";
  clear: both;
  display: table;
}
.m-knowledge-item__author-image-wrap {
  float: left;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
}
.m-knowledge-item__author-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.m-knowledge-item__author-content {
  float: left;
  width: calc(100% - 40px);
  padding: 0 0 0 16px;
}
.m-knowledge-item__author-name {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.m-knowledge-item__author-name a {
  color: #1f75ce;
}
.m-knowledge-item__author-name a:hover {
  text-decoration: underline;
}
.m-knowledge-item__author-company {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  font-weight: 100;
}
.m-knowledge-item .e-button--primary {
  background-color: #60c8f8;
  width: 100%;
}
.m-knowledge-item .e-button--primary:hover {
  background-color: #2fb7f6;
}
@media (min-width: 1280px) {
  .m-knowledge-item .e-button--primary {
    margin: 25px 0 0 0;
    width: auto;
  }
}
@media (min-width: 1366px) {
  .m-knowledge-item .e-button--primary {
    float: right;
  }
}

.m-knowledge-cta {
  margin: 24px 0 0;
  padding: 24px 20px;
  background-color: #F4F5F6;
}
@media (min-width: 768px) {
  .m-knowledge-cta {
    padding: 22px 24px 26px;
  }
}
@media (min-width: 970px) {
  .m-knowledge-cta {
    padding: 38px 24px 34px;
  }
}
.m-knowledge-cta:after {
  content: "";
  clear: both;
  display: table;
}
.m-knowledge-cta h3 {
  width: 100%;
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 768px) {
  .m-knowledge-cta h3 {
    float: left;
    max-width: 70%;
  }
}
.m-knowledge-cta .e-button.e-button--primary {
  background-color: #CB0003;
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
}
.m-knowledge-cta .e-button.e-button--primary:hover {
  background-color: #a90002;
}
@media (min-width: 768px) {
  .m-knowledge-cta .e-button.e-button--primary {
    float: right;
    padding: 15px 20px 17px;
    display: inline-block;
    margin: 0;
    width: auto;
  }
}

.m-knowledge-item-data {
  padding: 24px 0 20px 0;
  float: left;
  width: 100%;
}
@media (min-width: 1280px) {
  .m-knowledge-item-data {
    width: auto;
    display: flex;
    padding: 24px 0 0;
    margin: 0 auto 0 0;
    width: 100%;
  }
}
.m-knowledge-item-data:after {
  content: "";
  clear: both;
  display: table;
}
.m-knowledge-item-data div {
  float: left;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  border: 1px solid #E9E9E9;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .m-knowledge-item-data div {
    float: left;
  }
  .m-knowledge-item-data div:first-child {
    width: 25%;
  }
  .m-knowledge-item-data div:nth-child(2) {
    width: 75%;
  }
  .m-knowledge-item-data div:nth-child(3) {
    width: 100%;
  }
}
@media (min-width: 970px) {
  .m-knowledge-item-data div {
    width: auto;
    padding: 14px 16px;
  }
  .m-knowledge-item-data div:first-child {
    width: 25%;
  }
  .m-knowledge-item-data div:nth-child(2) {
    width: 75%;
  }
  .m-knowledge-item-data div:last-child {
    width: 40%;
  }
}
@media (min-width: 1280px) {
  .m-knowledge-item-data div:nth-child(2) {
    width: 35%;
  }
}
.m-knowledge-item-data div:first-child {
  border-right: 1px solid transparent;
}
.m-knowledge-item-data div svg {
  width: 16px;
  height: 16px;
  fill: #666666;
  margin: 0 8px 0 0;
}
.m-knowledge-item-data div span {
  color: #666666;
  font-size: 14px;
}
.m-knowledge-item-data div a {
  color: #1F75CE;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 0 8px;
}
.m-knowledge-item-data div:nth-child(3) {
  width: 100%;
  border-top: 1px solid transparent;
}
@media (min-width: 1280px) {
  .m-knowledge-item-data div:nth-child(3) {
    width: 40%;
    padding: 14px 16px;
    border-left: none;
    border-top: 1px solid #E9E9E9;
  }
}

.m-device-filter {
  padding: 30px 0 34px;
}
@media (min-width: 970px) {
  .m-device-filter {
    display: none;
  }
}
.m-device-filter:after {
  content: "";
  clear: both;
  display: table;
}
.m-device-filter__select-wrap {
  position: relative;
  float: right;
}
.m-device-filter__select-wrap svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.m-device-filter button {
  position: relative;
  padding: 0 0 0 24px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Simplon BP", sans-serif;
  cursor: pointer;
}
.m-device-filter button svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.m-device-filter select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0 24px 0 0;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Tiempos Text", sans-serif;
}

.m-knowledge-filter {
  padding: 20px 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 240px;
  height: 100vh;
  background-color: white;
  z-index: 11;
  transform: translateX(-120%);
  transition: transform 125ms cubic-bezier(0.25, 0.6, 0.35, 1);
}
@media (min-width: 970px) {
  .m-knowledge-filter {
    position: relative;
    width: 100%;
    padding: 0 0 0 0;
    border-top: 1px solid #222;
    z-index: 1;
    transition: none;
    transform: translateX(0);
  }
}
.m-knowledge-filter__label {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 970px) {
  .m-knowledge-filter__label {
    display: none;
  }
}
.m-knowledge-filter__label svg {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  margin: 0 8px 0 0;
}
.m-knowledge-filter__wrap {
  height: 100%;
  max-height: 100%;
  overflow: scroll;
  scroll-behavior: smooth;
}
@media (min-width: 970px) {
  .m-knowledge-filter__wrap {
    overflow: visible;
  }
}
.m-knowledge-filter__block {
  padding: 32px 0 0;
}
.m-knowledge-filter__block-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 6px;
}
.m-knowledge-filter label {
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin: 0 0 16px;
}
.m-knowledge-filter label span {
  color: #666;
}
.m-knowledge-filter label input {
  height: 16px;
  width: 16px;
  margin: 0 8px 0 0;
  position: relative;
  top: 1px;
}
.m-knowledge-filter__close {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  right: 14px;
  top: 10px;
  cursor: pointer;
}
@media (min-width: 970px) {
  .m-knowledge-filter__close {
    display: none;
  }
}
.m-knowledge-filter__close svg {
  width: 12px;
  height: 12px;
}

.m-knowledge-header {
  width: 100%;
  margin: 50px 0px 0px 0px;
}
@media (min-width: 768px) {
  .m-knowledge-header {
    display: none;
  }
}
.m-knowledge-header__image-wrap {
  width: 100%;
  position: relative;
  padding: 0 0 100%;
}
.m-knowledge-header__image-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
}
.m-knowledge-header__content {
  padding: 16px 20px;
  border-right: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
}
.m-knowledge-header__content:after {
  content: "";
  clear: both;
  display: table;
}
.m-knowledge-header__content h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 8px;
}
.m-knowledge-header__content p {
  font-size: 14px;
  line-height: 24px;
}
.m-knowledge-header__content p:not(:last-child) {
  margin: 0 0 8px;
}
.m-knowledge-header .e-button {
  margin: 20px 0 0 0;
  display: block;
  float: left;
  width: 100%;
}
.m-knowledge-header__data {
  border: 1px solid #EEEEEE;
}
.m-knowledge-header__data:after {
  content: "";
  clear: both;
  display: table;
}
.m-knowledge-header__data-col {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 50%;
  padding: 16px 0;
  border-right: 1px solid transparent;
}
.m-knowledge-header__data-col:first-child {
  border-right: 1px solid #EEEEEE;
}
.m-knowledge-header__data-col:last-child {
  width: 100%;
  border-top: 1px solid #EEEEEE;
}
.m-knowledge-header__data-col svg {
  width: 16px;
  height: 16px;
  fill: #666;
  margin: 0 8px 0 0;
}
.m-knowledge-header__data-col span {
  color: #666;
  font-size: 14px;
}
.m-knowledge-header__data-col a {
  color: #1F75CE;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 0 8px;
}

.m-knowledge-content {
  margin: 50px 0px 0px 0px;
}
@media (min-width: 970px) {
  .m-knowledge-content {
    float: left;
    padding: 30px 80px 0px 40px;
    width: 690px;
  }
}
@media (min-width: 1280px) {
  .m-knowledge-content {
    width: 790px;
  }
}
@media (min-width: 1366px) {
  .m-knowledge-content {
    width: 970px;
  }
}
@media (min-width: 1420px) {
  .m-knowledge-content {
    width: 1020px;
  }
}
.m-knowledge-content__category, .m-knowledge-content__publish-date {
  font-size: 12px;
}
.m-knowledge-content__category span, .m-knowledge-content__publish-date span {
  margin-right: 12px;
  font-weight: bold;
}
.m-knowledge-content__publish-date {
  color: #777;
}
.m-knowledge-content__title {
  margin: 10px 0px 20px 0px;
  font-size: 24px;
  line-height: 150%;
}
@media (min-width: 970px) {
  .m-knowledge-content__title {
    font-size: 38px;
    line-height: 47px;
  }
}
.m-knowledge-content__intro {
  font-weight: 600;
}
.m-knowledge-content__intro-image {
  width: 100%;
  margin: 0px 0px 10px 0px;
}
@media (min-width: 768px) {
  .m-knowledge-content__intro-image {
    float: left;
    width: 360px;
    padding: 0px 30px 0px 0px;
  }
}
@media (min-width: 970px) {
  .m-knowledge-content__intro-image {
    width: 260px;
  }
}
@media (min-width: 1280px) {
  .m-knowledge-content__intro-image {
    width: 430px;
  }
}
.m-knowledge-content__content p,
.m-knowledge-content__content ul,
.m-knowledge-content__content ol,
.m-knowledge-content__content li {
  margin: 0px 0px 20px 0px;
  color: #222;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 970px) {
  .m-knowledge-content__content p,
  .m-knowledge-content__content ul,
  .m-knowledge-content__content ol,
  .m-knowledge-content__content li {
    font-size: 18px;
    line-height: 28px;
  }
}
.m-knowledge-content__content a {
  color: #cb0003;
  transition: opacity 125ms ease;
}
.m-knowledge-content__content a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.m-knowledge-content__content h3:not([class]),
.m-knowledge-content__content h4:not([class]),
.m-knowledge-content__content h5:not([class]) {
  font-family: "Simplon BP", sans-serif;
  margin: 0px 0px 10px 0px;
  font-size: 14px;
}
@media (min-width: 970px) {
  .m-knowledge-content__content h3:not([class]),
  .m-knowledge-content__content h4:not([class]),
  .m-knowledge-content__content h5:not([class]) {
    font-size: 18px;
  }
}
.m-knowledge-content__content ul:not([class]) {
  list-style: disc;
  padding: 0px 0px 0px 20px;
  margin-bottom: 20px;
}
.m-knowledge-content__content ul:not([class]) li {
  margin: 0px 0px 4px 0px;
}
.m-knowledge-content__content ul:not([class]) li:last-child {
  margin: 0px;
}
@media (min-width: 970px) {
  .m-knowledge-content .m-article-share {
    width: 100%;
    left: 0;
    display: flex;
  }
  .m-knowledge-content .m-article-share ul {
    width: 100%;
    height: 100%;
    border: none;
    align-self: center;
    display: flex;
    align-items: stretch;
  }
  .m-knowledge-content .m-article-share li {
    width: 25%;
    border: none;
    height: 100%;
  }
  .m-knowledge-content .m-article-share li:hover:after {
    display: none;
  }
  .m-knowledge-content .m-article-share li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 48px;
    transform: translateY(-50%);
    background-color: #eee;
  }
  .m-knowledge-content .m-article-share li:not(:last-child) a:hover {
    background: transparent;
  }
}

.m-knowledge-aside {
  float: left;
  width: 260px;
  margin: 50px 0px 0px 0px;
  display: none;
}
@media (min-width: 768px) {
  .m-knowledge-aside {
    display: block;
    padding: 0px 0px 0 40px;
    width: 260px;
  }
}
@media (min-width: 970px) {
  .m-knowledge-aside {
    padding: 30px 0px 0px 20px;
  }
}
@media (min-width: 1280px) {
  .m-knowledge-aside {
    width: 380px;
  }
}
.m-knowledge-aside__card {
  max-width: 320px;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.m-knowledge-aside__image-wrap {
  width: 100%;
  position: relative;
  padding: 0 0 100%;
}
.m-knowledge-aside__image-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  box-shadow: 0 3.5px 14px rgba(0, 0, 0, 0.25);
}
.m-knowledge-aside__content {
  padding: 16px 20px;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.m-knowledge-aside__content:after {
  content: "";
  clear: both;
  display: table;
}
.m-knowledge-aside__content h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 8px;
}
.m-knowledge-aside__content p {
  font-size: 14px;
  line-height: 24px;
}
.m-knowledge-aside__content p:not(:last-child) {
  margin: 0 0 8px;
}
.m-knowledge-aside .e-button {
  margin: 20px 0 0 0;
  display: block;
  width: 100%;
  float: left;
}
.m-knowledge-aside__data {
  border: 1px solid #eeeeee;
}
.m-knowledge-aside__data:after {
  content: "";
  clear: both;
  display: table;
}
.m-knowledge-aside__data-col {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 50%;
  padding: 16px 0;
  border-right: 1px solid transparent;
}
.m-knowledge-aside__data-col:first-child {
  border-right: 1px solid #eeeeee;
}
.m-knowledge-aside__data-col:last-child {
  width: 100%;
  border-top: 1px solid #eeeeee;
}
.m-knowledge-aside__data-col svg {
  width: 16px;
  height: 16px;
  fill: #666;
  margin: 0 8px 0 0;
}
.m-knowledge-aside__data-col span {
  color: #666;
  font-size: 14px;
}
.m-knowledge-aside__data-col a {
  color: #1f75ce;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 0 8px;
}

.m-knowledge-preloader {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
}

.m-related-knowledge-items {
  padding: 0 0 24px 0;
}
.m-related-knowledge-items__title {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 40px;
}
.m-related-knowledge-items__content {
  position: relative;
}
.m-related-knowledge-items__content:after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 970px) {
  .m-related-knowledge-items__content {
    left: -10px;
    width: calc(100% + 20px);
  }
  .m-related-knowledge-items__col {
    width: 33.3333333333%;
    padding: 0px 10px;
    float: left;
  }
}

.m-related-knowledge-item a {
  color: #222;
  display: block;
}
.m-related-knowledge-item a:hover h4 {
  text-decoration: underline;
}
.m-related-knowledge-item:not(:last-of-type) {
  margin: 0 0 40px 0;
}
.m-related-knowledge-item__image-wrap {
  position: relative;
  width: 100%;
  padding: 0 0 100%;
}
.m-related-knowledge-item__image-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
}
.m-related-knowledge-item__content {
  padding: 16px 0;
}
.m-related-knowledge-item__content h4 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 32px;
}

.m-notifaction-manager-header__alert {
  margin: 40px auto 20px;
  padding: 0px 20px 20px;
  width: 100%;
  max-width: 760px;
  border-bottom: 1px solid #AFAFAF;
  box-sizing: border-box;
}
.m-notifaction-manager-header__alert p {
  font-size: 16px;
}
.m-notifaction-manager-header__title {
  margin: 40px 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  .m-notifaction-manager-header__title {
    font-size: 24px;
    margin: 100px 0 40px;
  }
}
.m-notifaction-manager-header__button {
  background-color: #ed6658;
  padding: 20px 20px 20px 60px;
  color: white;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  display: inline-block;
}
.m-notifaction-manager-header__button svg {
  width: 20px;
  height: 23px;
  fill: white;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.m-notifaction-manager-header .m-container {
  max-width: 740px;
}
.m-notifaction-manager-header--confirmed .m-notifaction-manager-header__title {
  margin-top: 50px;
}

.m-notifaction-manager-content {
  margin: 25px 0 100px;
}
.m-notifaction-manager-content .m-container {
  max-width: 740px;
}
.m-notifaction-manager-content p {
  font-size: 16px;
  margin: 0 0 8px 0;
}
.m-notifaction-manager-content__content {
  padding: 100px 0 0 0;
}

.m-notifcation-item {
  border-top: 1px solid #222;
  padding: 20px 0;
  display: flex;
  flex-wrap: nowrap;
}
.m-notifcation-item > a {
  display: block;
  width: 100%;
  color: #222;
  border-right: 1px solid #222;
}
.m-notifcation-item > a:hover h3 {
  text-decoration: underline;
  color: #ed6658;
}
.m-notifcation-item:last-of-type {
  border-bottom: 1px solid #222;
}
.m-notifcation-item:after {
  content: "";
  clear: both;
  display: table;
}
.m-notifcation-item__image-wrap {
  float: left;
  width: 50px;
  height: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .m-notifcation-item__image-wrap {
    width: 70px;
    height: 70px;
  }
}
.m-notifcation-item__image-wrap figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.m-notifcation-item__content {
  float: left;
  width: calc(100% - 70px);
  padding: 0 20px 0 20px;
}
@media (min-width: 768px) {
  .m-notifcation-item__content {
    width: calc(100% - 140px);
  }
}
.m-notifcation-item__title {
  font-size: 14px;
}
@media (min-width: 768px) {
  .m-notifcation-item__title {
    font-size: 20px;
    max-width: 450px;
  }
}
.m-notifcation-item time, .m-notifcation-item span {
  font-weight: 100;
  font-size: 12px;
  margin: 10px 0 0 0;
  display: inline-block;
  color: #AFAFAF;
}
.m-notifcation-item__button-wrap {
  float: left;
  width: 70px;
  position: relative;
}
.m-notifcation-item__button-wrap a {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.m-notifcation-item__button-wrap a:hover svg {
  fill: #ed6658;
}
.m-notifcation-item__button-wrap a svg {
  width: 20px;
  height: 23px;
  fill: #222;
  transform: translateY(25%);
}

.m-paged-article {
  position: relative;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
  transition: 125ms background ease;
}
@media (min-width: 768px) {
  .m-paged-article {
    padding: 16px 0;
  }
}
.m-paged-article.ecommerce .m-news-story-compact__channel {
  background-color: #2f97c7;
}
.m-paged-article.marketing .m-news-story-compact__channel {
  background-color: #77c658;
}
.m-paged-article.venture .m-news-story-compact__channel {
  background-color: #6c6cd8;
}
.m-paged-article.media .m-news-story-compact__channel {
  background-color: #e9ca4e;
}
.m-paged-article.tech .m-news-story-compact__channel {
  background-color: #f48554;
}
.m-paged-article.innovatie .m-news-story-compact__channel {
  background-color: #36bbb9;
}
.m-paged-article:hover {
  background-color: #f9f9f9;
}
.m-paged-article:after {
  content: "";
  display: table;
  clear: both;
}
.m-paged-article:last-of-type {
  margin: 0px 0px 20px 0px;
}
.m-paged-article__anchor {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.m-paged-article__image-wrap {
  width: 85px;
  height: 85px;
  position: relative;
  float: left;
}
@media (min-width: 768px) {
  .m-paged-article__image-wrap {
    width: 120px;
    height: 120px;
  }
}
.m-paged-article__image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.m-paged-article__content {
  float: left;
  padding: 0px 0px 26px 10px;
  width: calc(100% - 85px);
}
@media (min-width: 768px) {
  .m-paged-article__content {
    width: calc(100% - 120px);
    padding: 0px 0px 26px 16px;
  }
}
.m-paged-article__title {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 8px;
}
.m-paged-article__channel-link, .m-paged-article__date {
  font-size: 12px;
  line-height: 16px;
  color: #999;
  font-family: "Simplon BP", sans-serif;
}
.m-paged-article__channel-link:hover, .m-paged-article__date:hover {
  color: #444;
}
.m-paged-article__channel {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0px 4px 0px 0px;
}
.m-paged-article__body p {
  line-height: 1.5;
}
.m-paged-article__body p:not(:last-child) {
  margin: 0 0 6px 0;
}
.m-paged-article__botton-content {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 85px);
}
@media (min-width: 768px) {
  .m-paged-article__botton-content {
    width: calc(100% - 120px);
  }
}
.m-paged-article .m-vertical-share {
  position: absolute;
  right: 0px;
  bottom: -10px;
  height: 35px;
}
@media (min-width: 768px) {
  .m-paged-article .m-vertical-share {
    right: 10px;
  }
}
.m-paged-article .m-vertical-share > svg {
  width: 12px;
  margin: 0px;
}
@media (min-width: 1280px) {
  .m-paged-article .m-vertical-share > svg {
    width: 20px;
    margin: 0px 5px 0px 0px;
  }
}
.m-paged-article__author {
  font-size: 12px;
  line-height: 16px;
  color: #999;
  position: absolute;
  bottom: 10px;
  right: 0px;
}

.m-emerce100__container {
  margin-top: 18px;
}
.m-emerce100__container h3 {
  padding-top: 18px;
  text-transform: uppercase;
  border-top: 1px solid #9a9a9a;
}
.m-emerce100__content {
  margin: 30px 0;
  padding: 10px;
  width: 100%;
  background: #f9f9f9;
}
.m-emerce100__content h4 {
  color: #cc0103;
  font-weight: normal;
}
.m-emerce100__table {
  margin-top: 14px;
  width: 100%;
  border-top: 3px solid #222;
}
.m-emerce100__table thead {
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
}
.m-emerce100__table thead tr {
  height: 35px;
  border-bottom: 1px solid #222;
}
.m-emerce100__table thead tr th {
  vertical-align: middle;
}
.m-emerce100__table tbody {
  font-size: 14px;
}
@media (min-width: 768px) {
  .m-emerce100__table tbody {
    font-size: 16px;
  }
}
.m-emerce100__table tbody tr {
  height: 35px;
  border-bottom: 1px solid #222;
}
.m-emerce100__table tbody tr td {
  vertical-align: middle;
}
.m-emerce100__table tbody tr td:first-of-type {
  padding: 5px 0;
  width: 64.2857142857%;
}
@media (min-width: 320px) {
  .m-emerce100__table tbody tr td:first-of-type {
    width: 58.9285714286%;
  }
}
@media (min-width: 768px) {
  .m-emerce100__table tbody tr td:first-of-type {
    padding: 0;
    width: 76.8115942029%;
  }
}
.m-emerce100__table tbody tr td:nth-child(2) {
  width: 35.7142857143%;
}
@media (min-width: 320px) {
  .m-emerce100__table tbody tr td:nth-child(2) {
    width: 41.0714285714%;
  }
}
@media (min-width: 768px) {
  .m-emerce100__table tbody tr td:nth-child(2) {
    width: 23.1884057971%;
  }
}
.m-emerce100__ratingIcon {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  fill: #ddd;
}
@media (min-width: 768px) {
  .m-emerce100__ratingIcon {
    width: 16px;
    height: 16px;
  }
}
.m-emerce100__ratingIcon svg {
  width: 100%;
  height: 100%;
}
.m-emerce100__ratingIcon--fill svg {
  fill: #000;
}

.m-404 img {
  margin: 0px auto;
  display: block;
  width: 100%;
}
.m-404__content {
  margin: 0 0 60px 25px;
}
@media (min-width: 970px) {
  .m-404__content {
    transform: translateY(-120px);
  }
}
.m-404__content h1 {
  margin: 0 0 24px;
}
.m-404__content p {
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 970px) {
  .m-404__content p {
    font-size: 18px;
  }
}
.m-404__content p a {
  color: #cb0003;
}

.form-privacy-checkbox .gfield_label {
  display: none !important;
}
.form-privacy-checkbox input {
  margin-top: 0 !important;
}
.form-privacy-checkbox .gfield_checkbox label:after {
  content: "*";
  margin-left: 4px;
  color: #790000;
}
.form-privacy-checkbox .gfield_description {
  margin-bottom: 0;
  padding-top: 0;
}

.m-notification-page {
  min-height: 80vh;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .m-notification-page {
    padding: 80px 20px;
  }
}
.m-notification-page__content {
  border: 1px solid #E9E9E9;
  background: #fafafa;
  padding: 20px;
}
@media (min-width: 768px) {
  .m-notification-page__content {
    width: 65%;
    margin: 0 auto;
    padding: 40px;
  }
}
.m-notification-page__content .e-page-title {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .m-notification-page__content .e-page-title {
    font-size: 28px;
    margin-bottom: 1em;
  }
}
.m-notification-page__content p {
  margin-bottom: 1em;
}
.m-notification-page__content a {
  color: #cb0003;
}
.m-notification-page__content a:hover {
  text-decoration: underline;
}

.m-article-co-author {
  padding: 18px 0 18px 20px;
  border-top: 1px solid #E9E9E9;
  width: 100%;
  flex-grow: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .m-article-co-author {
    min-width: 200px;
    max-width: 200px;
    border-left: 1px solid #E9E9E9;
    border-top: none;
  }
}
@media (min-width: 1280px) {
  .m-article-co-author {
    min-width: 280px;
    max-width: 280px;
  }
}
.m-article-co-author__wrap {
  display: flex;
}
.m-article-co-author__label {
  font-size: 12px;
  color: #777777;
  margin: 0 0 10px;
}
.m-article-co-author__image-wrap {
  height: 30px;
  width: 30px;
  position: relative;
  top: 5px;
}
.m-article-co-author__image-wrap figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 100px;
}
.m-article-co-author__content {
  padding: 0 10px 0 10px;
  flex: 1;
}
.m-article-co-author__name a {
  font-size: 14px;
}

.m-company-content {
  padding-bottom: 100px;
  display: block;
  width: 100%;
}
@media (min-width: 970px) {
  .m-company-content {
    float: left;
    margin: 0px 10px;
    width: 535px;
  }
}
@media (min-width: 1280px) {
  .m-company-content {
    margin: 0px 15px;
    width: 675px;
  }
}
@media (min-width: 1366px) {
  .m-company-content {
    margin: 0px 10px;
    width: 875px;
  }
}
@media (min-width: 1420px) {
  .m-company-content {
    width: 905px;
    margin: 0px 15px;
  }
}
.m-company-content:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1280px) {
  .m-company-content__content-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.m-company-content--paged {
  position: relative;
  padding: 0px 10px;
}
@media (min-width: 768px) {
  .m-company-content--paged {
    padding: 0px;
    width: 690px;
  }
}
@media (min-width: 970px) {
  .m-company-content--paged {
    width: 710px;
  }
}
@media (min-width: 1280px) {
  .m-company-content--paged {
    width: 930px;
  }
}
@media (min-width: 1366px) {
  .m-company-content--paged {
    width: 1110px;
  }
}
@media (min-width: 1420px) {
  .m-company-content--paged {
    width: 1160px;
  }
}
.m-company-content--paged:after {
  content: "";
  display: table;
  clear: both;
}

.m-company-article-lead {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1280px) {
  .m-company-article-lead {
    flex-direction: row;
  }
}
.m-company-article-lead__image-wrap {
  flex-shrink: 0;
  position: relative;
  margin-right: 30px;
  width: 100%;
  padding-bottom: 56.25%;
}
@media (min-width: 1280px) {
  .m-company-article-lead__image-wrap {
    max-width: 416px;
    padding-bottom: 0;
  }
}
@media (min-width: 1366px) {
  .m-company-article-lead__image-wrap {
    height: 260px;
  }
}
.m-company-article-lead__image-wrap a {
  display: block;
  width: 416px;
}
.m-company-article-lead__info {
  padding: 16px 10px;
  text-decoration: none;
  color: #222;
  display: block;
}
@media (min-width: 1280px) {
  .m-company-article-lead__info {
    padding: 6px 10px;
  }
}

.m-company-aside {
  padding: 30px 0px;
  display: none;
}
@media (min-width: 768px) {
  .m-company-aside {
    float: left;
    margin: 0px 15px 0px 0px;
    width: 145px;
  }
}
@media (min-width: 970px) {
  .m-company-aside {
    margin: 0px 10px 0px 0px;
    display: block;
  }
}
@media (min-width: 1280px) {
  .m-company-aside {
    margin: 0px 15px 0px 0px;
  }
}
@media (min-width: 1366px) {
  .m-company-aside {
    margin: 0px 10px 0px 0px;
  }
}
@media (min-width: 1420px) {
  .m-company-aside {
    margin: 0px 15px 0px 0px;
  }
}

.m-company-aside-description {
  display: none;
}
@media (min-width: 970px) {
  .m-company-aside-description {
    display: block;
  }
}

.m-channel-experts {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .m-channel-experts {
    display: block;
    width: 100%;
  }
}
@media (min-width: 970px) {
  .m-channel-experts {
    width: 700px;
  }
}
@media (min-width: 1280px) {
  .m-channel-experts {
    margin-right: 15px;
    width: 850px;
  }
}
@media (min-width: 1366px) {
  .m-channel-experts {
    margin-right: 10px;
    width: 1040px;
  }
}
@media (min-width: 1420px) {
  .m-channel-experts {
    margin-right: 15px;
    width: 1080px;
  }
}
.m-channel-experts__wrap {
  border: 1px solid #E9E9E9;
  padding: 0 20px;
}
@media (min-width: 970px) {
  .m-channel-experts__wrap {
    padding: 20px;
  }
}
.m-channel-experts__content-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .m-channel-experts__content-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 1366px) {
  .m-channel-experts__content-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.m-channel-experts .m-channel-expert {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .m-channel-experts .m-channel-expert {
    flex-basis: 33.333%;
  }
}
@media (min-width: 1366px) {
  .m-channel-experts .m-channel-expert {
    flex-basis: 20%;
  }
}

.m-channel-expert {
  display: flex;
  align-items: center;
}
@media (min-width: 970px) {
  .m-channel-expert {
    display: block;
    text-align: center;
  }
}
.m-channel-expert__image-wrap {
  position: relative;
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .m-channel-expert__image-wrap {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 970px) {
  .m-channel-expert__image-wrap {
    margin: 0 auto 10px auto;
  }
}
.m-channel-expert__image-wrap figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 100px;
}
.m-channel-expert__content {
  flex: 1;
  padding: 0 0 0 15px;
}
@media (min-width: 970px) {
  .m-channel-expert__content {
    padding: 0;
  }
}
.m-channel-expert__name {
  font-size: 16px;
  margin: 0 0 5px;
}
.m-channel-expert__label {
  font-size: 14px;
  color: #777777;
}
.m-channel-expert a {
  color: black;
  display: flex;
  align-items: center;
}
@media (min-width: 970px) {
  .m-channel-expert a {
    display: block;
  }
}
.m-channel-expert a:hover {
  color: #cb0003;
}
.m-channel-expert a:hover figure {
  opacity: 0.8;
}

.m-insights-overview .m-container-aside-widgets {
  position: absolute;
}

#ccc .checkbox-toggle-toggle:after {
  border-color: #000 !important;
}

.m-video {
  width: 100%;
  min-height: 250px;
  margin-bottom: 40px;
  position: relative;
  overflow: visible;
  background: gray;
}
@media (min-width: 480px) {
  .m-video {
    min-height: 560px;
  }
}
@media (min-width: 768px) {
  .m-video {
    min-height: 500px;
  }
}
.m-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.m-video[data-state=watch-video] {
  width: 100%;
  max-height: unset;
  min-height: unset;
  background: transparent;
  padding-bottom: 56.2%;
}

.m-accounts-top-bar {
  height: 36px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  background: #222222;
}
.m-accounts-top-bar a {
  color: white;
  font-family: "Simplon BP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
}
.m-accounts-top-bar a:hover {
  text-decoration: underline;
}
.m-accounts-top-bar a svg {
  margin-right: 16px;
  position: relative;
  top: 2px;
  fill: white;
}

.m-accounts-login {
  min-height: calc(100vh - 36px);
  overflow: hidden;
  position: relative;
}
@media (min-width: 1280px) {
  .m-accounts-login:before {
    content: "";
    width: 55%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #333333;
    pointer-events: none;
    z-index: 0;
  }
}
.m-accounts-login > .m-container {
  min-height: inherit;
}
@media (max-width: 1279px) {
  .m-accounts-login > .m-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.m-accounts-login__row {
  min-height: inherit;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .m-accounts-login__row {
    flex-direction: row;
  }
}
.m-accounts-login__col {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m-accounts-login__col.light {
  position: relative;
  padding: 50px 10px 50px 10px;
  order: 2;
}
@media (min-width: 1280px) {
  .m-accounts-login__col.light {
    width: 45%;
    padding: 0 150px 0 0;
    order: 1;
  }
}
.m-accounts-login__col.light:before {
  content: "";
  pointer-events: none;
  z-index: -1;
  width: calc(100% + 20px);
  padding-bottom: 24%;
  margin-top: -20px;
  margin-bottom: 20px;
  position: relative;
  right: -20px;
  background: url("../img/accounts/login-background-mobile-top-2x.png") no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 500px) {
  .m-accounts-login__col.light:before {
    display: none;
  }
}
.m-accounts-login__col.light:after {
  pointer-events: none;
  z-index: -1;
  width: 100%;
  padding-bottom: 34%;
  margin-bottom: -24px;
  margin-top: 24px;
  position: relative;
  background: url("../img/accounts/login-background-mobile-bottom-2x.png") no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 500px) {
  .m-accounts-login__col.light:after {
    width: 900px;
    height: 500px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("../img/accounts/login-background-tablet-2x.png") no-repeat;
    background-size: contain;
    background-position: center;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1280px) {
  .m-accounts-login__col.light:after {
    width: 900px;
    height: 1000px;
    position: absolute;
    top: 10%;
    right: 0;
    left: unset;
    background: url("../img/accounts/login-background-desktop-2x.png") no-repeat;
    background-size: contain;
    background-position: right;
    transform: translateY(-10%);
  }
}
.m-accounts-login__col.dark {
  padding: 40px 10px 50px 10px;
  order: 1;
  background: #333;
}
@media (min-width: 1280px) {
  .m-accounts-login__col.dark {
    width: 55%;
    padding: 0 0 0 100px;
    order: 2;
  }
}
.m-accounts-login__content {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 1280px) {
  .m-accounts-login__content {
    max-width: 450px;
  }
}
.m-accounts-login__content-logo {
  margin-bottom: 16px;
  display: inline-block;
}
@media (min-width: 1280px) {
  .m-accounts-login__content-logo {
    margin-bottom: 24px;
  }
}
.m-accounts-login__content-logo img {
  width: 85px;
  height: auto;
}
@media (min-width: 1280px) {
  .m-accounts-login__content-logo img {
    width: 125px;
  }
}
.m-accounts-login__content h2 {
  margin-bottom: 24px;
  font-family: "Simplon BP", sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}
@media (min-width: 1280px) {
  .m-accounts-login__content h2 {
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 54px;
  }
}
.m-accounts-login__content p {
  font-family: "Tiempos Text", sans-serif;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1280px) {
  .m-accounts-login__content p {
    font-size: 18px;
    line-height: 28px;
  }
}
.m-accounts-login__form {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 1280px) {
  .m-accounts-login__form {
    max-width: 450px;
  }
}
.m-accounts-login__form h1 {
  margin-bottom: 12px;
  color: white;
  font-family: "Simplon BP", sans-serif;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 1280px) {
  .m-accounts-login__form h1 {
    font-size: 38px;
  }
}
.m-accounts-login__form h3 {
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Simplon BP", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 1280px) {
  .m-accounts-login__form h3 {
    font-size: 18px;
  }
}

/*
  States
*/
.is-mobile-menu-active {
  overflow: hidden;
  height: 100vh;
}
.is-mobile-menu-active .m-mobile-nav {
  transform: translateX(0px);
}
.is-mobile-menu-active .m-main-content,
.is-mobile-menu-active .m-main-header,
.is-mobile-menu-active .m-search-container {
  transform: translateX(-220px);
}
@media (min-width: 768px) {
  .is-mobile-menu-active .m-main-content,
  .is-mobile-menu-active .m-main-header,
  .is-mobile-menu-active .m-search-container {
    transform: translateX(-300px);
  }
}
.is-mobile-menu-active .m-main-content:before {
  opacity: 1;
  z-index: 6;
  pointer-events: auto;
}
.is-mobile-menu-active .e-button--toggle-nav span {
  position: relative;
  transition: all 100ms ease;
  width: 23px;
}
.is-mobile-menu-active .e-button--toggle-nav span:first-child {
  top: 0px;
  transform: rotate(45deg);
}
.is-mobile-menu-active .e-button--toggle-nav span:nth-child(2) {
  display: none;
}
.is-mobile-menu-active .e-button--toggle-nav span:last-child {
  transform: rotate(-45deg);
  top: -3px;
}
.is-mobile-menu-active .m-share-bar {
  transform: translateX(-220px);
}
@media (min-width: 768px) {
  .is-mobile-menu-active .m-share-bar {
    transform: translateX(-300px);
  }
}
.is-mobile-menu-active .m-share-bar .m-container:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.is-search-active .m-masthead__search-button {
  background-color: white;
}
.is-search-active .e-icon--search {
  fill: #cb0003;
}
@media (min-width: 970px) {
  .is-search-active .e-icon--search {
    display: none;
  }
}
.is-search-active .e-icon--cross {
  display: inline;
  fill: #cb0003;
}
.is-search-active .m-main-content:before {
  opacity: 1;
  pointer-events: auto;
  z-index: 6;
}
.is-search-active .m-search-container {
  display: block;
  position: absolute;
  left: 0px;
  top: 44px;
  padding: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .is-search-active .m-search-container {
    top: 60px;
  }
}
@media (min-width: 970px) {
  .is-search-active .m-search-container {
    top: 35px;
    padding: 35px 0 32px;
  }
  .is-channel-dropdown-open .m-main-nav-dropdown {
    display: block;
  }
  .is-channel-dropdown-open .m-main-content:before {
    opacity: 1;
    pointer-events: auto;
    z-index: 6;
  }
}

.is-regular-nav-channel .m-main-nav-dropdown__regular {
  display: block;
}

.is-all-channel-nav-channel .m-main-nav-dropdown__all-channels {
  display: block;
}

.is-share-bar-sticky {
  padding-top: 44px;
}
.is-share-bar-sticky .m-share-bar {
  position: fixed;
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.2);
}
.is-share-bar-sticky .m-share-bar:before {
  display: none;
}
@media (min-width: 768px) {
  .is-share-bar-sticky {
    padding-top: 0;
  }
}

.is-mover-init .m-mover__profile {
  transform: translateY(0px);
}
.is-mover-init .m-mover__current-function {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.is-mover-init .m-mover__current-function-date {
  opacity: 1;
}
.is-mover-init .m-mover__current-function-name {
  transform: translateY(0px);
}
.is-mover-init .m-mover__previous-function {
  transform: scale(1);
}
.is-mover-init .m-mover__previous-function-name {
  color: #bbb;
}
.is-mover-init .m-mover__icon {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.is-mobile-view .m-main-content {
  opacity: 0;
}
.is-mobile-view--done .m-main-content {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .is-mobile-view--done .m-page-lead-medium {
    display: none;
  }
}

.is-knowledge-filter-open {
  height: 100vh;
  overflow: hidden;
}
.is-knowledge-filter-open:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
.is-knowledge-filter-open .m-knowledge-filter {
  transform: translateX(0px);
}

.is-video-filters-open {
  height: 100vh;
  overflow: hidden;
}
.is-video-filters-open:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
.is-video-filters-open .m-video-filters {
  transform: translateX(0px);
}

.is-aside-sticky [data-stickyd] {
  position: fixed;
  width: 220px;
}
@media (min-width: 970px) {
  .is-aside-sticky [data-stickyd] {
    width: 240px;
  }
}
@media (min-width: 1280px) {
  .is-aside-sticky [data-stickyd] {
    width: 360px;
  }
}

.is-emerce-tv {
  background: #101010;
}
.is-emerce-tv .m-main-nav-dropdown {
  background: transparent;
  padding: 0;
  transform: translateY(-2px);
}
.is-emerce-tv .m-main-nav-dropdown .m-container {
  background: white;
}
.is-emerce-tv .m-main-nav-dropdown__channel-link {
  padding: 5px 32px 10px;
}
.is-emerce-tv .m-main-nav-dropdown__all-channels .m-container {
  padding: 48px;
  margin-top: 32px;
}
.is-emerce-tv.is-channel-dropdown-open .m-main-content::before {
  opacity: 0;
}

/*# sourceMappingURL=main-screen.css.map*/