@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* ------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --golden: 1.618;
  --font-size-text: 18px;
  --font-size-h2: 22px;
  --font-size-h2-section: 2rem;
  --font-size-h3: 18px;
  --font-size-menu: 1.0em;
  --font-size-kicker: 20px;
  --font-size-search: 16px;
  --font-size-small: 0.87rem;
  --font-size-title: calc(2*var(--font-size-text));
  --content-max-width: 1150px;
  --sidebar-width: 300px;
  --sidebar-hgap: var(--spc-9);
  --tv-height: 452px;
  --tv-height-small: 182.02px;
  --tv-height-sidebar: 400px;
  --header-items-height: 2.2rem;
  --i18n-advert: "Anzeige";
  --ani-cta-delay: 2.2s;
  --ani-cta-dur: 1s;
  --ani-sdp-delay: 3s;
  --ani-sdp-dur: 2s;
  --spc-1: 0.1rem;
  --spc-2: 0.1618rem;
  --spc-3: 0.2617924rem;
  --spc-4: 0.4235801032rem;
  --spc-5: 0.685352607rem;
  --spc-6: 1.1089005181rem;
  --spc-7: 1.7942010383rem;
  --spc-8: 2.9030172799rem;
  --spc-9: 4.6970819589rem;
  --spc-10: 7.5998786095rem;
  --spacing-small: var(--spc-2);
  --spacing: var(--spc-4);
  --spacing-ok: var(--spc-5);
  --spacing-big: var(--spc-7);
  --spacing-huge: var(--spc-9);
  --side-spacing: var(--spc-5);
  --spacing-h3: var(--spc-5);
  --spacing-one-plus-n: var(--spc-7);
  --spacing-iphone-bottom: 0;
  --col-primary: #4285bb;
  --col-secondary: #ADC64C;
  --col-white: #ffffff;
  --col-text: #262626;
  --col-bg: #ffffff;
  --col-bg-trans: #ffffffAA;
  --col-bg-trans-strong: #ffffffCC;
  --col-text-light: #747878;
  --col-text-lighter: #b4b8b8;
  --col-divider: #999;
  --col-light-gray: #eceded;
  --col-medium-gray: #adaeae;
  --col-dark-gray: #595858;
  --col-bg-2: #ecf3f8;
  --col-warning-bg: var(--col-light-gray);
  --col-table-border: #b4bcc5;
  --col-ticker-fg: #ffffff;
  --col-ticker-bg: #98BDDB;
  --col-toc-bullets: #0068a5;
  --col-menu-link-l1: var(--col-white);
  --col-menu-link-l1-hover: var(--col-white);
  --col-menu-bg-l2: var(--col-white);
  --col-menu-link-l2: var(--col-text);
  --col-search-text: var(--col-text-light);
  --col-search-border: var(--col-text-lighter);
  --col-livechat-button-fg: var(--col-dark-gray);
  --col-livechat-button-bg: var(--col-secondary);
  --col-livechat-button-border: var(--col-white);
  --col-livechat-button-glow: rgb(from var(--col-secondary) r g b / 80%);
  --col-heading-over-image: #000;
  --col-session-not-loaded: var(--col-bg-trans);
  --col-session-loaded: var(--col-white);
  --col-error: var(--wp--preset--color--vivid-red);
}
@media screen and (max-width: 930px) {
  :root {
    --font-size-text: 18px;
    --font-size-h2: 20px;
    --font-size-h2-section: 1.15rem;
    --font-size-h3: 20px;
    --font-size-search: 14px;
  }
}
@media screen and (max-width: 500px) {
  :root {
    --font-size-text: 16px;
    --font-size-h2: 22px;
    --font-size-h3: 18px;
  }
}
@media (max-width: 930px) {
  :root {
    --side-spacing: var(--spc-4);
    --spacing-small: var(--spc-2);
    --spacing: var(--spc-3);
    --spacing-ok: var(--spc-4);
    --spacing-big: var(--spc-5);
    --spacing-huge: var(--spc-6);
    --spacing-h3: var(--spc-3);
    --spacing-one-plus-n: var(--spc-6);
    --spacing-iphone-bottom: 4rem;
  }
}

body {
  --scroll-logo-spacing: var(--spc-4);
  --ticker-top-spacing: var(--spc-1);
  --ticker-vp: var(--spc-5);
  --ticker-height: var(--spc-6);
  --header-padding: var(--spc-4);
  --menu-height: 7rem;
  --header-border-button-width: 2px;
  --live-chat-button-height: 2.5em;
  --mobile-logo-height: 2rem;
  --mobile-logo-spacing: var(--spacing);
  --mobile-live-chat-button-height: 2.0rem;
  --desktop-logo-height: 3.3125rem;
  --desktop-logo-spacing: var(--spc-5);
  --desktop-menu-height: calc(
      var(--desktop-logo-height) +
      (2*var(--scroll-logo-spacing))
  );
  --desktop-logo-height-total: calc(
      var(--desktop-logo-height) +
      (2*var(--desktop-logo-spacing))
  );
  --scrolled-logo-height: 2.5rem;
  --actual-logo-height: var(--desktop-logo-height);
  --actual-logo-spacing: var(--desktop-logo-spacing);
  --actual-live-chat-button-height: 0px;
  --actual-ticker-height: 0px;
  --nav-row-gap: calc(0.5 * var(--spacing));
  --header-logo-total-height: calc(
      var(--actual-logo-height) +
      (2 * var(--actual-logo-spacing))
  );
  --actual-header-height: calc(
      var(--actual-logo-height) +
      (2 * var(--actual-logo-spacing)) +
      var(--nav-row-gap) +
      var(--live-chat-button-height) +
      (2 * var(--header-border-button-width)) +
      (2 * var(--actual-logo-spacing))
  );
  --actual-ticker-offset: calc(
      var(--actual-header-height) +
      var(--ticker-top-spacing)
  );
  --mobile-popout-menu-top-offset: calc(
      var(--actual-ticker-offset) +
      var(--actual-ticker-height)
  );
  --actual-main-pushdown: calc(
      var(--spacing-ok) +
      var(--actual-header-height) +
      var(--actual-ticker-height)
  );
}
body.with-ticker {
  --actual-ticker-height: calc(
    var(--ticker-height) +
    (2*var(--ticker-vp)) +
    var(--ticker-top-spacing)
  );
}
@media (max-width: 930px) {
  body {
    --actual-logo-height: var(--mobile-logo-height);
    --actual-logo-spacing: var(--mobile-logo-spacing);
    --menu-vertical-spacing: 2rem;
    --actual-live-chat-button-height: var(--mobile-live-chat-button-height);
  }
  body.live-chat {
    --actual-live-chat-button-height: 0px;
  }
}
@media (min-width: 931px) {
  body.scrolled {
    --actual-logo-spacing: var(--spc-4);
    --actual-logo-height: var(--scrolled-logo-height);
    --actual-live-chat-button-height: 0px;
    --actual-header-height: calc(
        (2 * var(--actual-logo-spacing)) +
        var(--live-chat-button-height)
    );
    --header-padding: 0px;
  }
}
@media (min-width: 931px) {
  body {
    --actual-main-pushdown: calc(
      var(--spacing-ok) +
      var(--actual-header-height) +
      var(--actual-ticker-height)
    );
  }
}

.debug-height {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 42px;
  --color: black;
  outline: 1px solid var(--color);
  z-index: 9001;
}
.debug-height.actual-header-height {
  height: var(--actual-header-height);
  left: 50px;
  --color: red;
}
.debug-height.actual-logo-height {
  height: var(--actual-logo-height);
  left: 100px;
  --color: green;
}
.debug-height.actual-live-chat-button-height {
  height: var(--actual-live-chat-button-height);
  left: 150px;
  --color: blue;
}
.debug-height.actual-logo-spacing {
  height: calc( 2 * var(--actual-logo-spacing));
  left: 200px;
  --color: lightblue;
}
.debug-height.actual-header-padding {
  height: calc( 2 * var(--header-padding));
  left: 250px;
  --color: purple;
}
.debug-height.actual-main-pushdown {
  height: calc( 2 * var(--actual-main-pushdown));
  left: 300px;
  --color: #5533ff;
}

/*
Some basic styles from the original main.css

TODO: be more specific with them and/or sort them into their respective _subfiles.scss

*/
a {
  color: #4285bb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.button {
  color: inherit;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
}

.image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hr {
  height: 1px;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  background: #bbb;
}

blockquote {
  margin-block: var(--spc-4);
}

blockquote p {
  font-style: italic;
  font-size: 19px;
  line-height: 1.5;
  padding: 0;
}
@media (max-width: 930px) {
  blockquote p {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

input.hidden {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

blockquote,
blockquote * {
  padding: 0 5% 0 13%;
  position: relative;
  font-weight: 400 !important;
  line-height: 1.5;
}

blockquote::before {
  content: "";
  width: 35px;
  padding-bottom: 30px;
  display: block;
  position: absolute;
  background-image: url(../img/quote.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: calc(10% - 30px);
  top: -5px;
}

@font-face {
  font-family: "sharedeals-icon";
  src: url("../fonts/sharedeals-icon.eot");
  src: url("../fonts/sharedeals-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/sharedeals-icon.woff2") format("woff2"), url("../fonts/sharedeals-icon.woff") format("woff"), url("../fonts/sharedeals-icon.ttf") format("truetype"), url("../fonts/sharedeals-icon.svg#sharedeals-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "sharedeals-icon";
    src: url("../fonts/sharedeals-icon.svg#sharedeals-icon") format("svg");
  }
}
[data-icon]:before {
  content: attr(data-icon);
}

[data-icon]:before,
.icon-arrow-down:before,
.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-arrow-up:before,
.icon-at:before,
.icon-bubble:before,
.icon-check:before,
.icon-check-circle:before,
.icon-clap:before,
.icon-clapped:before,
.icon-close:before,
.icon-close-arrow:before,
.icon-crown:before,
.icon-document:before,
.icon-download:before,
.icon-edit:before,
.icon-email:before,
.icon-facebook:before,
.icon-fullscreen:before,
.icon-hamburger:before,
.icon-heart-filled:before,
.icon-heart-outline:before,
.icon-home:before,
.icon-info:before,
.icon-instagram:before,
.icon-logout:before,
.icon-lupe:before,
.icon-message:before,
.icon-navi-arrow:before,
.icon-pdf:before,
.icon-pin:before,
.icon-play:before,
.icon-plus-frame:before,
.icon-plus-square:before,
.icon-poll:before,
.icon-quote:before,
.icon-reply:before,
.icon-settings:before,
.icon-share:before,
.icon-star:before,
.icon-trash:before,
.icon-user:before,
.icon-youtube:before {
  display: inline-block;
  font-family: "sharedeals-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-at:before {
  content: "";
}

.icon-bubble:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-check-circle:before {
  content: "";
}

.icon-clap:before {
  content: "";
}

.icon-clapped:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-close-arrow:before {
  content: "";
}

.icon-crown:before {
  content: "";
}

.icon-document:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-edit:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-fullscreen:before {
  content: "";
}

.icon-hamburger:before {
  content: "";
}

.icon-heart-filled:before {
  content: "";
}

.icon-heart-outline:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-logout:before {
  content: "";
}

.icon-lupe:before {
  content: "";
}

.icon-message:before {
  content: "";
}

.icon-navi-arrow:before {
  content: "";
}

.icon-pdf:before {
  content: "";
}

.icon-pin:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-plus-frame:before {
  content: "";
}

.icon-plus-square:before {
  content: "";
}

.icon-poll:before {
  content: "";
}

.icon-quote:before {
  content: "";
}

.icon-reply:before {
  content: "";
}

.icon-settings:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Very generic classes, unsemantic, tailwind-style inspired */
.clear {
  clear: both;
}

.click-whole {
  cursor: pointer;
}

.aligncenter {
  text-align: center;
  margin: auto;
}

.rightAlign {
  text-align: right;
}

.anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}

.pos-rel {
  position: relative;
}

.hidden {
  display: none;
}

.cols {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: var(--gap);
}
@media (max-width: 600px) {
  .cols {
    flex-direction: column;
  }
  .cols.sm\:reverse {
    flex-direction: column-reverse;
  }
}
.cols.align-center {
  align-items: center;
}
.cols.eq > * {
  flex-grow: 1;
}

.rows-with-gap {
  --gap: var(--spacing-huge);
  display: grid;
  gap: var(--gap);
}

.bg-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-row {
  --gap: var(--spc-5);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: var(--gap);
}
@media (max-width: 600px) {
  .flex-row.wrap-sm {
    flex-wrap: wrap;
    align-content: stretch;
  }
}

.flex-split {
  justify-content: space-between;
}

.flex-self-center {
  align-self: center;
}

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

.flex-col {
  --gap: var(--spc-5);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap);
}

.mt-big {
  margin-top: var(--spacing-big);
}

.v-stretch {
  display: grid;
  align-items: stretch;
}

@media (max-width: 930px) {
  .w12,
.w9,
.w6,
.w5,
.w4,
.w3,
.w2,
.w1 {
    width: 100%;
    margin: auto;
  }
}
@media (min-width: 930px) {
  .w12 {
    width: 100%;
  }

  .w9 {
    width: calc(100% * 9 / 12 );
  }

  .w6 {
    width: 50%;
  }

  .w5 {
    width: calc(95% * 5 / 12);
  }

  .w4 {
    width: calc(95% * 4 / 12);
  }

  .w3 {
    width: calc(100% * 3 / 12);
  }

  .w2 {
    width: calc(100% * 2 / 12);
  }

  .w1 {
    width: calc(100% * 1 / 12);
  }
}
.mobile-only {
  display: none !important;
}

@media (max-width: 930px) {
  .t12 {
    width: 100%;
  }

  .th {
    display: none;
  }

  .t6 {
    width: 45%;
  }

  .t3 {
    width: 23%;
  }

  .t12 {
    width: 100%;
  }

  .tl {
    order: 999;
  }

  .mobile-hide {
    display: none !important;
  }

  .mobile-only {
    display: initial !important;
  }

  .flex-col-mobile {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .md {
    display: unset !important;
  }

  .ml {
    order: 999;
  }

  .m6 {
    width: 50%;
  }

  .m12 {
    width: 100%;
  }
}
.m-top-ok {
  margin-top: var(--spacing-ok);
}

.m-top-big {
  margin-top: var(--spacing-big);
}

.m-top-huge {
  margin-top: var(--spacing-huge);
}

main .row {
  position: relative;
}
main.rows {
  --gap: var(--spacing-big);
  display: grid;
  gap: var(--gap);
}

.full-with-margin {
  max-width: min(calc(100% - (2 * var(--side-spacing))), var(--content-max-width));
  margin-inline: auto;
}

.full-with-padding {
  width: 100%;
  margin-inline: 0;
}
.full-with-padding > * {
  max-width: min(calc(100% - (2 * var(--side-spacing))), var(--content-max-width));
  margin-inline: auto;
}

.svg-icon {
  display: block;
  text-indent: -9999px;
  width: 1em;
  height: 1em;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.youtube-icon {
  background-image: url(../../../newTemplate/assets/img/social/youtube.svg);
}

.x-icon {
  background-image: url(../../../newTemplate/assets/img/social/x.svg);
}

.whatsapp-icon {
  background-image: url(../../../newTemplate/assets/img/social/whatsapp.svg);
  border-radius: 14%;
}

.instagram-icon {
  background-image: url(../../../newTemplate/assets/img/social/instagram.svg);
}

.socialIcons a:has(.svg-icon, .icon):not(:has(.label)) {
  display: block;
  line-height: 1;
  text-align: center;
  opacity: 0.8;
  transition: 0.3s ease opacity, 0.2s ease-in transform;
}
.socialIcons a:has(.svg-icon, .icon):not(:has(.label)):hover {
  opacity: 1;
  transform: scale(1.2);
}
.socialIcons a:has(.svg-icon, .icon):not(:has(.label)) i {
  line-height: 1;
  font-size: 2rem;
}

.flex-row a.social > i::before {
  display: block;
}

main {
  position: relative;
  min-height: 100vh;
}
main:has(~ footer) {
  margin-bottom: var(--spacing-huge);
}
main#page article {
  margin-top: var(--spacing-big);
}

.with-sidebar {
  display: grid;
  grid-template-columns: 1fr var(--sidebar-width);
  gap: var(--spc-4) var(--sidebar-hgap);
}
.with-sidebar > article {
  grid-column: 1;
}
.with-sidebar > aside {
  grid-column: 2;
  grid-row: 1/3;
}
.with-sidebar > aside > .sidebar > ul {
  display: grid;
  justify-items: stretch;
  gap: var(--spc-6);
}
@media (max-width: 930px) {
  .with-sidebar {
    grid-template-columns: 1fr;
  }
  .with-sidebar > aside {
    grid-column: auto;
    grid-row: auto;
  }
}

body.live-chat .breadcrumbs {
  margin-top: var(--spc-5);
  margin-bottom: 0;
}
body.live-chat article p.live-chat {
  width: 100%;
}

/*
html.live-chat {
    scroll-snap-type: y proximity;
    scroll-padding-top: $header-height;
    p.live-chat {
        scroll-snap-align: start;
        scroll-snap-stop: always;
        iframe {
            height: calc(100vh - 65px);
        }
    }
}
*/
header .session > .button.userLinks {
  position: static !important;
}
header .userLinks {
  --border: var(--col-session-not-loaded);
  --fg: var(--col-session-not-loaded);
  --bg: var(--col-primary);
  --dropdown-push: 0.5rem;
  padding: 0;
  min-height: 100%;
  height: var(--header-items-height) !important;
}
header .userLinks .label {
  font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
  font-weight: 600;
  color: var(--fg);
}
@media (min-width: 930px) {
  body.scrolled header .userLinks .label {
    display: none;
  }
}
header .userLinks .icon.icon-user {
  background-color: var(--fg);
  color: var(--bg);
  border-radius: 50%;
  display: inline-block;
  width: 0.73em;
  height: 0.73em;
  position: relative;
  font-size: 2.4em;
}
header .userLinks .icon.icon-user::before {
  transform: translateY(-11%);
  position: absolute;
  inset: 0;
}
header .userLinks a.login, header .userLinks label.dropdown-toggle {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: var(--spc-4);
  align-items: center;
  padding: var(--spc-2);
  padding-right: calc(0.8 * 2.5rem);
}
header .userLinks a.login::after, header .userLinks label.dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent;
  font-size: 2.5rem;
  transition: border-width var(--ani-speed) ease-in;
  color: var(--fg);
  position: absolute;
  top: 30%;
  right: calc(0.2 * 2.5rem);
}
body:not(.scrolled) header .userLinks .icon.icon-user {
  font-size: 2.4em;
}
header .userLinks .error {
  color: white;
  background-color: var(--col-error);
  padding: 1em;
  border-radius: 0.5em;
  white-space: normal;
  font-size: 0.8em;
}
@media (max-width: 930px) {
  header .userLinks .label {
    display: none;
  }
}
header .userLinks .spinner {
  --color: var(--col-primary);
  margin-block: var(--spc-4) var(--spc-7);
}
header .userLinks iframe.ma {
  height: 0px;
  width: 100%;
  transition: height 700ms ease-in-out;
}
header .userLinks iframe.ma.loaded + .spinner {
  display: none;
}
header .session.loaded.loading-success .userLinks {
  --border: var(--col-session-loaded);
  --fg: var(--col-session-loaded);
}
header .userLinks.injected {
  --dropdown-color: var(--col-primary);
  --dropdown-open-color: var(--col-secondary);
  --col-divider: #e9ecef;
  --ani-speed: 0.1s;
  display: block;
  cursor: pointer;
}
header .userLinks.injected .session-avatar {
  font-size: 2.4em;
  display: inline-block;
  height: 0.73em;
  width: 0.73em;
  border-radius: 20%;
  aspect-ratio: 1/1;
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
}
header .userLinks.injected #profile-menu {
  --padding: var(--spc-4);
  position: absolute;
  right: 0;
  top: calc(100% + var(--dropdown-push, 0px) - var(--padding));
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  background: var(--col-bg);
  color: var(--col-text);
  z-index: 12;
  padding: var(--padding) 0;
  width: min(99vw, 300px);
}
header .userLinks.injected #profile-menu .name {
  text-align: center;
  padding: var(--spc-5);
  font-size: 120%;
  border-bottom: 1px solid var(--col-divider);
  margin-bottom: var(--spc-5);
}
header .userLinks.injected #profile-menu .nav-item {
  --gap: var(--spc-3);
  font-weight: normal;
  padding-inline: 1.5rem;
  padding-block: 0.25rem;
}
header .userLinks.injected #profile-menu .nav-item span.icon::before, header .userLinks.injected #profile-menu .nav-item img.product-favicon {
  margin-right: var(--gap);
  width: 1em;
}
header .userLinks.injected #profile-menu .nav-item .nav-link {
  color: var(--col-text);
  display: flex;
  gap: var(--gap);
  align-items: center;
}
header .userLinks.injected #profile-menu .nav-item .nav-link:hover {
  text-decoration: none;
}
header .userLinks.injected #profile-menu .nav-item .nav-link span.icon::before {
  color: var(--bg);
}
header .userLinks.injected #profile-menu .nav-item:hover {
  background-color: var(--col-primary);
}
header .userLinks.injected #profile-menu .nav-item:hover .nav-link {
  color: var(--col-white);
}
header .userLinks.injected #profile-menu .nav-item:hover .nav-link span.icon::before {
  color: var(--col-white);
}
header .userLinks.injected #profile-menu .dropdown-divider {
  margin: 0.5rem 0;
  border-top: 1px solid var(--col-divider);
}
header .userLinks.injected #profile-menu::before {
  display: block;
  position: absolute;
  height: var(--dropdown-push);
  width: 50%;
  content: " ";
  right: 0;
  top: calc(-1 * var(--dropdown-push));
}
header .userLinks.injected #profile-menu .product-badge {
  display: inline-block;
}
header .userLinks.injected #profile-menu .product-badge span.inner {
  margin: 0 5px 3px 0px;
  padding: 1px 3px 0;
  font-size: 12px;
  border-radius: 3px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
}
header .userLinks.injected #profile-menu form {
  margin-inline: var(--spc-5);
}
header .userLinks.injected #profile-menu form .field {
  margin-block: var(--spc-5);
}
header .userLinks.injected #profile-menu form .field label {
  display: block;
  color: var(--col-text-light);
  text-align: left;
  margin-bottom: var(--spc-2);
}
header .userLinks.injected #profile-menu form .field input {
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid var(--col-divider);
  padding: var(--spc-3);
}
header .userLinks.injected #profile-menu form .submit input[type=submit] {
  background-color: var(--col-primary);
  color: var(--col-white);
  border-radius: 0.25rem;
  padding: var(--spc-4) var(--spc-5);
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  border: none;
  cursor: pointer;
}
header .userLinks.injected #profile-menu form .submit input[type=submit]:hover {
  background-color: var(--col-secondary);
  color: var(--col-white);
  text-decoration: none;
}
header .userLinks.injected:has(input#avatar_menu_toggle[type=checkbox]) .dropdown-toggle {
  color: var(--dropdown-color);
}
header .userLinks.injected:has(input#avatar_menu_toggle[type=checkbox]) .dropdown-toggle + .dropdown {
  display: none;
  border-top: var(--spc-3) solid transparent;
  border-right: var(--spc-5) solid transparent;
  border-left: var(--spc-5) solid transparent;
  transition: border-color var(--ani-speed) ease-in;
}
header .userLinks.injected:has(input#avatar_menu_toggle[type=checkbox]:checked) .dropdown-toggle + .dropdown {
  display: initial;
}
@media (hover: hover) {
  header .session:hover .dropdown-toggle {
    color: var(--dropdown-open-color) !important;
  }
  header .session:hover .dropdown {
    display: initial !important;
  }
}
header:has(.userLinks #profile-menu a.nav-link[data-product=SDP]) #sdp-button, header:has(.userLinks #profile-menu a.nav-link[data-product=SDP]) .cta {
  display: none;
}

footer {
  --bg: transparent;
  --fg: var(--col-light-gray);
  --newsletter-width: 22em;
  color: var(--fg);
}
footer .footer-grid {
  --gap: var(--spc-8);
  display: grid;
  position: relative;
  column-gap: var(--gap);
}
footer .footer-grid .about {
  grid-area: about;
}
footer .footer-grid .app {
  grid-area: app;
}
footer .footer-grid .newsletter {
  grid-area: newsletter;
}
footer .footer-grid .partners {
  grid-area: partners;
}
footer .footer-grid .copyright {
  grid-area: copyright;
}
footer .footer-grid .important-links {
  grid-area: links;
}
footer .footer-grid .social {
  grid-area: social;
}
footer .footer-grid > * {
  color: var(--fg);
}
footer.primary {
  margin-top: var(--spacing-huge);
  padding-top: var(--spacing-big);
  background-color: var(--col-light-gray);
  background-image: url(../../../newTemplate/assets/img/bull-silhouette.svg);
  background-repeat: no-repeat;
  background-position: -7.5rem bottom;
  background-blend-mode: color-burn;
}
footer.primary .footer-grid {
  grid-template-columns: minmax(15rem, 1fr) 2fr minmax(var(--newsletter-width), 1fr);
  grid-template-areas: "about app newsletter" "partners partners newsletter" "partners partners copyright";
}
footer.secondary {
  background-color: var(--col-primary);
  padding-block: var(--spc-6);
}
footer.secondary .footer-grid {
  grid-template-areas: "links links social";
}
footer a {
  text-decoration: none;
  color: var(--fg);
}
footer a:hover {
  text-decoration: underline;
  color: var(--fg);
}
footer .header {
  padding-bottom: var(--spc-6);
  color: var(--fg);
  text-transform: uppercase;
  font-family: Raleway, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 900;
}
footer .content {
  font-size: var(--font-size-small);
  line-height: 1.2rem;
  text-align: left;
}
footer .about {
  font-family: Helvetica, sans-serif;
  --fg: var(--col-dark-gray);
}
footer .about .header {
  --fg: var(--col-primary);
}
footer .app {
  position: relative;
  justify-self: center;
}
footer .app .header {
  --fg: var(--col-primary);
  text-align: center;
}
footer .app img.phone {
  height: 12rem;
  opacity: 0.4;
  margin-right: 8rem;
  max-width: none;
}
footer .app .overlay {
  position: absolute;
  top: 4.8rem;
  left: 8.1rem;
  display: flex;
  flex-direction: column;
  gap: var(--spc-6);
}
footer .app .overlay img {
  max-width: 10rem;
}
footer .partners .header {
  --fg: var(--col-secondary);
}
footer .partners .list {
  display: flex;
  gap: var(--spacing-big);
  flex-direction: row;
  margin-bottom: var(--spc-6);
}
footer .partners .list img {
  height: 3.8rem;
  height: 2.4lh;
  filter: grayscale(100%);
  opacity: 0.2;
  transition: filter 0.3s ease-out, opacity 0.3s ease-out;
}
footer .partners .list a:hover img {
  filter: none;
  opacity: 0.9;
}
footer .newsletter {
  --fg: var(--col-text-light);
}
footer .newsletter .header {
  display: flex;
  flex-direction: row;
  gap: var(--spc-5);
}
footer .newsletter .header img {
  flex-grow: 1;
  max-width: 20em;
}
footer .newsletter .expert {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid var(--col-primary);
  background-size: cover;
  background-position: center;
  color: transparent;
}
footer .newsletter input[type=text] {
  display: block;
  border-radius: 5px;
  font-size: 1rem;
  border: none;
  margin-block: var(--spc-3);
}
footer .newsletter input[type=text]::placeholder {
  opacity: 0.4;
}
footer .newsletter .thrv-leads-form-box.thrv_wrapper {
  padding: 0;
}
footer .newsletter .tve-form-button {
  margin-block: var(--spc-3);
}
footer .newsletter .tve-form-button .tcb-button-link {
  font-size: var(--font-size-small);
  background-color: var(--col-primary);
}
footer .newsletter .thrv_text_element p {
  font-size: 0.65rem;
}
footer .social {
  --gap: var(--spacing-big);
  --fg: var(--col-white);
  justify-content: flex-end;
  display: inline-flex;
  align-items: center;
  gap: var(--spc-6);
}
footer .social .header {
  font-family: Raleway, sans-serif;
  text-transform: none;
  padding: 0;
  align-content: center;
  line-height: 1;
}
footer .social a {
  font-size: 2rem;
  cursor: pointer;
  transition: transform 0.3s ease-out;
}
footer .social a i {
  display: grid;
}
footer .social a i.icon-instagram {
  font-size: 1.4rem;
}
footer .social a:hover {
  transform: scale(1.2);
  text-decoration: none;
}
footer .important-links {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  --fg: var(--col-white);
}
footer .important-links ul {
  display: flex;
  flex-direction: row;
  gap: var(--spc-6);
}
footer .important-links ul a {
  font-size: var(--font-size-menu);
  display: block;
}
footer .copyright {
  --fg: var(--col-medium-gray);
  text-align: right;
  align-self: end;
  margin-block: var(--spc-4);
  font-size: 80%;
}
@media (max-width: 600px) {
  footer .copyright {
    text-align: center;
  }
}
@media (max-width: 930px) {
  footer.primary .footer-grid {
    grid-template-columns: minmax(var(--newsletter-width), 1fr);
    grid-template-areas: "about newsletter" "app partners" "copyright copyright";
    row-gap: var(--spacing-huge);
  }
  footer.secondary .footer-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "social" "links";
    row-gap: var(--spacing-huge);
  }
  footer .app {
    justify-self: start;
  }
  footer .app .header {
    text-align: initial;
  }
  footer .important-links ul {
    flex-wrap: wrap;
  }
  footer .social {
    justify-self: start;
  }
}
@media (max-width: 600px) {
  footer.primary .footer-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "about" "app" "." "newsletter" "partners" "copyright";
    row-gap: var(--spacing-huge);
  }
  footer.secondary .footer-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "social" "links";
    row-gap: var(--spacing-huge);
  }
  footer .about * {
    text-align: center;
  }
  footer .app {
    justify-self: center;
  }
  footer .app .header {
    text-align: center;
  }
  footer .newsletter .header {
    justify-content: center;
  }
}

header .button {
  padding: 0;
  background-color: var(--bg, white);
  color: var(--fg, black);
  border-color: var(--border, transparent);
  font-weight: bolder;
  border-radius: 5px;
  border-style: solid;
  border-width: var(--header-button-border-width, 0.1rem);
  border-style: solid;
  cursor: pointer;
  position: relative;
  text-align: center;
  display: flex;
  cursor: pointer;
  white-space: nowrap;
}
header .button:hover {
  text-decoration: none;
}
header .button .label {
  align-self: center;
}
header .button:has(> img[src$=".svg"]) {
  --height100: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 100/var(--height100);
  height: var(--header-items-height);
}

@keyframes dangle-in {
  0% {
    opacity: 1;
    transform: rotate3d(1, 0, 0, 90deg);
  }
  25% {
    opacity: 1;
    transform: rotate3d(1, 0, 0, -72deg);
  }
  40% {
    transform: rotate3d(1, 0, 0, 48deg);
  }
  55% {
    transform: rotate3d(1, 0, 0, -36deg);
  }
  65% {
    transform: rotate3d(1, 0, 0, 24deg);
  }
  75% {
    transform: rotate3d(1, 0, 0, -20deg);
  }
  82% {
    transform: rotate3d(1, 0, 0, 12deg);
  }
  88% {
    transform: rotate3d(1, 0, 0, -8deg);
  }
  93% {
    transform: rotate3d(1, 0, 0, 4deg);
  }
  100% {
    opacity: 1;
    transform: rotate3d(1, 0, 0, 0deg);
  }
}
#sdp-button {
  --bg: var(--col-white);
  --glow: rgb(from var(--col-white) r g b / 80%);
  --height100: 47;
  display: none;
}
header:has(.session.loaded) #sdp-button {
  opacity: 0;
  transform-origin: top center;
  animation: var(--ani-sdp-dur) ease-in-out var(--ani-sdp-delay) 1 forwards dangle-in;
  display: flex;
}
#sdp-button img {
  margin: 0.15rem;
}

.perspective {
  perspective: 60rem;
}

#live-chat-button {
  --bg: #fefefd;
  --border: var(--col-livechat-button-border);
  --glow: var(--col-livechat-button-glow);
  --height100: 41.36;
}
#live-chat-button .icon-bubble {
  margin-right: 0.5em;
}
#live-chat-button .icon-bubble::before {
  transform: translateY(15%);
}

.slide {
  height: 20.6rem;
  min-height: 300px;
  background-size: cover;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-position: center;
}
.slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #4285bb 0%, rgba(66, 133, 187, 0.96) 25%, rgba(66, 133, 187, 0.7) 50%, rgba(41, 137, 216, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4285bb 0%, rgba(66, 133, 187, 0.96) 25%, rgba(66, 133, 187, 0.7) 50%, rgba(41, 137, 216, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4285bb 0%, rgba(66, 133, 187, 0.96) 25%, rgba(66, 133, 187, 0.7) 50%, rgba(41, 137, 216, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4285bb", endColorstr="#002989d8",GradientType=1 );
  /* IE6-9 */
  z-index: 1;
}
.slide .content {
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  width: 100%;
  max-width: 600px;
  left: 3rem;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slide .content .subtitle {
  flex-grow: 5;
  flex-basis: 25%;
  position: relative;
}
.slide .content .subtitle .text {
  position: absolute;
  bottom: 0;
}
.slide .content h2 {
  flex-grow: 1;
  font-size: 3rem;
  font-weight: 400;
}
.slide .content .link {
  flex-grow: 5;
  flex-basis: 25%;
}
.slide .content .link a {
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 1rem;
  display: inline-block;
  background-color: transparent;
  font-size: 1.3rem;
}
.slide .content .link a:hover {
  color: #4385bb;
  background-color: #fff;
}
@media (max-width: 600px) {
  .slide {
    height: 0;
    min-height: unset;
    padding-bottom: 17.5rem;
    border-radius: 0px;
  }
  .slide .content {
    top: 2rem;
    transform: translateY(0);
    left: 3rem;
    width: calc(100% - 4rem);
    height: calc(100% - $slide-top-margin - $slide-bottom-margin);
  }
  .slide .content h2 {
    font-size: 1.7rem;
    max-width: 90%;
  }
  .slide .content a {
    font-size: 1.1rem;
  }
  .slide .content .subtitle {
    display: block;
    margin-bottom: 0.3rem;
  }
  .slide .content .link {
    margin-top: 0.5rem;
  }
}

.one-plus-n .article:first-of-type {
  --image-size: 54%;
}
.one-plus-n .article:first-of-type .teaser {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.one-plus-n .article:not(:first-of-type) .teaser {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.one-plus-n .article a:has(.teaser):hover {
  text-decoration: none;
}
@media (max-width: 600px) {
  .one-plus-n .article a:has(.teaser) {
    display: none;
  }
}
.one-plus-n .article-list.title-over-image .article {
  --opacity: 75%;
  --bg: var(--col-heading-over-image);
  --bg-with-opacity: color-mix(in srgb, var(--bg) var(--opacity), transparent);
  --title: var(--col-bg-2);
  position: relative;
  container-type: inline-size;
}
.one-plus-n .article-list.title-over-image .article .entry-title[itemprop=headline] {
  --spc: var(--spacing-ok);
  --font-size-scaling: 4.6;
  font-size: clamp(10px, calc(var(--font-size-scaling) * 1cqi), 24px);
  font-weight: bold;
  position: absolute;
  top: 65cqw;
  transform: translateY(-100%);
  left: 0;
  right: 0;
  margin: 0;
  line-height: 1.3;
  background: radial-gradient(ellipse 180% 210% at 20% 220%, var(--bg-with-opacity) 0%, var(--bg-with-opacity) 80%, transparent 100%);
  padding: var(--spc);
  padding: 1.2cqmin;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .one-plus-n .article-list.title-over-image .article .entry-title[itemprop=headline] {
    --font-size-scaling: 4.2;
  }
}
.one-plus-n .article-list.title-over-image .article .entry-title[itemprop=headline] a.title {
  color: var(--title);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
  padding: 0;
  min-height: 2lh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.one-plus-n .article-list.title-over-image .article .entry-title[itemprop=headline] a.title > .lines {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.one-plus-n .article-list.title-over-image .article .entry-title[itemprop=headline] .kicker {
  color: var(--bg);
  background-color: var(--col-secondary);
  align-self: flex-start;
  padding: var(--spc-1) var(--spc-2);
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
}
.one-plus-n .article-list.title-over-image .article .entry-title[itemprop=headline] {
  top: auto;
  bottom: 0;
  transform: none;
  right: 0;
}
@media (min-width: 600px) {
  .one-plus-n .article-list.title-over-image .article .entry-title[itemprop=headline] {
    --font-size-scaling: 2.1;
    width: var(--image-size);
  }
}
.one-plus-n .article-list.title-over-image .article .meta {
  margin-top: 0;
}
@media (max-width: 600px) {
  .one-plus-n .article-list.title-over-image .article .meta {
    --spc-shadow-x: 2.5rem;
    --spc-shadow-y: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    justify-content: flex-end;
    padding: var(--spacing-ok) var(--spacing-ok) var(--spc-shadow-y) var(--spc-shadow-x);
    background: radial-gradient(ellipse 68% 100% at 66% -10%, var(--bg-with-opacity) 0%, var(--bg-with-opacity) 42%, transparent 100%);
    color: var(--title);
    border-radius: 0;
  }
  .one-plus-n .article-list.title-over-image .article .meta .left {
    order: 2;
  }
  .one-plus-n .article-list.title-over-image .article .meta .right {
    align-items: flex-end;
  }
  .one-plus-n .article-list.title-over-image .article .meta .name {
    text-shadow: 0 0 6px var(--bg-with-opacity);
  }
  .one-plus-n .article-list.title-over-image .article .meta .name a {
    color: #8ebbdf;
  }
  .one-plus-n .article-list.title-over-image .article .meta .date {
    text-shadow: 0 0 6px var(--bg-with-opacity);
  }
}

.pagination {
  text-align: center;
  margin-bottom: 2rem;
}

.pagination .next,
.pagination .prev {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: #4285bb;
  color: #fff !important;
  border-radius: 5px;
  line-height: 2.7rem;
  vertical-align: middle;
  margin: 0rem 1rem;
  font-size: 1.6rem;
}

.pagination .dots {
  font-size: 2rem;
}

.pagination .prev b::before {
  transform: rotate(90deg);
}

.pagination .next b::before {
  transform: rotate(270deg);
}

.pagination .page-numbers {
  text-decoration: none;
  color: #555;
  display: inline-block;
  margin: 0 0.7rem;
}

.pagination .page-numbers.current {
  color: #4285bb;
}

.sidebar {
  display: grid;
  gap: var(--spc-5);
}
.sidebar list {
  margin: 2rem 0 0 2rem;
  color: #4c4c4c;
}

.listTitle {
  font-size: 1.7rem;
  padding: 20px 0 10px;
  font-weight: 600;
  margin-block: var(--spc-5);
  display: block;
}
.listTitle p {
  text-align: left;
}
@media (min-width: 600px) {
  .listTitle {
    border-bottom: 1px solid var(--col-divider);
  }
}
.listTitle:first-child {
  margin-top: var(--spc-6);
}
#sidebar-home .adWrapper .listTitle {
  margin-block: var(--spc-2) var(--spc-6);
  padding-block: var(--spc-1) var(--spc-2);
}

.error {
  text-align: center;
  padding: 4rem 0 0;
}

.error .errorCode {
  display: block;
  font-size: 6rem;
  font-weight: 600;
}

.error .errorText {
  margin-top: 1rem;
  display: block;
  font-size: 1.3rem;
}

.notFoundText {
  font-size: 2.5rem;
  margin: 2rem 0;
  display: block;
  text-align: center;
  color: #4c4c4c;
}

.link-shortcode.not-found {
  color: var(--wp--preset--color--vivid-red, red);
}
.link-shortcode.unpublished {
  color: var(--wp--preset--color--luminous-vivid-amber, yellow);
}

#header-observer {
  position: absolute;
  left: 0;
  height: 1px;
  top: var(--desktop-logo-height-total);
}

header.page {
  --bg: var(--col-white);
  --fg: var(--col-text-light);
  --spc-outer: var(--spacing);
  --ani-dur: 0.3s;
  background-color: var(--bg);
  color: var(--fg);
  position: relative;
  z-index: 1400001;
  margin-bottom: var(--spacing-ok);
}
header.page nav {
  display: grid;
  grid-template-areas: "logo search cta cta" "menu menu community session";
  grid-template-columns: 1fr 5fr 11em auto;
  column-gap: var(--spc-4);
  justify-content: space-between;
  padding: 0;
  position: relative;
  background-color: var(--bg);
}
header.page nav > .logo {
  grid-area: logo;
}
header.page nav > .searchInput {
  grid-area: search;
}
header.page nav > .session {
  grid-area: session;
}
header.page nav > #menu {
  grid-area: menu;
}
header.page nav > .cta {
  grid-area: cta;
}
header.page nav > .community {
  grid-area: community;
}
header.page nav > .hamburger {
  grid-area: hamburger;
}
header.page nav > * {
  padding-block: var(--actual-logo-spacing);
}
header.page nav .logo {
  align-self: center;
}
header.page nav #menu {
  justify-self: stretch;
  align-self: stretch;
  margin-left: var(--spacing-big);
  display: flex;
  align-items: stretch;
  padding-block: 0;
}
header.page nav .searchInput {
  align-self: center;
}
header.page nav .community {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spc-4);
}
header.page nav .session {
  align-self: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header.page nav #menu, header.page nav .community, header.page nav .session {
  z-index: 1;
}
header.page nav .logo {
  margin-left: 0;
}
header.page nav .cta, header.page nav .session {
  margin-right: var(--spc-outer);
}
@media (min-width: 931px) {
  header.page:not(.small) .searchInput {
    padding-block: 0;
    padding-left: 8%;
    margin-bottom: -0.8rem;
  }
  header.page.small {
    -webkit-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.4);
    --bg: var(--col-primary);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: unset;
  }
  header.page.small nav {
    max-width: min(calc(100% - (2 * var(--side-spacing))), var(--content-max-width));
    margin-inline: auto;
    grid-template-areas: "logo hamburger search community session" ". menu menu menu menu";
    grid-template-columns: calc(1.5 * var(--actual-logo-height)) 2rem 5fr 11em auto;
  }
  header.page.small nav .logo img {
    max-height: 3.3125rem;
    width: auto;
  }
  header.page.small nav .searchInput {
    max-width: 30em;
  }
  header.page.small nav .hamburger {
    grid-area: hamburger;
  }
  header.page.small nav .hamburger label {
    cursor: pointer;
  }
  header.page.small nav .grid-blue-bar, header.page.small nav .cta, header.page.small nav #menu {
    display: none;
  }
  header.page.small nav #menu {
    grid-area: menu;
  }
  header.page.small.search-open #menu, header.page.small.search-open #live-chat-button {
    display: none;
  }
  header.page.small.search-open .searchInput {
    flex-basis: 80%;
  }
  header.page.small input.search {
    background-color: var(--col-white);
  }
}
@media (max-width: 930px) {
  header.page {
    position: sticky;
    top: 0;
    -webkit-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.4);
    max-width: none !important;
    width: 100%;
  }
  header.page nav {
    grid-template-areas: "logo      cta       cta     search    hamburger" "community community session session   session";
    grid-template-columns: 1fr 10fr 3fr 2fr 1fr;
    row-gap: var(--nav-row-gap);
  }
  header.page nav .logo {
    margin-left: var(--spc-outer);
    margin-top: var(--spc-outer);
    height: var(--actual-logo-height);
  }
  header.page nav .cta {
    font-size: 0.7em;
    gap: 0;
  }
  header.page nav #live-chat-button {
    line-height: 0.9;
  }
  header.page nav .community {
    height: var(--live-chat-button-height);
    align-self: center;
  }
  header.page nav #menu {
    margin-left: 0;
    display: block;
  }
  header.page nav #menu > ul {
    padding-bottom: var(--spacing-iphone-bottom);
  }
}
@media (max-width: 500px) {
  header.page nav {
    grid-template-areas: "logo      search    search    hamburger" "community community session   session";
    grid-template-columns: 1fr 8fr 2.5rem 2.5rem;
  }
  header.page nav .cta {
    display: none;
  }
  header.page nav .community {
    justify-content: flex-start;
  }
  header.page nav .logo, header.page nav .community {
    margin-left: var(--spc-outer);
  }
  header.page nav .hamburger, header.page nav .session {
    margin-right: var(--spc-outer);
  }
  header.page nav #live-chat-button {
    order: 1;
  }
  header.page nav #sdp-button {
    order: 2;
  }
}
header.page div[data-lastpass-icon-root] {
  opacity: 0;
  display: none;
}

.grid-blue-bar {
  background-color: var(--col-primary);
  position: absolute;
  inset: 0;
  grid-row: 2/2;
  grid-column-start: 1;
  grid-row-end: span 4;
  z-index: 0;
}

header .logo {
  --aspect-height: 204;
  height: var(--actual-logo-height);
  margin-block: var(--actual-logo-spacing);
  aspect-ratio: 1000/var(--aspect-height);
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
header .logo.bright {
  --aspect-height: 210;
  background-image: url(../img/logo-bright.svg);
}
@media (min-width: 931px) {
  header.small .logo {
    aspect-ratio: 266/var(--aspect-height);
  }
}

#menu {
  --gap: 1rem;
  --bg: var(--col-menu-bg-l1);
  --fg: var(--col-menu-link-l1);
  --fg-hover: var(--col-menu-link-l1-hover);
  padding-left: 0;
  background-color: var(--bg);
}
#menu a {
  font-family: OpenSans, Arial, Helvetica Neue, Helvetica, sans-serif;
  white-space: nowrap;
  display: block;
  font-size: var(--font-size-menu);
  font-weight: 600;
  color: var(--fg);
  text-decoration: none;
  transition: color 0.23s cubic-bezier(0, 0, 0.2, 0.83), background-color 0.23s cubic-bezier(0, 0, 0.2, 0.83);
}
#menu a:hover {
  color: var(--fg-hover);
  text-decoration: none;
}
#menu a i {
  font-size: 0.6rem;
  margin-left: 0.3rem;
}
@media (min-width: 931px) {
  #menu label .icon-arrow-down {
    display: none;
  }
  #menu > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: var(--spc-4);
  }
  #menu > ul > li {
    position: relative;
    display: flex;
    align-items: center;
  }
  #menu > ul > li > a {
    padding: 0.415em 0.165em 0.415em 0.435em;
  }
  #menu > ul > li > ul {
    display: none;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background-color: var(--col-menu-bg-l2);
    color: var(--col-menu-link-l2);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.4);
  }
  #menu > ul > li > ul > li {
    white-space: nowrap;
  }
  #menu > ul > li > ul > li a {
    color: var(--col-menu-link-l2);
    padding: 0.475em 0.435em;
  }
  #menu > ul > li > ul > li a:hover {
    color: var(--col-menu-link-l2);
  }
  #menu > ul > li:hover > ul {
    display: block;
  }
  #menu > ul > li:first-child > a {
    padding-left: 0;
  }
  #menu > ul > li:first-child > ul {
    left: -0.3em;
    border-left: none;
  }
}
@media (max-width: 930px) {
  #menu ul li a label {
    cursor: pointer;
    padding: var(--spc-5) var(--spc-7) var(--spc-5) var(--spc-2);
    margin-right: calc(-1 * var(--spc-7));
  }
}

@media (min-width: 931px) {
  body.scrolled main {
    padding-top: var(--actual-main-pushdown);
  }
}
@media (max-width: 930px) {
  .hamburger {
    font-size: 1.4rem;
    color: #4285bb;
    line-height: 0.9;
    display: flex;
    align-items: center;
  }
  .hamburger label {
    cursor: pointer;
  }
  .hamburger .icon::before {
    vertical-align: middle;
  }

  #menu {
    --gap: var(--menu-vertical-spacing);
    --bg: var(--col-menu-bg-l2);
    --fg: var(--col-menu-link-l2);
    --fg-hover: var(--col-menu-link-l2);
    color: var(--fg);
    position: absolute;
    top: calc(100% + var(--actual-ticker-height));
    left: 0;
    width: 100vw;
    height: calc(100vh - var(--mobile-popout-menu-top-offset));
    z-index: 99999;
    transition: 0.5s ease transform;
    transform: translateX(100vw);
    overflow-y: auto;
    justify-content: center;
  }
  #menu a {
    text-align: center;
  }
  #menu ul {
    padding-block: calc( var(--gap) / var(--golden) );
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: var(--gap);
  }
  #menu > ul > li > ul {
    display: none;
  }
  #menu > ul > li input[type=checkbox]:checked ~ a {
    color: #ADC64C;
  }
  #menu > ul > li input[type=checkbox]:checked ~ ul {
    display: flex;
  }

  body {
    overflow-x: hidden;
  }
  body > header {
    position: fixed !important;
  }
  body > main {
    margin-top: var(--actual-main-pushdown);
  }

  body:has(input#hamburger:checked) #menu {
    transform: translateX(0);
  }
  body:has(input#hamburger:checked) label[for=hamburger] {
    color: #ADC64C;
  }
}
@media (min-width: 930px) {
  header.small nav .hamburger {
    color: var(--col-white);
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    line-height: 0.9;
  }
  header.small #menu {
    margin-bottom: var(--spc-4);
  }

  body:has(header.small input#hamburger:checked) #menu {
    display: initial;
    margin-left: 0;
  }
  body:has(header.small input#hamburger:checked) .hamburger {
    color: var(--col-secondary);
  }
}
header .cta {
  margin-left: var(--spacing-ok);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 1em;
  opacity: 0;
}
header .cta img {
  flex-shrink: 0;
  max-width: none;
  align-self: center;
  transition: transform var(--ani-dur) linear;
}
header .cta img#together {
  order: 2;
  height: 2.5em;
  --translate: 19%;
  transform: translateY(var(--translate));
}
header .cta img#arrow-curved {
  order: 1;
  height: 2.6em;
  --translateX: 24%;
  --translateY: 11%;
  --rotate: -48deg;
  transform: translateY(var(--translateY)) translateX(var(--translateX)) rotate(var(--rotate)) scaleX(-1.2) scale(0.8);
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header:has(.session.loaded) .cta {
  animation: fade-in var(--ani-cta-dur) var(--ani-cta-delay) forwards;
}

header.section {
  border-bottom: 1px solid var(--col-divider);
  font-size: var(--font-size-h2-section);
  font-weight: bold;
  line-height: 1.3;
  margin-block: var(--spc-2) var(--spc-6);
  padding-block: var(--spc-1) var(--spc-2);
  transition: 0.3s ease border-bottom-color;
}
header.section a {
  color: var(--col-text);
  text-decoration: none;
}
header.section:has(a):hover {
  border-bottom-color: var(--col-primary);
}

.ticker {
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.4);
  --gap: 5rem;
  --duration: 15s;
  top: var(--actual-ticker-offset);
  text-align: left;
  background-color: var(--col-ticker-bg);
  color: var(--col-ticker-fg);
  padding: var(--ticker-vp);
  margin-top: var(--ticker-top-spacing);
  contain: paint;
  white-space: nowrap;
  line-height: normal;
  z-index: 12;
  user-select: none;
  gap: var(--gap);
  display: flex;
}
.ticker .scroller {
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap);
  animation: marquee var(--duration) linear infinite;
}
.ticker .scroller span {
  height: var(--ticker-height);
}
.ticker a {
  color: inherit;
  text-decoration: none;
}
.ticker:hover .scroller {
  animation-play-state: paused;
}
@media (min-width: 1265px) {
  .ticker {
    max-width: min(calc(100% - (2 * var(--side-spacing))), var(--content-max-width));
    margin-inline: auto;
  }
}
@media (min-width: 931px) {
  body.scrolled .ticker {
    position: fixed;
    left: 0;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
}
@media (max-width: 930px) {
  .ticker {
    position: fixed;
    left: 0;
    right: 0;
  }
}

@keyframes marquee {
  to {
    transform: translateX(calc(-100% - var(--gap, 0px)));
  }
}
/*
We assume here teasers are A x 300px where A = 300px/0.28 =~ 300px * 3.5
*/
div.teaserImage {
  border-radius: 5px;
  max-width: 100%;
  height: auto;
  margin-inline: 0;
}
div.teaserImage > .thumbnail {
  aspect-ratio: 16/9;
  background-image: var(--src);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0px;
}
div.teaserImage > .thumbnail.ultrawide {
  aspect-ratio: 1430/410;
}
div.teaserImage > figcaption {
  display: block;
  text-align: right;
  font-size: 0.6rem;
  margin-block: var(--spacing-small);
  position: relative;
  width: unset;
  color: var(--col-text-light);
}
div.teaserImage > figcaption::before {
  content: "©";
  margin-right: 0.3em;
}

main.stock-profile aside .listTitle:first-child {
  margin-top: 0;
}
main.stock-profile .profile-chart {
  --tv-height: 383px;
}
main.stock-profile .profile-chart div[data-tv-symbol] {
  margin: 0;
}

@media (min-width: 930px) {
  .table-td-chart {
    min-width: 250px;
  }

  .stock-profile .table-td-desktop-chart {
    height: 182px;
  }
}
@media all and (max-width: 930px) {
  .profile-table {
    display: none;
  }
}
.profile-timeline {
  margin-inline: var(--spc-5);
  --gap: var(--spc-6);
  position: relative;
  padding-left: var(--spc-7);
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.profile-timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: var(--col-text);
  top: 0;
  bottom: 0;
  left: 0;
}
.profile-timeline .item {
  position: relative;
  background-color: inherit;
  max-width: 300px;
}
.profile-timeline .item::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--col-text);
  border-radius: 50%;
  z-index: 1;
  top: 4px;
  left: calc(-1 * var(--spc-7) - (4px));
  margin-left: 1px;
}
.profile-timeline .item::before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  z-index: 1;
  border: medium solid #b4bcc5;
  border-width: 8px 8px 8px 0;
  border-color: transparent #b4bcc5 transparent transparent;
  top: 0;
  transform: translateX(-200%);
}
.profile-timeline .item .content .date {
  font-size: 10px;
  color: var(--col-text-light);
  font-family: sans-serif;
  display: block;
}
.profile-timeline .item .content a {
  display: block;
}

#top-featured-posts {
  --top-size: 440px;
  --sidebar-width: var(--top-size);
  gap: var(--spacing-big);
  margin-block: var(--spacing-big);
  align-items: stretch;
}
#top-featured-posts .article .kicker {
  font-size: 88%;
}
#top-featured-posts #top-story .article-grid {
  --size: var(--top-size);
}
#top-featured-posts #top-story .article-grid .article .kicker {
  font-size: 1rem;
}
#top-featured-posts #top-story .article-grid .article .title {
  font-size: 1.6rem;
}
#top-featured-posts #top-story .article-grid .article .title:not(:has(+ .kicker)) {
  -webkit-line-clamp: 3;
}
#top-featured-posts #top-story .article-grid .article .image {
  border-radius: 0;
}
#top-featured-posts #top-story .article-grid.is-advert .article::after {
  display: block;
  content: var(--i18n-advert);
  color: var(--col-text-lighter);
  font-size: 0.8rem;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
}

.popular-posts {
  --bg: var(--col-bg-2);
  display: grid;
  grid-template-rows: max-content;
  container-type: inline-size;
}
.popular-posts .article-list-ranked {
  gap: 0;
}
.popular-posts .article {
  --marker-size: 2rem;
  --hgap: 0px;
  border-bottom: none !important;
  flex-grow: 1;
}
.popular-posts .article .title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.popular-posts .article .meta {
  display: none;
}
.popular-posts .article .entry-title[itemprop=headline] {
  padding-inline: var(--spacing-small);
  padding-block: var(--spacing-ok);
}
.popular-posts .article:nth-child(2n+1) .entry-title[itemprop=headline] {
  background-color: var(--bg);
}
.popular-posts .article::before {
  top: 50% !important;
  transform: translateY(-50%);
}
.popular-posts .hide-kicker .kicker {
  display: none;
}
@container (width < 65ch) {
  .popular-posts .article .title {
    min-height: 2lh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .popular-posts .article .title > .lines {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

/* ***** Bellow styling for Aktienglossar ***** */
.stock-glossary {
  margin: 20px;
}

@media (min-width: 930px) {
  .stock-glossary {
    margin: 0;
  }
}
.stock-glossary-title {
  margin: 0 20px;
}

.stock-alphabet {
  margin: 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 930px) {
  .stock-alphabet {
    margin: 0;
  }

  .stock-glossary-title {
    margin-left: 20px;
  }
}
.stock-alphabet__letter--mobile {
  display: block;
}

.stock-alphabet__letter--desktop {
  display: none;
}

@media (min-width: 930px) {
  .stock-alphabet__letter--mobile {
    display: none;
  }

  .stock-alphabet__letter--desktop {
    display: block;
  }
}
@media (max-width: 930px) {
  .glossary-table, .glossary-tbody, .glossary-table-td, .glossary-table-tr {
    display: block;
  }

  .glossary-table-tr {
    margin: 0 0 1rem 0;
    scroll-margin-top: 160px;
  }

  .glossary-table-tr:nth-child(odd) {
    background: #ccc;
  }

  .glossary-table-td {
    position: relative;
    padding-left: 50%;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .glossary-table-td::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .glossary-table-chart-mobile {
    margin: 1rem 1rem 0 0;
  }
}
@media (min-width: 930px) {
  .stock-table-mobile {
    display: none;
  }

  .glossary-table, .glossary-tbody, .glossary-table-td, .glossary-table-tr {
    display: none;
  }
}
@media (max-width: 600px) {
  .glossary-table-td-chart-mobile {
    display: none;
  }

  .glossary-table-chart-mobile {
    display: none;
  }
}
.carousel-item {
  width: 100%;
}

.carousel-item > div {
  background: url(https://www.sharedeals.de/registrieren/img/Quote.svg) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin: 0 auto;
  max-width: 400px;
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.carousel-item > div .message {
  font-size: 30px;
  line-height: 42px;
  font-style: italic;
  text-align: center;
}

.carousel-control-prev-icon {
  width: 30px;
  height: 30px;
  background: url(https://www.sharedeals.de/registrieren/img/ArrowLeft.svg) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
}

.carousel-control-next-icon {
  width: 30px;
  height: 30px;
  background: url(https://www.sharedeals.de/registrieren/img/ArrowRight.svg) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
}

.carouselOuter {
  line-height: 1.25;
  margin-bottom: var(--spacing-huge);
}

@media (min-width: 930px) {
  .carouselOuter {
    height: 365px !important;
  }

  .carouselHome {
    /* no breadcrumbs, avoid collision with header */
    margin-top: 2.25em;
  }
}
body#sd {
  min-height: 100vh;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #262626;
}
body#sd .scroll-anchor {
  scroll-margin-top: var(--menu-height);
}

input[type=text],
textarea {
  color: #262626;
  font-size: 1rem;
  line-height: 1.5;
}

input[type=submit] {
  padding: 0.7rem 1.8rem;
  background: #4285bb;
  border: none;
  margin: 1rem 0;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.1rem;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #336690 !important;
}

input[type=submit]:disabled {
  background-color: #cccccc !important;
  cursor: auto;
}

@media (max-width: 600px) {
  .mobile-hidden {
    display: none;
  }
}
.breadcrumbs {
  margin: 2rem 0;
  line-height: 1.5;
}
.breadcrumbs > div:nth-child(2n) {
  float: right;
  width: calc(100% - 70px);
}
.breadcrumbs div.home {
  width: 70px;
  float: left;
}
.breadcrumbs div.home img {
  display: inline-block;
  height: 20px;
  vertical-align: text-bottom;
}
.breadcrumbs span.delimiter {
  padding: 0 15px;
  color: #747878;
  font-size: 21px;
  line-height: 1;
  display: inline;
}
.breadcrumbs a {
  color: #747878;
}

main .intro, main .prolog {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
  font-size: calc(var(--font-size-text) * 1.2);
  line-height: 1.42;
  margin-bottom: var(--spacing-ok);
}
@media (max-width: 600px) {
  main .intro, main .prolog {
    margin-block: auto;
  }
}
@media (max-width: 600px) {
  main .intro, main .prolog {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    width: auto;
  }
}
main h1#title {
  font-style: normal;
  font-size: var(--font-size-title);
  line-height: 1.25;
  font-weight: 400;
  margin-block: var(--spacing-big);
}
main h1#title .kicker {
  color: var(--col-secondary);
  font-size: var(--font-size-text);
  font-weight: 800;
  display: block;
}
main h2.articles {
  font-style: normal;
  font-weight: normal;
  font-size: var(--font-size-title);
  line-height: 1.17;
  margin-bottom: 32px;
  margin-top: 40px;
}
@media (max-width: 600px) {
  main h2.articles {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    width: auto;
  }
}
@media (max-width: 600px) {
  main .top, main .bottom {
    background: #F4F8FB;
    padding: 20px;
    margin-bottom: 3rem;
  }
}

.owl-carousel .owl-nav i {
  font-size: 1.3rem;
  color: #4285bb;
}
.owl-carousel .owl-dots {
  margin-top: 1rem;
  text-align: center;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
  position: absolute;
  top: calc(50% - 1rem);
  transform: translateY(-50%);
  vertical-align: middle;
}
.owl-carousel .owl-prev span, .owl-carousel .owl-next span {
  color: #4285bb;
  font-size: 4rem;
}
.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled {
  opacity: 0;
}
.owl-carousel .owl-prev {
  left: -1rem;
}
.owl-carousel .owl-next {
  right: -1rem;
}
.owl-carousel .owl-dot {
  border: 1px solid #4285bb !important;
  border-radius: 50%;
  width: 0.65rem;
  height: 0.65rem;
  display: inline-block;
  margin: 0 0.5rem;
  outline: none;
  top: -3px;
  /* FF cutoff */
}
.owl-carousel .owl-dot.active {
  background-color: #4285bb !important;
}
@media (max-width: 600px) {
  .owl-carousel .owl-prev,
.owl-carousel .owl-next {
    display: none;
  }
}

.avatar {
  aspect-ratio: 1;
  border: 1px solid #cccccc;
  background-color: #fffd;
}

.meta {
  --mobile-meta-pushup-extra: var(--spc-3);
  line-height: 1.1;
}
.meta > .right {
  --gap: 0;
  align-items: flex-start;
  justify-content: space-evenly;
}
.meta .avatar {
  width: 3em;
  border-radius: 20%;
}
.article-list-ranked li.article .meta, .article-list div.article .meta, .fancy div.article .meta {
  letter-spacing: -0.01rem;
  font-size: clamp(0.65rem, 1.3vw, 0.83rem);
  margin-block: var(--spc-4);
}
.article-list-ranked li.article .meta .name a, .article-list div.article .meta .name a, .fancy div.article .meta .name a {
  color: var(--col-primary);
}
@media (max-width: 600px) {
  .fancy div.article .meta {
    position: absolute;
    transform: translate(var(--spc-3), calc(-100% - var(--mobile-meta-pushup-extra)));
    background-color: var(--col-bg-trans-strong);
    margin: 0 !important;
    border-radius: 3px;
    padding-right: var(--spc-4);
  }
}
.meta-over-image .meta {
  position: absolute;
  transform: translate(var(--spc-3), calc(-100% - var(--mobile-meta-pushup-extra)));
  background-color: var(--col-bg-trans-strong);
  margin: 0 !important;
  border-radius: 3px;
  padding-right: var(--spc-4);
}
.all-over-image .meta {
  position: absolute;
  transform: translate(var(--spc-3), calc(-100% - var(--mobile-meta-pushup-extra)));
  background-color: var(--col-bg-trans-strong);
  margin: 0 !important;
  border-radius: 3px;
  padding-right: var(--spc-4);
  transform: none;
  top: var(--spc-3);
  left: var(--spc-3);
}
@media (min-width: 500px) {
  .one-plus-n .article-list.meta-over-image .meta {
    transform: none;
    bottom: var(--spc-3);
    left: var(--spc-3);
  }
}

main.single .author {
  margin-bottom: var(--spacing-big);
}

.kicker {
  color: var(--col-secondary);
  font-size: 65%;
  font-weight: 800;
}

.article .entry-title[itemprop=headline] {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-small);
  justify-content: center;
}
.article .entry-title[itemprop=headline] .kicker {
  order: 1;
}
.article .entry-title[itemprop=headline] .title {
  order: 2;
}

main.single .article-top {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-small);
}
main.single .article-top .is-advertisement {
  order: 1;
  text-transform: uppercase;
  color: var(--col-text-light);
  transform: translateY(110%);
}
main.single .article-top .kicker {
  order: 2;
}
main.single .article-top #title {
  order: 3;
}
main.single .article-top .author {
  order: 4;
}
main.single .article-top #title:has(+ .kicker) {
  margin-top: 0;
}
main.single .article-top #title:has(+ .kicker) + .kicker {
  font-size: var(--font-size-kicker);
}

.fancy .article {
  position: relative;
}
.fancy .article .entry-title[itemprop=headline] {
  color: var(--col-text);
  font-size: clamp(0.85rem, 4.4vw, 1.15rem);
  font-weight: bold;
  margin: var(--spacing-h3) 0;
}
.fancy .article .entry-title[itemprop=headline] a {
  display: block;
  color: var(--col-text);
}

.article-grid {
  --gap: var(--spacing-big);
  --size: 250px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  gap: var(--gap);
}
.article-grid.small {
  --size: min(200px, 100%);
}
.article-grid.big, .article-grid.all-over-image {
  --size: min(300px, 100%);
}
.article-grid.huge {
  --size: min(400px, 100%);
}
@media (min-width: 500px) {
  .article-grid:not(.full-header) .article .entry-title[itemprop=headline] a.title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .article-grid.header-title-3-lines .article .entry-title[itemprop=headline] a.title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .article-grid.big-first-3 .article:nth-child(1), .article-grid.big-first-3 .article:nth-child(2), .article-grid.big-first-3 .article:nth-child(3) {
    --size: 33%;
  }
}
.article-grid.meta-over-image .article .entry-title[itemprop=headline] {
  top: initial;
}
.article-grid.meta-only-date .meta .name, .article-grid.meta-only-date .meta .avatar, .article-grid.meta-only-date .meta .left {
  display: none;
}
.article-grid.hide-teaser .article .teaser {
  display: none;
}
.article-grid.hide-teaser-except-first-2 .article:not(.article-grid.hide-teaser-except-first-2 .article:nth-child(1), .article-grid.hide-teaser-except-first-2 .article:nth-child(2)) .teaser {
  display: none;
}
.article-grid.all-over-image .article {
  --opacity: 75%;
  --bg: var(--col-heading-over-image);
  --bg-with-opacity: color-mix(in srgb, var(--bg) var(--opacity), transparent);
  --title: var(--col-bg-2);
  position: relative;
  container-type: inline-size;
}
.article-grid.all-over-image .article .entry-title[itemprop=headline] {
  --spc: var(--spacing-ok);
  --font-size-scaling: 4.6;
  font-size: clamp(10px, calc(var(--font-size-scaling) * 1cqi), 24px);
  font-weight: bold;
  position: absolute;
  top: 65cqw;
  transform: translateY(-100%);
  left: 0;
  right: 0;
  margin: 0;
  line-height: 1.3;
  background: radial-gradient(ellipse 180% 210% at 20% 220%, var(--bg-with-opacity) 0%, var(--bg-with-opacity) 80%, transparent 100%);
  padding: var(--spc);
  padding: 1.2cqmin;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .article-grid.all-over-image .article .entry-title[itemprop=headline] {
    --font-size-scaling: 4.2;
  }
}
.article-grid.all-over-image .article .entry-title[itemprop=headline] a.title {
  color: var(--title);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
  padding: 0;
  min-height: 2lh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article-grid.all-over-image .article .entry-title[itemprop=headline] a.title > .lines {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-grid.all-over-image .article .entry-title[itemprop=headline] .kicker {
  color: var(--bg);
  background-color: var(--col-secondary);
  align-self: flex-start;
  padding: var(--spc-1) var(--spc-2);
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
}
.article-grid.all-over-image .article .meta {
  --spc-shadow-x: 2.5rem;
  --spc-shadow-y: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  justify-content: flex-end;
  padding: var(--spacing-ok) var(--spacing-ok) var(--spc-shadow-y) var(--spc-shadow-x);
  background: radial-gradient(ellipse 68% 100% at 66% -10%, var(--bg-with-opacity) 0%, var(--bg-with-opacity) 42%, transparent 100%);
  color: var(--title);
  border-radius: 0;
}
.article-grid.all-over-image .article .meta .left {
  order: 2;
}
.article-grid.all-over-image .article .meta .right {
  align-items: flex-end;
}
.article-grid.all-over-image .article .meta .name {
  text-shadow: 0 0 6px var(--bg-with-opacity);
}
.article-grid.all-over-image .article .meta .name a {
  color: #8ebbdf;
}
.article-grid.all-over-image .article .meta .date {
  text-shadow: 0 0 6px var(--bg-with-opacity);
}
.article-grid.all-over-image.meta-only-date .meta {
  background: linear-gradient(270deg, var(--bg-with-opacity) 0%, var(--bg-with-opacity) 80%, transparent 100%);
  padding: var(--spacing) var(--spacing) var(--spacing) var(--spacing-ok);
}
@media (min-width: 600px) {
  .article-grid.all-over-image.desktop-huge-first-2 .article:nth-child(1), .article-grid.all-over-image.desktop-huge-first-2 .article:nth-child(2) {
    --size: 50%;
  }
}
@media (max-width: 600px) {
  .article-grid.all-over-image .article .meta {
    transform: none;
  }
  .article-grid.all-over-image .article a.title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .article-grid.all-over-image .article .entry-title {
    font-size: 6.4vw;
  }
}
.article-grid .article {
  flex-basis: min(100%, calc(var(--size) - var(--gap)));
  flex-grow: 1;
  width: 0;
  max-width: max(var(--size), 50%);
}
.article-grid .article .image {
  width: 100%;
  aspect-ratio: 100/65;
  border-radius: 0px;
  padding-bottom: 0;
}
.article-grid .article .entry-title[itemprop=headline] {
  line-height: 1.3;
  position: relative;
}
@media (min-width: 600px) {
  .article-grid .article .entry-title[itemprop=headline] {
    margin-top: var(--spc-4);
  }
}
.article-grid .article .teaser {
  margin-top: 0.5rem;
  color: var(--col-text-light);
  font-size: clamp(0.65rem, 3.0vw, 1.05rem);
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.article-grid .article .is-advertisement {
  position: absolute;
  top: var(--spc-3);
  left: var(--spc-3);
  padding: var(--spc-1) var(--spc-4);
  text-transform: uppercase;
  color: var(--col-text-light);
  background-color: var(--bg-with-opacity);
}
@media (max-width: 600px) {
  .article-grid {
    justify-content: center;
  }
  .article-grid .article {
    --size: 100%;
  }
  .article-grid.mobile-only-3 .article {
    display: none;
  }
  .article-grid.mobile-only-3 .article:nth-child(1), .article-grid.mobile-only-3 .article:nth-child(2), .article-grid.mobile-only-3 .article:nth-child(3) {
    display: initial;
  }
}

.article-list .article {
  --gap: var(--spacing-ok);
  --image-size: 34%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: var(--spacing-one-plus-n);
  justify-content: space-between;
  gap: var(--gap);
}
.article-list .article .image {
  position: relative;
  flex-basis: var(--image-size);
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 0px;
}
.article-list .article .image a {
  position: absolute;
  inset: 0 0 0 0;
}
.article-list .article a {
  color: inherit;
}
.article-list .article .text {
  flex-basis: 67%;
  flex-shrink: 1;
  font-size: 1.125rem;
  color: var(--col-text);
  line-height: 21px;
  display: flex;
  flex-direction: column;
}
.article-list .article .text > .entry-title[itemprop=headline]:not(:has(+ .meta)) {
  margin-bottom: var(--spc-4);
}
.article-list .article .teaser {
  color: var(--col-text-light);
}
@media (min-width: 600px) {
  .article-list .article .text > *:first-child {
    margin-block: 0;
  }
}
@media (max-width: 600px) {
  .article-list .article {
    flex-direction: column;
    gap: 0;
  }
  .article-list .article .image {
    aspect-ratio: 16/9;
    width: 100%;
  }
}

.article-list-bullets {
  box-sizing: border-box;
  padding: 25px 35px 25px 35px;
  border-radius: 5px;
  margin-bottom: 3rem;
  border: 1px solid #4285bb;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: unset;
}
@media (max-width: 600px) {
  .article-list-bullets {
    padding: 21px;
    margin-left: -8px;
    margin-right: -8px;
  }
}
.article-list-bullets ul {
  margin: var(--spacing) auto;
  overflow: visible;
}
.article-list-bullets ul li {
  list-style-type: disc;
  overflow: visible;
  padding-left: var(--spc-5);
  margin-left: var(--spc-6);
  margin-bottom: var(--spacing) !important;
  line-height: 1.5;
  font-size: var(--font-size-text);
}
.article-list-bullets ul li::marker {
  color: var(--marker-color, current-color) !important;
  content: "•";
  font-weight: bold;
}
@media (max-width: 600px) {
  .article-list-bullets ul li::marker {
    font-size: 12px;
  }
}
.article-list-bullets ul li {
  margin-bottom: var(--spc-4);
}
.article-list-bullets ul li .entry-title[itemprop=headline] {
  display: inline;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 22px;
  color: #262626;
}
@media (max-width: 600px) {
  .article-list-bullets ul li .entry-title[itemprop=headline] {
    font-size: 16px;
    line-height: 24px;
  }
}

ol.article-list-ranked {
  --marker-size: var(--spc-7);
  --marker-gap: var(--spc-5);
  --gap: var(--spc-6);
  --marker-offset: calc(var(--marker-size) + var(--marker-gap));
  --hgap: calc(0.5 * var(--gap));
  display: flex;
  flex-direction: column;
  gap: var(--hgap);
}
ol.article-list-ranked li.article {
  padding-left: var(--marker-offset);
  position: relative;
}
ol.article-list-ranked li.article .entry-title[itemprop=headline] a {
  color: var(--col-text);
  font-size: 1.2rem;
  font-weight: bold;
}
ol.article-list-ranked li.article::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--marker-size);
  height: var(--marker-size);
  font-size: calc(0.5 * var(--marker-size));
  line-height: calc(0.6 * var(--marker-size));
  font-weight: 700;
  font-family: Arial, Roboto, monospace;
  background-color: var(--col-primary);
  border-radius: 50%;
  content: "0";
  color: var(--col-bg);
  position: absolute;
  left: 0;
  top: var(--spc-3);
  padding-top: 0.09rem;
}
ol.article-list-ranked li.article:nth-child(n+1)::before {
  content: "1";
}
ol.article-list-ranked li.article:nth-child(n+2)::before {
  content: "2";
}
ol.article-list-ranked li.article:nth-child(n+3)::before {
  content: "3";
}
ol.article-list-ranked li.article:nth-child(n+4)::before {
  content: "4";
}
ol.article-list-ranked li.article:nth-child(n+5)::before {
  content: "5";
}
ol.article-list-ranked li.article:nth-child(n+6)::before {
  content: "6";
}
ol.article-list-ranked li.article:nth-child(n+7)::before {
  content: "7";
}
ol.article-list-ranked li.article:nth-child(n+8)::before {
  content: "8";
}
ol.article-list-ranked li.article:nth-child(n+9)::before {
  content: "9";
}
ol.article-list-ranked li.article:not(:last-child) {
  padding-bottom: var(--hgap);
  border-bottom: 1px dashed var(--col-text-light);
}
ol.article-list-ranked li.article .meta {
  margin-top: var(--spc-3);
}

.search-results [data-tv-symbol] {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 34%;
  align-self: stretch;
  margin-block: 0;
  margin-inline: 0;
  aspect-ratio: 350/220;
}
.search-results .text a:hover {
  text-decoration: none;
}
.search-results .teaser {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.search-results .article:has([data-tv-symbol]) .teaser {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

div[data-tv-symbol] {
  margin-inline: var(--spacing-big);
  margin-block: var(--spacing-big);
}
article div[data-tv-symbol] {
  /* avoid Cumulative Layout Shift on article page */
  height: var(--tv-height);
}
.sidebar .widget div[data-tv-symbol] {
  margin-inline: var(--spc-3);
  margin-block: var(--spacing-ok);
}
.adwrapper div[data-tv-symbol][data-autosize] {
  /* avoid Cumulative Layout Shift on HP, category */
  height: var(--tv-height-small) !important;
}
.sidebar div[data-tv-symbol].slim {
  margin: 0;
  width: var(--sidebar-width);
  height: var(--tv-height-sidebar);
}
div[data-tv-symbol]:has(.tradingview-widget-copyright) {
  margin-bottom: 32px !important;
}
.stock-profile div[data-tv-symbol] .tradingview-widget-container {
  margin-left: 0px;
  margin-right: 0px;
}
.adWrapper div[data-tv-symbol] .tradingview-widget-container {
  margin-left: 0px;
}
div[data-tv-symbol] .tradingview-widget-container div {
  margin: auto;
}
div[data-tv-symbol] .tradingview-widget-container p {
  display: none;
}
div[data-tv-symbol].stock-aufmacher {
  margin-inline: 0;
}
.article-list div[data-tv-symbol].stock-aufmacher {
  margin-block: 0;
}

.carouselHome .owl-next {
  right: 1em;
}
.carouselHome .owl-prev {
  left: 1em;
}
.carouselHome .owl-prev span, .carouselHome .owl-prev i {
  color: #fff !important;
}

.newArticles .article-grid {
  margin-bottom: 0;
}

main#evergreen .prolog {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
  font-size: calc(var(--font-size-text) * 1.2);
  line-height: 1.42;
  margin-bottom: var(--spacing-ok);
}
@media (max-width: 600px) {
  main#evergreen .prolog {
    margin-block: auto;
  }
}
main#evergreen div.summary {
  box-sizing: border-box;
  padding: 25px 35px 25px 35px;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  background: #eceded;
}
main#evergreen div.summary h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 1.9rem;
}
main#evergreen .teaserImage + h2 {
  margin-top: 2rem;
  margin-bottom: -32px;
}

@media (max-width: 600px) {
  .evergreen--single-mobile-wrapper #title {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (max-width: 1000px) {
  .evergreen-mobile-wrapper #navigation h1 {
    position: relative;
    cursor: pointer;
  }
  .evergreen-mobile-wrapper #navigation h1::after {
    content: "A";
    display: inline-block;
    font-family: "sharedeals icon", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .evergreen-mobile-wrapper #navigation ul {
    display: none;
  }
}

.categoryDescription {
  padding-bottom: 2rem;
  margin: 1rem 0;
  max-width: 90vw;
  margin: auto;
}
@media (max-width: 600px) {
  .categoryDescription {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    width: auto;
  }
}

.categoryDescription h1 {
  font-size: 2.5rem;
  font-weight: 400;
  margin: 2rem 0;
}

.categoryDescription span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

@media (min-width: 930px) {
  .categoryDescription span {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (max-width: 600px) {
  main#category .top {
    padding: 0;
    margin-bottom: var(--spc-big);
    background: none;
  }
  main#category .prolog {
    display: none;
  }
}

accordion {
  display: block;
  border: 1px solid #b4bcc5;
  margin-top: 16px;
  margin-bottom: 16px;
}
accordion summary {
  position: relative;
  cursor: pointer;
  padding-right: 30px;
  border-bottom: 1px solid #b4bcc5;
  border-top: 1px solid #b4bcc5;
  padding: var(--spc-5);
  list-style-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/right-arrow.svg);
  font-weight: bolder;
}
accordion summary::-webkit-details-marker {
  display: none;
}
accordion content {
  display: block;
  margin: var(--spc-6) var(--spc-5);
}
accordion content .image-container {
  width: 30%;
  float: left;
}
accordion content .image-container .image {
  margin: 0rem auto 1rem;
  border-radius: 5px;
}
accordion content .image-container .image img {
  margin: 0;
}

@media (min-width: 930px) {
  table.kv {
    overflow-x: auto;
    border-collapse: collapse;
  }
  table.kv th {
    border: 1px solid #b4bcc5;
    padding: 0.5rem;
    height: 0.5rem;
    text-align: left;
  }
  table.kv td {
    border: 1px solid #b4bcc5;
    padding: 8px 8px 0 8px;
    text-align: left;
  }
}
@media all and (max-width: 930px) {
  table.kv {
    display: none;
  }
}

@media (min-width: 930px) {
  div.kv {
    display: none;
  }
}
@media all and (max-width: 930px) {
  div.kv {
    margin: 48px 20px;
    display: flex;
    flex-flow: row wrap;
    border-left: solid 1px #b4bcc5;
  }
  div.kv .r {
    display: flex;
    justify-content: space-between;
    padding: 0.5em 0.5em;
    border-right: solid 1px #b4bcc5;
    border-bottom: solid 1px #b4bcc5;
    width: 100%;
  }
  div.kv .r:first-child {
    border-top: solid 1px #b4bcc5;
  }
  div.kv .h {
    font-weight: bold;
  }
  div.kv .d {
    flex-wrap: wrap;
    text-align: end;
  }
}

header .searchResults {
  --fg: var(--col-menu-link-l2);
  --bg: var(--col-menu-bg-l2);
  position: absolute;
  background: var(--bg);
  color: var(--fg);
  min-height: 50px;
  padding: 1rem;
  display: none;
  z-index: 99999999;
  left: 0;
  transform: none;
  top: 3rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}
header .searchResults.open {
  width: 350px;
  max-height: 80vh;
  display: block;
  transition-property: width, max-height;
  transition-duration: 0s, 0s, 0.5s;
  transition-delay: 0s, 0s, 0s;
  transition-timing-function: linear;
}
@media (max-width: 930px) {
  header .searchResults.open {
    max-width: min(calc(100% - (2 * var(--side-spacing))), var(--content-max-width));
    margin-inline: auto;
    width: auto;
    max-height: calc(100vh - 7.5rem);
    overflow: auto;
    top: 2.5rem;
    right: 0;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.2);
  }
}
header .searchResults .warning {
  background: var(--col-warning-bg);
  padding: var(--spc-4);
  border-radius: 1rem;
}
header .searchResults .recomendations {
  margin-block-end: 1rem;
}
header .searchResults .recomendations a {
  color: inherit;
  display: block;
  text-align: left;
  position: relative;
  padding-block: 0.6rem;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
header .searchResults .recomendations a.sd_stock, header .searchResults .recomendations a.sd_evergreen {
  font-weight: bolder;
}
header .searchResults .recomendations a::after {
  content: "";
  position: absolute;
  width: calc(100% + 2rem);
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: -1rem;
}
header .searchResults .recomendations a:first-of-type::after {
  display: none;
}
header .searchResults .showSearchResults {
  color: var(--col-primary);
  text-align: left;
}
header .searchResults .showSearchResults:hover {
  text-decoration: underline;
}
header .searchResults .loadingWrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--col-bg);
  z-index: 3;
}
header .searchResults.loading .loadingWrapper {
  display: block;
}
header .searchResults img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 931px) {
  header.small .searchResults {
    width: calc(100% - 155px);
  }
}

.searchInput {
  position: relative;
  flex-basis: 20rem;
  display: block;
}
.searchInput.icon-lupe::before {
  color: var(--col-search-text);
  position: absolute;
  right: var(--spc-5);
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  vertical-align: middle;
}
.searchInput label#search-toggle {
  display: none;
}
.searchInput input.search {
  color: var(--col-search-text) !important;
  border: 1px solid var(--col-search-border);
  border-radius: 0.5rem;
  display: block;
  outline: none;
  padding: var(--spc-3) var(--spc-4);
  background: transparent;
  font-size: var(--font-size-search);
  width: 100%;
  height: var(--header-items-height);
}
.searchInput input.search::placeholder {
  opacity: 0.6666;
}
@media (max-width: 930px) {
  .searchInput input.search {
    border-top: 2px solid #4285bb;
  }
}
@media (min-width: 931px) {
  header.small .searchInput input.search {
    -webkit-box-shadow: inset 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 930px) {
  .searchInput input.search {
    width: 100%;
  }
}

@media (max-width: 930px) {
  header .searchInput {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--spc-5);
  }
  header .searchInput.icon-lupe::before {
    display: none;
  }
  header .searchInput input.search {
    display: none;
  }
  header .searchInput label#search-toggle {
    display: block;
    cursor: pointer;
    margin-block: var(--spc-4);
    margin-right: var(--spc-5);
  }
  header .searchInput label#search-toggle *::before {
    vertical-align: middle;
  }
  header:has(input#search-visible[type=checkbox]:checked) .searchInput {
    grid-column-start: 2 !important;
  }
  header:has(input#search-visible[type=checkbox]:checked) .is-off {
    display: none;
  }
  header:has(input#search-visible[type=checkbox]:checked) .cta {
    display: none;
  }
  header:has(input#search-visible[type=checkbox]:checked) input.search {
    display: block;
  }
  header:has(input#search-visible[type=checkbox]:checked) .logo {
    aspect-ratio: 266/var(--aspect-height);
  }
  header:has(input#search-visible[type=checkbox]:not(:checked)) .is-on {
    display: none;
  }
  header:has(input#search-visible[type=checkbox]:not(:checked)) .searchResults {
    display: none;
  }
}

#experts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: stretch;
  justify-content: center;
  font-family: Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #4C4C4C;
  padding: 0 5px 5px 0;
  gap: var(--spacing-big);
}
#experts .expert {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  border-bottom: 8px solid #F4F8FB;
  transition-property: top, left, box-shadow;
  transition-duration: 0.1s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  position: relative;
  top: 0;
  left: 0;
  width: 30%;
}
#experts .expert:hover {
  outline: 1px solid #4285bb;
}
#experts .expert h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  background: #F4F8FB;
}
#experts .expert .rank {
  font-size: 24px;
  line-height: 30px;
}
#experts .expert h2, #experts .expert .rank {
  padding: 5px 20px;
}
#experts .expert ul.categories {
  list-style: none;
  padding: 0.65rem;
  background: #F4F8FB;
}
#experts .expert ul.categories li {
  display: inline;
}
#experts .expert ul.categories li a {
  --color: var(--col-primary);
  text-decoration: none;
  color: var(--color);
  display: inline-block;
  border: 1px solid var(--color);
  border-radius: 2px;
  padding: 0.3rem 0.3rem;
  margin: 0.2rem;
  font-size: 0.8rem;
  background: var(--col-bg);
}
#experts .expert ul.categories li a:hover {
  background: var(--color);
  color: var(--col-bg);
}
#experts .expert div.image {
  width: calc(100% - 4px);
  aspect-ratio: 1.2011173184;
  margin: 0;
  border-radius: 0;
}
#experts .expert div.image a {
  display: block;
  background: transparent;
  width: 100%;
  height: 100%;
  transition: background 0.1s 0s ease-in-out;
}
#experts .expert .quote {
  font-size: 19px;
  line-height: 22px;
  flex-grow: 2;
  padding: 1.3rem;
  font-style: italic;
}
#experts .expert .quote blockquote::before {
  width: 23px;
}
#experts .expert ul.categories, #experts .expert .quote, #experts .expert div.image, #experts .expert .rank {
  border-left: 2px solid #F4F8FB;
  border-right: 2px solid #F4F8FB;
}
@media (max-width: 930px) {
  #experts .expert {
    width: 45%;
  }
}
@media (max-width: 600px) {
  #experts {
    flex-direction: column;
  }
  #experts .expert {
    width: calc(100vw - 1rem);
  }
  #experts .expert div.image {
    margin-left: auto;
    margin-right: auto;
    min-height: 83vw;
  }
}

#expert {
  font-family: Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
#expert div.hero .info {
  background-color: #4285bb;
  min-height: 350px;
  color: white;
  padding: 43px 48px;
  width: 63%;
  box-sizing: border-box;
}
#expert div.hero .info h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
}
#expert div.hero .info .rank {
  margin-top: 8px;
  font-size: 24px;
  line-height: 30px;
}
#expert div.hero .info .quote {
  margin-top: 30px;
  font-size: 19px;
  line-height: 29px;
  font-style: italic;
  font-family: Helvetica;
}
#expert div.hero .info .quote blockquote::before {
  width: 28px;
  background-image: url(../img/quotew.png);
}
#expert div.hero .image {
  width: 37%;
  background-size: cover;
  aspect-ratio: 1.2011173184;
  border-radius: 0;
  max-width: 100%;
}
#expert div.hero .prolog {
  width: 100%;
  background: #F4F8FB;
  padding: 2em;
  box-sizing: border-box;
}
#expert article {
  margin-bottom: var(--spacing-huge);
}
#expert article > p:first-child {
  margin-top: 0;
}
#expert article h2 {
  margin-left: 0;
}
#expert article p img {
  margin: 3rem 0;
  width: 100%;
}
#expert article p {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 600px) {
  #expert div.hero {
    margin-bottom: var(--spacing-huge);
  }
  #expert div.hero .flex-row {
    flex-direction: column;
  }
  #expert div.hero .info {
    width: auto;
    min-height: initial;
  }
  #expert div.hero .image {
    width: 100%;
  }
  #expert div.hero .prolog {
    padding: var(--spacing-big);
    margin-inline: 0;
  }
  #expert article p {
    width: auto;
  }
}
@media (min-width: 600px) {
  #expert div.hero {
    border-radius: 5px;
  }
  #expert article > p {
    margin-left: 0;
  }
}
#expert article p, #expert article h1, #expert article .dateData, #expert article img, #expert article h2, #expert article ul {
  width: auto;
  max-width: 100%;
}

a.more {
  display: block;
  margin-top: var(--spacing-big);
  text-align: center;
  border-radius: 5px;
  padding: 0.5rem;
  border: 1px solid #336690;
  background-color: #ecf3f8;
  transition: all 0.5s ease-in-out;
}
a.more:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #4285bb;
}

#navigation {
  background: white;
  color: #262626;
  margin-bottom: 3rem;
}
#navigation .heading {
  color: inherit;
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  margin: 15px 15px 17px;
}
#navigation ul li {
  list-style: none;
}
#navigation ul li a {
  font-family: OpenSans, Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
  color: var(--col-text);
  display: block;
  font-size: 19px;
  line-height: 30px;
  padding: 5px 15px;
}
#navigation ul li a:hover {
  text-decoration: none;
}
#navigation ul li > ul > li a {
  padding-left: 36px;
}
#navigation ul li.current_page_item > a {
  background: #ecf3f8;
}
#navigation ul li a.section-toggle {
  float: right;
}
#navigation ul li ul.children {
  overflow: hidden;
  transition: height 1s linear;
}
#navigation ul li ul.children.is-collapsed {
  height: 0;
}
#navigation a.jump-up {
  float: right;
}
#navigation .ez-toc-icon-toggle::before {
  content: "J";
  position: relative;
  left: -1px;
  font-size: 10px;
  color: #4285bb;
}
@media (min-width: 1150px) {
  #navigation {
    border-left: 1px solid #999999;
    margin-top: var(--spc-10);
  }
}
@media (max-width: 1150px) {
  #navigation {
    display: block;
  }
  #navigation ul li a {
    font-size: 16px;
    line-height: 30px;
  }
}

span.ez-toc-section {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}
@media (max-width: 1000px) {
  span.ez-toc-section {
    top: -145px;
  }
}

article div#ez-toc-container {
  padding: var(--spc-6);
  background: var(--col-bg-2);
  border-radius: 5px;
  display: block;
  --indent: var(--spc-6);
}
article div#ez-toc-container .ez-toc-title-toggle,
article div#ez-toc-container a.jump-up {
  display: none;
}
article div#ez-toc-container .ez-toc-title-container p.ez-toc-title {
  font-size: var(--font-size-text);
  font-weight: 700;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: var(--spc-5) !important;
  line-height: 1.5;
  display: block;
  color: #262626;
}
article div#ez-toc-container .ez-toc-list {
  --marker-color: var(--col-toc-bullets);
  margin: var(--spacing) auto;
  overflow: visible;
}
article div#ez-toc-container .ez-toc-list li {
  list-style-type: disc;
  overflow: visible;
  padding-left: var(--spc-5);
  margin-left: var(--spc-6);
  margin-bottom: var(--spacing) !important;
  line-height: 1.5;
  font-size: var(--font-size-text);
}
article div#ez-toc-container .ez-toc-list li::marker {
  color: var(--marker-color, current-color) !important;
  content: "•";
  font-weight: bold;
}
@media (max-width: 600px) {
  article div#ez-toc-container .ez-toc-list li::marker {
    font-size: 12px;
  }
}
article div#ez-toc-container .ez-toc-list li a {
  color: #262626;
  text-decoration: none;
}
article div#ez-toc-container .ez-toc-list li a:hover {
  text-decoration: underline;
}
article div#ez-toc-container .ez-toc-list li a::before {
  display: none;
}
article div#ez-toc-container .ez-toc-list li ul {
  overflow: visible;
  margin-left: var(--indent);
}

article {
  --gap: var(--spc-5);
  display: grid;
  row-gap: var(--gap);
  grid-template-columns: auto 0;
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-size-text);
}
article > * {
  line-height: 1.5;
}
@media (max-width: 600px) {
  article > * {
    line-height: 1.4;
  }
}
article h2 {
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-h2);
  margin-block: var(--spc-6) var(--spc-1);
}
@media (max-width: 600px) {
  article h2 {
    margin-block: var(--spc-4) 0;
  }
}
article h3 {
  font-weight: 700;
  font-size: var(--font-size-h3);
  margin-top: var(--spc-5);
}
article strong, article b {
  font-weight: bold;
}
article sup, article sub {
  font-size: 0.8em;
  line-height: 0;
  margin-left: 0.2em;
  margin-right: 0.2em;
}
article sup {
  vertical-align: super;
}
article sub {
  vertical-align: sub;
}
article em {
  font-style: italic;
}
article img {
  border-radius: 5px;
  max-width: min(800px, 100%);
  display: block;
}
article img.size-full {
  width: 100%;
  max-width: 100%;
}
article img.alignleft {
  float: left;
  margin-right: var(--spc-4);
}
article img.alignright {
  float: right;
  margin-left: var(--spc-4);
}
article img.wp-worthy-pixel-img {
  margin: 0;
  border-radius: 0;
}
article .wp-caption {
  max-width: min(800px, 100%);
  width: auto !important;
  margin-inline: auto;
  margin-block: 1.3rem;
}
article .wp-caption img {
  max-width: 100%;
  height: auto;
}
article .wp-caption:has(img.shadow) {
  -webkit-box-shadow: 5px 5px 17px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 17px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 17px 0px rgba(0, 0, 0, 0.5);
}
article .wp-caption-text {
  margin-top: 0;
  text-align: center !important;
  display: block;
  font-size: 14px;
  color: var(--col-text-light);
  padding: var(--spc-3);
  scroll-margin-top: 50vh;
}
article figcaption {
  display: block;
  text-align: right;
  font-size: 0.6rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
  width: unset;
  color: #747878;
}
article > ul {
  margin: var(--spacing) auto;
  overflow: visible;
  margin-left: 0;
}
article > ul li {
  list-style-type: disc;
  overflow: visible;
  padding-left: var(--spc-5);
  margin-left: var(--spc-6);
  margin-bottom: var(--spacing) !important;
  line-height: 1.5;
  font-size: var(--font-size-text);
}
article > ul li::marker {
  color: var(--marker-color, current-color) !important;
  content: "•";
  font-weight: bold;
}
@media (max-width: 600px) {
  article > ul li::marker {
    font-size: 12px;
  }
}
article ol {
  list-style: auto inside;
}
article ol li:has(h3) {
  font-weight: 700;
  font-size: var(--font-size-h3);
}
article ol li h3 {
  display: inline;
}
article table {
  border: 1px solid var(--col-table-border);
}
article table thead {
  font-size: var(--font-size-h2);
  font-weight: 400;
}
article table tbody tr:nth-child(2n+1) {
  background-color: var(--col-bg-2);
}
article table td, article table th {
  padding: var(--spc-4);
  width: auto !important;
}
@media (max-width: 930px) {
  article table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: auto !important;
  }
}
article > * {
  grid-column: 1;
}
article .dateData {
  font-size: 14px;
  color: #4c4c4c;
  margin: 0.5rem 0 0.6rem;
}
article a {
  text-decoration: none;
}
article a:hover {
  text-decoration: underline;
}
article .image {
  width: 100%;
  padding-bottom: 65%;
}
article p strong {
  font-family: Arial;
  font-weight: 600;
}
article .dateData {
  margin: 0.5rem auto 3rem;
  font-size: 0.875rem;
  color: #747878;
}
article .prolog {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
  font-size: calc(var(--font-size-text) * 1.2);
  line-height: 1.42;
  margin-bottom: var(--spacing-ok);
}
@media (max-width: 600px) {
  article .prolog {
    margin-block: auto;
  }
}
article p,
article ul {
  /*Not nice, but needed */
  text-align: left !important;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
}
article p:has(span[id^=more-]) {
  display: none;
}
article .categories {
  margin-inline: var(--spacing-big);
  display: flex;
  align-items: center;
}
article .categories .left {
  font-weight: 400;
  width: max-content;
  padding-right: 50px;
}
article .categories a {
  --color: var(--col-primary);
  text-decoration: none;
  color: var(--color);
  display: inline-block;
  border: 1px solid var(--color);
  border-radius: 2px;
  padding: 0.3rem 0.3rem;
  margin: 0.2rem;
  font-size: 0.8rem;
  background: var(--col-bg);
}
article .categories a:hover {
  background: var(--color);
  color: var(--col-bg);
}
article .categories a.primary {
  --color: var(--col-secondary);
}
article iframe {
  max-width: 100%;
  margin: auto;
  display: block;
}
article > img {
  margin-block: var(--spacing-big);
}
@media (max-width: 600px) {
  article {
    margin-top: 0;
  }
  article .dateData {
    display: block;
    margin: 1rem auto;
  }
  article .dateData {
    margin-top: 1rem;
  }
  article .dateData,
article img,
article ul {
    margin: 1rem auto;
  }
  article figcaption {
    margin-bottom: 1rem;
  }
  article .categories {
    flex-wrap: wrap;
    margin-inline: auto;
  }
  article .categories .left {
    font-weight: 400;
    margin-bottom: 1rem;
  }
  article .image {
    border-radius: 0px;
  }
}

.article-top {
  position: relative;
}

.article {
  /* in a list, ie search */
}
.article .text span.teaser {
  font-size: 14px;
  line-height: 1.7;
}

.article-footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-inline: var(--spacing-big);
  margin-block: var(--spacing-huge);
}
.article-footer.footer-author {
  flex-wrap: wrap;
  gap: 0 2rem;
  align-items: center;
  --avatar-size: 7rem;
  --name-font-size: 1.5rem;
}
@media (max-width: 500px) {
  .article-footer.footer-author {
    --avatar-size: 60px;
    --name-font-size: 1.3rem;
    gap: 0.5rem 1rem;
  }
  .article-footer.footer-author .avatar-bottom {
    display: none;
  }
}
.article-footer.footer-author .avatar {
  flex-shrink: 0;
  flex-grow: 0;
  width: var(--avatar-size);
  border-radius: 50%;
}
.article-footer.footer-author .break {
  flex-basis: 100%;
  height: 0;
}
.article-footer.footer-author .avatar-bottom {
  flex-shrink: 0;
  flex-grow: 0;
  width: 7rem;
}
.article-footer.footer-author .name {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: var(--name-font-size);
}
.article-footer.footer-author .description {
  flex-basis: 70%;
  flex-shrink: 1;
  flex-grow: 1;
}

.moreArticle {
  padding-block: var(--spacing-big);
}
.moreArticle > .title {
  font-size: 2rem;
  padding-block: var(--spacing-big);
  font-weight: 600;
  vertical-align: middle;
}
.moreArticle > .title .avatar {
  display: inline-block;
  width: 1.1em;
  vertical-align: text-top;
  border-radius: 20%;
}
.moreArticle a {
  color: #4285bb;
  text-decoration: none;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .moreArticle {
    padding: 2rem 0 0;
  }
  .moreArticle > .title {
    font-size: 1.7rem;
    padding: 20px 0 10px;
    font-weight: 600;
  }
}

/* avoid double chart on mobile view, hide thechart in the sidebar if the article has hone */
@media (max-width: 600px) {
  main.single:has(article div[data-tv-symbol]) #sidebar-article div[data-tv-symbol]:not(.force-show-mobile) {
    display: none;
  }
}
main#evergreen div.info, main#evergreen aside.info,
main.single article div.info,
main.single article aside.info {
  --color: #EEEEEE;
  --color2: #EAEAEA;
  --color3: #333333;
  --marker-color: var(--color3);
  padding: var(--spc-6);
  background-color: var(--color);
  border-radius: var(--spc-4);
  border: 1px solid var(--color2);
  font-size: var(--font-size-text);
  margin-block: var(--spacing-big);
}
main#evergreen div.info.info-1, main#evergreen aside.info.info-1,
main.single article div.info.info-1,
main.single article aside.info.info-1 {
  --color: #ecf3f8;
  --color2: #eceded;
  --color3: #4285bb;
}
main#evergreen div.info.info-2, main#evergreen aside.info.info-2,
main.single article div.info.info-2,
main.single article aside.info.info-2 {
  --color: #FFF5EC;
  --color2: #ffebd9;
  --color3: #FF9B40;
}
main#evergreen div.info h2, main#evergreen div.info h3, main#evergreen div.info h4, main#evergreen aside.info h2, main#evergreen aside.info h3, main#evergreen aside.info h4,
main.single article div.info h2,
main.single article div.info h3,
main.single article div.info h4,
main.single article aside.info h2,
main.single article aside.info h3,
main.single article aside.info h4 {
  font-size: var(--font-size-text);
  font-weight: 700;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: var(--spc-5) !important;
  line-height: 1.5;
}
main#evergreen div.info p, main#evergreen aside.info p,
main.single article div.info p,
main.single article aside.info p {
  margin-top: var(--spacing) !important;
  margin-bottom: var(--spacing) !important;
}
main#evergreen div.info p:last-of-type, main#evergreen aside.info p:last-of-type,
main.single article div.info p:last-of-type,
main.single article aside.info p:last-of-type {
  margin-bottom: 0 !important;
}
main#evergreen div.info ul, main#evergreen aside.info ul,
main.single article div.info ul,
main.single article aside.info ul {
  margin: var(--spacing) auto;
  overflow: visible;
}
main#evergreen div.info ul li, main#evergreen aside.info ul li,
main.single article div.info ul li,
main.single article aside.info ul li {
  list-style-type: disc;
  overflow: visible;
  padding-left: var(--spc-5);
  margin-left: var(--spc-6);
  margin-bottom: var(--spacing) !important;
  line-height: 1.5;
  font-size: var(--font-size-text);
}
main#evergreen div.info ul li::marker, main#evergreen aside.info ul li::marker,
main.single article div.info ul li::marker,
main.single article aside.info ul li::marker {
  color: var(--marker-color, current-color) !important;
  content: "•";
  font-weight: bold;
}
@media (max-width: 600px) {
  main#evergreen div.info ul li::marker, main#evergreen aside.info ul li::marker,
main.single article div.info ul li::marker,
main.single article aside.info ul li::marker {
    font-size: 12px;
  }
}
main#evergreen div.info + h3, main#evergreen div.info + h2, main#evergreen aside.info + h3, main#evergreen aside.info + h2,
main.single article div.info + h3,
main.single article div.info + h2,
main.single article aside.info + h3,
main.single article aside.info + h2 {
  margin-top: initial;
}
main#evergreen div.info + .info, main#evergreen aside.info + .info,
main.single article div.info + .info,
main.single article aside.info + .info {
  margin-top: 0;
}

.wp-caption img {
  cursor: zoom-in;
}
.wp-caption:is(:target) {
  position: fixed;
  inset: 0;
  background: #000000dd;
  z-index: 101;
  max-width: none;
  width: auto !important;
  margin: 0;
  padding: var(--spacing-huge);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
}
.wp-caption:is(:target) img {
  object-fit: contain;
  max-width: 90vw;
  max-height: 90vh;
  cursor: inherit;
}
.wp-caption:is(:target) p {
  position: absolute;
  bottom: var(--spacing-small);
  padding-inline: var(--spacing);
  background: #000000dd;
  color: #DDDDDD;
  border-radius: 5px;
}

/* WTI Like Post Plugin */
/* TODO remove when plugin removed */
.watch-action {
  display: none;
}

.ai-viewport-1,
.ai-viewport-2,
.code-block-default:is(div),
.code-block:is(div) {
  margin-block: -8px;
}
article .ai-viewport-1,
article .ai-viewport-2,
article .code-block-default:is(div),
article .code-block:is(div) {
  grid-column: 2;
}
.article-grid .ai-viewport-1,
.article-grid .ai-viewport-2,
.article-grid .code-block-default:is(div),
.article-grid .code-block:is(div) {
  margin-left: calc(-1 * var(--gap, 0px));
}
.ai-viewport-1:has([id^=Ads_BA_]:not(:empty)), .ai-viewport-1:has([id^=nativendo-]:not(:empty)), .ai-viewport-1:has(ins p:not(:empty)), .ai-viewport-1:has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > div:not(:empty)), .ai-viewport-1:has(ins[data-revive-id][data-revive-loaded] > iframe), .ai-viewport-1:has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > *:not(div)),
.ai-viewport-2:has([id^=Ads_BA_]:not(:empty)),
.ai-viewport-2:has([id^=nativendo-]:not(:empty)),
.ai-viewport-2:has(ins p:not(:empty)),
.ai-viewport-2:has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > div:not(:empty)),
.ai-viewport-2:has(ins[data-revive-id][data-revive-loaded] > iframe),
.ai-viewport-2:has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > *:not(div)),
.code-block-default:is(div):has([id^=Ads_BA_]:not(:empty)),
.code-block-default:is(div):has([id^=nativendo-]:not(:empty)),
.code-block-default:is(div):has(ins p:not(:empty)),
.code-block-default:is(div):has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > div:not(:empty)),
.code-block-default:is(div):has(ins[data-revive-id][data-revive-loaded] > iframe),
.code-block-default:is(div):has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > *:not(div)),
.code-block:is(div):has([id^=Ads_BA_]:not(:empty)),
.code-block:is(div):has([id^=nativendo-]:not(:empty)),
.code-block:is(div):has(ins p:not(:empty)),
.code-block:is(div):has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > div:not(:empty)),
.code-block:is(div):has(ins[data-revive-id][data-revive-loaded] > iframe),
.code-block:is(div):has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > *:not(div)) {
  margin-block: 8px;
}
article .ai-viewport-1:has([id^=Ads_BA_]:not(:empty)), article .ai-viewport-1:has([id^=nativendo-]:not(:empty)), article .ai-viewport-1:has(ins p:not(:empty)), article .ai-viewport-1:has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > div:not(:empty)), article .ai-viewport-1:has(ins[data-revive-id][data-revive-loaded] > iframe), article .ai-viewport-1:has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > *:not(div)),
article .ai-viewport-2:has([id^=Ads_BA_]:not(:empty)),
article .ai-viewport-2:has([id^=nativendo-]:not(:empty)),
article .ai-viewport-2:has(ins p:not(:empty)),
article .ai-viewport-2:has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > div:not(:empty)),
article .ai-viewport-2:has(ins[data-revive-id][data-revive-loaded] > iframe),
article .ai-viewport-2:has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > *:not(div)),
article .code-block-default:is(div):has([id^=Ads_BA_]:not(:empty)),
article .code-block-default:is(div):has([id^=nativendo-]:not(:empty)),
article .code-block-default:is(div):has(ins p:not(:empty)),
article .code-block-default:is(div):has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > div:not(:empty)),
article .code-block-default:is(div):has(ins[data-revive-id][data-revive-loaded] > iframe),
article .code-block-default:is(div):has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > *:not(div)),
article .code-block:is(div):has([id^=Ads_BA_]:not(:empty)),
article .code-block:is(div):has([id^=nativendo-]:not(:empty)),
article .code-block:is(div):has(ins p:not(:empty)),
article .code-block:is(div):has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > div:not(:empty)),
article .code-block:is(div):has(ins[data-revive-id][data-revive-loaded] > iframe),
article .code-block:is(div):has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > *:not(div)) {
  grid-column: 1;
}
.article-grid .ai-viewport-1:has([id^=Ads_BA_]:not(:empty)), .article-grid .ai-viewport-1:has([id^=nativendo-]:not(:empty)), .article-grid .ai-viewport-1:has(ins p:not(:empty)), .article-grid .ai-viewport-1:has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > div:not(:empty)), .article-grid .ai-viewport-1:has(ins[data-revive-id][data-revive-loaded] > iframe), .article-grid .ai-viewport-1:has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > *:not(div)),
.article-grid .ai-viewport-2:has([id^=Ads_BA_]:not(:empty)),
.article-grid .ai-viewport-2:has([id^=nativendo-]:not(:empty)),
.article-grid .ai-viewport-2:has(ins p:not(:empty)),
.article-grid .ai-viewport-2:has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > div:not(:empty)),
.article-grid .ai-viewport-2:has(ins[data-revive-id][data-revive-loaded] > iframe),
.article-grid .ai-viewport-2:has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > *:not(div)),
.article-grid .code-block-default:is(div):has([id^=Ads_BA_]:not(:empty)),
.article-grid .code-block-default:is(div):has([id^=nativendo-]:not(:empty)),
.article-grid .code-block-default:is(div):has(ins p:not(:empty)),
.article-grid .code-block-default:is(div):has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > div:not(:empty)),
.article-grid .code-block-default:is(div):has(ins[data-revive-id][data-revive-loaded] > iframe),
.article-grid .code-block-default:is(div):has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > *:not(div)),
.article-grid .code-block:is(div):has([id^=Ads_BA_]:not(:empty)),
.article-grid .code-block:is(div):has([id^=nativendo-]:not(:empty)),
.article-grid .code-block:is(div):has(ins p:not(:empty)),
.article-grid .code-block:is(div):has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > div:not(:empty)),
.article-grid .code-block:is(div):has(ins[data-revive-id][data-revive-loaded] > iframe),
.article-grid .code-block:is(div):has(ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > *:not(div)) {
  margin-left: 0;
}
aside .ai-viewport-1,
aside .ai-viewport-2,
aside .code-block-default:is(div),
aside .code-block:is(div) {
  margin-block: 0;
}

.code-block {
  position: relative;
}
.code-block::before {
  display: none;
  content: var(--i18n-advert);
  color: var(--col-text-lighter);
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
.code-block > ins[data-revive-id][data-revive-loaded] {
  display: block;
  margin-block: var(--spc-6);
}
.sidebar .code-block > ins[data-revive-id][data-revive-loaded]::before {
  left: auto;
  right: 0;
}
.code-block > ins[data-revive-id][data-revive-loaded] img {
  display: inline;
  border-radius: 0;
  margin: 0;
}
main .code-block:has([id^=Ads_BA_]:not(:empty)), main .code-block:has([id^=nativendo-]:not(:empty)), main .code-block:has(ins p:not(:empty)), main .code-block:has(> ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > div:not(:empty)), main .code-block:has(> ins[data-revive-id][data-revive-loaded] > iframe), main .code-block:has(> ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > *:not(div)) {
  margin-block: var(--spc-7) var(--spc-5) !important;
}
body > .code-block:has([id^=Ads_BA_]:not(:empty)), body > .code-block:has([id^=nativendo-]:not(:empty)), body > .code-block:has(ins p:not(:empty)), body > .code-block:has(> ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > div:not(:empty)), body > .code-block:has(> ins[data-revive-id][data-revive-loaded] > iframe), body > .code-block:has(> ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > *:not(div)) {
  margin-block: 0;
}
.code-block:has([id^=Ads_BA_]:not(:empty))::before, .code-block:has([id^=nativendo-]:not(:empty))::before, .code-block:has(ins p:not(:empty))::before, .code-block:has(> ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > div:not(:empty))::before, .code-block:has(> ins[data-revive-id][data-revive-loaded] > iframe)::before, .code-block:has(> ins[data-revive-id][data-revive-loaded] > :not([id^=beacon_]) > *:not(div))::before {
  display: block;
}
#header-observer + .code-block::before {
  display: none;
}
.code-block .op-bottom {
  width: auto;
  max-width: min(100%, 830px);
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0;
}
body > .code-block:has(> #Ads_BA_BS) {
  max-width: var(--content-max-width);
  margin-inline: auto;
}
@media (max-width: 930px) {
  body > .code-block:has(> #Ads_BA_BS) {
    max-width: 100vw;
  }
}
.code-block:has(> #Ads_BA_SKY) {
  position: absolute;
  left: calc( var(--content-max-width) + var(--spacing-ok));
  top: -100px;
  height: 600px;
  width: 160px;
}
main#page article:has(#tve_editor) {
  display: initial;
  padding: 0.05px;
}
.live-chat main#page article:has(#tve_editor) {
  padding: initial;
}

#wpadminbar {
  top: unset !important;
  bottom: 0;
}

.thrv_wrapper .my-gradient {
  background-image: linear-gradient(to right, #C001FB, #6C01CE);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

@media (min-width: 300px) {
  main.with-sidebar .tve-page-section-in {
    max-width: calc( var(--content-max-width) - var(--sidebar-width) - var(--sidebar-hgap) - (2 * var(--tve-border-width)) - 2px );
  }
}

@keyframes wobble {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}
.spinner {
  --color: var(--col-spinner, #ccc);
  --height: 1em;
}
.spinner svg {
  max-width: 10rem;
  height: var(--height);
  transition: height 0.4s;
}
.spinner svg g circle {
  fill: var(--color);
  stroke-width: 0;
  transform: scale(0, 0);
  animation: wobble 1s ease-in-out infinite alternate;
  animation-delay: calc(0.3s * var(--i));
}

header {
  position: relative;
}
header #louvre {
  --speed: 3s;
  --width-factor: 0.9;
  --padding: var(--spacing-big);
  margin-inline: var(--spacing-ok);
  position: absolute;
  z-index: -1;
  top: 100%;
  width: min(calc(var(--width-factor) * var(--content-max-width)), 90vw);
  left: 50%;
  transform: translate(-50%);
  height: 100%;
  clip-path: polygon(-20% 0, 120% 0, 100% 1000%, -20% 1000%);
}
header #louvre label[for=louvre-toggle] {
  color: var(--color, var(--fg, #888));
  cursor: pointer;
  position: absolute;
  right: var(--spc-5);
  top: var(--spc-3);
  display: none;
  z-index: 9000;
  font-size: 2rem;
}
header #louvre.activated .content {
  transition: transform var(--speed) ease-out;
}
header #louvre .content {
  transform-origin: top center;
  background: var(--col-bg);
  padding: 0;
  padding-top: 0.1px;
  transform: translateY(calc(-100% - var(--padding)));
  -webkit-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.4);
}
header #louvre:has(input#louvre-toggle:checked) .content {
  transform: none;
}
header #louvre:has(input#louvre-toggle:checked) label[for=louvre-toggle] {
  display: block;
}

aside#privacy-settings {
  --button-size: 44px;
  --color: var(--col-white, #EEE);
  --bgcolor: var(--col-primary, #666);
  display: none;
}
aside#privacy-settings .privacy-button-wrapper {
  position: fixed;
  z-index: 100;
  display: flex;
  width: var(--button-size);
  height: var(--button-size);
  bottom: 40px;
  left: 40px;
}
aside#privacy-settings .privacy-button-wrapper button#open-privacy-settings-button {
  cursor: pointer;
  background-color: var(--bgcolor);
  border: 0;
  border-radius: 50%;
  flex-grow: 1;
}
aside#privacy-settings .privacy-button-wrapper button#open-privacy-settings-button::after {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-position: 50%;
  mask-size: 100%;
  mask-repeat: no-repeat;
  background-color: var(--color);
  mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3Cpath%20d%3D%22m11.19%201.36-7%203.11C3.47%204.79%203%205.51%203%206.3V11c0%205.55%203.84%2010.74%209%2012%205.16-1.26%209-6.45%209-12V6.3c0-.79-.47-1.51-1.19-1.83l-7-3.11c-.51-.23-1.11-.23-1.62%200m-1.9%2014.93L6.7%2013.7a.996.996%200%201%201%201.41-1.41L10%2014.17l5.88-5.88a.996.996%200%201%201%201.41%201.41l-6.59%206.59a.996.996%200%200%201-1.41%200%22%2F%3E%3C%2Fsvg%3E);
}
head:has(script[src^="https://cdn.privacy-mgmt.com"]) + body aside#privacy-settings {
  display: block;
}

/*# sourceMappingURL=style.css.map */
