/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/**
 * Global variables (variables.less)
 *
 * Index:
 * - design colors
 * - general colors
 * - general breakpoints
 * - specific breakpoints
 * - breakpoint ranges
 * - sizes
 *
 * Dependencies:
 * - none
 */
/**
 * Design colors
 */
@font-face {
  font-family: 'Barlow Condensed';
  font-weight: 100;
  font-style: normal;
  src: url("../assets/fonts/BarlowCondensed-Thin.woff2") format('woff2');
  font-display: fallback;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-weight: 500;
  font-style: normal;
  src: url("../assets/fonts/BarlowCondensed-Medium.woff2") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-weight: 700;
  font-style: normal;
  src: url("../assets/fonts/BarlowCondensed-Bold.woff2") format('woff2');
  font-display: swap;
}
/**
 * Generic colors
 */
/**
 * Breakpoints - specific
 */
/**
 * Breakpoints - ranges
 */
/**
 * Breakpoints - portrait vs landscape
 */
/**
 * Sizes
 */
body {
  overflow-x: hidden;
  background-color: #000000;
  font-display: optional;
}
* {
  box-sizing: border-box;
  transition: 0.2s padding, 0.2s margin, 0.2s width, 0.5s opacity;
  scroll-margin-top: 50px !important;
}
a {
  color: white;
  text-decoration: underline;
}
a:hover {
  color: #f72140;
}
.center {
  margin: 0px auto;
}
.error {
  color: #f72140;
}
.success {
  color: #33D727;
}
.full-width {
  width: 100%;
}
/**
 * Less global functions (global.less)
 *
 * Dependencies:
 * - none
 */
/**
 * Helpers (helpers.less)
 *
 * Index:
 * - display helpers
 * - selectability helpers
 * - float helpers
 * - breakpoint helpers
 *
 * Dependencies:
 * - none
 */
/**
 * Display helpers
 */
@media only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) {
  .only-phone {
    display: none !important;
  }
}
@media only screen and (max-width: 699px), only screen and (min-width: 1000px) {
  .only-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .only-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 1000px) {
  .only-phone-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 699px) {
  .only-tablet-desktop {
    display: none !important;
  }
}
.is-visible {
  display: block !important;
}
.is-flex-visible {
  display: flex !important;
}
.is-hidden {
  display: none !important;
}
/**
 * Selectability helpers
 */
.is-not-selectable {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.clickable {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
/**
 * Text align helpers
 */
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 16px;
}
.mb-2 {
  margin-bottom: 32px;
}
.mb-3 {
  margin-bottom: 48px;
}
.mb-4 {
  margin-bottom: 64px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 16px;
}
.mt-2 {
  margin-top: 32px;
}
.mt-3 {
  margin-top: 48px;
}
.mt-4 {
  margin-top: 64px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 16px;
}
.pb-2 {
  padding-bottom: 32px;
}
.pb-3 {
  padding-bottom: 48px;
}
.pb-4 {
  padding-bottom: 64px;
}
@media only screen and (max-width: 699px) {
  .pb-s-1 {
    padding-bottom: 16px;
  }
}
.pt-1 {
  padding-top: 16px;
}
.pt-2 {
  padding-top: 32px;
}
.pt-3 {
  padding-top: 48px;
}
#wpadminbar {
  position: fixed;
}
.button {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 11px;
  letter-spacing: 3px;
  padding: 16px 24px;
  text-transform: uppercase;
  color: #a1a2a9;
  cursor: pointer;
  text-decoration: none;
  transition: 0.15s color;
  z-index: 1;
  background: transparent;
  border: 0px;
}
.button__subtext {
  font-size: 11px;
  letter-spacing: 3px;
  color: #3f4148;
}
.button:before {
  position: absolute;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #3f4148;
  transition: 0.15s width;
  z-index: -1;
}
.button:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #f72140;
  transition: 0.3s width;
  z-index: -1;
}
.button:hover {
  color: black;
}
.button:hover:after {
  width: 100%;
}
.button--facebook {
  background-size: 10px;
  background-image: url('../assets/icons/facebook.svg');
  background-repeat: no-repeat;
  background-position: left 16px center;
  padding-left: 42px;
}
.button--instagram {
  background-size: 18px;
  background-image: url('../assets/icons/instagram.svg');
  background-repeat: no-repeat;
  background-position: left 16px center;
  padding-left: 48px;
}
.button.button-red {
  color: black;
  background-color: #f72140;
}
.button.button-red:before {
  border: 0px;
}
.button.button-red:hover {
  color: #f72140;
}
.button.button-red:after {
  background-color: black;
  color: #f72140;
}
.button.button-black {
  color: #f72140;
  background-color: black;
}
.button.button-black:before {
  border: 0px;
}
.button.button-black:hover {
  color: black;
}
.badge {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 3px 3px 2px 5px;
  color: #a1a2a9;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
}
.authorBadge {
  display: flex;
  align-items: center;
}
.authorBadge__image {
  display: inline-block;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background-size: cover;
  background-position: center;
  margin-right: 12px;
}
.authorBadge__meta {
  display: flex;
  align-items: center;
}
.authorBadge__secondary {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 699px) {
  .authorBadge {
    align-items: flex-start;
  }
  .authorBadge__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .authorBadge__name {
    margin-right: 0;
  }
}
.authorBadge__name {
  font-size: 14px;
  margin-right: 12px;
  color: white;
}
.authorBadge__name a {
  color: white;
}
.authorBadge__name a:hover {
  color: #f72140;
}
.authorBadge__date {
  font-size: 11px;
  color: #a1a2a9;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.views-icon { display: none; vertical-align: middle; margin-right: 3px; }
@media only screen and (max-width: 699px) {
  .views-label { display: none; }
  .views-icon { display: inline; }
}
.pageWrapper {
  font-family: 'Prompt';
  background-color: #000000;
  color: #ffffff;
  min-width: 320px;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
}
.pageWrapper .header,
.pageWrapper .main,
.pageWrapper .footer,
.pageWrapper .sidebar {
  transition: 1s all;
  transition-duration: 0.3s;
}
.sidebar-open .pageWrapper .header,
.sidebar-open .pageWrapper .main,
.sidebar-open .pageWrapper .footer,
.sidebar-open .pageWrapper .sidebar {
  left: 0px;
}
.header-static {
  z-index: 100 !important;
}
.header {
  display: flex;
  position: relative;
  padding: 24px 16px;
  justify-content: space-between;
  background-color: #000000;
  z-index: 2;
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .header {
    padding: 24px 32px;
  }
}
@media only screen and (min-width: 1000px) {
  .header {
    padding: 44px 32px;
  }
}
.header--fixed {
  padding: 24px 32px;
  transition: 1s top, 1s opacity;
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 5;
  top: -80px;
  opacity: 0;
}
@media only screen and (max-width: 699px) {
  .header--fixed {
    padding: 16px;
  }
}
.header__logo {
  max-width: 221px;
  height: 32px;
  margin-left: 16px;
  margin-right: 16px !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .header__logo {
    max-width: 165px;
    height: 32px;
    margin-left: 16px !important;
  }
}
@media only screen and (min-width: 1000px) {
  .header__logo {
    margin-left: 100px !important;
  }
}
@media only screen and (max-width: 699px) {
  .header__logo {
    max-width: 125px;
    height: 32px;
  }
}
.header__group {
  display: flex;
  height: 32px;
  flex-basis: 400px;
}
.header__group *:first-child {
  margin-left: 0;
}
.header__group *:last-child {
  margin-right: 0;
}
.header__group--center {
  justify-content: center;
}
.header__group--stretchToContent {
  max-width: min-content;
}
.header__group--right {
  justify-content: flex-end;
}
.header__group--left {
  margin-right: 8px;
}
.headerUser {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  display: block;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 1000px) {
  .headerUser {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (min-width: 1000px) {
  .headerUser--loggedOut {
    display: none;
  }
}
.headerUser__icon {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.headerUser__icon--loggedOut {
  background-image: url('../assets/icons/login.svg');
}
.headerUser__icon:hover .headerUser__dimmer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.headerUser__icon:hover .contextMenu {
  display: block;
}
.contextMenu {
  display: none;
  position: absolute;
  z-index: 99999;
  background: black;
  border: solid 1px #3f4148;
  top: 44px;
  right: 0;
  max-width: 288px;
  margin: 0;
  padding: 32px 0;
  list-style-type: none;
}
.contextMenu:before {
  content: '';
  position: absolute;
  background: none;
  left: 0;
  top: -24px;
  height: 24px;
  width: 100%;
}
.contextMenu__name {
  text-transform: initial;
  font-size: 16px;
  line-height: 20px;
  padding-left: 32px;
  padding-right: 16px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #ffffff;
  letter-spacing: 1px;
}
.contextMenu__email {
  text-transform: initial;
  font-size: 11px;
  line-height: 15px;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 24px;
  overflow-wrap: break-word;
  color: #3f4148;
  letter-spacing: 1px;
}
.contextMenu__item {
  display: block;
  width: 100%;
}
.contextMenu__link {
  display: block;
  text-decoration: none;
  font-size: 11px;
  color: #a1a2a9;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: left 32px center;
  padding: 6px 32px 6px 76px;
  white-space: nowrap;
}
.contextMenu__link:hover {
  color: #f72140;
  background-color: rgba(247, 33, 64, 0.16);
}
.contextMenu__link:hover.contextMenu__link--user {
  background-image: url('../assets/icons/osobnosti-hover.svg');
}
.contextMenu__link:hover.contextMenu__link--logOut {
  background-image: url('../assets/icons/logout-hover.svg');
}
.contextMenu__link--user {
  background-image: url('../assets/icons/osobnosti.svg');
}
.contextMenu__link--logOut {
  background-image: url('../assets/icons/logout.svg');
}
.headerItem {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  display: flex;
  align-items: center;
  width: max-content;
  height: 32px;
  line-height: 32px;
  margin: 0 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .headerItem--borders {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 1250px) {
  .headerItem--borders {
    padding: 0 32px;
  }
}
@media only screen and (min-width: 1000px) {
  .headerItem--borders {
    background-position: center;
    border-left: 1px solid #3f4148;
    border-right: 1px solid #3f4148;
  }
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .headerItem--desktopOnly {
    display: none;
  }
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px) {
  .headerItem {
    margin: 0 10px;
  }
}
.headerItem__link {
  font-size: 11px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #a1a2a9;
  cursor: pointer;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .headerItem__link--desktopOnly {
    display: none;
  }
}
.headerItem__link--active {
  color: white;
}
.headerItem__link:hover {
  color: #f72140;
}
.headerItem__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.headerItem__icon--withText {
  padding-left: 32px;
}
.headerItem__icon--menu {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FFF'%3E%3Cg%3E%3Cg%3E%3Cpath d='M18 15l-2 2H0l2-2h16zm0-7l-2 2H0l2-2h16zm0-7l-2 2H0l2-2h16z' transform='translate(-32 -53) translate(32 48) translate(0 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23A1A2A9'%3E%3Cg%3E%3Cg%3E%3Cpath d='M64.637 3.25c-.432 0-.78.35-.78.78 0 .431.348.78.78.78.43 0 .78-.349.78-.78 0-.43-.35-.78-.78-.78zm-3.47 6.417C59.97 9.667 59 8.697 59 7.5c0-1.197.97-2.167 2.167-2.167 1.196 0 2.166.97 2.166 2.167 0 1.197-.97 2.167-2.166 2.167zm0-5.505c-1.844 0-3.338 1.495-3.338 3.338s1.494 3.338 3.338 3.338c1.843 0 3.337-1.495 3.337-3.338s-1.494-3.338-3.337-3.338zm0-3.162c-1.766 0-1.987.008-2.68.039-2.361.108-3.673 1.418-3.781 3.781-.032.694-.04.915-.04 2.68 0 1.766.008 1.987.04 2.68.108 2.361 1.418 3.673 3.781 3.781.693.031.914.039 2.68.039 1.765 0 1.986-.008 2.68-.039 2.358-.108 3.673-1.418 3.78-3.78.032-.694.04-.915.04-2.681 0-1.765-.008-1.986-.04-2.68-.106-2.358-1.417-3.673-3.78-3.781-.694-.031-.915-.039-2.68-.039zm0 1.172c1.735 0 1.94.006 2.627.037 1.761.08 2.583.916 2.664 2.664.031.686.038.891.038 2.627 0 1.736-.007 1.941-.038 2.627-.08 1.746-.902 2.584-2.664 2.665-.686.03-.891.037-2.627.037-1.736 0-1.942-.007-2.627-.037-1.766-.082-2.584-.92-2.664-2.665-.031-.686-.038-.891-.038-2.627 0-1.736.007-1.941.038-2.627.08-1.748.9-2.584 2.664-2.664.686-.03.891-.037 2.627-.037z' transform='translate(-1147 -53) translate(32 48) translate(1061 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--instagram:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f72140'%3E%3Cg%3E%3Cg%3E%3Cpath d='M64.637 3.25c-.432 0-.78.35-.78.78 0 .431.348.78.78.78.43 0 .78-.349.78-.78 0-.43-.35-.78-.78-.78zm-3.47 6.417C59.97 9.667 59 8.697 59 7.5c0-1.197.97-2.167 2.167-2.167 1.196 0 2.166.97 2.166 2.167 0 1.197-.97 2.167-2.166 2.167zm0-5.505c-1.844 0-3.338 1.495-3.338 3.338s1.494 3.338 3.338 3.338c1.843 0 3.337-1.495 3.337-3.338s-1.494-3.338-3.337-3.338zm0-3.162c-1.766 0-1.987.008-2.68.039-2.361.108-3.673 1.418-3.781 3.781-.032.694-.04.915-.04 2.68 0 1.766.008 1.987.04 2.68.108 2.361 1.418 3.673 3.781 3.781.693.031.914.039 2.68.039 1.765 0 1.986-.008 2.68-.039 2.358-.108 3.673-1.418 3.78-3.78.032-.694.04-.915.04-2.681 0-1.765-.008-1.986-.04-2.68-.106-2.358-1.417-3.673-3.78-3.781-.694-.031-.915-.039-2.68-.039zm0 1.172c1.735 0 1.94.006 2.627.037 1.761.08 2.583.916 2.664 2.664.031.686.038.891.038 2.627 0 1.736-.007 1.941-.038 2.627-.08 1.746-.902 2.584-2.664 2.665-.686.03-.891.037-2.627.037-1.736 0-1.942-.007-2.627-.037-1.766-.082-2.584-.92-2.664-2.665-.031-.686-.038-.891-.038-2.627 0-1.736.007-1.941.038-2.627.08-1.748.9-2.584 2.664-2.664.686-.03.891-.037 2.627-.037z' transform='translate(-1147 -53) translate(32 48) translate(1061 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23A1A2A9' fill-rule='nonzero'%3E%3Cg%3E%3Cg%3E%3Cpath d='M109.167 6h-1.5v2h1.5v6h2.5V8h1.82l.18-2h-2v-.833c0-.478.096-.667.557-.667h1.443V2h-1.904c-1.798 0-2.596.792-2.596 2.308V6z' transform='translate(-1200 -54) translate(32 48) translate(1061 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--facebook:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f72140' fill-rule='nonzero'%3E%3Cg%3E%3Cg%3E%3Cpath d='M109.167 6h-1.5v2h1.5v6h2.5V8h1.82l.18-2h-2v-.833c0-.478.096-.667.557-.667h1.443V2h-1.904c-1.798 0-2.596.792-2.596 2.308V6z' transform='translate(-1200 -54) translate(32 48) translate(1061 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--youtube {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' viewBox='0 0 15 11'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23A1A2A9'%3E%3Cg%3E%3Cg%3E%3Cpath d='M5.5 9.944V5.056l4.889 2.44L5.5 9.944zM2.68 2.113C.298 2.275.018 3.713 0 7.5c.018 3.78.296 5.224 2.68 5.387 2.2.15 7.104.15 9.307 0 2.381-.162 2.662-1.601 2.68-5.387-.018-3.78-.296-5.224-2.68-5.387-2.203-.15-7.108-.15-9.307 0z' transform='translate(-1093 -54) translate(32 48) translate(1061 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--youtube:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' viewBox='0 0 15 11'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f72140'%3E%3Cg%3E%3Cg%3E%3Cpath d='M5.5 9.944V5.056l4.889 2.44L5.5 9.944zM2.68 2.113C.298 2.275.018 3.713 0 7.5c.018 3.78.296 5.224 2.68 5.387 2.2.15 7.104.15 9.307 0 2.381-.162 2.662-1.601 2.68-5.387-.018-3.78-.296-5.224-2.68-5.387-2.203-.15-7.108-.15-9.307 0z' transform='translate(-1093 -54) translate(32 48) translate(1061 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FFF'%3E%3Cg%3E%3Cg%3E%3Cpath d='M304.667 1c3.313 0 6 2.686 6 6 0 1.552-.59 2.966-1.556 4.03l5.091 5.091h-2.828l-3.847-3.846c-.85.463-1.825.725-2.86.725-3.314 0-6-2.686-6-6s2.686-6 6-6zm0 2c-2.21 0-4 1.79-4 4s1.79 4 4 4c2.209 0 4-1.79 4-4s-1.791-4-4-4z' transform='translate(-1391 -53) translate(32 48) translate(1061 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--search:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f72140'%3E%3Cg%3E%3Cg%3E%3Cpath d='M304.667 1c3.313 0 6 2.686 6 6 0 1.552-.59 2.966-1.556 4.03l5.091 5.091h-2.828l-3.847-3.846c-.85.463-1.825.725-2.86.725-3.314 0-6-2.686-6-6s2.686-6 6-6zm0 2c-2.21 0-4 1.79-4 4s1.79 4 4 4c2.209 0 4-1.79 4-4s-1.791-4-4-4z' transform='translate(-1391 -53) translate(32 48) translate(1061 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem__icon--searchActive {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f72140'%3E%3Cg%3E%3Cg%3E%3Cpath d='M304.667 1c3.313 0 6 2.686 6 6 0 1.552-.59 2.966-1.556 4.03l5.091 5.091h-2.828l-3.847-3.846c-.85.463-1.825.725-2.86.725-3.314 0-6-2.686-6-6s2.686-6 6-6zm0 2c-2.21 0-4 1.79-4 4s1.79 4 4 4c2.209 0 4-1.79 4-4s-1.791-4-4-4z' transform='translate(-1391 -53) translate(32 48) translate(1061 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.headerItem:hover .headerItem__icon--menu {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f72140'%3E%3Cg%3E%3Cg%3E%3Cpath d='M18 15l-2 2H0l2-2h16zm0-7l-2 2H0l2-2h16zm0-7l-2 2H0l2-2h16z' transform='translate(-32 -53) translate(32 48) translate(0 4)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 699px) {
  .headerItem__text {
    display: none;
  }
}
.mainWrapper {
  position: relative;
}
.brandingAd {
  display: none;
}
@media only screen and (min-width: 1400px) {
  .brandingAd {
    display: block;
  }
}
.main {
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
  margin: 0px auto;
  padding: 0px;
  background-color: #000000;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px), only screen and (min-width: 1250px) and (max-width: 1499px) {
  .main {
    padding: 0 24px;
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 699px) {
  .main {
    padding: 0;
    padding-bottom: 32px;
  }
}
.featuredArticle {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  background-size: 100%;
  background-position: center;
  transform: unset;
  transition: 1s background-position, 5s background-size;
}
.featuredArticle--zoomBackground {
  background-size: 103%;
  background-position: center;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 799px) {
  .featuredArticle {
    display: none;
  }
}
.featuredArticle__blurredImage {
  position: absolute;
  width: 100%;
  height: calc(100% + 50px);
  filter: blur(32px);
  -webkit-filter: blur(32px);
  background-size: auto calc(200%);
  top: -25px;
}
.featuredArticle__blurredImage--left {
  background-position: right center;
}
.featuredArticle__blurredImage--right {
  background-position: left center;
}
.featuredArticle__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 0.3) 54%, rgba(0, 0, 0, 0.4) 82%, rgba(0, 0, 0, 0.6) 100%);
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .featuredArticle__overlay {
    padding: 40px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1000px) {
  .featuredArticle__overlay {
    padding: 80px;
    padding-left: 0px;
  }
}
.featuredArticle__info {
  width: 100%;
  margin-left: 16px;
  max-width: 350px;
}
@media only screen and (min-width: 1000px) {
  .featuredArticle__info {
    max-width: 420px;
  }
}
.featuredArticle__headline {
  margin: 16px 0;
  font-size: 28px;
  font-family: 'Barlow Condensed', Arial;
  line-height: 1.44;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .featuredArticle__headline {
    font-size: 23px;
    line-height: 1.3;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1000px) {
  .featuredArticle__headline {
    line-height: 1.32;
    font-size: 27px;
    font-weight: 500;
  }
}
.featuredArticle__headline:hover {
  color: #f72140;
}
.articleBoxes {
  display: flex;
  margin: 0 -12px;
  margin-top: -80px;
  margin-bottom: 80px;
  padding: 0px;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 799px) {
  .articleBoxes {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .articleBoxes {
    margin-top: -16px;
    padding: 0 16px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .articleBoxes {
    margin-top: -40px;
    padding: 0 24px;
    margin-bottom: 40px;
  }
}
.articleBox {
  display: block;
  width: 33.33%;
  text-decoration: none;
  margin: 0 12px;
}
.articleBox:hover .articleBox__headline {
  color: #f72140;
}
.articleBox__image {
  position: relative;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
}
.articleBox__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 16px;
}
.articleBox__headline {
  font-family: 'Barlow Condensed', Arial;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.36;
  margin: 16px 0;
  display: block;
  color: white;
  font-weight: 500;
}
.articleThumbs {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .articleThumbs--homepage .articleThumb:nth-child(1),
  .articleThumbs--homepage .articleThumb:nth-child(2),
  .articleThumbs--homepage .articleThumb:nth-child(3) {
    display: none;
  }
}
.articleThumb {
  width: 100%;
  min-height: 250px;
  display: flex;
  color: white;
  text-decoration: none;
  position: relative;
  margin-bottom: 24px;
}
@media only screen and (max-width: 699px) {
  .articleThumb {
    flex-direction: column;
    height: auto;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .articleThumb {
    margin: 8px 0;
  }
}
.articleThumb:hover .articleThumb__headline {
  color: #f72140;
}
.articleThumb__image {
  width: 50%;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 699px) {
  .articleThumb__image {
    width: 100%;
    padding-bottom: min(300px, 56.25%);
  }
}
.articleThumb__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 16px;
}
.articleThumb__info {
  padding: 24px;
  width: 50%;
  border: 1px solid #3f4148;
  border-left: 0;
}
@media only screen and (max-width: 699px) {
  .articleThumb__info {
    border-top: 0;
    border-left: 1px solid #3f4148;
    width: 100%;
  }
}
.articleThumb__headline {
  font-family: 'Barlow Condensed', Arial;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.29;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .articleThumb__headline {
    font-size: 20px;
  }
}
@media only screen and (max-width: 699px) {
  .articleThumb__headline {
    font-size: 20px;
  }
}
.layout {
  padding: 0 16px 32px;
  display: grid;
  grid-template-areas: 'search search search search' 'header header header header' 'top top top top' 'main main main sidebar';
  grid-template-columns: 1fr 1fr 1fr 300px;
  z-index: 10;
  position: relative;
  background: black;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .layout {
    grid-template-areas: 'search search search search' 'header header header header' 'top top top top' 'main main main main' 'sidebar sidebar sidebar sidebar';
  }
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px) {
  .layout {
    padding: 0;
  }
}
@media only screen and (max-width: 699px) {
  .layout {
    margin-top: 0;
    padding: 0 16px;
  }
}
.layout--search {
  animation-name: hideSearch;
  animation-duration: 1s;
  padding-bottom: 0px;
  padding-top: 16px;
}
.layout--showSearch {
  animation-name: showSearch;
  animation-duration: 1s;
}
.layout--noSidebar {
  grid-template-areas: 'search search search search' 'header header header header' 'main main main main';
}
.layout--noSidebar .layout__main {
  padding-right: 0;
}
.layout__search {
  grid-area: search;
  margin-left: 0px;
  margin-right: 0px;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px) {
  .layout__search {
    margin: 0;
  }
}
.layout__top {
  grid-area: top;
  margin-left: 0px;
  margin-right: 0px;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px) {
  .layout__top {
    margin: 0;
  }
}
.layout__header {
  grid-area: header;
  width: 100%;
}
@media only screen and (max-width: 699px) {
  .layout__header {
    padding: 0 16px;
  }
}
.layout__main {
  width: 100%;
  padding-right: 16px;
  grid-area: main;
  min-width: 0;
  overflow-x: hidden;
  min-height: 860px;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .layout__main {
    padding-right: 0;
    min-height: 0;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px), only screen and (min-width: 1250px) and (max-width: 1499px) {
  .layout__main {
    padding-right: 24px;
  }
}
.layout__main--termsOfUse {
  justify-self: center;
  max-width: 850px;
  padding-right: 0;
}
.layout__main--contact {
  justify-self: center;
  max-width: 850px;
  padding-right: 0;
}
.layout__sidebar {
  width: 300px;
  min-width: 300px;
  grid-area: sidebar;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .layout__sidebar {
    display: none;
  }
}
.layoutHeader {
  margin: 32px 0 80px 0;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .layoutHeader {
    margin: 0;
  }
}
.layoutHeader--article {
  margin: 16px 0 32px 0;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px) {
  .layoutHeader--article {
    margin: 0 0 32px;
  }
}
.layoutHeader__headline {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.38;
  letter-spacing: 1px;
  font-stretch: condensed;
  font-family: 'Barlow Condensed', Arial;
  font-weight: 500;
  margin: 0 0 16px 0;
}
.layoutHeader__headline--center {
  text-align: center;
}
@media only screen and (max-width: 699px) {
  .layoutHeader__headline {
    font-size: 24px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) {
  .layoutHeader__headline {
    margin: 0 0 16px;
  }
}
.layoutHeader__text {
  margin: 16px auto;
  margin-top: 48px;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.65;
  text-align: center;
  color: #a1a2a9;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .layoutHeader__text {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .layoutHeader__text {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1000px) {
  .layoutHeader__text {
    margin-bottom: -48px;
  }
}
.mostReadArticle {
  position: relative;
  display: flex;
}
.mostReadArticle:hover {
  cursor: pointer;
}
.mostReadArticle:hover .mostReadArticle__headline {
  color: #f72140;
}
.mostReadArticle__image {
  min-width: 104px;
  height: 74px;
  background-size: cover;
  background-position: center;
  margin-right: 16px;
}
.mostReadArticle__headline {
  display: inline;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #a1a2a9;
  margin: 0;
  flex-grow: 1;
  padding-right: 24px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', Arial;
  font-size: 12px;
  font-weight: 500;
}
.mostReadArticle__position {
  font-family: 'Barlow Condensed', Arial;
  position: absolute;
  font-size: 64px;
  font-weight: 100;
  opacity: 0.24;
  color: #a1a2a9;
  text-align: right;
  right: 0;
}
.videoThumb {
  display: block;
}
.videoThumb:hover {
  cursor: pointer;
}
.videoThumb:hover .videoThumb__headline {
  color: #f72140;
}
.videoThumb__image {
  position: relative;
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
}
.videoThumb__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.videoThumb__playButton {
  display: flex;
  background-color: rgba(111, 3, 18, 0.64);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.videoThumb__headline {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 8px 0;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', Arial;
  font-weight: 500;
}
.footer {
  border-top: 1px solid #3f4148;
  display: flex;
  flex-direction: column;
  padding: 48px 0;
  background-color: black;
  background-image: url('../assets/backgrounds/footer.jpg');
  background-repeat: no-repeat;
  background-position: -300px -220px;
  background-size: 450%;
  position: relative;
  z-index: 10;
}
.footer__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.footer__inner > *:not(:first-child) {
  margin-top: 48px;
}
.footer__logo,
.footer__menu,
.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__copyright {
  font-size: 12px;
  color: #a1a2a9;
}
.footerMenu {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.footerMenu__item {
  margin: 8px 20px;
}
@media only screen and (max-width: 699px) {
  .footerMenu__item {
    margin: 8px 10px;
  }
}
.footerMenu__link {
  color: white;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 3px;
  color: #a1a2a9;
  text-transform: uppercase;
}
.footerMenu__link:hover {
  color: #f72140;
}
.footerMenu__icon {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 10px;
}
.footerMenu__icon:hover.footerMenu__icon--instagram {
  background-image: url('../assets/icons/instagram-hover.svg');
}
.footerMenu__icon:hover.footerMenu__icon--facebook {
  background-image: url('../assets/icons/facebook-hover.svg');
}
.footerMenu__icon:hover.footerMenu__icon--youtube {
  background-image: url('../assets/icons/youtube-hover.svg');
}
.footerMenu__icon--instagram {
  background-image: url('../assets/icons/instagram.svg');
}
.footerMenu__icon--facebook {
  background-image: url('../assets/icons/facebook.svg');
}
.footerMenu__icon--youtube {
  background-image: url('../assets/icons/youtube.svg');
}
.iframeWrapper {
  position: relative;
}
.iframeWrapper--16-9 {
  padding-bottom: 56.25%;
}
.iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article {
  background-color: #1a1b1c;
  width: 100%;
}
.article__video {
  position: relative;
  border: none;
}
.article__image {
  position: relative;
  padding-bottom: 66.66%;
  background-size: cover;
  background-position: center;
}
.article__imageDescription {
  font-size: 11px;
  color: #5b5e65;
  padding: 8px;
  display: flex;
  justify-content: space-between;
}
.article__body {
  overflow: auto;
}
.article__overlay {
  padding: 16px;
}
.articleContent {
  padding: 0 32px;
  margin: 48px 0;
}
@media only screen and (max-width: 699px) {
  .articleContent {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .articleContent {
    padding: 0 64px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .articleContent {
    padding: 0 48px;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1499px) {
  .articleContent {
    padding: 0 64px;
  }
}
.articleContent--article {
  margin: 32px 0;
}
.articleContent h1 {
  font-size: 24px;
  font-weight: 500;
}
.articleContent h2 {
  font-size: 24px;
  font-weight: 500;
}
.articleContent h3 {
  color: #a1a2a9;
}
.articleContent > p:nth-child(1) {
  color: white;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6;
  margin: 40px 0;
  margin-top: 0;
  display: block;
}
.articleContent > p {
  color: #a1a2a9;
  font-size: 17px;
  line-height: 1.65;
  margin: 32px 0;
}
.articleContent a {
  color: white;
  text-decoration: underline;
}
.articleContent a:hover {
  color: #f72140;
}
.articleContent ul {
  margin: 24px 0;
}
.articleContent ul li {
  margin: 16px 0;
  color: #a1a2a9;
  font-size: 15px;
}
.articleContent ul li ul {
  margin: 16px 0;
}
.articleContent ul li ul li {
  font-size: 13px;
}
.articleContent ol {
  margin: 24px 0;
}
.articleContent ol ::marker {
  color: #5b5e65;
}
.articleContent ol li {
  margin: 16px 0;
  padding-left: 24px;
  color: #a1a2a9;
  font-size: 15px;
}
.articleContent > blockquote {
  position: relative;
  margin-left: 0;
  padding-left: 48px;
}
.articleContent > blockquote:before {
  position: absolute;
  left: 0;
  content: '';
  top: 4px;
  height: 28px;
  width: 28px;
  background-image: url('../assets/icons/quote.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.articleContent > blockquote p {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.33;
  margin-bottom: 16px;
}
.articleContent > blockquote cite {
  font-size: 11px;
  color: #5b5e65;
}
.articleContent a.badges {
  margin: 0 -4px;
  margin-top: 32px;
}
.articleContent .badges {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}
.articleContent .badge {
  display: inline-block;
  padding: 5px 8px;
  margin: 4px;
  color: #a1a2a9;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  background-color: #5b5e65;
  text-decoration: none;
}
.articleContent .badge:hover {
  background-color: #f72140;
  color: black;
}
.video iframe {
  width: 100%;
  height: 400px;
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .video iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 699px) {
  .video iframe {
    height: 350px;
  }
}
.video__description {
  justify-content: center;
  font-size: 11px;
  color: #5b5e65;
  padding: 8px;
  display: flex;
}
.image__img {
  width: 100%;
}
.image__description {
  font-size: 11px;
  color: #5b5e65;
  padding: 8px;
  display: flex;
  justify-content: space-between;
}
.user {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.user__image {
  width: 180px;
  height: 180px;
  background-size: cover;
  border-radius: 50%;
}
@media only screen and (max-width: 699px) {
  .user__image {
    width: 120px;
    height: 120px;
  }
}
.user__name {
  font-size: 52px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 24px 0 18px 0;
}
@media only screen and (max-width: 699px) {
  .user__name {
    font-size: 42px;
  }
}
.user__info {
  display: flex;
  align-items: center;
}
.user__info > * {
  margin: 0 20px;
}
.user__role,
.user__messages {
  font-size: 11px;
  letter-spacing: 3px;
  color: #a1a2a9;
  text-transform: uppercase;
  min-height: 22px;
}
.user__messages {
  background-image: url('../assets/icons/comments.svg');
  background-repeat: no-repeat;
  padding-left: 32px;
}
.user__buttons {
  display: flex;
  margin-top: 40px;
}
.user__buttons * {
  margin: 0 8px;
}
.author {
  display: grid;
  align-items: center;
  grid-template-areas: 'image name buttons' 'image info buttons';
  grid-template-columns: 180px 2fr 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .author {
    grid-template-areas: 'image name name' 'image info info' 'buttons buttons buttons';
  }
}
@media only screen and (max-width: 699px) {
  .author {
    justify-items: center;
    grid-template-areas: 'image image image' 'name name name' 'info info info' 'buttons buttons buttons';
    margin-bottom: 32px;
  }
}
.author__image {
  grid-area: image;
  width: 180px;
  height: 180px;
  background-size: cover;
  border-radius: 50%;
  background-position: center;
}
@media only screen and (max-width: 699px) {
  .author__image {
    width: 120px;
    height: 120px;
  }
}
.author__name {
  grid-area: name;
  font-size: 52px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  align-self: end;
  font-family: 'Barlow Condensed', Arial;
}
@media only screen and (max-width: 699px) {
  .author__name {
    text-align: center;
    font-size: 42px;
  }
}
.author__info {
  grid-area: info;
  display: flex;
  align-items: center;
  align-self: start;
}
.author__info > *:not(:first-child) {
  margin-left: 40px;
}
.author__role,
.author__messages,
.author__articles {
  background-position: left center;
  display: flex;
  align-items: center;
  font-size: 11px;
  letter-spacing: 3px;
  color: #a1a2a9;
  text-transform: uppercase;
  min-height: 22px;
}
.author__articles {
  background-image: url('../assets/icons/article.svg');
  background-size: 14px;
  background-repeat: no-repeat;
  padding-left: 32px;
}
.author__messages {
  background-image: url('../assets/icons/comments.svg');
  background-size: 19px;
  background-repeat: no-repeat;
  padding-left: 32px;
}
.author__buttons {
  grid-area: buttons;
  display: flex;
}
.author__buttons * {
  margin: 0 8px;
}
.articles {
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
}
@media only screen and (max-width: 699px) {
  .articles {
    padding: 0 8px;
  }
}
.articles__header {
  border-bottom: 1px solid #3f4148;
  padding-bottom: 12px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.25;
}
.articles__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}
@media only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) and (max-width: 1249px) {
  .articles__body {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 699px) {
  .articles__body {
    grid-template-columns: 1fr;
  }
}
.articles__footer {
  margin-top: 16px;
}
.articleThumbVertical {
  width: 100%;
  min-height: 285px;
  display: flex;
  color: white;
  text-decoration: none;
  position: relative;
  border: 1px solid #3f4148;
  flex-direction: column;
  margin: 8px 0;
}
.articleThumbVertical:hover .articleThumbVertical__headline {
  color: #f72140;
}
.articleThumbVertical__image {
  position: relative;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
  background-size: cover;
  background-position: center;
  height: 243px;
  width: calc("100% + 1px");
}
.articleThumbVertical__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 16px;
}
.articleThumbVertical__overlay--centered {
  display: flex;
  justify-content: center;
}
.articleThumbVertical__play {
  align-self: center;
  justify-self: center;
  display: flex;
  background-color: rgba(111, 3, 18, 0.64);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-image: url('../assets/icons/play.svg');
  background-repeat: no-repeat;
  background-position: 15px 15px;
}
.articleThumbVertical__info {
  padding: 24px;
  width: 50%;
  width: 100%;
}
.articleThumbVertical__headline {
  font-family: 'Barlow Condensed', Arial;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.29;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 16px;
  font-weight: 500;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
}
.tab {
  font-size: 11px;
  letter-spacing: 3px;
  margin: 0 8px;
  text-transform: uppercase;
  padding: 18px 24px;
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .tab {
    padding: 18px 8px;
  }
}
.tab:hover {
  color: #f72140;
  text-decoration: none;
}
.tab--active {
  border: solid 1px #3f4148;
  padding: 18px 24px;
}
.termsOfUse {
  line-height: 28px;
}
.termsOfUse__header {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 59px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .termsOfUse__header {
    padding-left: 36px;
  }
}
.contact,
.edit-profile {
  line-height: 28px;
  max-width: 550px;
  background: #1a1b1c;
  padding: 24px 32px;
  margin: 0 auto;
}
.contact__header,
.edit-profile__header {
  color: #a1a2a9;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.showMore {
  position: relative;
  font-size: 14px;
  line-height: 1.43;
  color: #a1a2a9;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
}
.showMore:hover {
  color: #f72140;
}
.showMore:hover:after {
  background-image: url('../assets/icons/showMore-hover.svg');
}
.showMore--active:after {
  transform: rotate(180deg);
}
.showMore:after {
  content: '';
  position: absolute;
  margin-left: 10px;
  top: 0;
  width: 16px;
  height: 16px;
  background-image: url('../assets/icons/showMore.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  margin: 16px 0;
  width: 100%;
}
.form__avatar {
  position: absolute;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  left: 0;
}
.form__showMore {
  grid-column: span 2;
}
.form__item {
  position: relative;
  grid-column: span 2;
}
.form__item--avatar {
  height: 104px;
}
@media only screen and (min-width: 700px) and (max-width: 999px), only screen and (min-width: 1000px) {
  .form__item--half {
    grid-column: span 1;
  }
}
.form__item--center {
  text-align: center;
}
.form__input {
  display: block;
  background-color: transparent;
  padding: 18px 24px;
  border: 1px solid #3f4148;
  outline: 0;
  color: white;
  font-size: 14px;
  line-height: 1.43;
  background-repeat: no-repeat;
  background-position: left 16px center;
  width: 100%;
}
.form__input--username {
  padding-left: 64px;
  background-image: url('../assets/icons/username.svg');
}
.form__input--firstName {
  padding-left: 64px;
  background-image: url('../assets/icons/first-name.svg');
}
.form__input--surname {
  padding-left: 64px;
  background-image: url('../assets/icons/surname.svg');
}
.form__input--email {
  padding-left: 64px;
  background-image: url('../assets/icons/email.svg');
}
.form__input--password {
  padding-left: 64px;
  background-image: url('../assets/icons/password.svg');
}
.form__input:focus {
  border-color: #f72140;
}
.form__input:-webkit-autofill,
.form__input:-webkit-autofill:hover,
.form__input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #1a1b1c inset;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 9999s ease-in-out 0s;
}
.loginForm__field {
  position: relative;
}
.loginForm__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.loginForm__input {
  background-image: none !important;
  padding-left: 64px;
}
.form__input--half {
  grid-column: span 1;
}
.form__button {
  grid-column: span 2;
  margin-top: 0;
}
.form__checkbox {
  background-color: transparent;
  margin-right: 5px;
}
.form__label {
  width: 100%;
  justify-content: center;
  font-size: 14px;
  line-height: 1.43;
  color: #a1a2a9;
  text-align: center;
}
.form__textarea {
  width: 100%;
  background: transparent;
  padding: 18px 24px;
  border: 1px solid #3f4148;
  resize: vertical;
  outline: 0;
  min-height: 240px;
  color: white;
}
.form__textarea:focus {
  border-color: #f72140;
}
.termsOfUseItem {
  display: flex;
  margin-bottom: 48px;
}
.termsOfUseItem__header {
  font-size: 17px;
  padding-right: 48px;
  color: #5b5e65;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .termsOfUseItem__header {
    padding-right: 24px;
  }
}
.termsOfUseItem__body {
  color: #a1a2a9;
  font-size: 17px;
}
.modalTabs {
  display: flex;
}
.modalTabs__tab {
  width: 50%;
  padding: 25px;
  text-align: center;
  background-color: black;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
}
.modalTabs__tab--selected,
.modalTabs__tab:hover {
  background-color: #1a1b1c;
}
.modal {
  z-index: 99999;
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.84);
  align-items: center;
  justify-content: center;
}
.modal__content {
  width: 540px;
  background-color: #1a1b1c;
}
.modal__body {
  padding: 40px 32px;
}
.modal__body *:first-child {
  margin-top: 0;
}
.modal__body:last-child {
  margin-bottom: 0;
}
.modal__footer {
  margin-top: 64px;
  font-size: 12px;
  text-align: center;
  color: #5b5e65;
}
.registrationFinished {
  margin: 0 auto;
  margin-bottom: 24px;
  background-image: url('../assets/backgrounds/witcher-thumb-up@2x.png');
  background-size: cover;
  width: 168px;
  height: 212px;
}
.email {
  margin: 32px 0;
  background-image: url('../assets/icons/email.svg');
  background-repeat: no-repeat;
  padding-left: 48px;
  font-size: 14px;
  line-height: 1.43;
  color: #a1a2a9;
  width: max-content;
}
.email--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.message {
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #a1a2a9;
  max-width: 460px;
  margin: 0 auto;
}
.message--small {
  max-width: 285px;
}
.message--error {
  color: #d62929;
}
.forumWritePost {
  position: relative;
}
.forumWritePost .comment-form .logged-in-as {
  display: none;
}
.forumWritePost .comment-form .comment-form-comment > label {
  display: none;
}
.forumWritePost__image {
  position: absolute;
  left: 8px;
  top: 8px;
  background-size: cover;
  background-position: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.forumWritePost .form-submit input.submit:hover {
  cursor: pointer;
  background: #f72140;
  color: #a1a2a9;
}
.forumWritePost textarea {
  width: 100%;
  display: block;
  resize: vertical;
  background: transparent;
  border: solid 1px #3f4148;
  padding-top: 18px;
  padding-bottom: 0;
  height: 56px;
  min-height: 56px;
  padding-left: 64px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.43;
  color: #5b5e65;
  outline: 0;
}
.forumLogin {
  margin: 24px 0;
  border: solid 1px #3f4148;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.forumLogin__text {
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #a1a2a9;
  max-width: 230px;
  margin-bottom: 16px;
}
.forumLogin__button {
  width: max-content;
  min-width: 230px;
}
.forumPost {
  display: grid;
  margin: 24px 0;
  grid-template-areas: 'image header' 'image body' 'image footer';
  grid-column-gap: 16px;
  grid-template-columns: 48px auto;
}
.forumPost__footer {
  grid-area: footer;
  display: flex;
  flex-direction: row-reverse;
  padding: 4px;
  background-color: rgba(161, 162, 169, 0.16);
  font-size: 10px;
  letter-spacing: 2px;
  color: #a1a2a9;
  text-transform: uppercase;
  width: 100%;
}
.forumPost__button {
  display: flex;
  width: 95px;
  padding: 4px 8px;
  background-color: #282829;
  align-items: center;
}
.forumPost__button:hover {
  color: black;
  cursor: pointer;
  background: #f72140;
}
.forumPost--reply {
  margin-top: -8px;
  padding-left: 64px;
}
.forumPost__image {
  grid-area: image;
  background-size: cover;
  background-position: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.forumPost__header {
  grid-area: header;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}
.forumPost__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #ffffff;
}
.forumPost__date {
  font-size: 12px;
  line-height: 1.67;
  text-align: right;
  color: #a1a2a9;
}
.forumPost__body {
  position: relative;
  grid-area: body;
  padding: 8px 8px 8px 16px;
  background-color: rgba(161, 162, 169, 0.16);
  font-size: 14px;
  line-height: 1.43;
  color: #a1a2a9;
}
.forumPost__body:before {
  position: absolute;
  left: -7px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 0;
  border-color: transparent rgba(161, 162, 169, 0.16) transparent transparent;
}
.forum {
  margin: 48px 0;
  padding: 0;
}
@media only screen and (min-width: 700px) {
  .forum {
    padding: 0 32px;
  }
}
.forum__header {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: #ffffff;
}
@media only screen and (max-width: 699px) {
  .team {
    margin: 0 16px;
  }
}
.team:not(:last-child) {
  margin-bottom: 64px;
}
.team__body {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 32px;
  justify-content: center;
}
.teamMember {
  display: flex;
  background: #1a1b1c;
  padding: 32px;
  max-width: 490px;
  width: 490px;
  flex: 1;
}
@media only screen and (max-width: 699px) {
  .teamMember {
    padding: 16px;
  }
}
.teamMember__image {
  width: 144px;
  height: 144px;
  min-width: 144px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin-right: 32px;
}
@media only screen and (max-width: 699px) {
  .teamMember__image {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}
.teamMember__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.teamMember__name {
  margin: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', Arial;
  font-size: 28px;
  font-weight: 500;
  font-stretch: condensed;
  line-height: 1.29;
  letter-spacing: 1px;
  color: #ffffff;
}
.teamMember__position {
  font-family: 'Prompt';
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #a1a2a9;
}
.teamMember__email {
  margin-top: 16px;
  font-family: 'Prompt';
  font-size: 14px;
  line-height: 1.43;
  color: #a1a2a9;
}
.grid3 {
  display: flex;
  flex-wrap: wrap;
}
.grid3 .articleSquare {
  height: 450px;
  width: 31%;
  max-width: 31%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  gap: 32px;
}
.grid3 .articleSquare .articleThumbVertical__image {
  max-height: 243px;
  min-height: 243px;
  margin: 0px;
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .grid3 .articleSquare {
    width: 47%;
    max-width: 47%;
    gap: 32px;
  }
}
@media only screen and (max-width: 699px) {
  .grid3 .articleSquare {
    width: 100%;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    gap: 32px;
  }
}
/* thai */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_9XJnvUD7dzB2CA-oLTkYBeZ0lTiM.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_9XJnvUD7dzB2CA-oQTkYBeZ0lTiM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_9XJnvUD7dzB2CA-oRTkYBeZ0lTiM.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_9XJnvUD7dzB2CA-ofTkYBeZ0l.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cr_sIfWMuUZctdhow.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cr_sIZmMuUZctdhow.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cr_sIZ2MuUZctdhow.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cr_sIaWMuUZctdg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cy_gIfWMuUZctdhow.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cy_gIZmMuUZctdhow.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cy_gIZ2MuUZctdhow.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cy_gIaWMuUZctdg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W__XJnvUD7dzB2KdNodREEje60k.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W__XJnvUD7dzB2Kb9odREEje60k.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W__XJnvUD7dzB2KbtodREEje60k.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W__XJnvUD7dzB2KYNodREEjew.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Ck_kIfWMuUZctdhow.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Ck_kIZmMuUZctdhow.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Ck_kIZ2MuUZctdhow.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Ck_kIaWMuUZctdg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cv_4IfWMuUZctdhow.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cv_4IZmMuUZctdhow.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cv_4IZ2MuUZctdhow.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cv_4IaWMuUZctdg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2C2_8IfWMuUZctdhow.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2C2_8IZmMuUZctdhow.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2C2_8IZ2MuUZctdhow.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2C2_8IaWMuUZctdg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cx_wIfWMuUZctdhow.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cx_wIZmMuUZctdhow.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cx_wIZ2MuUZctdhow.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cx_wIaWMuUZctdg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2C4_0IfWMuUZctdhow.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2C4_0IZmMuUZctdhow.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2C4_0IZ2MuUZctdhow.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2C4_0IaWMuUZctdg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.sidebar {
  background: black;
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999999999;
  width: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #3f4148;
  left: -320px;
  right: auto;
}
.sidebar a {
  color: #a1a2a9;
  background-color: transparent;
  text-decoration: none;
}
.sidebar a:hover {
  color: #f72140;
}
.sidebar a.close {
  margin-top: 16px;
  margin-bottom: 36px;
  margin-left: 16px;
  border: solid 1px #3f4148;
  text-align: center;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: none;
}
@media only screen and (min-width: 1000px) {
  .sidebar a.close {
    margin-top: 32px;
    margin-left: 32px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .sidebar a.close {
    margin-left: 32px;
  }
}
.sidebar .divider {
  border-top: 1px solid #3f4148;
  margin-top: 32px;
  margin-bottom: 32px;
}
.sidebar .menu {
  font-size: 11px;
  letter-spacing: 3px;
  color: #a1a2a9;
  text-transform: uppercase;
}
.sidebar .menu ul {
  margin: 0px;
  padding: 0;
  list-style: none;
}
.sidebar #menu-main_menu li:hover {
  background-color: rgba(247, 33, 64, 0.16);
}
.sidebar .menu ul li {
  min-height: 20px;
  display: flex;
  align-items: center;
}
.sidebar .menu ul li:hover {
  cursor: pointer;
}
.sidebar .menu ul li:hover a {
  color: #f72140;
}
.sidebar .menu ul li.menu-item-serialy a {
  background-image: url('../assets/icons/serialy.svg');
}
.sidebar .menu ul li.menu-item-serialy:hover a {
  background-image: url('../assets/icons/serialy.svg');
  filter: brightness(0) saturate(100%) invert(34%) sepia(91%) saturate(7474%) hue-rotate(340deg) brightness(103%) contrast(101%);
}
.sidebar .menu ul li.menu-item-filmy a {
  background-image: url('../assets/icons/filmy.svg');
}
.sidebar .menu ul li.menu-item-filmy:hover a {
  background-image: url('../assets/icons/filmy.svg');
  filter: brightness(0) saturate(100%) invert(34%) sepia(91%) saturate(7474%) hue-rotate(340deg) brightness(103%) contrast(101%);
}
.sidebar .menu ul li.menu-item-dokumenty a {
  background-image: url('../assets/icons/dokumenty.svg');
}
.sidebar .menu ul li.menu-item-dokumenty:hover a {
  background-image: url('../assets/icons/dokumenty.svg');
  filter: brightness(0) saturate(100%) invert(34%) sepia(91%) saturate(7474%) hue-rotate(340deg) brightness(103%) contrast(101%);
}
.sidebar .menu ul li.menu-item-shows a {
  background-image: url('../assets/icons/show.svg');
}
.sidebar .menu ul li.menu-item-shows:hover a {
  background-image: url('../assets/icons/show.svg');
  filter: brightness(0) saturate(100%) invert(34%) sepia(91%) saturate(7474%) hue-rotate(340deg) brightness(103%) contrast(101%);
}
.sidebar .menu ul li.menu-item-osobnosti a {
  background-image: url('../assets/icons/osobnosti.svg');
}
.sidebar .menu ul li.menu-item-osobnosti:hover a {
  background-image: url('../assets/icons/osobnosti.svg');
  filter: brightness(0) saturate(100%) invert(34%) sepia(91%) saturate(7474%) hue-rotate(340deg) brightness(103%) contrast(101%);
}
.sidebar .menu ul li.menu-item-ostatni a {
  background-image: url('../assets/icons/ostatni.svg');
}
.sidebar .menu ul li.menu-item-ostatni:hover a {
  background-image: url('../assets/icons/ostatni.svg');
  filter: brightness(0) saturate(100%) invert(34%) sepia(91%) saturate(7474%) hue-rotate(340deg) brightness(103%) contrast(101%);
}
.sidebar .menu ul li.menu-item-filmy a {
  background-image: url('../assets/icons/filmy.svg');
}
.sidebar .menu ul li.menu-item-filmy:hover a {
  background-image: url('../assets/icons/filmy.svg');
  filter: brightness(0) saturate(100%) invert(34%) sepia(91%) saturate(7474%) hue-rotate(340deg) brightness(103%) contrast(101%);
}
.sidebar .menu ul li.menu-item-kvizy a {
  background-image: url('../assets/icons/kvizy.svg');
}
.sidebar .menu ul li.menu-item-kvizy:hover a {
  background-image: url('../assets/icons/kvizy.svg');
  filter: brightness(0) saturate(100%) invert(34%) sepia(91%) saturate(7474%) hue-rotate(340deg) brightness(103%) contrast(101%);
}
.sidebar .menu ul li.menu-item-technologie a {
  background-image: url('../assets/icons/technologie.svg');
}
.sidebar .menu ul li.menu-item-technologie:hover a {
  background-image: url('../assets/icons/technologie.svg');
  filter: brightness(0) saturate(100%) invert(34%) sepia(91%) saturate(7474%) hue-rotate(340deg) brightness(103%) contrast(101%);
}
.sidebar .menu ul li.menu-item-knihy a {
  background-image: url('../assets/icons/knihy.svg');
}
.sidebar .menu ul li.menu-item-knihy:hover a {
  background-image: url('../assets/icons/knihy.svg');
  filter: brightness(0) saturate(100%) invert(34%) sepia(91%) saturate(7474%) hue-rotate(340deg) brightness(103%) contrast(101%);
}
.sidebar .menu ul li.menu-item-cestovani a {
  background-image: url('../assets/icons/cestovani.svg');
}
.sidebar .menu ul li.menu-item-cestovani:hover a {
  background-image: url('../assets/icons/cestovani.svg');
  filter: brightness(0) saturate(100%) invert(34%) sepia(91%) saturate(7474%) hue-rotate(340deg) brightness(103%) contrast(101%);
}
.sidebar .menu ul li.menu-item-auto-moto a {
  background-image: url('../assets/icons/auto-moto.svg');
}
.sidebar .menu ul li.menu-item-auto-moto:hover a {
  background-image: url('../assets/icons/auto-moto.svg');
  filter: brightness(0) saturate(100%) invert(34%) sepia(91%) saturate(7474%) hue-rotate(340deg) brightness(103%) contrast(101%);
}
.sidebar .menu ul li a {
  font-family: Prompt;
  font-size: 11px;
  letter-spacing: 3px;
  color: #a1a2a9;
  display: block;
  width: 100%;
  padding-left: 37px;
  padding-right: 37px;
  padding: 16px 0;
  background-repeat: no-repeat;
  background-position: left 37px center;
  padding-left: 80px;
  transition: none;
}
@media only screen and (max-width: 699px) {
  .sidebar .menu ul li a {
    padding-left: 64px;
    background-position: left 24px center;
  }
}
.sidebar ul#secondary-menu li a {
  font-size: 9px;
  padding: 10px 0;
  padding-left: 48px;
}
@media only screen and (max-width: 699px) {
  .sidebar ul#secondary-menu li a {
    padding-left: 36px;
  }
}
.pageWrapper::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  transition: opacity 1s;
  pointer-events: none;
  z-index: 999999999;
}
body.sidebar-open .pageWrapper::after {
  opacity: 0.7;
  pointer-events: all;
}
body.admin-bar .sidebar {
  padding-top: 32px;
}
.sidebarAdTop {
  margin-bottom: 24px;
}
.sidebarBox {
  width: 300px;
}
.sidebarBox__header {
  border-bottom: 1px solid #3f4148;
}
.sidebarBox__headline {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.sidebarBox__body > *:not(:last-child) {
  margin: 24px 0 32px 0;
}
.sidebarBox a {
  text-decoration: none;
  color: white;
}
.sidebarBox a:hover {
  color: #000000;
}
.headerSearch {
  background: black;
  width: 100%;
  z-index: 9;
  display: none;
  padding-bottom: 16px;
}
.headerSearch__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 699px) {
  .headerSearch__inner {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .headerSearch__inner {
    padding: 0 8px;
  }
}
@media only screen and (min-width: 1000px) {
  .headerSearch__inner {
    padding: 0 8px;
  }
}
.headerSearch__form {
  position: relative;
}
.headerSearch__input {
  border: 0 !important;
  border-bottom: 1px solid #3f4148 !important;
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  height: 64px;
  outline: 0;
  width: 100%;
  background-color: transparent;
  padding: 18px 24px;
  margin-bottom: 24px;
  color: #a1a2a9;
}
.headerSearch__input::placeholder {
  color: #1a1b1c;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .headerSearch__input {
    padding-left: 0 !important;
    padding-bottom: 0px !important;
    padding-right: 64px !important;
  }
}
@media only screen and (min-width: 1000px) {
  .headerSearch__input {
    font-size: 50px;
    height: 88px;
  }
}
.headerSearch__submit {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 64px!important;
  height: 64px !important;
  margin-bottom: 0 !important;
  background-image: url('../assets/icons/search.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #3f4148;
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .headerSearch__submit {
    bottom: 12px;
    right: 4px;
    width: 44px!important;
    height: 44px !important;
  }
}
.headerSearch__submit:hover {
  background-image: url('../assets/icons/search-hover.svg');
}
.headerSearch--show {
  display: block;
}
form textarea {
  background: transparent;
  padding: 18px 24px;
  border: 1px solid #3f4148;
  resize: vertical;
  outline: 0;
  min-height: 240px;
  color: #a1a2a9;
  background-repeat: no-repeat;
  background-position: left 16px center;
  width: 100%;
}
form input:-webkit-autofill {
  background: red;
  border: 1px solid green;
  -webkit-text-fill-color: #a1a2a9;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}
form input {
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 18px 24px;
  border: 1px solid #3f4148;
  margin-bottom: 24px;
  color: #a1a2a9;
}
form input[type=submit] {
  cursor: pointer;
}
form div.error {
  position: relative;
  bottom: 16px;
}
.trailerSingle .forum {
  padding: 0px;
}
#modalLogin .facebookLoginButton,
#modalRegister .facebookLoginButton {
  font-family: 'Prompt';
  background-color: #1978f2;
  padding: 16px 24px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 3px;
  color: #ffffff;
  text-decoration: none;
  background-image: url('../assets/icons/facebook-round.svg');
  background-repeat: no-repeat;
  background-position: left 24px center;
  padding-left: 64px;
  width: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
#modalLogin .facebookLoginButton:hover,
#modalRegister .facebookLoginButton:hover {
  background-color: #0c4d9f;
}
.loginSocialButton {
  font-family: 'Prompt';
  padding: 16px 24px;
  padding-left: 64px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 3px;
  color: #ffffff;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left 24px center;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.loginSocialButton__icon {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.loginSocialButton__label {
  display: block;
}
.loginSocialButton--google {
  background-color: #fff;
  color: #3c4043;
  border: 1px solid #dadce0;
  text-transform: none;
  letter-spacing: 0.25px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.loginSocialButton--google:hover {
  background-color: #e8f0fe;
  color: #3c4043;
  border-color: #1a73e8;
  box-shadow: 0 2px 6px rgba(26,115,232,.25);
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  .loginSocialButton {
    font-size: 11px;
    letter-spacing: 1px;
    padding: 16px 16px;
    padding-left: 50px;
    background-position: left 16px center;
  }
  .loginSocialButton__icon {
    left: 16px;
  }
}
@media only screen and (max-width: 699px), only screen and (min-width: 700px) and (max-width: 999px) {
  #modalLogin .facebookLoginButton,
  #modalRegister .facebookLoginButton {
    font-size: 11px;
    letter-spacing: 1px;
    padding: 16px 16px;
    padding-left: 50px;
    background-position: left 16px center;
  }
}
.forum .comment-form-comment label,
.comment-author .says,
.comment-edit-link,
.comment ol.children .reply,
.forum .logged-in-as {
  display: none;
}
.comment ol.children {
  margin-left: 26px;
  list-style: none;
}
.comment-list {
  list-style: none;
  padding: 0px;
}
.comment-body {
  margin: 24px 0;
  position: relative;
}
.comment-author {
  position: absolute;
}
.comment-author .avatar {
  background-size: cover;
  background-position: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.comment-author cite {
  font-family: Prompt;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #ffffff;
  font-style: normal;
  text-decoration: none;
  position: absolute;
  top: 0px;
  left: 65px;
  width: max-content;
  display: inline-block;
}
.comment-author cite a {
  color: #ffffff;
  text-decoration: none;
}
.comment-author cite a:hover {
  color: #f72140 !important;
}
.comment-meta {
  height: 20px;
  text-align: right;
  display: block;
  position: relative;
}
.comment-meta a {
  font-family: Prompt;
  font-size: 12px;
  line-height: 1.67;
  color: #a1a2a9;
  text-decoration: none;
  position: absolute;
  right: 0px;
}
.comment-body p {
  position: relative;
  background-color: rgba(161, 162, 169, 0.16);
  font-family: Prompt;
  font-size: 14px;
  line-height: 1.43;
  color: #a1a2a9;
  padding-left: 16px;
  padding-top: 8px;
  padding-right: 8px;
  margin: 0px 0px 0px 64px;
  word-break: break-word;
}
.comment-body p:first-child {
  margin-top: 3px;
}
.comment-body p:last-of-type {
  padding-bottom: 28px;
}
.comment-body p:first-of-type:before {
  position: absolute;
  left: -7px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 0;
  border-color: transparent rgba(161, 162, 169, 0.16) transparent transparent;
}
.comment-reply-form {
  position: relative;
  padding-bottom: 24px;
}
.reply span,
.comment-reply-form input.submit {
  font-family: Prompt;
  width: 95px;
  padding: 4px 8px;
  background-color: #282829;
  align-items: center;
  color: #a1a2a9;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 2px;
  cursor: pointer;
  text-transform: uppercase;
}
.comment-reply-form input.reset {
  font-family: Prompt;
  font-size: 10px;
  letter-spacing: 2px;
  color: #a1a2a9;
  background-color: transparent;
  cursor: pointer;
  border: 0px;
  width: auto;
  margin-right: 12px;
}
.comment-reply-form input.reset:hover {
  color: #f72140;
}
.comment-reply-form input.reset,
.comment-reply-form input.submit {
  padding: 4px 8px;
  margin: 0px;
}
.comment-reply-form .buttons {
  float: right;
}
.comment-reply-form textarea {
  margin-top: 24px;
  min-height: 52px;
  padding-top: 20px;
  padding-left: 72px;
  color: #5b5e65;
}
.comment-reply-form .avatar {
  position: absolute;
  left: 8px;
  top: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.comment-reply-form .buttons input {
  display: inline-block;
  text-transform: uppercase;
}
.reply {
  display: inline-block;
  position: absolute;
  bottom: 8px;
  right: 3px;
}
.reply span:hover,
.comment-reply-form input.submit:hover {
  cursor: pointer;
  background: #f72140;
  color: #a1a2a9;
}
.articleContent .wp-block-image img {
  width: 100%;
}
.articleContent [id^="ssp-zone-"] {
  max-width: 100%;
}
.articleContent iframe,
.articleContent table {
  max-width: 100%;
}
@media only screen and (max-width: 699px) {
  .articleContent {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .articleContent {
    padding: 0 64px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .articleContent {
    padding: 0 48px;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1499px) {
  .articleContent {
    padding: 0 64px;
  }
}
.articleContent > figure.wp-block-embed-twitter figcaption,
.articleContent > figure.wp-block-embed-soundcloud figcaption,
.articleContent > figure.wp-block-embed-spotify figcaption,
.articleContent > figure.wp-block-embed-vimeo figcaption,
.articleContent > figure.wp-block-embed-dailymotion figcaption,
.articleContent > figure.wp-block-embed-tiktok figcaption,
.articleContent > figure.wp-block-embed-instagram figcaption,
.articleContent > figure.wp-block-embed-facebook figcaption,
.articleContent > figure.wp-block-embed-facebook .wp-block-embed__wrapper,
.articleContent > figure.wp-block-embed-spotify .wp-block-embed__wrapper,
.articleContent > figure.wp-block-embed-vimeo .wp-block-embed__wrapper,
.articleContent > figure.wp-block-embed-dailymotion .wp-block-embed__wrapper,
.articleContent > figure.wp-block-embed-soundcloud .wp-block-embed__wrapper {
  text-align: center;
  display: block;
}
.articleContent figure > figcaption {
  font-family: Prompt, sans-serif;
  font-size: 11px;
  color: #5b5e65;
  padding: 0 8px 8px 8px;
  text-align: right;
  width: 100%;
}
.page-content p {
  color: #a1a2a9;
  font-family: 'Prompt';
  font-size: 17px;
  display: flex;
  margin-bottom: 48px;
}
.page-contact-content {
  line-height: 28px;
  max-width: 550px;
  background: #1a1b1c;
  padding: 32px;
  margin: 0 auto;
  min-height: unset;
}
.page-contact-content p {
  margin-bottom: 16px;
  display: block;
}
.page-contact-content input {
  margin-bottom: 0px !important;
}
.page-contact-content textarea {
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 18px 24px;
  border: 1px solid #3f4148;
  color: #a1a2a9;
}
@media only screen and (max-width: 699px) {
  .articleContent > p:nth-child(1) {
    font-size: 18px;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 699px) {
  .articleContent > p {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 699px) {
  .articleThumb__headline,
  .articleThumbVertical__headline {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 699px) {
  .footer {
    background-position: -1020px -40px;
    background-size: 520%;
  }
}
.wp-block-spacer {
  height: 50px !important;
}
.articleContent .wp-block-image figcaption {
  font-size: 11px;
  color: #5b5e65;
  padding: 4px 8px 0;
  text-align: right;
}
.fancybox-caption__body {
  font-family: Prompt;
}
.articleContent > .wp-block-image {
  margin: 0px;
}
@media only screen and (max-width: 699px) {
  .articleContent > .wp-block-image {
    margin: 0 -16px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .articleContent > .wp-block-image {
    margin: 0 -64px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .articleContent > .wp-block-image {
    margin: 0 -48px;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1499px) {
  .articleContent > .wp-block-image {
    margin: 0 -64px;
  }
}
.articleContent > .wp-block-gallery.has-nested-images {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.articleContent > .wp-block-gallery.has-nested-images > .wp-block-image {
  flex: 1 1 calc(50% - 8px);
  display: flex;
  flex-direction: column;
  margin: 0;
}
.articleContent > .wp-block-gallery.has-nested-images > .wp-block-image img {
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}
.articleContent > .wp-block-gallery.has-nested-images > .wp-block-image figcaption {
  display: block;
  font-size: 11px;
  color: #5b5e65;
  padding: 4px 0 0;
  text-align: right;
  width: 100%;
}
@media only screen and (max-width: 699px) {
  .articleContent > .wp-block-gallery.has-nested-images > .wp-block-image {
    flex-basis: 100%;
  }
}
.wp-block-embed,
.wp-block-gallery {
  margin: 0px;
}
@media only screen and (max-width: 699px) {
  .wp-block-embed,
  .wp-block-gallery {
    margin: 0 -8px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .wp-block-embed,
  .wp-block-gallery {
    margin: 0 -64px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .wp-block-embed,
  .wp-block-gallery {
    margin: 0 -48px;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1499px) {
  .wp-block-embed,
  .wp-block-gallery {
    margin: 0 -64px;
  }
}
/* Old-format Gutenberg gallery (ul.blocks-gallery-grid) */
ul.blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.blocks-gallery-grid .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1em 1em 0;
  position: relative;
  width: calc(50% - 1em);
}
ul.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
ul.blocks-gallery-grid .blocks-gallery-item:last-child {
  margin-right: 0;
}
ul.blocks-gallery-grid .blocks-gallery-item figure {
  display: flex;
  flex-direction: column;
  margin: 0;
}
ul.blocks-gallery-grid .blocks-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
ul.blocks-gallery-grid .blocks-gallery-item figcaption {
  display: block !important;
  font-size: 11px;
  color: #5b5e65;
  padding: 4px 0 0;
  text-align: right;
  width: 100%;
  flex: none;
  position: static;
  background: none;
}
.wp-block-embed .wp-block-embed__wrapper {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 699px) {
  .wp-block-embed.is-type-video {
    margin: 0 -16px;
  }
}
.wp-block-embed.is-type-video iframe {
  width: 100%;
}
.wp-block-embed.is-provider-soundcloud .wp-block-embed__wrapper,
.wp-block-embed.is-provider-spotify .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 40%;
  height: 0;
}
.wp-block-embed.is-provider-soundcloud iframe,
.wp-block-embed.is-provider-spotify iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-block-embed-dailymotion .wp-block-embed__wrapper,
.wp-block-embed.wp-block-embed-vimeo .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.wp-block-embed.wp-embed-aspect-16-9 iframe,
.wp-block-embed.wp-block-embed-dailymotion iframe,
.wp-block-embed.wp-block-embed-vimeo iframe {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
#gdpr-cookie-message {
  max-width: 320px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  margin-left: 30px;
  padding: 16px;
  box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.73);
  background-color: #1a1b1c;
  z-index: 3;
}
#gdpr-cookie-message p {
  padding: 0;
  margin: 0;
  font-family: Prompt;
  font-size: 12px;
  line-height: 1.45;
  color: #a1a2a9;
  margin-bottom: 8px;
}
#gdpr-cookie-message p a {
  font-weight: 500;
  color: #ffffff;
  text-decoration: underline;
}
#gdpr-cookie-message p a:hover {
  color: #f72140;
}
#gdpr-cookie-message button {
  font-family: Prompt;
  border: none;
  background: white;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
  float: right;
}
#gdpr-cookie-message button:hover {
  background: #f72140;
  color: #000000;
  cursor: pointer;
}
#gdpr-cookie-message button:focus {
  outline: none;
}
.page-inzerce .separator {
  max-width: 90%;
  height: 0px;
  margin: 0px auto;
  border: 1px solid rgba(161, 162, 169, 0.3);
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 699px) {
  .page-inzerce .separator {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.page-inzerce h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #FFFFFF;
  text-align: center;
}
.page-inzerce h2 {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #A1A2A9;
  text-align: center;
}
.page-inzerce .button {
  font-size: 15px;
  max-width: 280px;
  text-transform: uppercase;
  text-decoration: none;
}
.page-inzerce .button-red:after {
  transition: none;
}
.page-inzerce .button-red:hover {
  transition: none;
  color: black;
}
.page-inzerce .button-red:hover:after {
  background-color: #950909;
  transition: none;
}
.page-inzerce .linkRed {
  color: #E33C47;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.page-inzerce .linkRed:hover {
  color: white;
}
.page-inzerce form .button {
  max-width: 100%;
}
.page-inzerce .headerContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px auto;
  max-width: 720px;
}
@media only screen and (max-width: 699px) {
  .page-inzerce .headerContainer {
    padding-top: 16px;
  }
}
@media only screen and (max-width: 699px) {
  .page-inzerce .headerContainer img {
    width: 100%;
  }
}
.page-inzerce .wrap {
  display: flex;
  gap: 40px;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 16px;
  flex-wrap: wrap;
  margin-left: 32px;
  margin-right: 32px;
}
.page-inzerce .wrap.gap20 {
  gap: 20px;
}
@media only screen and (max-width: 699px) {
  .page-inzerce .wrap.wrapReverse {
    flex-direction: column-reverse;
  }
}
.page-inzerce .wrap.wrapHeader img {
  max-width: 680px;
  max-height: 468px;
}
.page-inzerce .wrap.wrapMetrics img {
  max-width: 360px;
  max-height: 256px;
}
@media only screen and (max-width: 1150px) {
  .page-inzerce .wrap.wrapContact {
    align-items: center;
  }
  .page-inzerce .wrap.wrapContact .contact {
    width: 100%;
  }
  .page-inzerce .wrap.wrapContact .personCards {
    max-width: 550px;
    width: 100%;
  }
  .page-inzerce .wrap.wrapContact .personCards .personCard {
    width: 100%;
  }
}
@media only screen and (max-width: 699px) {
  .page-inzerce .wrap.wrapContact {
    gap: 0px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 999px) {
  .page-inzerce .wrap {
    gap: 32px;
  }
  .page-inzerce .wrap > div > img {
    width: 400px;
  }
}
@media only screen and (max-width: 699px) {
  .page-inzerce .wrap {
    flex-direction: column;
    flex-wrap: inherit;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media only screen and (min-width: 699px) and (max-width: 1150px) {
  .page-inzerce .wrap #pieChart {
    order: -1;
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 699px) {
  .page-inzerce .wrap > div > img {
    width: 100%;
  }
}
.page-inzerce .linkList {
  list-style-type: none;
  text-transform: uppercase;
  padding: 0px;
}
.page-inzerce .linkList > li a {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  height: 50px;
  color: #E33C47;
  text-decoration: none;
  padding-left: 10px;
}
.page-inzerce .linkList > li a:hover {
  color: white;
}
.page-inzerce .listTitle {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  padding-bottom: 15px;
}
.page-inzerce .contact {
  margin: 0px;
}
@media only screen and (max-width: 699px) {
  .page-inzerce .contact {
    margin: 0px auto;
  }
}
.page-inzerce .personCard {
  width: 480px;
  background-color: #1a1b1c;
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 425px) {
  .page-inzerce .personCard {
    flex-direction: column;
    padding-bottom: 32px;
    text-align: center;
    align-items: center;
  }
}
.page-inzerce .personCard h3 {
  font-family: 'Barlow Condensed', Arial;
  font-size: 28px;
  font-weight: 500;
  color: #FFFFFF;
}
.page-inzerce .personCard a {
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  color: #96979D;
}
.page-inzerce .personCard a:hover {
  color: #f72140;
}
.page-inzerce .personCard p {
  font-size: 12px;
  font-weight: 400;
  color: #96979D;
}
.page-inzerce .personCard img {
  border-radius: 50%;
  margin: 32px;
}
@media (max-width: 425px) {
  .page-inzerce .personCard img {
    margin-bottom: 0px;
  }
}
.page-inzerce .rect {
  height: 16px;
  border-radius: 16px;
  background: #E33C47;
  display: inline-block;
  margin: 0px 10px;
}
.page-inzerce .listContainer {
  min-width: 300px;
}
@media only screen and (max-width: 699px) {
  .page-inzerce .listContainer {
    margin-left: 32px;
  }
}
.page-inzerce .listItem {
  font-size: 15px;
  color: #FFFFFF;
  padding-bottom: 45px;
}
.page-inzerce .listItemStat {
  font-size: 15px;
  color: #FFFFFF;
  margin: 0px 10px 30px 10px;
  position: relative;
  bottom: 15px;
  display: inline-block;
}
@media only screen and (max-width: 366px) {
  .page-inzerce .listItemStat {
    display: inline-grid;
    line-height: 25px;
    position: relative;
    top: -25px;
  }
}
.ad-vertical-center {
  display: flex;
  align-items: center;
  margin: 0px auto;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1000px) {
  .ad-header-im-min-height {
    min-height: 250px;
  }
}
.nor2b2branding {
  position: fixed;
}
.footerAdBlackBackground {
  background: black;
  position: relative;
  z-index: 1;
}
.footerAd {
  max-width: 1080px;
  margin: 0px auto;
  padding-bottom: 32px;
  overflow: hidden;
}
.branding-column {
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 800px;
}
.branding-column-left {
  left: -800px;
}
.branding-column-right {
  right: -800px;
}
.newsletter-form h3 {
  font-weight: 500;
  font-size: 24px;
  color: white;
  margin-bottom: 16px;
}
@media only screen and (max-width: 699px) {
  .newsletter-form h3 {
    font-size: 22px;
  }
}
.newsletter-form form {
  background-color: #2a3036;
  padding: 32px;
  margin-bottom: 16px;
  margin-left: 32px;
  margin-right: 32px;
}
@media only screen and (max-width: 699px) {
  .newsletter-form form {
    padding: 16px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.newsletter-form p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #a1a2a9;
}
@media only screen and (max-width: 699px) {
  .newsletter-form p {
    font-size: 16px;
  }
}
.newsletter-form input {
  border: 1px solid #3f4148;
  background-color: #1a1b1c;
  margin-bottom: 16px;
}
.newsletter-form button {
  width: unset;
  padding: 16px 90px;
}
@media only screen and (max-width: 699px) {
  .newsletter-form button {
    padding: 16px 48px;
  }
}
.newsletter-form .subtitle {
  margin-bottom: 24px;
}
.newsletter-form .message {
  max-width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  margin: 0px;
  margin-top: 8px;
}
.newsletter-form .error {
  color: #f72140;
}
.newsletter-form .success {
  color: #34c130;
}
/* Stylování ankety do wordpressu */
.ays-poll-main .answer-percent {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* Instagram embed card */
.instagram-embed-card {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.2s;
}
.instagram-embed-card:hover {
  opacity: 0.85;
  color: #fff;
}
.instagram-embed-card svg {
  flex-shrink: 0;
}

/* Seznam ad placeholder */
.seznamAd:empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  min-height: 100px;
}
@media only screen and (max-width: 699px) {
  .seznamAd:empty {
    aspect-ratio: 1;
    min-height: auto;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
.seznamAd:empty::after {
  content: "reklama";
  color: #555;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Prompt, sans-serif;
}

/* Scroll fade-in for article thumbnails */
.articleThumb {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.articleThumb.visible {
  opacity: 1;
}

/* Reading progress bar (mobile only) */
#readingProgress {
  display: none;
}
@media only screen and (max-width: 699px) {
  #readingProgress {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #e50914;
    z-index: 9999;
    transition: width 0.1s linear;
  }
}
