@import url(https://fonts.googleapis.com/css2?family=Palanquin+Dark&family=Playfair+Display&display=swap);
@charset "UTF-8";
.link, a {
  text-decoration: none;
}

button {
  display: block;
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
}

@font-face {
  font-family: Antonio;
  src: url("/fonts/antonio/Antonio-Bold.ttf");
}
@font-face {
  font-family: Roboto;
  src: url("/fonts/roboto/Roboto-Regular.ttf");
}
.sidebar, .sidebar__wrapper-fixed {
  width: 76px;
}

.blog__related-posts-list {
  margin-right: 76px;
}

@media (max-width: 767px) {
  .sidebar, .sidebar__wrapper-fixed {
    width: 45px;
  }
  .blog__related-posts-list {
    margin-right: 45px;
  }
}
/* ---------------- */
/* 		TEXT 		*/
.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 0.3rem 0;
}
.line-clamp.lc-1 {
  -webkit-line-clamp: 1;
}
.line-clamp.lc-2 {
  -webkit-line-clamp: 2;
}
.line-clamp.lc-3 {
  -webkit-line-clamp: 3;
}

/* ---------------- */
/* 		footer		*/
.footer {
  margin-top: auto;
  flex-shrink: 0;
  position: relative;
}
.footer .footer__inner-container {
  margin-bottom: 2rem;
}
.footer .footer__copyright {
  margin-top: 136px;
  color: #858585;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-top: 40px;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 5;
}
.navbar .navbar__wrapper {
  background-color: #fff;
}
.navbar .navbar__wrapper .navbar__header {
  display: flex;
  padding: 0 2.5vw;
}
.navbar .navbar__wrapper .navbar__header .navbar__header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 2px solid #9f9b98;
}
.navbar .navbar__wrapper .navbar__header .navbar__theme-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border-radius: 50%;
  padding: 5px;
  color: #141414;
}
.navbar .navbar__wrapper .navbar__header .navbar__menu-icon {
  display: none;
}
.navbar .navbar__wrapper .navbar__header .navbar__logo {
  position: relative;
  text-align: center;
  color: #141414;
  padding: 0.6rem 0;
}
.navbar .navbar__wrapper .navbar__header .navbar__logo .navbar__logo-title {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Antonio";
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}
@media (min-width: 48rem) {
  .navbar .navbar__wrapper .navbar__header .navbar__logo .navbar__logo-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 64rem) {
  .navbar .navbar__wrapper .navbar__header .navbar__logo .navbar__logo-title {
    font-size: 2rem;
  }
}
.navbar .navbar__wrapper .navbar__header .navbar__logo .navbar__logo-subtitle {
  font-size: 0.8rem;
  opacity: 0.7;
}
@media (min-width: 48rem) {
  .navbar .navbar__wrapper .navbar__header .navbar__logo .navbar__logo-subtitle {
    font-size: 0.9rem;
  }
}
@media (min-width: 64rem) {
  .navbar .navbar__wrapper .navbar__header .navbar__logo .navbar__logo-subtitle {
    font-size: 1rem;
  }
}
.navbar .navbar__wrapper .navbar__menu {
  position: relative;
}
.navbar .navbar__wrapper .navbar__menu .navbar__menu-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #9f9b98;
  width: 100%;
}
.navbar .navbar__wrapper .navbar__menu .navbar__menu-list {
  display: flex;
  align-items: center;
  top: 0;
  height: 100%;
}
.navbar .navbar__wrapper .navbar__menu .navbar__menu-list:first-child .navbar__menu-item:first-child {
  border-left: none;
}
.navbar .navbar__wrapper .navbar__menu .navbar__menu-list:nth-child(2) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.navbar .navbar__wrapper .navbar__menu .navbar__menu-list:last-child .navbar__menu-item:last-child {
  border-right: none;
}
.navbar .navbar__wrapper .navbar__menu .navbar__menu-list .navbar__menu-item {
  text-align: center;
  text-transform: uppercase;
  border-left: 1px solid #9f9b98;
  padding: 0 0.5rem;
  margin: 0.5rem 0;
}
.navbar .navbar__wrapper .navbar__menu .navbar__menu-list .navbar__menu-item:last-child {
  border-right: 1px solid #9f9b98;
}
@media (min-width: 1024px) {
  .navbar .navbar__wrapper .navbar__menu .navbar__menu-list .navbar__menu-item {
    display: inline-block;
    opacity: 1;
    visibility: visible;
  }
}
.navbar .navbar__wrapper .navbar__menu .navbar__menu-list .navbar__menu-item .navbar__menu-link {
  background: none;
  border: none;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  color: #141414;
  cursor: pointer;
}
.navbar .navbar__wrapper .navbar__menu .navbar__menu-list .navbar__menu-item .navbar__menu-link.tags-trigger {
  font-size: 1rem;
}
.navbar .navbar__wrapper .navbar__menu .navbar__menu-list .navbar__menu-item .navbar__menu-link[data-active=true] {
  color: #fff;
  background-color: #141414;
}
.navbar .navbar__wrapper .navbar__menu .navbar__menu-list .navbar__menu-icon {
  display: flex;
  align-items: center;
  pointer-events: auto;
}

/*
.loader-spinner {
    display: none;

    &.show {
        display: block;
        position: absolute;
        width: 1.25rem;
        height: 1.25rem;
        border: 0.15em solid currentColor;
        border-right-color: transparent;
        border-radius: 50%;
        animation: spinner .75s linear infinite;
    }
}
*/
@-webkit-keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}
.tags-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}

.tag-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #141414;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 10px;
  border: 1px solid #141414;
  border-radius: 50px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.tag-item.active-tag {
  background-color: #141414;
  color: #fff;
}
.tag-item .tag-item__count {
  border-left: 1px solid #94908f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
}

@media (min-width: 64rem) {
  .navbar:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .navbar.tags-open:before {
    opacity: 1;
    visibility: visible;
  }
  .navbar .navbar__tags {
    position: absolute;
    width: 100%;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform 0.2s cubic-bezier(0.73, 0.21, 0.17, 0.99);
    z-index: -1;
  }
  .navbar .navbar__tags.open {
    transform: translateY(0);
  }
}
@media (max-width: 64rem) {
  .navbar__menu-icon {
    position: absolute;
    left: 0;
    display: inline-block !important;
    cursor: pointer;
    transition: all 200ms ease-in-out;
  }
  .navbar__menu-icon .menu-icon__line {
    background: #141414;
    width: 20px;
    height: 2px;
    border-radius: 5px;
    position: relative;
    transition: all 0.2s ease-in-out;
  }
  .navbar__menu-icon .menu-icon__line:not(:last-child) {
    margin-bottom: 5px;
  }
  .navbar__menu-icon.open .arrow-bottom,
.navbar__menu-icon.open .arrow-top {
    width: 9px;
    left: -1px;
  }
  .navbar__menu-icon.open .arrow-top {
    transform: rotate(-45deg);
    top: 4px;
  }
  .navbar__menu-icon.open .arrow-bottom {
    transform: rotate(45deg);
    bottom: 4px;
  }
}
.navbar__menu,
.navbar__tags {
  display: none;
}

@media (min-width: 64rem) {
  .navbar__menu,
.navbar__tags {
    display: flex;
    padding: 0 2.5vw;
  }
}
/* ============= */
/*      MENU     */
.menu {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;
  transform: translateX(-100%);
  transition: 0.2s all ease-in-out;
}
@media (max-width: 64rem) {
  .menu {
    height: calc(100vh - 81px);
  }
  .menu.open {
    transform: translateX(0);
  }
}
@media (max-width: 48rem) {
  .menu {
    height: calc(100vh - 72px);
  }
}
.menu .menu__wrapper {
  height: 100%;
  background-color: #fff;
  padding: 0 2.5vw;
  overflow-y: auto;
}
.menu .menu__wrapper .menu__section {
  position: relative;
}
.menu .menu__wrapper .menu__section:not(.menu__section-links) {
  margin-bottom: 1.5rem;
}
.menu .menu__wrapper .menu__section.menu__section-tags {
  padding: 1.5rem 2.5vw;
  background-color: #f4f4f4;
  margin-inline: -2.5vw;
  max-height: 300px;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.menu .menu__wrapper .menu__section.menu__section-tags.expanded {
  max-height: 2000px;
}
.menu .menu__wrapper .menu__section.menu__section-tags:not(.expanded):before {
  content: "";
  position: absolute;
  bottom: 32px;
  height: 2.5rem;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 1;
}
.menu .menu__wrapper .menu__section.menu__section-tags .menu__list.tags-wrapper {
  margin-bottom: 0.5rem;
  padding-bottom: 1rem;
}
.menu .menu__wrapper .menu__section.menu__section-tags .tags__show-all {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  color: #141414;
  background-color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.9rem;
}
.menu .menu__wrapper .menu__section.menu__section-tags .tags__show-all i.bi {
  font-size: 1rem;
}
.menu .menu__wrapper .menu__section.menu__section-tags .tags__show-all:before {
  content: "Afficher plus";
}
.menu .menu__wrapper .menu__section.menu__section-tags .tags__show-all.expanded:before {
  content: "Afficher moins";
}
.menu .menu__wrapper .menu__section.menu__section-socials p {
  font-size: 0.8rem;
  color: #141414;
  opacity: 0.8;
  margin-top: 0.4rem;
  text-align: center;
}
.menu .menu__wrapper .menu__section-title {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.menu .menu__wrapper .menu__item:not(:last-child) {
  border-bottom: 1px solid #9f9b98;
}
.menu .menu__wrapper .menu__item .menu__item-link {
  color: #141414;
  text-transform: uppercase;
  padding: 1.5rem 0;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu .menu__wrapper .menu__item .menu__item-link i.bi {
  font-size: 1.2rem;
}
.menu .menu__wrapper .menu__list-socials {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .menu__wrapper .menu__item-social .menu__link-social {
  color: #141414;
  font-size: 1.1rem;
  padding: 1rem 0.5rem;
}

/* ==================== */
/*      INDEX PAGE      */
.index__section {
  display: flex;
  flex-direction: column-reverse;
}

.index__grid {
  width: calc(100% + 2rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(400px, auto);
}
.index__grid .newspaper__article {
  border-left: none !important;
  width: 100% !important;
  border-bottom: 2px solid #94908f;
}
.index__grid .newspaper__article:first-child {
  grid-column: 1/3;
  grid-row: 1;
  border-bottom: 2px solid #94908f !important;
}
.index__grid .newspaper__article:first-child .newspaper__article-img {
  aspect-ratio: 16/9;
  height: auto;
}
.index__grid .newspaper__article:not(:first-child) .newspaper__article-header {
  flex-direction: column-reverse;
}
.index__grid .newspaper__article:not(:first-child) .newspaper__article-img {
  height: auto;
  aspect-ratio: 4/3;
}
@media (min-width: 48rem) {
  .index__grid .newspaper__article:nth-child(even) {
    border-right: 2px solid #94908f !important;
  }
  .index__grid .newspaper__article:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.index__grid .newspaper__article:last-child {
  border-bottom: none;
}

.empty__wrapper {
  padding: 2rem 1rem;
}

.index__aside {
  width: 100%;
}
.index__aside .index__aside-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index__aside .index__aside-wrapper .index__aside-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
}
.index__aside .index__aside-wrapper .index__aside-header .index__aside-count {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
}
.index__aside .index__aside-wrapper .index__aside-header .tag-item {
  margin: 0;
}
.index__aside .index__aside-wrapper .index__aside-title {
  display: none;
  height: calc(100vh - 143px);
  font-size: calc(80px + 8 * (100vw - 1440px) / 480);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 400;
}

@media (max-width: 48rem) {
  .index__grid .newspaper__article {
    grid-column: 1/3;
  }
}
@media (max-width: 64rem) {
  .index__grid {
    margin-inline: -1rem;
  }
}
@media (min-width: 64rem) {
  .index__section {
    flex-direction: row;
  }
  .index__grid {
    width: 70%;
    margin-left: -1rem;
    border-right: 2px solid #94908f;
  }
  .index__aside {
    width: calc(30% + 1rem);
  }
  .index__aside .index__aside-wrapper .index__aside-header {
    padding: 1rem;
    border-bottom: 2px solid #94908f;
  }
  .index__aside .index__aside-wrapper .index__aside-title {
    display: block;
  }
}
/* ==================== */
/* 		SHOW PAGE 		*/
.article__highlight {
  position: relative;
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid #94908f;
}
.article__highlight .article__highlight-title {
  display: flex;
  padding-left: 2rem;
  flex-direction: column;
  justify-content: center;
}
.article__highlight .article__highlight-img {
  padding: 1rem;
  border-right: 2px solid #94908f;
  margin-right: 0;
  padding-left: 0;
  height: 80vh;
}
.article__highlight .article__highlight-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.article__highlight:not(:has(.article__highlight-img)) {
  justify-content: center;
}
.article__highlight:not(:has(.article__highlight-img)) .article__highlight-title {
  height: auto;
  padding-top: 3rem;
}
@media (min-width: 64rem) {
  .article__highlight:not(:has(.article__highlight-img)) .article__highlight-title {
    padding: 2rem;
    text-align: center;
    height: 80vh;
    border-left: 2px solid #94908f;
    border-right: 2px solid #94908f;
  }
}

.article__highlight-img,
.article__wrapper {
  width: 60%;
}

.article__highlight-title,
.article__aside {
  width: 40%;
}

.article__container {
  width: 100%;
  margin-inline: auto;
  margin-left: 0;
  display: flex;
}

.article__wrapper {
  padding-top: 2rem;
  border-right: 2px solid #94908f;
}
.article__wrapper section {
  padding-right: 1rem;
}
.article__wrapper section:not(:last-child) {
  border-bottom: 2px solid #94908f;
}

.article__category,
.article__date {
  text-transform: uppercase;
  font-weight: bold;
}

.article__category {
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}

.article__title {
  font-family: "Antonio";
  line-height: 1;
  margin-bottom: 1.5rem;
  font-size: calc(45px + 40 * (100vw - 240px) / 1680);
}

.article__date {
  font-size: 0.9rem;
}

.article__content {
  padding-bottom: 2rem;
  min-height: 50vh;
}

.article__images {
  padding: 1rem 0;
}

.article__tags {
  padding-top: 1.5rem;
}

.article__images-list {
  -moz-columns: 2;
       columns: 2;
  gap: 1rem;
}
.article__images-list .article__image-link {
  display: block;
}
.article__images-list .article__image-link img {
  width: 100%;
  margin-bottom: 0.75rem;
}

.article__related {
  padding: 1rem;
  padding-right: 0;
}
.article__related h3 {
  font-family: "Antonio";
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  color: #141414;
}

.article__related .newspaper__article {
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: 2px solid #94908f !important;
}

@media (max-width: 48rem) {
  .article__images-list {
    -moz-columns: 1;
         columns: 1;
  }
}
@media (max-width: 64rem) {
  .article__highlight,
.article__container {
    flex-direction: column;
  }
  .article__highlight-img,
.article__wrapper {
    width: 100%;
  }
  .article__highlight-title,
.article__aside {
    width: 100%;
  }
  .article__highlight,
.article__wrapper {
    border: none !important;
  }
  .article__wrapper {
    padding-top: 1rem;
  }
  .article__wrapper section {
    padding-right: 0;
  }
  .article__wrapper .article__content {
    min-height: auto !important;
  }
  .article__highlight-title {
    padding-left: 0 !important;
  }
  .article__highlight-img {
    border-right: none !important;
    padding-right: 0 !important;
    height: 60vh !important;
  }
  .article__related .newspaper__article:last-child {
    border-bottom: none !important;
  }
  .article__related {
    padding-left: 0;
    border-top: 2px solid #94908f;
  }
}
/* ==================== */
/* 		ABOUT PAGE 		*/
.about__wrapper {
  display: flex;
}
.about__wrapper .about__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__wrapper .about__title h1 {
  font-family: "Antonio";
  text-transform: uppercase;
  line-height: 1;
  font-size: calc(45px + 40 * (100vw - 240px) / 1680);
}
.about__wrapper .about__image {
  overflow: hidden;
  padding: 1rem 0;
  height: 70vh;
}
.about__wrapper .about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.about__wrapper .about__text {
  padding: 1.5rem 0;
  margin: 0 auto;
}
.about__wrapper .contact-item {
  text-align: center;
  margin-top: 3rem;
}

@media (min-width: 64rem) {
  .about__wrapper .about__image,
.about__wrapper .about__text {
    width: 35%;
  }
  .about__wrapper .about__image,
.about__wrapper .about__title {
    position: -webkit-sticky;
    position: sticky;
    top: calc(127px + 1rem);
    height: calc(100vh - 127px - 1rem);
  }
  .about__wrapper .about__image {
    padding-right: 1rem;
  }
  .about__wrapper .about__title {
    padding: 4rem;
    border-left: 2px solid #94908f;
    border-right: 2px solid #94908f;
  }
  .about__wrapper .about__title h1 {
    text-orientation: mixed;
    writing-mode: vertical-rl;
  }
  .about__wrapper .about__text {
    padding: 3rem 0;
  }
}
@media (max-width: 64rem) {
  .about__title {
    margin-top: 3rem;
  }
  .about__wrapper {
    flex-direction: column;
  }
}
.contact__wrapper {
  display: flex;
  min-height: calc(100vh - 143px - 98px);
}
@media (min-width: 64rem) {
  .contact__wrapper .contact__col-left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    border-right: 2px solid #94908f;
  }
}
.contact__wrapper .contact__col-right {
  display: flex;
  width: 100%;
}

.contact__title {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: calc(55px + 40 * (100vw - 240px) / 1680);
  font-family: "Antonio";
  font-weight: bold;
  padding: 1.5rem;
  padding-left: 0;
  text-transform: uppercase;
  color: #141414;
}
@media (min-width: 64rem) {
  .contact__title {
    border-bottom: 2px solid #94908f;
  }
}

.contact__socials {
  display: flex;
  width: 100%;
}
@media (min-width: 64rem) {
  .contact__socials {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

.contact__socials-item {
  font-size: 2rem;
  padding: 1.5rem;
  color: #fff;
}
.contact__socials-item[data-instagram] {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.contact__socials-item[data-twitter] {
  background-color: #1DA1F2;
}
.contact__socials-item[data-linkedin] {
  background-color: #0077b0;
}
.contact__socials-item[data-tiktok] {
  background-color: #000;
}
@media (min-width: 64rem) {
  .contact__socials-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1;
  }
  .contact__socials-item:not(:first-child) {
    border-left: 2px solid #94908f;
  }
}
.contact__socials-item span {
  font-family: "Antonio";
  text-orientation: mixed;
  writing-mode: vertical-rl;
  display: block;
  margin-bottom: 3rem;
}

.contact__image {
  width: 400px;
  height: 100%;
  padding: 1rem;
  border-right: 2px solid #94908f;
}
.contact__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}

.contact__form-title {
  font-size: 4rem;
  font-family: "Antonio";
  text-transform: uppercase;
  display: block;
  padding: 1.5rem;
  margin: 1.5rem;
  text-align: center;
  color: #141414;
}
@media (min-width: 64rem) {
  .contact__form-title {
    text-orientation: mixed;
    writing-mode: vertical-rl;
  }
}

.contact__form {
  height: 100%;
  width: 100%;
  border-left: 2px solid #94908f;
}
.contact__form .contact__flex-field {
  display: flex;
}
.contact__form .contact__flex-field .firstname-field, .contact__form .contact__flex-field .name-field {
  flex: 1;
}
.contact__form .contact__flex-field .name-field {
  border-left: 2px solid #94908f;
}
.contact__form .contact__form-field {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #94908f;
  background-color: #fff;
}
.contact__form .contact__form-field input, .contact__form .contact__form-field textarea {
  width: 100%;
  border: none !important;
  outline: none !important;
  padding: 1.5rem;
  font-size: 1rem;
  font-family: "Roboto";
}
.contact__form .contact__form-field input::-moz-placeholder, .contact__form .contact__form-field textarea::-moz-placeholder {
  font-family: "Roboto";
}
.contact__form .contact__form-field input::placeholder, .contact__form .contact__form-field textarea::placeholder {
  font-family: "Roboto";
}
.contact__form .contact__honeypot {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.contact__form textarea {
  height: 300px;
  border: 1px solid #94908f;
  resize: none;
}
.contact__form .text-wrapper {
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
  font-size: 0.9rem;
}
.contact__form .text-wrapper .text-length__wrapper {
  padding: 0.3rem;
}
.contact__form .form__footer {
  display: flex;
  justify-content: flex-end;
}

.flash-message {
  position: fixed;
  bottom: 2rem;
  z-index: 4;
  background-color: #141414;
  color: #fff;
  font-size: 0.9rem;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  transform-origin: left;
  transition: all 0.2s ease-in-out;
}
.flash-message.hide {
  opacity: 0;
  scale: 0;
  visibility: hidden;
}

.error-field {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: red;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 2;
}
.error-field .error-field__popover {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 5px;
  color: #fff;
  display: none;
  font-size: 12px;
  right: 9px;
  transform: translate(20%, 0.5rem);
  padding: 7px 10px;
  min-width: 150px;
  max-width: 250px;
  z-index: 1;
  top: 100%;
  text-align: center;
}
.error-field .error-field__popover:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.85);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -7px;
  content: "";
  display: block;
  right: 20%;
  transform: translateX(50%);
  position: absolute;
}
.error-field:hover .error-field__popover {
  display: block;
  -webkit-animation: fade-in 0.3s linear 1, move-down 0.3s linear 1;
          animation: fade-in 0.3s linear 1, move-down 0.3s linear 1;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes move-down {
  from {
    top: 80%;
  }
  to {
    top: 100%;
  }
}
@keyframes move-down {
  from {
    top: 80%;
  }
  to {
    top: 100%;
  }
}
@media (max-width: 64rem) {
  .contact__col-right {
    flex-direction: column;
  }
  .contact__form {
    border-left: none !important;
  }
  .contact__form-field textarea, .contact__form-field input {
    padding-inline: 0 !important;
  }
  .contact__flex-field {
    flex-direction: column;
  }
  .contact__flex-field .name-field {
    border-left: none !important;
  }
  .contact__wrapper {
    flex-direction: column-reverse;
  }
  .contact__form-title,
.contact__title {
    font-size: 2rem;
    margin: 0;
    padding: 3.5rem 0 1rem 0 !important;
    text-align: left;
  }
  .contact__socials .contact__socials-item {
    font-size: 1.5rem;
    width: 25%;
    text-align: center;
  }
  .contact__socials .contact__socials-item span {
    display: none;
  }
}
#instafeed {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-inline: -2.5vw;
  padding-inline: 2.5vw;
}
@media (min-width: 30rem) {
  #instafeed {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 48rem) {
  #instafeed {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 64rem) {
  #instafeed {
    grid-template-columns: repeat(4, 1fr);
  }
}
#instafeed a {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  display: block;
  overflow: hidden;
  border: 1px solid #94908f;
}
#instafeed a img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: filter 0.3s ease-in-out;
  /*
  &:hover {
      filter: grayscale(0);
  }
  */
}

.parallax-section {
  position: relative;
  padding: 16vw 0;
  overflow: hidden;
  margin-inline: -2.5vw;
}
.parallax-section .text-container {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  transform: translateY(-50%);
}
.parallax-section .text-container .parallax-text {
  position: relative;
  font-family: "Antonio";
  font-size: 8vw;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  color: #141414;
  margin: 0;
}
.parallax-section .text-container .parallax-text .black {
  background-color: #141414;
  color: #fff;
}
.parallax-section .text-container .parallax-text .link {
  cursor: pointer;
  color: #141414;
}
.parallax-section .text-container .parallax-text .link:hover {
  color: transparent !important;
  -webkit-text-stroke: 0.2vw #141414 !important;
}
.parallax-section .text-container .parallax-text:last-child {
  align-self: flex-end;
}

.error-container .error-wrapper {
  display: flex;
}
.error-container .error-wrapper .error-message {
  flex: 1;
  padding: 1.5rem;
  padding-left: 0;
}
.error-container .error-wrapper .error-aside {
  flex: 1;
  min-height: auto;
  display: flex;
  flex-direction: column;
}
.error-container .error-wrapper .error-aside .bg-hatched {
  height: 100%;
}

.error-message {
  display: flex;
  flex-direction: column;
}

.error-message__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-top: auto;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
.error-message__footer .error__subtitle {
  padding-right: 1rem;
}
.error-message__footer .btn-wrapper {
  height: 100%;
}
.error-message__footer .btn-wrapper .main-btn {
  display: flex;
  height: 100%;
  margin: 0;
}
@media (min-width: 48rem) {
  .error-message__footer .btn-wrapper .main-btn {
    height: 180px;
  }
}

.error__subtitle {
  font-family: "Antonio";
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-size: calc(30px + 40 * (100vw - 240px) / 1680);
  color: #141414;
}

.error__title-wrapper {
  padding: 1.5rem 0;
  border-top: 3px solid #141414;
  border-bottom: 3px solid #141414;
}

.error__title {
  font-family: "Antonio";
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-size: calc(200px + 40 * (100vw - 240px) / 1680);
  color: #141414;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #141414;
  color: #fff;
  padding-inline: 5vw;
  padding-bottom: 1.5rem;
}
.error__title div {
  position: relative;
}
.error__title div:before {
  content: attr(data-digit);
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}
.error__title .dot {
  position: relative;
}
.error__title .dot:before {
  content: "•";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}

.error-aside__about {
  display: flex;
  padding-right: 0;
  border-bottom: 2px solid #94908f;
}
.error-aside__about .error-aside__about-img {
  overflow: hidden;
  width: 200px;
  padding: 1rem;
  padding-left: 0;
  filter: grayscale(1);
  border-right: 2px solid #94908f;
}
.error-aside__about .error-aside__about-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.error-aside__about .main-btn {
  margin-bottom: 0;
  margin-right: auto;
  margin-left: 0;
}

.error-aside__content {
  padding: 1rem;
  padding-right: 0;
}

.error-aside__contact {
  display: flex;
  flex-direction: column-reverse;
  border-bottom: 2px solid #94908f;
}
.error-aside__contact .error-aside__content {
  margin-left: auto;
}
.error-aside__contact .error__subtitle {
  text-align: right;
  margin-left: 2rem;
}
.error-aside__contact .main-btn {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
}

.error-posts__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: minmax(400px, auto);
}
.error-posts__grid .newspaper__article {
  border-left: none !important;
  width: 100% !important;
  border-bottom: 2px solid #94908f;
}
.error-posts__grid .newspaper__article:last-child .newspaper__article-header {
  flex-direction: column-reverse;
}
.error-posts__grid .newspaper__article .newspaper__article-img {
  filter: grayscale(1);
}

@media only screen and (min-width: 64rem) and (max-width: 75rem) {
  .error-posts__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .error-posts__grid .newspaper__article {
    padding-inline: 1rem !important;
  }
  .error-posts__grid .newspaper__article:first-child {
    border-right: 2px solid #94908f !important;
  }
}
@media (max-width: 48rem) {
  .error__title {
    font-size: calc(150px + 40 * (100vw - 240px) / 1680);
  }
}
@media (max-width: 25rem) {
  .error__title {
    font-size: calc(100px + 40 * (100vw - 240px) / 1680);
  }
}
@media (min-width: 75rem) {
  .error-aside {
    border-left: 2px solid #94908f;
  }
}
@media (max-width: 75rem) {
  .error-wrapper {
    flex-direction: column;
  }
  .error-wrapper .error-message {
    flex: 1;
    padding: 1.5rem;
    padding-inline: 0 !important;
    width: 100%;
    border-bottom: 3px solid #141414;
  }
  .error-wrapper .error-aside {
    flex: 1;
    min-height: auto;
    width: 100%;
  }
  .error-wrapper .error-aside .newspaper__article {
    padding-inline: 0;
  }
  .error-wrapper .error-aside .error-aside__about .error-aside__about-img {
    padding-left: 0;
  }
  .error-wrapper .error-aside .error-aside__contact .contact__socials {
    padding-left: 0;
  }
}
@media (max-width: 90rem) {
  .error-aside__contact .contact__socials {
    padding: 1rem;
    padding-right: 0;
    width: 100%;
  }
  .error-aside__contact .contact__socials .contact__socials-item {
    font-size: 1.5rem;
    width: 25%;
    text-align: center;
  }
  .error-aside__contact .contact__socials .contact__socials-item span {
    display: none;
  }
}
@media (min-width: 90rem) {
  .error-posts__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .error-posts__grid .newspaper__article:first-child {
    border-right: 2px solid #94908f !important;
  }
  .error-aside__contact {
    display: flex;
    flex-direction: row;
  }
  .error-aside__contact .contact__socials {
    padding: 1rem;
    border-right: 2px solid #94908f;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  .error-aside__contact .error-aside__content {
    margin-left: auto;
  }
  .error-aside__contact .error__subtitle {
    text-align: right;
    margin-left: 2rem;
  }
  .error-aside__contact .main-btn {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
[data-theme=dark] {
  background-color: #141414 !important;
  color: #fff !important;
}
[data-theme=dark] .navbar__wrapper {
  background-color: #141414 !important;
}
[data-theme=dark] .navbar__wrapper .navbar__logo {
  color: #fff !important;
}
[data-theme=dark] .navbar__wrapper .navbar__menu-link {
  color: #fff !important;
}
[data-theme=dark] .navbar__wrapper .navbar__menu-link[data-active=true] {
  background-color: #fff !important;
  color: #141414 !important;
}
[data-theme=dark] .navbar__wrapper .navbar__tags {
  background-color: #141414 !important;
}
[data-theme=dark] .navbar__wrapper .navbar__theme-btn {
  color: #fff !important;
}
[data-theme=dark] .navbar__wrapper .menu-icon__line {
  background: #fff !important;
}
[data-theme=dark] .menu__wrapper {
  background-color: #141414 !important;
}
[data-theme=dark] .menu__wrapper .menu__item-link {
  color: #fff !important;
}
[data-theme=dark] .menu__wrapper .menu__section-tags {
  background-color: #282828 !important;
}
[data-theme=dark] .menu__wrapper .menu__section-tags:not(.expanded):before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #141414 100%) !important;
}
[data-theme=dark] .menu__wrapper .menu__section-tags .tags__show-all {
  background-color: #141414 !important;
  color: #fff !important;
}
[data-theme=dark] .menu__wrapper .menu__section-socials .menu__link-social {
  color: #fff !important;
}
[data-theme=dark] .menu__wrapper .menu__section-socials p {
  color: #fff !important;
}
[data-theme=dark] .tag-item {
  color: #fff !important;
  border-color: #fff !important;
}
[data-theme=dark] .tag-item.active-tag {
  background-color: #fff !important;
  color: #141414 !important;
}
[data-theme=dark] .newspaper__article-inner {
  color: #fff !important;
}
[data-theme=dark] .text {
  color: #fff !important;
}
[data-theme=dark] .article__related h3 {
  color: #fff !important;
}
[data-theme=dark] .contact__title,
[data-theme=dark] .contact__socials-item,
[data-theme=dark] .contact__form-title {
  color: #fff !important;
}
[data-theme=dark] .contact__form .contact__form-field input, [data-theme=dark] .contact__form .contact__form-field textarea {
  background-color: #141414 !important;
  color: #fff !important;
}
[data-theme=dark] .contact__form .contact__form-field {
  background-color: #141414 !important;
  color: #fff !important;
}
[data-theme=dark] .flash-message {
  background-color: #fff !important;
  color: #141414 !important;
}
[data-theme=dark] .parallax-section .text-container .parallax-text {
  color: #fff !important;
}
[data-theme=dark] .parallax-section .text-container .parallax-text .black {
  background-color: #fff !important;
  color: #141414 !important;
}
[data-theme=dark] .parallax-section .text-container .parallax-text .link {
  color: #fff !important;
}
[data-theme=dark] .parallax-section .text-container .parallax-text .link:hover {
  color: transparent !important;
  -webkit-text-stroke: 0.2vw #fff !important;
}
[data-theme=dark] .main-btn {
  background-color: #fff !important;
  border-color: #fff !important;
}
[data-theme=dark] .main-btn:before {
  background-color: #141414 !important;
}
[data-theme=dark] .main-btn:after {
  border-color: #fff;
}
[data-theme=dark] .main-btn span {
  color: #141414 !important;
}
[data-theme=dark] .main-btn:hover span {
  color: #fff !important;
}
[data-theme=dark] .main-btn:hover:after {
  border-color: #fff;
  background-color: #fff;
}
[data-theme=dark] .error-container .error-message {
  border-color: #fff;
}
[data-theme=dark] .error-container .error__subtitle {
  color: #fff !important;
}
[data-theme=dark] .error-container .error__title-wrapper {
  border-color: #fff;
}
[data-theme=dark] .error-container .error__title-wrapper .error__title {
  background-color: #fff !important;
  color: #141414 !important;
}
[data-theme=dark] .error-container .error__title-wrapper .error__title [data-digit]:before,
[data-theme=dark] .error-container .error__title-wrapper .error__title .dot:before {
  -webkit-text-stroke: 2px #141414;
}

/* ---------------------------- */
/*      THEME TRANSITIONS       */
body {
  transition: all 0.2s ease-in-out !important;
}
body .navbar__wrapper {
  transition: all 0.2s ease-in-out !important;
}
body .navbar__wrapper .navbar__logo {
  transition: all 0.2s ease-in-out !important;
}
body .navbar__wrapper .navbar__menu-link {
  transition: all 0.2s ease-in-out !important;
}
body .navbar__wrapper .navbar__tags {
  transition: all 0.2s ease-in-out !important;
}
body .navbar__wrapper .navbar__theme-btn {
  transition: all 0.2s ease-in-out !important;
}
body .navbar__wrapper .menu-icon__line {
  transition: all 0.2s ease-in-out !important;
}
body .menu__wrapper {
  transition: all 0.2s ease-in-out !important;
}
body .menu__wrapper .menu__item-link {
  transition: all 0.2s ease-in-out !important;
}
body .menu__wrapper .menu__section-tags {
  transition: all 0.2s ease-in-out !important;
}
body .menu__wrapper .menu__section-tags:before {
  transition: all 0.2s ease-in-out !important;
}
body .menu__wrapper .menu__section-tags .tags__show-all {
  transition: all 0.2s ease-in-out !important;
}
body .menu__wrapper .menu__section-socials .menu__link-social {
  transition: all 0.2s ease-in-out !important;
}
body .menu__wrapper .menu__section-socials p {
  transition: all 0.2s ease-in-out !important;
}
body .tag-item {
  transition: all 0.2s ease-in-out !important;
}
body .newspaper__article-inner {
  transition: all 0.2s ease-in-out !important;
}
body .text {
  transition: all 0.2s ease-in-out !important;
}
body .article__related h3 {
  transition: all 0.2s ease-in-out !important;
}
body .contact__title,
body .contact__socials-item,
body .contact__form-title {
  transition: all 0.2s ease-in-out !important;
}
body .contact__form .contact__form-field input, body .contact__form .contact__form-field textarea {
  transition: all 0.2s ease-in-out !important;
}
body .contact__form .contact__form-field {
  transition: all 0.2s ease-in-out !important;
}
body .flash-message {
  transition: all 0.2s ease-in-out !important;
}
body .main-btn {
  transition: all 0.2s ease-in-out !important;
}
body .main-btn:before, body .main-btn:after,
body .main-btn span {
  transition: all 0.2s ease-in-out !important;
}
body .error-container .error-message {
  transition: all 0.2s ease-in-out !important;
}
body .error-container .error__subtitle {
  transition: all 0.2s ease-in-out !important;
}
body .error-container .error__title-wrapper {
  transition: all 0.2s ease-in-out !important;
}
body .error-container .error__title-wrapper .error__title {
  transition: all 0.2s ease-in-out !important;
}
body .error-container .error__title-wrapper .error__title [data-digit]:before,
body .error-container .error__title-wrapper .error__title .dot:before {
  transition: all 0.2s ease-in-out !important;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background-color: #fff;
  color: #141414;
}
@media (max-width: 64rem) {
  html.open,
body.open {
    overflow: hidden !important;
  }
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  min-height: 100vh;
}

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

h1, h2, h3, h4, h5, h5 {
  margin: 0;
}

img {
  border-style: none;
}

i.bi {
  line-height: 1;
}

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

.footer {
  margin-top: auto;
}
.footer .inner-container {
  border-top: 2px solid #94908f;
  margin-inline: 2.5vw;
  padding-inline: 0;
}

.page-wrapper {
  margin-bottom: auto;
  padding-inline: 2.5vw;
}

.btn-wrapper {
  display: flex;
  align-items: center;
}
.btn-wrapper.-right {
  justify-content: flex-end;
}
.btn-wrapper.-left {
  justify-content: flex-start;
}
.btn-wrapper.-center {
  justify-content: center;
}
.btn-wrapper.-spaced {
  justify-content: space-between;
}

.main-btn {
  display: inline-block;
  position: relative;
  padding: 1.2rem;
  margin: 2rem 0;
  font-family: "Antonio";
  font-size: 1rem;
  background-color: #141414;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  margin-right: 2rem;
  border: 1px solid #141414;
}
.main-btn:before, .main-btn:after,
.main-btn span {
  transition: all 0.2s ease-in-out;
}
.main-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.main-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #141414;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 0;
}
.main-btn span {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 1;
}
.main-btn span i.bi {
  font-size: 1.5rem;
  margin-bottom: 3px;
  margin-left: 0.3rem;
}
.main-btn:hover:before {
  width: 100%;
}
.main-btn:hover:after {
  background-color: #141414;
}
.main-btn:hover span {
  color: #141414;
}

/* ---------------------------- */
/* 		hatched-bacground		*/
.bg-hatched {
  background-image: repeating-linear-gradient(135deg, #94908f, #94908f 10%, transparent 10%, transparent 50%);
  background-size: 12px 12px;
}

/* -----------------*/
/* 		SECTION 	*/
.section {
  padding-top: 50px;
}
@media (min-width: 1024px) {
  .section {
    padding-top: 7.32421875vw;
  }
}
@media (min-width: 1440px) {
  .section {
    padding-top: 6.9444444444vw;
  }
}
.section .section__header {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .section .section__header {
    margin-bottom: 6.25vw;
  }
}
@media (min-width: 1440px) {
  .section .section__header {
    margin-bottom: 5.5555555556vw;
  }
}
.section .section__header .section__header-wrapper {
  display: flex;
  align-items: center;
  margin: 0 2.5vw;
}
@media (min-width: 48rem) {
  .section .section__header .section__header-wrapper {
    gap: 2rem;
  }
}
.section .section__header .section__header-wrapper .section__header-content {
  width: 40%;
}
.section .section__header .section__header-wrapper .section__header-content .section__header-title,
.section .section__header .section__header-wrapper .section__header-content .section__header-eyebrow {
  display: block;
  position: relative;
}
.section .section__header .section__header-wrapper .section__header-content .section__header-title {
  letter-spacing: 0.02rem;
  line-height: 1;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
.section .section__header .section__header-wrapper .section__header-content .section__header-title:before {
  content: "";
  display: block;
  height: 2px;
  left: -8px;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 40px;
  background-color: var(--primary-color);
}
@media (min-width: 1024px) {
  .section .section__header .section__header-wrapper .section__header-content .section__header-title {
    font-size: 2.34375vw;
  }
  .section .section__header .section__header-wrapper .section__header-content .section__header-title:before {
    left: -1.171875vw;
    width: 2.5vw;
  }
}
@media (min-width: 1440px) {
  .section .section__header .section__header-wrapper .section__header-content .section__header-title {
    font-size: 2.0833333333vw;
  }
  .section .section__header .section__header-wrapper .section__header-content .section__header-title:before {
    left: -1.3888888889vw;
    width: 2.5vw;
  }
}
.section .section__header .section__header-wrapper .section__header-content .section__header-eyebrow {
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
}
.section .section__header .section__header-wrapper .section__header-content .section__header-eyebrow:before {
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 11px;
  width: 30px;
  background-color: var(--primary-color);
}
@media (min-width: 1024px) {
  .section .section__header .section__header-wrapper .section__header-content .section__header-eyebrow {
    font-size: 1.171875vw;
  }
}
@media (min-width: 1440px) {
  .section .section__header .section__header-wrapper .section__header-content .section__header-eyebrow {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1023px) {
  .section .section__header .section__header-wrapper .section__header-content.section__content-eyebrow {
    display: none;
  }
}

/* ================== */
/* 		NEWSPAPER 	  */
.noise-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/noise.png);
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.newspaper__section:not(.instafeed-section) {
  overflow: hidden;
}

.newspaper__grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -1rem;
}
.newspaper__grid-wrapper.grid-2 .newspaper__article:first-child, .newspaper__grid-wrapper.grid-2 .newspaper__article:last-child {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.newspaper__grid-wrapper.grid-2 .newspaper__article:first-child .newspaper__article-title, .newspaper__grid-wrapper.grid-2 .newspaper__article:last-child .newspaper__article-title {
  margin-bottom: 2rem;
}
.newspaper__grid-wrapper.grid-2 .newspaper__article:first-child .newspaper__article-header {
  flex-direction: column-reverse;
}
.newspaper__grid-wrapper.grid-2 .newspaper__article:first-child .newspaper__article-img {
  aspect-ratio: 3/3.38;
  height: auto;
}
.newspaper__grid-wrapper.grid-2 .newspaper__article:last-child .newspaper__article-img {
  aspect-ratio: 16/9;
  height: auto;
}
.newspaper__grid-wrapper.grid-2 .newspaper__article:first-child,
.newspaper__grid-wrapper .grid__col-4 {
  width: 100%;
}
@media (min-width: 48rem) {
  .newspaper__grid-wrapper.grid-2 .newspaper__article:first-child:not(:first-child),
.newspaper__grid-wrapper .grid__col-4:not(:first-child) {
    border-left: 2px solid #94908f;
  }
}
@media (max-width: 48rem) {
  .newspaper__grid-wrapper.grid-2 .newspaper__article:first-child:not(:first-child),
.newspaper__grid-wrapper .grid__col-4:not(:first-child) {
    border-top: 2px solid #94908f;
  }
  .newspaper__grid-wrapper.grid-2 .newspaper__article:first-child .newspaper__article,
.newspaper__grid-wrapper .grid__col-4 .newspaper__article {
    padding-inline: 0;
    margin-inline: 1rem;
  }
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .newspaper__grid-wrapper.grid-2 .newspaper__article:first-child,
.newspaper__grid-wrapper .grid__col-4 {
    width: 50%;
  }
  .newspaper__grid-wrapper.grid-2 .newspaper__article:first-child:last-child,
.newspaper__grid-wrapper .grid__col-4:last-child {
    width: 100%;
    border-top: 2px solid #94908f;
  }
  .newspaper__grid-wrapper.grid-2 .newspaper__article:first-child:last-child .newspaper__article,
.newspaper__grid-wrapper .grid__col-4:last-child .newspaper__article {
    border-left: none;
    padding-inline: 0;
    margin-inline: 1rem;
  }
}
@media (min-width: 64rem) {
  .newspaper__grid-wrapper.grid-2 .newspaper__article:first-child,
.newspaper__grid-wrapper .grid__col-4 {
    width: 33.33333%;
  }
}
.newspaper__grid-wrapper .grid__col-6 {
  width: 50%;
}
.newspaper__grid-wrapper.grid-2 .newspaper__article:last-child,
.newspaper__grid-wrapper .grid__col-8 {
  width: 66.666667%;
}
.newspaper__grid-wrapper .grid__col-12 {
  width: 100%;
}

.newspaper__article {
  position: relative;
  padding: 2.5rem 1rem;
  display: flex;
  height: 100%;
}
@media (min-width: 48rem) {
  .newspaper__article:not(:first-child) {
    border-left: 2px solid #94908f;
  }
}
.newspaper__article .newspaper__article-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #141414;
}
.newspaper__article .newspaper__article-inner:not(:has(.newspaper__article-img)) {
  justify-content: center;
  text-align: center;
}
.newspaper__article .newspaper__article-inner:not(:has(.newspaper__article-img)) .newspaper__article-header {
  margin-top: auto;
}
.newspaper__article .newspaper__article-header {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 48rem) {
  .newspaper__article .newspaper__article-header {
    flex-direction: column;
  }
}
.newspaper__article .newspaper__article-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
}
.newspaper__article .newspaper__article-img {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  margin: 0 0 1rem 0;
}
.newspaper__article .newspaper__article-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.newspaper__article .newspaper__article-category,
.newspaper__article .newspaper__article-date,
.newspaper__article .newspaper__article-arrow {
  text-transform: uppercase;
  font-weight: bold;
}
.newspaper__article .newspaper__article-category,
.newspaper__article .newspaper__article-arrow {
  font-size: 0.8rem;
}
.newspaper__article .newspaper__article-category {
  margin-bottom: 0.4rem;
}
.newspaper__article .newspaper__article-date {
  font-size: 0.9rem;
}
.newspaper__article .newspaper__article-arrow {
  display: flex;
  align-items: center;
}
.newspaper__article .newspaper__article-arrow i.bi {
  font-size: 2rem;
}
.newspaper__article .newspaper__article-title {
  text-transform: uppercase;
  font-family: "Antonio";
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
}
@media (min-width: 48rem) {
  .newspaper__article .newspaper__article-title {
    margin: 0 0 1rem 0;
  }
}
.newspaper__article .newspaper__article-title.title__size-md {
  font-size: 2rem;
}
@media (min-width: 48rem) {
  .newspaper__article .newspaper__article-title.title__size-md {
    font-size: 2.5rem;
  }
}
@media (min-width: 64rem) {
  .newspaper__article .newspaper__article-title.title__size-md {
    font-size: 3rem;
  }
}
.newspaper__article .newspaper__article-title.title__size-lg {
  font-size: 3rem;
}
@media (min-width: 48rem) {
  .newspaper__article .newspaper__article-title.title__size-lg {
    font-size: 3.5rem;
  }
}
@media (min-width: 64rem) {
  .newspaper__article .newspaper__article-title.title__size-lg {
    font-size: 4rem;
  }
}
.newspaper__article .newspaper__article-info {
  margin: 0 0 2rem 0;
}

.newspaper__highlight {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.newspaper__highlight img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.newspaper__highlight .newspaper__highlight-overlay {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.newspaper__highlight .newspaper__highlight-overlay .highlight__text {
  width: 100%;
  margin-left: 1rem;
  font-size: calc(18px + 2 * (100vw - 240px) / 1680);
}
@media (min-width: 64rem) {
  .newspaper__highlight .newspaper__highlight-overlay .highlight__text {
    width: 33.3333%;
    margin-left: 2rem;
  }
}
.newspaper__highlight .newspaper__highlight-overlay .highlight__text .highlight__category {
  color: #fff;
  font-size: 0.9rem;
  opacity: 0.7;
}
.newspaper__highlight .newspaper__highlight-overlay .highlight__text .highlight__title {
  font-size: calc(32px + 24 * (100vw - 240px) / 1680);
  font-family: "Antonio";
  line-height: 1.2;
  color: #fff;
  overflow-wrap: break-word;
  margin-bottom: 16px;
}
.newspaper__highlight .newspaper__highlight-overlay .highlight__text .highlight__info {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.newspaper__highlight .newspaper__highlight-overlay .highlight__text .highlight__link {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
}

.container {
  padding: 0 2.5vw;
  margin: 0 auto;
  width: 100%;
  max-width: 2560px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 0.5rem;
  }
}

.inner-container {
  padding: 0 6.25%;
}

.container__flex {
  display: flex;
}

.heading {
  margin: 0;
  font-family: palanquin dark, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}

.heading__faded {
  font-size: calc(48px + 64 * (100vw - 768px) / 1152);
  color: rgba(4, 4, 4, 0.04);
  text-align: right;
}

.heading__size-sm {
  font-size: calc(38px + 82 * (100vw - 240px) / 1680);
  line-height: 1.1;
}

.heading__size-md {
  font-size: calc(48px + 72 * (100vw - 240px) / 1680);
  line-height: 1.1;
}

.heading__size-lg {
  font-size: calc(56px + 184 * (100vw - 240px) / 1680);
  letter-spacing: 0.02em;
}

.start-screen__heading {
  color: var(--secondary-color);
}

.scroll-down__button:before {
  background: var(--primary-color);
}

.text {
  font-size: calc(20px + 4 * (100vw - 240px) / 1680) !important;
  line-height: 1.5;
  color: #141414;
}

.icon i {
  font-size: 1.5rem;
}

.button_reset {
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
}

.sidebar__link {
  font-size: calc(16px + 2 * (100vw - 768px) / 1680);
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
}

.text-vertical {
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

.sidebar__link:link, .sidebar__link:visited, .sidebar__link:active, .sidebar__link:focus {
  color: #000;
}

.heading_stroke {
  color: transparent;
  -webkit-text-stroke: 1px #bfbfbf;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  .heading_stroke_size_s {
    font-size: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .heading_stroke_size_s {
    font-size: 40px !important;
  }
}

.heading_writing-mode_vertical-rl {
  font-size: calc(80px + 8 * (100vw - 1440px) / 480);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
}

/* ------------ */
/* 		nav		*/
#sidebar[current-page=home] .sidebar__menu-icon {
  transform: translateX(0) !important;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  #sidebar[current-page=home] .sidebar__menu-icon {
    opacity: 1 !important;
    transform: translateX(0) !important;
  }
}

.no-sb {
  overflow-anchor: none;
  touch-action: auto;
}
.no-sb::-webkit-scrollbar {
  display: none;
}

/* ---------------------- */
/* 		HOME SLIDER 	  */
.eyebrow {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  margin-bottom: 3.3333333333vh;
  font-weight: 900;
}
.eyebrow:after {
  content: "";
  width: 3rem;
  height: 3px;
  background: var(--primary-color);
  margin-left: 0.75rem;
}

.link-arrow {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 18px;
  justify-content: center;
  margin-left: 7px;
  transform: translateY(5%);
  width: 18px;
}
@media (min-width: 1024px) {
  .link-arrow {
    height: 1.7578125vw;
    width: 1.7578125vw;
  }
}
@media (min-width: 1440px) {
  .link-arrow {
    height: 1.25vw;
    width: 1.25vw;
  }
}
.link-arrow svg {
  height: 40%;
  left: 4%;
  position: relative;
  width: 40%;
}

/* ---------------- */
/* 		page		*/
.article-preview__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.article-preview__highlight {
  width: 100%;
}
@media (max-width: 64rem) {
  .article-preview__highlight {
    flex-direction: column;
  }
  .article-preview__highlight .article-preview__highlight-wrapper {
    width: 100% !important;
    max-height: 60%;
    max-width: 100% !important;
  }
  .article-preview__highlight .article-preview__blog {
    width: 100% !important;
  }
  .article-preview__highlight .article-preview__blog .article-preview__blog-wrapper {
    align-items: start !important;
    padding: 1.5rem !important;
  }
}
.article-preview__highlight .article-preview__highlight-wrapper {
  position: relative;
  display: flex;
  flex-shrink: 0;
  height: 100%;
  width: 43.75%;
  max-width: 784px;
}
.article-preview__highlight .article-preview__highlight-wrapper .article-preview__highlight-img {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #ececec;
}

.article-preview__img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-color: #ececec;
}

.article-preview__info {
  position: relative;
  color: gray;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.article-preview__info.article-preview__info-blog {
  margin-top: 1rem;
}

.article-preview__blog {
  width: 56.25%;
  flex: 1 auto;
  display: flex;
  justify-content: center;
}

.article-preview__blog-wrapper {
  padding: 0 11.1%;
  flex-grow: 1;
  position: relative;
}

.blog__content {
  padding-top: 100px;
}

.blog__wrapper {
  max-width: 750px;
  position: relative;
  margin-inline: auto;
  padding: 0 3.5rem;
}
.blog__wrapper .blog__paragraph p {
  margin: 0.5rem 0 !important;
}
.blog__wrapper .blog__images {
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  overflow: hidden;
  width: calc(100vw - 24px - 76px);
  left: 50%;
  right: 50%;
  margin: 0;
  margin-left: calc(-50vw + 50px);
  margin-right: -50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 64px;
}
.blog__wrapper .blog__images img {
  width: 100%;
  max-height: 1096px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog__wrapper .blog__images img:not(:last-child) {
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .blog__wrapper .blog__images img:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.blog__wrapper .blog__tags-wrapper {
  border-top: 1px solid #000;
  padding-top: 32px;
  margin-top: 0;
  margin-bottom: 64px;
}
.blog__wrapper .blog__tags-wrapper a {
  font-family: palanquin dark, sans-serif;
  color: #000;
  font-size: calc(16px + 8 * (100vw - 240px) / 1680);
  line-height: 1.65;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color ease-in-out 0.2s;
  display: inline-block;
  margin-right: 16px;
}
.blog__wrapper .blog__tags-wrapper a:before {
  content: "#";
}

@media (max-width: 64rem) {
  .blog__content {
    padding-top: 2rem;
  }
}
@media (max-width: 64rem) and (max-width: 767px) {
  .blog__wrapper {
    padding: 0 32px;
  }
}
.grab-wrapper {
  cursor: -webkit-grab;
  cursor: grab;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.blog__related-posts {
  padding-top: 105px;
}
.blog__related-posts .heading {
  text-align: center;
}
.blog__related-posts .blog__related-posts-list {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  flex-direction: row;
  margin-top: 90px;
  padding-left: 121px;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .blog__related-posts .blog__related-posts-list {
    padding-left: 0.5rem;
    margin-right: 0 !important;
  }
}
.blog__related-posts .blog__related-posts-list::-webkit-scrollbar {
  display: none;
}
.blog__related-posts .blog__related-posts-list .related-article {
  width: 542px;
  min-width: 542px;
  margin: 0 1.5rem 0 0;
  scroll-snap-align: center;
}
@media (max-width: 767px) {
  .blog__related-posts .blog__related-posts-list .related-article {
    width: 260px;
    min-width: 260px;
  }
  .blog__related-posts .blog__related-posts-list .related-article:last-child {
    margin-right: 0.5rem;
  }
  .blog__related-posts .blog__related-posts-list .related-article .article-preview__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog__related-posts .blog__related-posts-list .related-article .article-preview__img-wrapper {
    width: 100% !important;
    height: 184px !important;
    margin-right: 0 !important;
    margin-bottom: 0.5rem !important;
  }
}

.article-preview .article-preview__link {
  text-decoration: none;
  color: #000;
}
.article-preview .article-preview__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.article-preview .article-preview__category {
  font-weight: 500;
  color: gray;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 4px;
}
.article-preview .article-preview__category.article-preview__category-blog {
  margin-bottom: 0;
}
.article-preview .article-preview__title {
  font-size: calc(20px + 4 * (100vw - 240px) / 1680);
  font-family: palanquin dark, sans-serif;
  color: #000;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.article-preview .article-preview__img {
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #ececec;
}

.article-preview__size-sm {
  width: 542px;
  min-width: 542px;
}
.article-preview__size-sm .article-preview__img-wrapper {
  width: auto !important;
  min-width: 208px;
  height: 150px;
  margin-right: 1.5rem;
}

@media (max-width: 767px) {
  .article-preview__size-md {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .article-preview__size-md .article-preview__wrapper {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .article-preview__size-md .article-preview__wrapper {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}
@media (max-width: 767px) {
  .article-preview__size-md .article-preview__img-wrapper {
    margin-bottom: 16px;
    margin-right: 0 !important;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview__size-md .article-preview__img-wrapper {
    width: 38%;
    height: 144px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .article-preview__size-md .article-preview__img-wrapper {
    width: 50%;
    margin-bottom: 0.5rem;
    margin-right: 0;
    height: 102px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .article-preview__size-md .article-preview__img-wrapper {
    width: 40% !important;
    height: 152px !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .article-preview__size-md .article-preview__img-wrapper {
    width: 38.3% !important;
    height: 152px !important;
  }
}
@media (min-width: 1920px) {
  .article-preview__size-md .article-preview__img-wrapper {
    width: 50%;
    width: 50%;
    height: 240px;
  }
}
@media (max-width: 767px) {
  .article-preview__size-md .article-preview__text-wrapper {
    width: 75%;
    align-self: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview__size-md .article-preview__text-wrapper {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .article-preview__size-md .article-preview__text-wrapper {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .article-preview__size-md .article-preview__text-wrapper {
    width: 60%;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .article-preview__size-md .article-preview__text-wrapper {
    width: 61.7%;
  }
}

.main-wrapper .content {
  width: 100%;
}
.main-wrapper .content .article-preview-container {
  display: flex;
}
@media (max-width: 767px) {
  .main-wrapper .content .article-preview-container {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-wrapper .content .article-preview-container {
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .main-wrapper .content .article-preview-container {
    width: 81.25%;
  }
}
@media (min-width: 1920px) {
  .main-wrapper .content .article-preview-container {
    width: 81.25%;
  }
}
.main-wrapper .content .article-preview-container .article-preview__latest-list,
.main-wrapper .content .article-preview-container .article-preview__hero .article-preview__wrapper {
  padding: 1rem 0;
}
.main-wrapper .content .article-preview-container .article-preview__hero {
  width: 100%;
}
@media (max-width: 767px) {
  .main-wrapper .content .article-preview-container .article-preview__hero {
    max-height: 100vh;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-wrapper .content .article-preview-container .article-preview__hero {
    max-height: 100vh;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-wrapper .content .article-preview-container .article-preview__hero {
    width: 58.3%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .main-wrapper .content .article-preview-container .article-preview__hero {
    width: 50%;
    max-width: 576px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .main-wrapper .content .article-preview-container .article-preview__hero {
    width: 57.14%;
    max-width: 664px;
  }
}
@media (min-width: 1920px) {
  .main-wrapper .content .article-preview-container .article-preview__hero {
    width: 53.84%;
    max-width: 784px;
  }
}
.main-wrapper .content .article-preview-container .article-preview__hero .article-preview__img-wrapper {
  height: 100%;
  width: 100%;
}
.main-wrapper .content .article-preview-container .article-preview__hero .article-preview__wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100vh;
  align-items: center;
}
@media (max-width: 767px) {
  .main-wrapper .content .article-preview-container .article-preview__hero .article-preview__wrapper {
    height: calc(100vh - 16px);
    max-height: 668px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-wrapper .content .article-preview-container .article-preview__hero .article-preview__wrapper {
    max-height: 780px;
  }
}
.main-wrapper .content .article-preview-container .article-preview__hero .article-preview__wrapper .article-preview__link {
  position: relative;
}
.main-wrapper .content .article-preview-container .article-preview__hero .article-preview__wrapper .article-preview__content {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-wrapper .content .article-preview-container .article-preview__hero .article-preview__wrapper .article-preview__content.article-preview__content_overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.main-wrapper .content .article-preview-container .article-preview__hero .article-preview__wrapper .article-preview__content .article-preview__text {
  width: 100%;
  margin: 48px;
  font-size: calc(18px + 2 * (100vw - 240px) / 1680);
  line-height: 1.7;
}
@media (max-width: 767px) {
  .main-wrapper .content .article-preview-container .article-preview__hero .article-preview__wrapper .article-preview__content .article-preview__text {
    margin: 16px 25% 16px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-wrapper .content .article-preview-container .article-preview__hero .article-preview__wrapper .article-preview__content .article-preview__text {
    margin: 32px 25% 32px 32px;
  }
}
.main-wrapper .content .article-preview-container .article-preview__hero .article-preview__wrapper .article-preview__content .article-preview__text .article-preview__category {
  color: #fff;
}
.main-wrapper .content .article-preview-container .article-preview__hero .article-preview__wrapper .article-preview__content .article-preview__text .article-preview__title {
  font-size: calc(32px + 24 * (100vw - 240px) / 1680);
  font-family: palanquin dark, sans-serif;
  line-height: 1.2;
  color: #fff;
  overflow-wrap: break-word;
  margin-bottom: 16px;
}
.main-wrapper .content .article-preview-container .article-preview__hero .article-preview__wrapper .article-preview__content .article-preview__text .article-preview__info {
  color: #fff;
}

.block-title {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .block-title.block-title__size-xl {
    display: none !important;
  }
}
.block-title .block-title__inner-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: calc(100vh - 143px);
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .heading_writing-mode_vertical-rl {
    font-size: calc(44px + 28 * (100vw - 240px) / 784);
  }
}
.article-preview__list {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .article-preview__list {
    margin-left: 0;
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview__list {
    margin-left: 0;
    margin-top: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .article-preview__list {
    width: 41.6%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .article-preview__list {
    width: 50%;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .article-preview__list {
    width: 43%;
  }
}
@media (min-width: 1920px) {
  .article-preview__list:not(.blog__related-posts-list) {
    width: 46.2%;
  }
}
.article-preview__list .article-preview:not(:last-child) {
  margin-bottom: 24px;
}
.article-preview__list .article-preview .article-preview__wrapper {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.article-preview__list .article-preview .article-preview__wrapper .article-preview__img-wrapper {
  margin-right: 1.5rem;
}

.article-preview__img-wrapper {
  background-color: #ececec;
}

/* ---------------- */
/* 		index 		*/
.index-wrapper {
  display: flex;
  padding-top: 24px;
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .index-wrapper .block-title {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .index-wrapper {
    flex-direction: column-reverse;
    padding-bottom: 120px;
  }
  .index-wrapper .block-title {
    justify-content: flex-start;
    margin-left: 24px;
  }
  .index-wrapper .block-title .block-title__inner-wrapper {
    height: auto;
  }
  .index-wrapper .block-title .block-title__inner-wrapper .heading.heading_stroke {
    writing-mode: horizontal-tb;
    margin: 48px 0 80px;
  }
}

.index__article-preview-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .index__article-preview-list {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .index__article-preview-list {
    width: 75%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .index__article-preview-list {
    width: 83.3%;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .index__article-preview-list {
    margin-left: 6.25%;
    width: 75%;
  }
}
@media (min-width: 1920px) {
  .index__article-preview-list {
    margin-left: 6.25%;
    width: 75%;
  }
}

.article-preview__index {
  width: calc(50% - 12px);
  margin-bottom: 64px;
}
.article-preview__index:nth-child(2n-1) {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .article-preview__index {
    width: 100%;
    margin-bottom: 48px;
  }
  .article-preview__index:nth-child(2n-1) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview__index {
    width: 100%;
    margin-bottom: 48px;
  }
  .article-preview__index:nth-child(2n-1) {
    margin-right: 0;
  }
}
.article-preview__index .article-preview__wrapper {
  display: block;
}
.article-preview__index .article-preview__img-wrapper {
  height: 504px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-preview__index .article-preview__img-wrapper {
    height: 337px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .article-preview__index .article-preview__img-wrapper {
    height: 316px;
  }
}
@media (max-width: 767px) {
  .article-preview__index .article-preview__img-wrapper {
    height: 180px;
  }
}
.article-preview__index .article-preview__text-wrapper {
  border-left: 5px solid #000;
  margin: 16px 0 0;
  padding: 0 16.6% 0 24px;
}
@media (max-width: 767px) {
  .article-preview__index .article-preview__text-wrapper {
    border-left: 2px solid #000;
    margin: 12px 0 0;
    padding: 0 0 0 16px;
  }
}
.article-preview__index .article-preview__title {
  font-size: calc(24px + 24 * (100vw - 240px) / 1680);
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.article-preview__index .article-preview__info {
  margin-bottom: 16px;
}
.article-preview__index .article-preview__desc {
  font-size: calc(18px + 2 * (100vw - 240px) / 1680);
  line-height: 1.7;
  color: gray;
}

/*----------------- */
/* 		search 		*/
.search {
  position: fixed;
  top: 0;
  overflow-x: auto;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  z-index: 11;
  background: #fff;
  transition: all 0.5s ease-in-out;
}
.search.search__clip-path {
  -webkit-clip-path: circle(0px at 100% 0);
          clip-path: circle(0px at 100% 0);
}
.search .container {
  padding: 0 1.5rem;
}
.search .search__inner-container {
  display: flex;
  flex-direction: column;
  padding: 0 12.5%;
}
.search .search__inner-container.inner-container,
.search .search__inner-container .inner-container {
  padding: 0 12.5%;
}
@media (max-width: 767px) {
  .search .search__inner-container.inner-container,
.search .search__inner-container .inner-container {
    padding: 0 0.5rem;
  }
}
.search .search__form-wrapper {
  position: fixed;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0);
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 1;
}
.search .search__form {
  transform: translateY(calc(50vh - 100%));
  display: flex;
  border-bottom: 2px solid #000;
  align-items: center;
  transition: transform 0.5s cubic-bezier(0.53, 0.01, 0.3, 0.79);
}
@media (max-width: 767px) {
  .search .search__form {
    width: calc(100% - 48px);
  }
}
.search .search__form .search__input {
  border: none;
  width: calc(100% - 24px);
  margin: 16px 0;
  height: 88px;
  font-size: calc(32px + 16 * (100vw - 240px) / 1680);
  line-height: 1.8;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767px) {
  .search .search__form .search__input {
    height: 64px;
    margin: 0;
  }
}
.search .search__form .search__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.search .search__form .search__input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.search .search__form .search__input:focus {
  outline: none;
}
.search .search__button-close {
  top: 24px;
  right: 16px;
  position: fixed;
  z-index: 2;
}
.search .search__content {
  transform: translateY(50vh);
  transition: transform 0.5s cubic-bezier(0.53, 0.01, 0.3, 0.79);
}
.search .search__content .search__wrapper {
  display: flex;
  justify-content: space-between;
}
.search .search__content .search__wrapper .search__results {
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 130px;
  padding: 2rem 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .search .search__content .search__wrapper .search__results {
    margin-top: 68px;
  }
}

.search__results .article-preview__size-sm .article-preview__img-wrapper {
  width: 250px !important;
}
@media (max-width: 48rem) {
  .search__results .article-preview__size-sm {
    width: inherit !important;
    min-width: inherit !important;
  }
  .search__results .article-preview__size-sm .article-preview__wrapper {
    align-items: flex-start;
    flex-direction: column;
  }
  .search__results .article-preview__size-sm .article-preview__img-wrapper {
    aspect-ratio: none;
    width: 100% !important;
    height: auto;
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }
}

.spinner {
  display: block;
  width: 100%;
}
.spinner span {
  display: block;
  color: #000;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  transform: translateZ(0);
  -webkit-animation: loader 1.7s infinite ease, round 1.7s infinite ease;
          animation: loader 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes loader {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes loader {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ======================== */
/* 		SROLL INDICATOR 	*/
.scroll-indicator {
  flex-grow: 1;
  flex-shrink: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: calc(50% - 330px);
  min-width: 300px;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  margin: 150px 0 3rem auto;
  top: 3rem;
  transition: opacity 0.5s, transform 0.5s;
}
@media (max-width: 1024px) {
  .scroll-indicator {
    display: none;
  }
}
.scroll-indicator .scroll-indicator__wrapper {
  margin: 0 auto 0 0;
  max-width: 300px;
}
.scroll-indicator .scroll-indicator__wrapper .scroll-indicator__tag {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 100%;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
}
.scroll-indicator .scroll-indicator__wrapper .scroll-indicator__title,
.scroll-indicator .scroll-indicator__wrapper .scroll-indicator__subtitle {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 100%;
  text-transform: uppercase;
}
.scroll-indicator .scroll-indicator__wrapper .scroll-indicator__title {
  font-size: 24px;
  margin-bottom: 15px;
}
.scroll-indicator .scroll-indicator__wrapper .scroll-indicator__subtitle {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 30px;
}
.scroll-indicator .scroll-indicator__wrapper .scroll-indicator__progress-bar {
  background-color: rgba(91, 90, 86, 0.3);
  height: 2px;
  opacity: 1;
  position: relative;
  transition: opacity 0.2s ease;
  width: 100%;
}
.scroll-indicator .scroll-indicator__wrapper .scroll-indicator__progress-bar .scroll-indicator__progress-line {
  height: 100%;
  background: #000;
}
