@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  font-feature-settings: "lnum" 1;
  box-sizing: border-box;
}
body {
  font-size: 0.9rem;
  font-family: Raleway, Inter, system-ui, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
a {
  text-decoration: none;
}
button {
  background: none;
  border: none;
}
@font-face {
  font-family: LT Remark;
  src: url(/build/assets/LTRemark-Regular-fOoh6DJ1.otf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: LT Remark;
  src: url(/build/assets/LTRemark-Italic-I5NFPIHX.otf);
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: LT Remark;
  src: url(/build/assets/LTRemark-Bold-DUlMsWRv.otf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: LT Remark;
  src: url(/build/assets/LTRemark-Bold-DUlMsWRv.otf);
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: LT Remark;
  src: url(/build/assets/LTRemark-Black-LiBmauwI.otf);
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: LT Remark;
  src: url(/build/assets/LTRemark-BlackItalic-SsDz4opR.otf);
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: FuturaDemic;
  src: url(/build/assets/FuturaDemiC-Italic-vsRWDmSU.otf);
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.thumb-meta {
  --color: #000;
  --font-size: 0.9rem;
  --font-weight: 500;
  --icon-size: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.thumb-meta--light {
  --color: #fff;
}
.thumb-meta--thin {
  --font-weight: 300;
}
.thumb-meta__item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding-left: 0.5rem;
  border-left: 1px solid var(--color);
}
.thumb-meta__link,
.thumb-meta__text {
  color: var(--color);
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  white-space: nowrap;
}
.thumb-meta__link {
  transition: 0.2s ease;
}
.thumb-meta__link:hover {
  color: #888;
}
.thumb-meta__icon {
  color: var(--color);
  width: var(--icon-size);
  height: var(--icon-size);
}
@media screen and (max-width: 430px) {
  .thumb-meta {
    --font-size: 0.8rem;
  }
}
.ptabs {
  margin-block: 1.25rem;
  border-bottom: 1px solid #d5dbe3;
}
.ptabs-collect {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
}
.ptabs-item--active {
  border-bottom: 2px solid #f0ede4;
}
.ptabs-item--active .ptabs-item__link {
  font-weight: 500;
}
.ptabs-item__link {
  display: block;
  padding-block: 0.75rem;
  color: #000;
}
@media screen and (max-width: 430px) {
  .ptabs-collect {
    gap: 0.5rem 1rem;
  }
  .ptabs-item {
    width: calc(50% - 0.5rem);
  }
  .ptabs-item--active {
    background-color: #f2f2f2;
  }
  .ptabs-item__link {
    text-align: center;
  }
}
.alert {
  padding: 0.5rem 0.75rem;
  background-color: green;
  border-radius: 0.25rem;
}
.alert--success {
  color: #fff;
  background-color: #40cc4e;
}
.alert-message {
  font-weight: 500;
}
.adz {
  width: 100%;
}
.adz--sticky {
  position: relative;
  height: 100%;
}
.adz--sticky .adz-banner {
  position: sticky;
  top: 1rem;
}
.adz--desktop {
  display: block;
}
.adz--centered {
  display: flex;
  justify-content: center;
}
.adz--mobile {
  display: none;
}
.adz--background {
  background-color: #f5f6f8;
}
.adz-banner img {
  max-width: 100%;
}
.adz-interscroller {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 480px) {
  .adz--desktop {
    display: none;
  }
  .adz--mobile {
    display: block;
  }
}
.container {
  --max-width: 1280px;
  --inline-space: 1rem;
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: var(--inline-space);
}
.footer {
  margin-top: 2rem;
  padding-block: 2rem;
  background-color: #000;
}
.footer-adz--top {
  display: flex;
  justify-content: center;
}
.footer-adz--top.adz--mobile {
  display: none !important;
}
.footer-inside {
  color: #fff;
}
.footer-main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-block: 1rem;
}
.footer-main__branding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.footer-main__logo-svg {
  color: #fff;
  height: 40px;
}
.footer-main__logo-image {
  height: 40px;
}
.footer-main__group-title {
  display: block;
  margin-bottom: 0.25rem;
  color: #888;
  font-size: 0.75rem;
  font-weight: 500;
}
.footer-main__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  color: #fff;
  list-style-type: none;
}
.footer-main__links-link {
  color: #000;
  font-size: 0.9rem;
  position: relative;
}
.footer-main__links-link:hover:before {
  width: 100%;
}
.footer-main__links-link:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: 0.5s ease;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.footer__nav {
  display: flex;
  gap: 10rem;
}
.footer__nav > .footer__column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .footer__nav > .footer__column {
    gap: 1rem;
  }
  .footer__nav {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .footer__nav > .footer__column:nth-child(1),
  .footer__nav > .footer__column:nth-child(2) {
    flex: 1 1 45%;
  }
  .footer__nav > .footer__column:nth-child(3) {
    flex: 1 1 100%;
  }
}
.footer__link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 2;
  font-size: 0.875rem;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__languages {
  display: flex;
  gap: 3rem;
}
.footer__languages .footer__lang {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.footer__languages .footer__lang--active:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.footer-medias {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.footer-projects {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding-block: 2rem;
}
.footer-projects__image {
  height: 30px;
}
.footer-socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-socials__item {
  color: #fff;
}
.footer-socials__icon {
  width: 2rem;
  height: 2.25rem;
}
.footer-bottom {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 2rem;
}
@media screen and (max-width: 480px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .footer-bottom .footer-bottom__copy {
    max-width: 100%;
    line-height: 1.4;
    white-space: normal;
  }
}
.footer-bottom__copy {
  color: #fff;
  font-size: 0.85rem;
  font-family: LT Remark;
  font-weight: 400;
  text-transform: uppercase;
}
.footer-bottom__docs {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-bottom__docs-item {
  color: #000;
  font-size: 0.8rem;
  transition: 0.2s ease;
}
.footer-bottom__docs-item:hover {
  color: #888;
}
@media screen and (max-width: 480px) {
  .footer-adz--top.adz--mobile {
    display: flex !important;
  }
  .footer-main__branding {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 0;
  }
}
.header {
  --icon-size: 1.5rem;
  --logo-height: 2rem;
}
.header-inside {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.header-top {
  border-bottom: 1px solid #888;
}
.header-top__inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 1rem;
}
.header-top__group {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header-top__menu {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  cursor: pointer;
}
.header-top__menu-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.header-top__logo {
  display: block;
  height: var(--logo-height);
}
.header-top__logo-image {
  height: var(--logo-height);
}
.header-top__cats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1.125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-top__cats-item {
  position: relative;
}
.header-top__cats-item:hover .header-top__cats-subs {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.header-top__cats-subs {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding-block: 0.75rem;
  padding-inline: 1rem;
  list-style-type: none;
  background-color: #f3f3f3;
  opacity: 0;
  visibility: hidden;
  transform: translate(-25%);
  transition: 0.5s ease;
}
.header-top__cats-subs__link {
  color: #000;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
}
.header-top__cats-link {
  padding-block: 0.375rem;
  color: #000;
  font-size: 0.8rem;
  font-family: var(--font-serif), sans-serif;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.header-top__cats-link:hover {
  opacity: 0.5;
}
.header-top__cats-linkTo {
  padding-block: 0.375rem;
  color: #a23431;
  font-size: 0.875rem;
  font-family: var(--font-serif), sans-serif;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.header-top__cats-linkTo:hover {
  opacity: 0.5;
}
.header-top__tools {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-top__tools-link {
  transition: all 0.2s;
}
.header-top__tools-link--button {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
}
.header-top__tools-link--button:hover {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.header-top__tools-link--locale {
  color: #000;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.header-top__tools-text {
  font-size: 0.7rem;
  text-transform: uppercase;
}
.header-top__tools-icon {
  color: #000;
}
.header-top__tools-icon--journal {
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}
.header-top__tools-icon--search {
  width: 1.25rem;
  height: 1.25rem;
}
.header-top__tools-icon--user {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 500px) {
  .header-top {
    background-color: #fff;
  }
  .header-top__cats,
  .header-top__tools-item--subscribe {
    display: none;
  }
  .header-top__tools-icon--journal {
    display: block;
  }
  .header-cats {
    display: flex;
  }
}
.category-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .category-nav {
    display: block;
    overflow-x: auto;
    background-color: #fff;
  }
  .category-nav__wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .category-nav__wrapper::-webkit-scrollbar {
    display: none;
  }
  .category-nav__list {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    padding: 0 1rem;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    padding-block: 0.5rem;
  }
  .category-nav__item {
    flex-shrink: 0;
  }
  .category-nav__item-link {
    display: block;
    font-family: var(--font-serif, serif);
    font-size: 0.75rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    padding: 0.75rem 0;
    transition: color 0.2s ease;
  }
  .category-nav__item-link:hover,
  .category-nav__item-link:focus {
    color: #888;
  }
  .category-nav__item-linkTo {
    display: block;
    font-family: var(--font-serif, serif);
    font-size: 0.75rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    color: #a23431;
    padding: 0.75rem 0;
    transition: color 0.2s ease;
  }
  .category-nav__item-linkTo:hover,
  .category-nav__item-linkTo:focus {
    color: #888;
  }
  .category-nav__item-subs {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 0.5rem 1rem;
    box-shadow: 0 2px 6px #0000001a;
    z-index: 10;
  }
  .category-nav__item-subs__item {
    margin: 0.25rem 0;
  }
  .category-nav__item-subs__item__link {
    color: #000;
    font-size: 0.875rem;
    text-decoration: none;
  }
  .category-nav__item-subs__item__link:hover {
    color: #666;
  }
}
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.navigation--active .navigation-wrapper {
  background-color: #000000bf;
  visibility: visible;
}
.navigation--active .navigation-inside {
  transform: translate(0);
}
.navigation-wrapper {
  width: 100%;
  height: 100%;
  background-color: #0000;
  visibility: hidden;
  pointer-events: auto;
  transition: 0.2s ease;
}
.navigation-inside {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 300px;
  height: 100%;
  padding: 1rem 0.5rem;
  background-color: #000;
  overflow-y: auto;
  transform: translate(-100%);
  transition: 0.5s ease;
}
.navigation-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1000;
  cursor: pointer;
}
.navigation-close__icon {
  width: 24px;
  height: 24px;
}
.navigation .search {
  background-color: #000;
  padding-inline: 0.75rem;
  padding-top: 4rem;
  max-width: 600px;
  font-family: var(--font-serif);
  font-weight: 600;
}
.navigation .search__label {
  font-size: 24px;
  color: #aaa;
  display: block;
  margin-bottom: 10px;
}
.navigation .search__field {
  display: flex;
  align-items: center;
  position: relative;
}
.navigation .search__input {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  outline: none;
}
.navigation .search__button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.navigation .search__icon {
  width: 24px;
  height: 24px;
  stroke: #fff;
  fill: none;
}
.navigation .search__underline {
  height: 1px;
  background: #aaa;
  margin-top: 10px;
}
.navigation__languages {
  display: flex;
  gap: 3rem;
  padding-inline: 0.75rem;
}
.navigation__languages .navigation__lang {
  color: #fff;
  font-family: var(--font-serif);
  text-decoration: none;
  position: relative;
}
.navigation__languages .navigation__lang--active:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.navigation-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation-heading__logo {
  height: 1.25rem;
}
.navigation-heading__close {
  color: #000;
  font-size: 0.75rem;
  cursor: pointer;
}
.navigation-socials {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navigation-socials__link {
  color: #888;
  transition: 0.2s ease;
}
.navigation-socials__link:hover {
  color: #000;
}
.navigation-socials__icon {
  width: 2.25rem;
  height: 2.25rem;
}
.navigation-menu__group {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navigation-menu__group-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 0.75rem;
}
.navigation-menu__group-item {
  margin-bottom: 0.125rem;
  padding-inline: 0.75rem;
  transition: 0.25s ease;
  cursor: pointer;
}
.navigation-menu__group-item--active {
  background-color: #fff;
}
.navigation-menu__group-item--active .navigation-menu__subs {
  max-height: 500px;
  padding: 0 0 0.5rem;
}
.navigation-menu__group-item--active .navigation-menu__group-link {
  color: #000;
}
.navigation-menu__group-item--active .navigation-menu__group-chevron {
  transform: scale(0.75) rotate(0);
}
.navigation-menu__group-item--subs .navigation-menu__group-chevron {
  opacity: 1;
}
.navigation-menu__group-item:hover {
  background-color: #fff;
}
.navigation-menu__group-item:hover .navigation-menu__group-link {
  color: #000;
}
.navigation-menu__group-link {
  color: #fff;
  font-weight: 500;
  font-family: var(--font-serif);
  text-transform: uppercase;
}
.navigation-menu__group-chevron {
  width: 24px;
  height: 24px;
  transform: scale(0.75) rotate(-90deg);
  opacity: 0;
  transition: 0.25s ease;
}
.navigation-menu__subs {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  transition: 0.5s ease;
}
.navigation-menu__subs-link {
  color: #000000bf;
  font-weight: 500;
  transition: 0.25s ease;
}
.navigation-menu__subs-link:hover {
  color: #000;
}
@media screen and (max-width: 480px) {
  .navigation-socials {
    display: flex;
  }
}
.to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #000;
  border-radius: 50%;
  transition: 0.2s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.to-top--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.to-top-icon {
  width: 25px;
  height: 25px;
  color: #fff;
}
@media screen and (max-width: 430px) {
  .to-top {
    right: 1rem;
    bottom: 1rem;
    width: 2.25rem;
    height: 2.25rem;
  }
  .to-top-icon {
    transform: scale(1) translateY(-2.5%);
  }
}
.scroll-timeline {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 999999;
  pointer-events: none;
}
.scroll-timeline-progress {
  width: 0;
  height: 100%;
  margin: 0;
  background-color: #f0ede4;
  border: none;
  transition: 0.1s ease;
}
.bodyInside {
  position: relative;
  width: 100%;
  height: 100%;
}
.bodyInside--reduced .bodyInside-content {
  display: flex;
  justify-content: center;
  padding-top: 300px;
}
.bodyInside--reduced .bodyInside-content__inside {
  max-width: 1000px;
}
.bodyInside-adz,
.bodyInside-content {
  position: absolute;
  top: 0;
  left: 0;
}
.bodyInside-adz {
  z-index: -1;
}
.bodyInside-content {
  width: 100%;
  pointer-events: none;
}
.bodyInside-content__inside {
  width: 100%;
  background-color: #fff;
  pointer-events: auto;
}
@media screen and (max-width: 480px) {
  .bodyInside--reduced .bodyInside-content {
    padding-top: 0;
  }
}
.cookieConsent {
  position: fixed;
  bottom: 2rem;
  left: 1rem;
  z-index: 99999999;
  width: calc(100% - 2rem);
  max-width: 320px;
  transition: 0.25s ease;
}
.cookieConsent--hidden {
  opacity: 0;
  visibility: hidden;
}
.cookieConsent-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 14px 14px 64px #00000040;
}
.cookieConsent-image {
  width: 100%;
  max-width: 64px;
  color: #000;
}
.cookieConsent-title {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.cookieConsent-text {
  font-size: 0.9rem;
  text-align: center;
}
.cookieConsent-text a {
  color: #000;
  text-decoration: underline;
}
.cookieConsent-accept {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.75rem;
  color: #000;
  font-weight: 600;
  background-color: #f0ede4;
  border-radius: 0.5rem;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .cookieConsent {
    max-width: 100%;
  }
}
.staticBanner {
  display: none;
}
.staticBanner-action {
  display: block;
}
.staticBanner-image {
  width: 100%;
}
.staticBanner-image--mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .staticBanner .container {
    padding-inline: 0;
  }
  .staticBanner-image--desktop {
    display: none;
  }
  .staticBanner-image--mobile {
    display: block;
  }
}
.cmsHeader {
  --textColor: #fff;
  --textPrimary: #ff5349;
  --bgColor: #18181b;
  --bgColorActive: #6d7077;
  color: var(--textColor);
  background-color: var(--bgColor);
}
.cmsHeader-inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cmsHeader-section {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cmsHeader-group {
  padding-block: 0.25rem;
  transition: 0.2s ease;
  cursor: pointer;
  position: relative;
}
.cmsHeader-group:hover {
  padding-inline: 0.5rem;
  background-color: var(--bgColorActive);
}
.cmsHeader-group:hover .cmsHeader-group__sub {
  opacity: 1;
  visibility: visible;
}
.cmsHeader-group__label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--textColor);
}
.cmsHeader-group__label-icon {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cmsHeader-group__label-holder {
  color: currentColor;
}
.cmsHeader-group__sub {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-block: 0.5rem;
  padding-inline: 0.5rem;
  width: 100%;
  background-color: var(--bgColorActive);
  transition: 0.2s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
}
.cmsHeader-group__sub-item {
  color: #fff;
  font-weight: 300;
  cursor: pointer;
  transition: 0.2s ease;
}
.cmsHeader-group__sub-item:hover {
  color: var(--textPrimary);
}
.catable {
  margin-bottom: 3rem;
}
.catable--more-columns .catable-collect {
  grid-template-columns: repeat(4, 1fr);
}
.catable--more-columns .catable-post__category {
  display: block;
}
.catable--more-columns .catable-post__title {
  text-transform: none;
}
.catable-inside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  border: thick double #000;
}
.catable-heading {
  padding-inline: 2rem;
  text-align: center;
  background-color: #fff;
  transform: translateY(calc(-50% - 0.25rem));
}
.catable-heading__title {
  font-family: Cormorant, serif;
  font-size: 2rem;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
}
.catable-collect {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
  padding-inline: 2rem;
  padding-bottom: 2rem;
}
.catable-post {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.catable-post__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.catable-post__preview {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid #000;
  border-radius: 50%;
}
.catable-post__category {
  display: none;
  color: #888;
  font-family: var(--font-serif), serif;
  font-size: 0.9rem;
}
.catable-post__title {
  color: #000;
  font-family: var(--font-serif), serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 430px) {
  .catable--more-columns .catable-collect {
    grid-template-columns: repeat(2, 1fr);
  }
  .catable-collect {
    grid-template-columns: repeat(1, 1fr);
  }
  .catable-post {
    gap: 1rem;
  }
}
.simplified-inside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.simplified-collect {
  display: grid;
  gap: 2rem;
}
.simplified-collect--2 {
  grid-template-columns: repeat(2, 1fr);
}
.simplified-collect--4 {
  grid-template-columns: repeat(4, 1fr);
}
.simplified-collect--4 .simplified-post__preview {
  aspect-ratio: 1/1;
}
.simplified-post {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.simplified-post:hover .simplified-post__info-date {
  padding-left: 1rem;
}
.simplified-post__preview {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  transition: 0.75s ease;
}
.simplified-post__preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.75s ease;
}
.simplified-post__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: 0.75s ease;
}
.simplified-post__info-date {
  color: #00000080;
  font-size: 0.75rem;
  text-transform: uppercase;
  transition: 0.5s ease;
}
.simplified-post__info-title {
  color: #000;
  font-size: 1.1rem;
  font-family: var(--font-serif), serif;
  font-weight: 400;
  text-transform: none;
  transition: 0.75s ease;
}
.simplified-post__info-subtitle {
  color: #000000bf;
  font-size: 1.25rem;
  font-family: Cormorant, serif;
}
.simplified-post--featured {
  grid-column: 1/-1;
  flex-direction: row;
  align-items: stretch;
}
.simplified-post--featured .simplified-post__info-title {
  text-transform: uppercase;
  font-size: 1.75rem;
  text-align: center;
}
.simplified-post--featured .simplified-post__preview,
.simplified-post--featured .simplified-post__info {
  width: 50%;
}
.simplified-post--featured .simplified-post__preview {
  aspect-ratio: unset;
  position: relative;
  min-height: 570px;
}
.simplified-post--featured .simplified-post__preview-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.simplified-post--featured .simplified-post__info {
  padding: 2rem;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .simplified-collect {
    gap: 1rem;
  }
  .simplified-collect--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .simplified-collect--2 .simplified-post__preview {
    aspect-ratio: 3/4;
  }
  .simplified-collect--4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .simplified-collect--4 .simplified-post {
    flex-direction: row;
  }
  .simplified-collect--4 .simplified-post--featured {
    flex-direction: column-reverse;
  }
  .simplified-post {
    gap: 0.75rem;
    margin-bottom: 0.5rem;
  }
  .simplified-post__preview {
    aspect-ratio: 3/4;
  }
  .simplified-post__info {
    flex: 1;
  }
  .simplified-post__info-date {
    font-size: 0.75rem;
  }
  .simplified-post__info-title {
    font-size: 1rem;
    min-width: 10rem;
  }
  .simplified-post__info-subtitle {
    font-size: 1.125rem;
  }
  .simplified-post--featured {
    flex-direction: column-reverse;
  }
  .simplified-post--featured .simplified-post__preview,
  .simplified-post--featured .simplified-post__info {
    width: 100%;
    margin-inline: -1rem;
    width: calc(100% + 2rem);
  }
  .simplified-post--featured .simplified-post__info-title {
    text-align: center;
    font-size: 1.125rem;
  }
}
.subcat {
  position: relative;
  margin-bottom: 4rem;
  border-top: 1px solid #000;
  padding-top: 1.5rem;
}
.subcat a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.subcat__title {
  font-family: Cormorant;
  font-size: 4rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.subcat__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
.subcat__grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
.subcat__grid--5,
.subcat__grid--6,
.subcat__grid--7,
.subcat__grid--8,
.subcat__grid--9,
.subcat__grid--10 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 480px) {
  .subcat__grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .subcat__grid--5,
  .subcat__grid--6,
  .subcat__grid--7,
  .subcat__grid--8,
  .subcat__grid--9,
  .subcat__grid--10 {
    grid-template-columns: repeat(1, 1fr);
  }
  .subcat {
    border-top: none;
  }
  .subcat__title {
    font-size: 3rem;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
  }
}
.subcat-card--ratio-0 .subcat-card__image,
.subcat-card--ratio-1 .subcat-card__image {
  aspect-ratio: 1/1;
}
.subcat-card--ratio-2 .subcat-card__image {
  aspect-ratio: 3/4;
}
.subcat-card__image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.subcat-card__title {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: var(--font-serif);
  margin-top: 1rem;
  min-height: 4.375rem;
}
@media screen and (max-width: 480px) {
  .subcat-card--ratio-0 .subcat-card__image,
  .subcat-card--ratio-1 .subcat-card__image {
    aspect-ratio: 3/4;
  }
  .subcat-card__title {
    font-size: 1rem;
  }
}
.subcat__grid--row-card .subcat-card {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.subcat__grid--row-card .subcat-card__image {
  flex-shrink: 0;
  width: 180px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.subcat__grid--row-card .subcat-card__title {
  font-size: 1.25rem;
  flex: 1;
  margin-top: 0;
  word-break: break-word;
}
@media screen and (max-width: 480px) {
  .subcat__grid--row-card .subcat-card__title {
    font-size: 1.1rem;
  }
}
.meshed {
  margin-bottom: 3rem;
}
.meshed-inside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.meshed-heading {
  font-size: 2.25rem;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  border-bottom: 3px solid #f0ede4;
}
.meshed-collect {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 1fr);
  gap: 1rem;
  width: 100%;
}
.meshed-post {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #d5dbe3;
}
.meshed-post:hover .meshed-post__info-title {
  color: #888;
}
.meshed-post:hover .meshed-post__info-description {
  color: #000;
}
.meshed-post__preview {
  width: 100%;
  height: 164px;
  -o-object-fit: cover;
  object-fit: cover;
}
.meshed-post__info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.meshed-post__info-title,
.meshed-post__info-description {
  display: -webkit-box;
  text-overflow: ellipsis;
  transition: 0.25s ease;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.meshed-post__info-title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
}
.meshed-post__info-description {
  color: #535d54;
  font-size: 1.25rem;
  font-weight: 200;
  font-family: Spectral, serif;
}
.meshed-post:nth-child(3) .meshed-post__preview,
.meshed-post:nth-child(4) .meshed-post__preview,
.meshed-post:nth-child(5) .meshed-post__preview,
.meshed-post:nth-child(7) .meshed-post__preview,
.meshed-post:nth-child(9) .meshed-post__preview,
.meshed-post:nth-child(10) .meshed-post__preview {
  display: none;
}
.meshed-post:nth-child(1) {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 1.5rem;
  grid-area: 1/1/5/5;
  aspect-ratio: 6/4;
  background-color: #0000004d;
  border-top: none;
}
.meshed-post:nth-child(1) .meshed-post__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: contrast(1.25);
  z-index: -1;
}
.meshed-post:nth-child(1) .meshed-post__meta {
  --color: #fff;
}
.meshed-post:nth-child(1) .meshed-post__info {
  gap: 0.375rem;
}
.meshed-post:nth-child(1) .meshed-post__info-title,
.meshed-post:nth-child(1) .meshed-post__info-description {
  color: #fff;
}
.meshed-post:nth-child(1) .meshed-post__info-title {
  font-size: 2rem;
  font-weight: 500;
}
.meshed-post:nth-child(1) .meshed-post__info-description {
  color: #ccc;
  font-size: 1.25rem;
}
.meshed-post:nth-child(2) {
  grid-area: 1/5/5/7;
}
.meshed-post:nth-child(3) {
  grid-area: 1/7/3/9;
}
.meshed-post:nth-child(4) {
  grid-area: 3/7/5/9;
}
.meshed-post:nth-child(5) {
  grid-area: 5/1/7/3;
}
.meshed-post:nth-child(6) {
  grid-area: 5/3/9/5;
}
.meshed-post:nth-child(7) {
  grid-area: 5/5/7/7;
}
.meshed-post:nth-child(8) {
  grid-area: 5/7/9/9;
}
.meshed-post:nth-child(9) {
  grid-area: 7/1/9/3;
}
.meshed-post:nth-child(10) {
  grid-area: 7/5/9/7;
}
@media screen and (max-width: 430px) {
  .meshed-inside {
    gap: 1rem;
  }
  .meshed-heading {
    font-size: 1.5rem;
  }
  .meshed-collect {
    display: flex;
    flex-direction: column;
  }
  .meshed-post {
    gap: 0.75rem;
    padding-top: 0.75rem;
  }
  .meshed-post__info {
    gap: 0.375rem;
  }
  .meshed-post__info-title {
    font-size: 1.25rem;
  }
  .meshed-post__info-description {
    font-size: 1.125rem;
  }
  .meshed-post__preview {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .meshed-post:nth-child(1) {
    padding: 1rem;
    aspect-ratio: auto;
    height: 600px;
  }
  .meshed-post:nth-child(1) .meshed-post__info-title {
    font-size: 1.25rem;
  }
  .meshed-post:nth-child(1) .meshed-post__info-description {
    font-size: 1rem;
  }
}
.chess {
  margin-bottom: 3rem;
}
.chess-inside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.chess-heading {
  position: relative;
  display: block;
  width: 100%;
  font-family: var(--font-serif), serif;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.chess-heading:after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background-color: #000;
  margin: 0 auto;
  margin-top: 1rem;
}
.chess-collect {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.5rem;
}
.chess-post {
  display: flex;
  flex-direction: column;
  width: calc(25% - 1.5rem);
  gap: 1rem;
}
.chess-post__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.chess-post__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.chess-post__info-title,
.chess-post__info-description {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.chess-post__info-title {
  color: #000;
  font-family: var(--font-serif), serif;
  font-size: 1.1rem;
  font-weight: 400;
}
.chess-post__info-description {
  color: #535d54;
  font-size: 2.5rem;
  font-weight: 300;
  font-family: Spectral, serif;
}
.chess-post__info-sentence {
  color: #000;
  font-size: 1rem;
}
.chess-post__delimiter {
  width: 100%;
  max-width: 200px;
  height: 4px;
  background-color: #f0ede4;
}
.chess-post__preview {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.chess-lazy {
  margin-top: 1rem;
  margin-inline: auto;
}
.chess-lazy__action {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding-block: 1rem;
  padding-inline: 3rem;
  background-color: #000;
  cursor: pointer;
}
.chess-lazy__action-text {
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.chess-lazy__action-icon {
  width: 0.9rem;
  height: 0.9rem;
  color: #555;
}
@media screen and (max-width: 430px) {
  .chess-inside {
    gap: 1rem;
  }
  .chess-heading {
    margin-bottom: 0.5rem;
    font-size: 2.7rem;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 400;
  }
  .chess-heading:after {
    width: 100%;
  }
  .chess-collect {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
  }
  .chess-post {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 0.5rem;
  }
  .chess-post__preview {
    width: 150px;
    height: 150px;
  }
  .chess-post__info {
    align-items: center;
    justify-content: center;
    margin-block: auto;
  }
  .chess-post__info-title {
    padding-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 400;
    display: block;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
  .chess-post__info-description {
    font-size: 1rem;
  }
  .chess-post__info-sentence {
    font-size: 0.875rem;
  }
}
.rowable {
  --cols-count: 4;
  margin-bottom: 3rem;
}
.rowable-inside {
  padding-bottom: 1.5rem;
}
.rowable-heading {
  width: 100%;
  padding-block: 2rem 1.5rem;
  text-align: center;
  border-top: 1px solid #000;
}
.rowable-heading__title {
  font-family:
    Tenor Sans,
    serif;
  font-size: 2.25rem;
  text-transform: uppercase;
}
.rowable-collect {
  display: grid;
  grid-template-columns: repeat(var(--cols-count), 1fr);
  gap: 1rem;
}
.rowable-post {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.rowable-post__preview {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.rowable-post__title {
  color: #000;
  font-family: var(--font-serif), serif;
  font-weight: 300;
  text-align: center;
}
.daily-more-wrapper {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.daily-load-more-btn {
  background: transparent;
  border: 2px solid #000;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #000;
}
.daily-load-more-btn:hover {
  background: #000;
  color: #fff;
}
.daily-load-more-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.daily-load-more-btn:disabled:hover {
  background: transparent;
  color: inherit;
}
.daily-load-more-container {
  margin: 20px 0;
}
.daily-load-more-container .daily-section {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease forwards;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bodyInside-adz {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.bodyInside-adz > div,
.bodyInside-adz > div > a {
  width: 100%;
  height: 100%;
}
.bodyInside-adz img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: top center;
}
