@font-face {
  font-family: "Publico Banner";
  src: url("../woff/publicobanner-medium-2.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Publico Banner";
  src: url("../woff/publicobanner-mediumitalic-2.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Publico Banner";
  src: url("../woff/publicobanner-light-2.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Publico Banner";
  src: url("../woff2/publicobanner-lightitalic-web.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Artlist Sans";
  src: url("../woff/artlistsans-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Artlist Sans";
  src: url("../woff/artlistsans-regular-4.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../woff/notosansjp-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../woff/notosansjp-extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../woff/notosansjp-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../woff/notosansjp-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../woff/notosansjp-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../woff/notosansjp-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../woff/notosansjp-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
html,
body {
  margin: 0;
}

body {
  background-color: #f2f2f2;
}

html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
}

html[lang=ja] * {
  font-family: "Noto Sans JP";
}
html[lang=ja] h1,
html[lang=ja] h2,
html[lang=ja] h2 > * {
  font-family: "Noto Sans JP" !important;
}
@media (max-width: 1440px) {
  html[lang=ja] .site-header .main-navigation .menu-item a,
  html[lang=ja] .site-header .main-navigation .menu-item span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  html[lang=ja] .site-header .actions .desktop .language-link {
    font-size: 14px;
  }
}
@media (max-width: 1028px) {
  html[lang=ja] .site-header .actions .desktop .language-link {
    font-size: 12px;
    padding: 2px 4px;
  }
}

h1 {
  font-family: "Publico Banner" !important;
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #171717;
}
@media (max-width: 1440px) {
  h1 {
    font-size: 56px;
  }
}
@media (max-width: 1028px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 40px;
  }
}

h2,
h2 > * {
  font-family: "Publico Banner" !important;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #171717;
  margin: 0 0 8px;
}
@media (max-width: 1028px) {
  h2,
  h2 > * {
    font-size: 28px;
  }
}

h3 {
  font-family: "Artlist Sans";
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #171717;
  margin: 0 0 8px;
}
@media (max-width: 1028px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-family: "Artlist Sans";
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #171717;
  margin: 0 0 8px;
}
@media (max-width: 1028px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-family: "Artlist Sans";
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #171717;
  margin: 0 0 8px;
}
@media (max-width: 1028px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-family: "Artlist Sans";
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #171717;
  margin: 0 0 8px;
}

h1 + h1 {
  margin-top: 24px;
}

h1 + h2 {
  margin-top: 24px;
}

h1 + h3 {
  margin-top: 24px;
}

h1 + h4 {
  margin-top: 24px;
}

h1 + h5 {
  margin-top: 24px;
}

h1 + h6 {
  margin-top: 24px;
}

h2 + h1 {
  margin-top: 24px;
}

h2 + h2 {
  margin-top: 24px;
}

h2 + h3 {
  margin-top: 24px;
}

h2 + h4 {
  margin-top: 24px;
}

h2 + h5 {
  margin-top: 24px;
}

h2 + h6 {
  margin-top: 24px;
}

h3 + h1 {
  margin-top: 24px;
}

h3 + h2 {
  margin-top: 24px;
}

h3 + h3 {
  margin-top: 24px;
}

h3 + h4 {
  margin-top: 24px;
}

h3 + h5 {
  margin-top: 24px;
}

h3 + h6 {
  margin-top: 24px;
}

h4 + h1 {
  margin-top: 24px;
}

h4 + h2 {
  margin-top: 24px;
}

h4 + h3 {
  margin-top: 24px;
}

h4 + h4 {
  margin-top: 24px;
}

h4 + h5 {
  margin-top: 24px;
}

h4 + h6 {
  margin-top: 24px;
}

h5 + h1 {
  margin-top: 24px;
}

h5 + h2 {
  margin-top: 24px;
}

h5 + h3 {
  margin-top: 24px;
}

h5 + h4 {
  margin-top: 24px;
}

h5 + h5 {
  margin-top: 24px;
}

h5 + h6 {
  margin-top: 24px;
}

h6 + h1 {
  margin-top: 24px;
}

h6 + h2 {
  margin-top: 24px;
}

h6 + h3 {
  margin-top: 24px;
}

h6 + h4 {
  margin-top: 24px;
}

h6 + h5 {
  margin-top: 24px;
}

h6 + h6 {
  margin-top: 24px;
}

* {
  font-family: "Artlist Sans";
  font-weight: 400;
  line-height: 140%;
  box-sizing: border-box;
}

section {
  padding: 60px 0;
}
@media (max-width: 1440px) {
  section {
    padding: 40px 0;
  }
}
@media (max-width: 600px) {
  section {
    padding: 32px 0;
  }
}

.otgs-development-site-front-end {
  display: none;
}

.elementor-page-12543 {
  overflow: unset !important;
}

.b-all-articles + .b-banner {
  padding-top: 2px;
}
@media (max-width: 1028px) {
  .b-all-articles + .b-banner {
    padding-top: 26px;
  }
}
@media (max-width: 600px) {
  .b-all-articles + .b-banner {
    padding-top: 18px;
  }
}

@media (max-width: 1028px) {
  .b-featured-articles + .b-editors-pick {
    padding-top: 34px;
  }
}

@media (max-width: 1028px) {
  .b-editors-pick + .b-all-articles {
    padding-top: 6px;
  }
}
@media (max-width: 768px) {
  .b-editors-pick + .b-all-articles {
    padding-top: 28px;
  }
}

.site-header {
  border-bottom: 0.5px solid #4d4d4d;
  background-color: #f2f2f2;
  width: 100%;
}
.site-header .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  width: 95%;
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .site-header .wrapper {
    max-width: 1310px;
  }
}
@media (max-width: 1028px) {
  .site-header .wrapper {
    width: calc(100% - 88px);
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .site-header .wrapper {
    width: calc(100% - 80px);
  }
}
@media (max-width: 600px) {
  .site-header .wrapper {
    width: calc(100% - 52px);
  }
}
@media (max-width: 768px) {
  .site-header .wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 600px) {
  .site-header .wrapper {
    padding: 16px 0;
  }
}
.site-header .actions .desktop {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .site-header .actions .desktop {
    display: none;
  }
}
.site-header .actions .mobile {
  display: none;
}
@media (max-width: 768px) {
  .site-header .actions .mobile {
    display: initial;
  }
}
@media (max-width: 768px) {
  .site-header .actions .mobile .hamburger {
    height: 14px;
    width: 14px;
    background-image: url("../svg/hamburger.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
  }
}
.site-header .mobile-menu {
  position: fixed;
  top: var(--header-height);
  width: 100%;
  height: 0;
  background-color: #f2f2f2;
  transition: height 0.4s ease;
  overflow: hidden;
  z-index: 10;
}
.site-header .mobile-menu.active {
  height: calc(100vh - var(--header-height));
}
.site-header .mobile-menu .menu-wrapper {
  padding: 20px 0;
  width: calc(100% - 52px);
  margin: 0 auto;
}
.site-header .mobile-menu .menu-wrapper .menu-item > a,
.site-header .mobile-menu .menu-wrapper .menu-item .collapsible-header > a {
  font-family: "Artlist Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #171717;
  text-decoration: none;
}
.site-header .mobile-menu .menu-wrapper .menu-item > a:visited,
.site-header .mobile-menu .menu-wrapper .menu-item .collapsible-header > a:visited {
  color: #171717;
}
.site-header .mobile-menu .menu-wrapper .menu-item {
  width: 100%;
}
.site-header .mobile-menu .menu-wrapper .menu-item .sub-menu a,
.site-header .mobile-menu .menu-wrapper .menu-item .sub-menu .menu-item-no-children {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 26px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #4d4d4d;
}
.site-header .mobile-menu .menu-wrapper .menu-item-no-children {
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 24px;
  width: 100%;
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .site-header .mobile-menu .menu-wrapper li.mobile_news_menu_item {
    border-bottom: 1px solid #4d4d4d !important;
  }
}
.site-header .mobile-menu .menu-wrapper .menu-item-has-children {
  border-bottom: 1px solid #4d4d4d;
  display: block;
  margin-bottom: 24px;
}
.site-header .mobile-menu .menu-wrapper .menu-item-has-children .icon {
  transition: transform 0.4s ease;
}
.site-header .mobile-menu .menu-wrapper .menu-item-has-children .is-active .icon {
  transform: rotate(180deg);
}
.site-header .mobile-menu .menu-wrapper .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
}
.site-header .mobile-menu .menu-wrapper .collapsible-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  padding-bottom: 18px;
}
.site-header .mobile-menu .menu-wrapper ul {
  padding: 0;
  margin: 0;
}
.site-header .mobile-menu .menu-wrapper .button {
  margin-top: 24px;
}
.site-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.site-header .site-branding {
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
@media (max-width: 1440px) {
  .site-header .site-branding {
    gap: 12px;
  }
}
@media (max-width: 1028px) {
  .site-header .site-branding {
    gap: 8px;
  }
}
@media (max-width: 1440px) {
  .site-header .site-branding {
    height: 16px;
  }
}
.site-header .site-branding .custom-logo {
  height: 22px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1440px) {
  .site-header .site-branding .custom-logo {
    height: 16px;
  }
}
.site-header .site-branding .custom-logo-link {
  height: 22px;
}
@media (max-width: 1440px) {
  .site-header .site-branding .custom-logo-link {
    height: 16px;
  }
}
.site-header .site-branding .search-icon {
  height: 18px;
  width: 18px;
  cursor: pointer;
  position: relative;
  background-image: url("../svg/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1440px) {
  .site-header .site-branding .search-icon {
    height: 13px;
    width: 13px;
  }
}
@media (max-width: 1028px) {
  .site-header .site-branding .search-icon {
    height: 10px;
    width: 10px;
    bottom: 2px;
  }
}
@media (max-width: 768px) {
  .site-header .main-navigation {
    display: none;
  }
}
.site-header .main-navigation .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1440px) {
  .site-header .main-navigation .menu {
    gap: 24px;
  }
}
@media (max-width: 1028px) {
  .site-header .main-navigation .menu {
    gap: 14px;
  }
}
.site-header .main-navigation .menu-item {
  list-style: none;
  padding: 27px 0 21px;
  border-bottom: 3px solid transparent;
}
.site-header .main-navigation .menu-item:hover .submenu-indicator {
  transform: rotate(180deg);
}
.site-header .main-navigation .menu-item a,
.site-header .main-navigation .menu-item span {
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #171717;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media (max-width: 1028px) {
  .site-header .main-navigation .menu-item a,
  .site-header .main-navigation .menu-item span {
    font-size: 12px !important;
  }
}
.site-header .main-navigation .menu-item a .submenu-indicator,
.site-header .main-navigation .menu-item span .submenu-indicator {
  width: 16px;
  height: 16px;
  background-image: url("../svg/down.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  transition: transform 0.4s ease;
}
@media (max-width: 1028px) {
  .site-header .main-navigation .menu-item a .submenu-indicator,
  .site-header .main-navigation .menu-item span .submenu-indicator {
    width: 12px;
    height: 12px;
  }
}
.site-header .main-navigation .menu-item.current_page_item {
  border-bottom: 3px solid #171717;
}
.site-header .main-navigation .menu-item .sub-menu {
  position: absolute;
  background: #f2f2f2;
  pointer-events: none;
  transform: translateY(8px);
  padding: 0 20px;
  transition: max-height 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
  border-radius: 8px;
  z-index: 100;
  max-width: 400px;
  opacity: 0;
}
.site-header .main-navigation .menu-item .sub-menu.initiated {
  max-height: 0;
  opacity: 1;
}
.site-header .main-navigation .menu-item .sub-menu .current_page_item {
  border-bottom: 0px solid transparent;
  font-weight: 700;
}
.site-header .main-navigation .menu-item .sub-menu li {
  padding: 20px 0 0;
}
.site-header .main-navigation .menu-item .sub-menu li a {
  line-height: 110%;
}
.site-header .main-navigation .menu-item .sub-menu li:last-child {
  padding: 20px 0;
}
.site-header .main-navigation .menu-item:hover .sub-menu {
  pointer-events: all;
  max-height: var(--max-height, 0);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.site-header .search-bar {
  width: 100%;
  overflow: hidden;
  width: 95%;
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: height 0.4s ease, padding 0.4s ease;
  border-radius: 8px;
}
@media (max-width: 1440px) {
  .site-header .search-bar {
    max-width: 1310px;
  }
}
@media (max-width: 1028px) {
  .site-header .search-bar {
    width: calc(100% - 88px);
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .site-header .search-bar {
    width: calc(100% - 80px);
  }
}
@media (max-width: 600px) {
  .site-header .search-bar {
    width: calc(100% - 52px);
  }
}
.site-header .search-bar.active {
  padding: 16px 0 32px;
  height: 94px;
}
.site-header .search-bar .search-form {
  width: 100%;
  display: flex;
}
.site-header .search-bar .search-form label {
  flex: 1;
}
.site-header .search-bar .search-form label input {
  width: 100%;
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  background-color: transparent;
  outline: none;
}
.site-header .search-bar .search-form input[type=submit] {
  display: none;
}
.site-header .close-btn {
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
}

.site-header.sticky + * {
  margin-top: var(--header-height);
}

.icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  flex-shrink: 0;
  background-color: #171717;
}
.icon.white {
  background-color: #f2f2f2;
}
.icon.medium {
  width: 24px;
  height: 24px;
}
@media (max-width: 1028px) {
  .icon.medium {
    width: 20px;
    height: 20px;
  }
}
.icon.small {
  width: 18px;
  height: 18px;
}
.icon.x, .icon.twitter {
  background-color: transparent !important;
  background-image: url("../svg/x-2.svg");
}
.icon.facebook {
  background-color: transparent !important;
  background-image: url("../svg/facebook-2.svg");
}
.icon.instagram {
  background-color: transparent !important;
  background-image: url("../svg/instagram-3.svg");
}
.icon.reddit {
  background-color: transparent !important;
  background-image: url("../svg/reddit.svg");
}
.icon.tiktok {
  background-color: transparent !important;
  background-image: url("../svg/tiktok-3.svg");
}
.icon.youtube {
  background-color: transparent !important;
  background-image: url("../svg/youtube-2.svg");
}
.icon.linkedin {
  background-color: transparent !important;
  background-image: url("../svg/linkedin.svg");
}
.icon.up-arrow {
  mask-image: url("../svg/up.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../svg/up.svg");
}
.icon.down-arrow {
  mask-image: url("../svg/down.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../svg/down.svg");
}
.icon.download {
  mask-image: url("../svg/download.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../svg/download.svg");
}
.icon.check {
  mask-image: url("../svg/check.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../svg/check.svg");
}

.footer {
  padding: 60px 0 117px;
  width: 95%;
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .footer {
    max-width: 1310px;
  }
}
@media (max-width: 1028px) {
  .footer {
    width: calc(100% - 88px);
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .footer {
    width: calc(100% - 80px);
  }
}
@media (max-width: 600px) {
  .footer {
    width: calc(100% - 52px);
  }
}
.footer .footer-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 768px) {
  .footer .footer-container {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .footer .footer-container {
    flex-direction: column;
    gap: 8px;
  }
}
.footer .footer-container .menues {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 180px;
}
@media (max-width: 1440px) {
  .footer .footer-container .menues {
    gap: 114px;
  }
}
@media (max-width: 1028px) {
  .footer .footer-container .menues {
    gap: 28px;
  }
}
@media (max-width: 1028px) {
  .footer .footer-container .menues {
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .footer .footer-container .menues.desktop {
    display: none;
  }
}
.footer .footer-container .menues.mobile {
  display: none;
}
@media (max-width: 600px) {
  .footer .footer-container .menues.mobile {
    display: initial;
  }
}
.footer .footer-container .menues.mobile .footer-column {
  border-bottom: 0.5px solid #171717;
  padding: 20px 0px;
}
.footer .footer-container .menues.mobile .faq-title {
  border-bottom: 0 solid #171717;
  padding: 0;
}
.footer .footer-container .menues.mobile .answer {
  padding: 0;
}
.footer .footer-container .menues.mobile .menu {
  padding-top: 16px;
}
.footer .footer-container .menues .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.footer .footer-container .menues .footer-column a {
  text-decoration: none;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}
@media (max-width: 1028px) {
  .footer .footer-container .menues .footer-column a {
    font-size: 14px;
  }
}
.footer .footer-container .menues .footer-column h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #171717;
  margin: 0 0 24px;
}
@media (max-width: 1028px) {
  .footer .footer-container .menues .footer-column h3 {
    font-size: 16px;
  }
}
.footer .footer-container .footer-content {
  width: 375px;
}
@media (max-width: 1440px) {
  .footer .footer-container .footer-content {
    width: 322px;
  }
}
@media (max-width: 1028px) {
  .footer .footer-container .footer-content {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .footer .footer-container .footer-content {
    max-width: 470px;
    width: 100%;
  }
}
.footer .footer-container .footer-content .logo {
  margin-bottom: 24px;
  height: 32px;
  width: auto;
}
.footer .footer-container .footer-content .headline {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #171717;
  margin: 0;
}
@media (max-width: 1028px) {
  .footer .footer-container .footer-content .headline {
    font-size: 14px;
  }
}
.footer .footer-container .footer-content .bio {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #4d4d4d;
  margin: 0;
}
@media (max-width: 1028px) {
  .footer .footer-container .footer-content .bio {
    font-size: 14px;
  }
}
.footer .actions {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid #4d4d4d;
  width: 100%;
}
@media (max-width: 768px) {
  .footer .actions {
    padding: 24px 0 24px;
  }
}
.footer .actions .buttons {
  display: flex;
  gap: 16px;
  margin-top: 48px;
  flex-shrink: 0;
  width: 375px;
}
@media (max-width: 1440px) {
  .footer .actions .buttons {
    margin-top: 32px;
  }
}
@media (max-width: 1028px) {
  .footer .actions .buttons {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .footer .actions .buttons {
    display: none;
  }
}
.footer .actions .buttons .button {
  flex: 1;
}
.footer .actions .social {
  display: flex;
  gap: 28px;
}
.footer .footer-copyright {
  padding-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .footer-copyright {
    padding-top: 24px;
  }
}
.footer .footer-copyright p {
  margin: 0;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .footer .footer-copyright p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer .footer-copyright p {
    font-size: 14px;
  }
}

.button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  background: #171717;
  border-radius: 4px;
  color: #f2f2f2;
  font-family: "Artlist Sans";
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .button {
    font-size: 14px;
  }
}
.button.small {
  font-size: 16px;
  padding: 8px 20px;
}
@media (max-width: 1028px) {
  .button.small {
    font-size: 12px;
    padding: 5.5px 15px;
  }
}
.button.big {
  padding: 14px 30px;
}
@media (max-width: 600px) {
  .button.big {
    padding: 10px 24px;
  }
}
.button.yellow {
  background-color: #ffda2a;
  color: #171717;
}
.button.white {
  background-color: #f2f2f2;
  color: #171717;
}
.button.text, .button.text span {
  background: none;
  border: none;
  color: #171717;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}
@media (max-width: 1440px) {
  .button.text, .button.text span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .button.text, .button.text span {
    font-size: 18px;
  }
}
.button.text:disabled, .button.text:disabled span, .button.text span:disabled, .button.text span:disabled span {
  color: #9a9a9a;
}
.button.text:disabled svg path, .button.text span:disabled svg path {
  fill: #9a9a9a;
}
.button.outlined {
  border: 1px solid #171717;
  color: #171717;
  background: none;
}

.chip {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 50%;
  letter-spacing: 0.01em;
  padding: 8px 10px;
  height: 27px;
  text-decoration: none;
  border-radius: 4px;
}
.chip.yellow {
  background: #ffda2a;
  color: #171717;
}
.chip.outlined {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 6px;
  height: 22px;
  border: 1px solid #171717;
  color: #171717;
}
@media (max-width: 1028px) {
  .chip.outlined {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .chip.outlined {
    font-size: 14px;
  }
}
.chip.outlined.light {
  border: 1px solid #f2f2f2;
  color: #f2f2f2;
}

.elementor.elementor-12509 .elementor-heading-title {
  color: black !important;
}

.b-featured-articles {
  padding-top: 178px;
  position: relative;
  width: 95%;
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .b-featured-articles {
    max-width: 1310px;
  }
}
@media (max-width: 1028px) {
  .b-featured-articles {
    width: calc(100% - 88px);
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .b-featured-articles {
    width: calc(100% - 80px);
  }
}
@media (max-width: 600px) {
  .b-featured-articles {
    width: calc(100% - 52px);
  }
}
@media (max-width: 1440px) {
  .b-featured-articles {
    padding-top: 126px;
  }
}
@media (max-width: 1028px) {
  .b-featured-articles {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .b-featured-articles {
    padding-top: 103px;
  }
}
@media (max-width: 600px) {
  .b-featured-articles {
    padding-top: 87px;
  }
}
.b-featured-articles .title {
  font-size: 210px;
  font-style: italic;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: left;
  margin: 0;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 3;
}
@media (max-width: 1440px) {
  .b-featured-articles .title {
    font-size: 160px;
    top: 24px;
  }
}
@media (max-width: 1028px) {
  .b-featured-articles .title {
    font-size: 104px;
    top: 40px;
  }
}
@media (max-width: 768px) {
  .b-featured-articles .title {
    font-size: 110px;
  }
}
@media (max-width: 600px) {
  .b-featured-articles .title {
    font-size: 82px;
    transform: translateX(-50%);
    left: 50%;
  }
}
.b-featured-articles .wrapper {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .b-featured-articles .wrapper {
    display: none;
  }
}
.b-featured-articles .wrapper .posts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.b-featured-articles .carousel {
  display: none;
}
@media (max-width: 768px) {
  .b-featured-articles .carousel {
    display: inherit;
  }
}
.b-featured-articles .carousel-wrapper {
  position: relative;
  width: 100%;
}
.b-featured-articles .carousel-wrapper .carousel {
  position: unset;
  width: 100%;
}
.b-featured-articles .carousel-wrapper .carousel .swiper-button-prev {
  left: -32px;
  right: unset;
  width: 24px;
  height: 24px;
  background-image: none !important;
}
@media (max-width: 600px) {
  .b-featured-articles .carousel-wrapper .carousel .swiper-button-prev {
    left: -24px;
  }
}
.b-featured-articles .carousel-wrapper .carousel .swiper-button-prev::after {
  font-size: 13px;
  color: #171717;
  content: url("../svg/prev-2.svg");
}
.b-featured-articles .carousel-wrapper .carousel .swiper-button-next {
  right: -32px;
  left: unset;
  width: 24px;
  height: 24px;
  background-image: none !important;
}
@media (max-width: 600px) {
  .b-featured-articles .carousel-wrapper .carousel .swiper-button-next {
    right: -24px;
  }
}
.b-featured-articles .carousel-wrapper .carousel .swiper-button-next::after {
  font-size: 13px;
  color: #171717;
  content: url("../svg/next.svg");
}
.b-featured-articles .carousel-wrapper .carousel .swiper-button-disabled,
.b-featured-articles .carousel-wrapper .carousel .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.b-editors-pick {
  width: 95%;
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .b-editors-pick {
    max-width: 1310px;
  }
}
@media (max-width: 1028px) {
  .b-editors-pick {
    width: calc(100% - 88px);
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .b-editors-pick {
    width: calc(100% - 80px);
  }
}
@media (max-width: 600px) {
  .b-editors-pick {
    width: calc(100% - 52px);
  }
}
.b-editors-pick .carousel-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
}
@media (max-width: 768px) {
  .b-editors-pick .carousel-wrapper {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .b-editors-pick .carousel-wrapper {
    gap: 12px;
  }
}
.b-editors-pick .carousel-wrapper .title {
  font-family: "Publico Banner" !important;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  margin: 0;
}
@media (max-width: 1028px) {
  .b-editors-pick .carousel-wrapper .title {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .b-editors-pick .carousel-wrapper .title {
    font-size: 32px;
  }
}
.b-editors-pick .carousel-wrapper {
  position: relative;
  width: 100%;
}
.b-editors-pick .carousel-wrapper .carousel {
  position: unset;
  width: 100%;
}
.b-editors-pick .carousel-wrapper .carousel .swiper-button-prev {
  left: -32px;
  right: unset;
  width: 24px;
  height: 24px;
  background-image: none !important;
}
@media (max-width: 600px) {
  .b-editors-pick .carousel-wrapper .carousel .swiper-button-prev {
    left: -24px;
  }
}
.b-editors-pick .carousel-wrapper .carousel .swiper-button-prev::after {
  font-size: 13px;
  color: #171717;
  content: url("../svg/prev-2.svg");
}
.b-editors-pick .carousel-wrapper .carousel .swiper-button-next {
  right: -32px;
  left: unset;
  width: 24px;
  height: 24px;
  background-image: none !important;
}
@media (max-width: 600px) {
  .b-editors-pick .carousel-wrapper .carousel .swiper-button-next {
    right: -24px;
  }
}
.b-editors-pick .carousel-wrapper .carousel .swiper-button-next::after {
  font-size: 13px;
  color: #171717;
  content: url("../svg/next.svg");
}
.b-editors-pick .carousel-wrapper .carousel .swiper-button-disabled,
.b-editors-pick .carousel-wrapper .carousel .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.b-all-articles {
  width: 95%;
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 1440px) {
  .b-all-articles {
    max-width: 1310px;
  }
}
@media (max-width: 1028px) {
  .b-all-articles {
    width: calc(100% - 88px);
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .b-all-articles {
    width: calc(100% - 80px);
  }
}
@media (max-width: 600px) {
  .b-all-articles {
    width: calc(100% - 52px);
  }
}
@media (max-width: 768px) {
  .b-all-articles {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .b-all-articles {
    gap: 12px;
  }
}
.b-all-articles .title {
  font-family: "Publico Banner" !important;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  margin: 0;
}
@media (max-width: 1028px) {
  .b-all-articles .title {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .b-all-articles .title {
    font-size: 32px;
  }
}
.b-all-articles .articles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 120px;
}
@media (max-width: 1028px) {
  .b-all-articles .articles {
    gap: 80px;
  }
}
@media (max-width: 600px) {
  .b-all-articles .articles {
    gap: 64px;
  }
}
.b-all-articles .articles .featured-posts {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
@media (max-width: 1028px) {
  .b-all-articles .articles .featured-posts {
    gap: 80px 16px;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .b-all-articles .articles .featured-posts {
    gap: 64px;
  }
}
@media (max-width: 1028px) {
  .b-all-articles .articles .featured-posts:first-child .article-item:last-child.big {
    width: 100%;
  }
}
@media (max-width: 1028px) {
  .b-all-articles .articles .featured-posts:first-child .article-item:last-child .asset {
    height: 330px;
  }
}
@media (max-width: 768px) {
  .b-all-articles .articles .featured-posts:first-child .article-item:last-child .asset {
    height: 275px;
  }
}
@media (max-width: 1028px) {
  .b-all-articles .articles .featured-posts:first-child .article-item:nth-child(2) {
    flex: 1;
  }
}
@media (max-width: 600px) {
  .b-all-articles .articles .article-item.tall .asset {
    height: 430px;
  }
}
.b-all-articles #load-more {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .b-all-articles #load-more {
    margin-top: 45px;
  }
}
@media (max-width: 600px) {
  .b-all-articles #load-more {
    margin-top: 39px;
  }
}

.b-youtube-embed {
  position: relative;
  aspect-ratio: 16/9;
  margin-bottom: 40px;
}
.b-youtube-embed .asset {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease opacity;
}
.b-youtube-embed .asset.hide {
  z-index: -2;
  opacity: 0.5;
}
.b-youtube-embed .play-button {
  background-image: url("../svg/play.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20%;
  max-width: 110px;
  aspect-ratio: 11/10;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 20;
  pointer-events: none;
}

.b-related-posts {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
.b-related-posts .title {
  font-family: "Publico Banner";
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  color: #171717;
  margin: 0;
}
.b-related-posts .carousel-wrapper {
  position: relative;
  width: 100%;
}
.b-related-posts .carousel-wrapper .carousel {
  position: unset;
  width: 100%;
}
.b-related-posts .carousel-wrapper .carousel .swiper-button-prev {
  left: -32px;
  right: unset;
  width: 24px;
  height: 24px;
  background-image: none !important;
}
@media (max-width: 600px) {
  .b-related-posts .carousel-wrapper .carousel .swiper-button-prev {
    left: -24px;
  }
}
.b-related-posts .carousel-wrapper .carousel .swiper-button-prev::after {
  font-size: 13px;
  color: #171717;
  content: url("../svg/prev-2.svg");
}
.b-related-posts .carousel-wrapper .carousel .swiper-button-next {
  right: -32px;
  left: unset;
  width: 24px;
  height: 24px;
  background-image: none !important;
}
@media (max-width: 600px) {
  .b-related-posts .carousel-wrapper .carousel .swiper-button-next {
    right: -24px;
  }
}
.b-related-posts .carousel-wrapper .carousel .swiper-button-next::after {
  font-size: 13px;
  color: #171717;
  content: url("../svg/next.svg");
}
.b-related-posts .carousel-wrapper .carousel .swiper-button-disabled,
.b-related-posts .carousel-wrapper .carousel .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.b-related-posts .posts .small {
  height: 300px;
  width: 367px;
}
@media (max-width: 1028px) {
  .b-related-posts .posts .small {
    height: 222px;
    width: 272px;
  }
}
@media (max-width: 768px) {
  .b-related-posts .posts .small {
    height: 222px;
    width: 100%;
  }
}
.b-related-posts .posts .small .featured-article {
  width: 100%;
  height: 100%;
}
.b-related-posts .posts .small .featured-article .content {
  height: 100%;
}
.b-related-posts .posts .small .featured-article .content .texts .post-title h2,
.b-related-posts .posts .small .featured-article .content .texts .post-title h3,
.b-related-posts .posts .small .featured-article .content .texts .post-title h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
}
.b-related-posts .posts .small .featured-article .content .post-categories {
  margin-bottom: auto;
}
.b-related-posts .posts .small .featured-article .thumbnail img {
  height: 100% !important;
}

.featured-article {
  flex-shrink: 0;
  width: 850px;
  height: 700px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .featured-article {
    width: 644px;
    height: 680px;
  }
}
@media (max-width: 1028px) {
  .featured-article {
    width: 464px;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .featured-article {
    width: 100%;
    height: 552px;
  }
}
.featured-article .thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
}
.featured-article .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media (max-width: 1028px) {
  .featured-article .thumbnail img {
    border-radius: 4px;
  }
}
.featured-article.dark .post-title h2 {
  color: #171717;
}
.featured-article .content {
  z-index: 1;
  padding: 32px;
  max-width: 545px;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 600px) {
  .featured-article .content {
    padding: 16px;
  }
}
.featured-article .content .badges {
  display: flex;
  gap: 0.5rem;
}
.featured-article .content .badges .chip.outlined {
  height: 100%;
  display: flex;
}
.featured-article .content .texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.featured-article .content .texts .post-title {
  text-decoration: none;
}
.featured-article .content .texts .post-title h2 {
  font-family: "Publico Banner" !important;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  margin: 0;
  color: white;
}
@media (max-width: 1028px) {
  .featured-article .content .texts .post-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .featured-article .content .texts .post-title h2 {
    font-size: 32px;
  }
}

.article-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.article-item.even {
  width: calc(50% - 10px);
}
@media (max-width: 600px) {
  .article-item.even {
    width: 100%;
  }
}
.article-item.even .thumbnail .asset {
  height: 220px;
}
@media (max-width: 1440px) {
  .article-item.even .thumbnail .asset {
    height: 200px;
  }
}
@media (max-width: 1028px) {
  .article-item.even .thumbnail .asset {
    height: 170px;
  }
}
@media (max-width: 1028px) {
  .article-item.even .thumbnail .asset {
    height: 170px;
  }
}
@media (max-width: 600px) {
  .article-item.even .thumbnail .asset {
    height: 230px;
  }
}
.article-item.even .content {
  gap: 12px;
}
@media (max-width: 1028px) {
  .article-item.even .content {
    gap: 8px;
  }
}
.article-item.even .content .post-title h2 {
  font-size: 24px;
  height: 52px;
}
@media (max-width: 1028px) {
  .article-item.even .content .post-title h2 {
    font-size: 18px;
    height: 40px;
  }
}
.article-item.even .content .texts {
  gap: 8px;
}
.article-item.even .content .post-categories {
  margin-top: 0;
}
.article-item.full {
  width: 100%;
}
.article-item.full .thumbnail .asset {
  height: 600px;
}
@media (max-width: 1440px) {
  .article-item.full .thumbnail .asset {
    height: 455px;
  }
}
@media (max-width: 1028px) {
  .article-item.full .thumbnail .asset {
    height: 330px;
  }
}
@media (max-width: 768px) {
  .article-item.full .thumbnail .asset {
    height: 275px;
  }
}
@media (max-width: 600px) {
  .article-item.full .thumbnail .asset {
    height: 230px;
  }
}
.article-item.fill {
  flex: 1;
}
@media (max-width: 600px) {
  .article-item.fill {
    flex: unset;
    width: 100%;
  }
}
.article-item.fill .thumbnail .asset {
  height: 600px;
}
@media (max-width: 1440px) {
  .article-item.fill .thumbnail .asset {
    height: 455px;
  }
}
@media (max-width: 1028px) {
  .article-item.fill .thumbnail .asset {
    height: 330px;
  }
}
@media (max-width: 768px) {
  .article-item.fill .thumbnail .asset {
    height: 275px;
  }
}
@media (max-width: 600px) {
  .article-item.fill .thumbnail .asset {
    height: 230px;
  }
}
.article-item.big {
  width: calc(var(--container-width) / 2 - 10px);
  flex-shrink: 0;
}
@media (max-width: 1028px) {
  .article-item.big {
    width: calc(var(--container-width) * 0.65 - 8px);
  }
}
@media (max-width: 600px) {
  .article-item.big {
    width: 100%;
  }
}
.article-item.big .thumbnail .asset {
  height: 600px;
}
@media (max-width: 1440px) {
  .article-item.big .thumbnail .asset {
    height: 455px;
  }
}
@media (max-width: 1028px) {
  .article-item.big .thumbnail .asset {
    height: 440px;
  }
}
@media (max-width: 768px) {
  .article-item.big .thumbnail .asset {
    height: 275px;
  }
}
@media (max-width: 600px) {
  .article-item.big .thumbnail .asset {
    height: 230px;
  }
}
.article-item.short {
  width: calc(var(--container-width) / 4 - 14px);
}
@media (max-width: 1028px) {
  .article-item.short {
    width: calc(var(--container-width) * 0.35 - 8px);
  }
}
@media (max-width: 600px) {
  .article-item.short {
    width: 100%;
  }
}
.article-item.short .thumbnail .asset {
  height: 320px;
}
@media (max-width: 1440px) {
  .article-item.short .thumbnail .asset {
    height: 235px;
  }
}
@media (max-width: 768px) {
  .article-item.short .thumbnail .asset {
    height: 212px;
  }
}
@media (max-width: 600px) {
  .article-item.short .thumbnail .asset {
    height: 230px;
  }
}
.article-item.tall {
  width: calc(var(--container-width) / 4 - 14px);
}
@media (max-width: 1028px) {
  .article-item.tall {
    width: calc(var(--container-width) * 0.35 - 8px);
  }
}
@media (max-width: 600px) {
  .article-item.tall {
    width: 100%;
  }
}
.article-item.tall .thumbnail .asset {
  height: 600px;
}
@media (max-width: 1440px) {
  .article-item.tall .thumbnail .asset {
    height: 455px;
  }
}
@media (max-width: 1028px) {
  .article-item.tall .thumbnail .asset {
    height: 440px;
  }
}
@media (max-width: 768px) {
  .article-item.tall .thumbnail .asset {
    height: 275px;
  }
}
@media (max-width: 600px) {
  .article-item.tall .thumbnail .asset {
    height: 230px;
  }
}
.article-item a {
  text-decoration: none;
}
.article-item .content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}
@media (max-width: 1440px) {
  .article-item .content {
    gap: 16px;
  }
}
.article-item .content .texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.article-item .content .thumbnail {
  position: relative;
  display: block;
  line-height: 0;
}
.article-item .content .thumbnail .chip {
  position: absolute;
  top: 16px;
  left: 16px;
}
.article-item .content .thumbnail .asset {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.article-item .content .post-categories {
  margin-top: 8px;
}
.article-item .content .post-title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  margin: 0;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1440px) {
  .article-item .content .post-title h2 {
    font-size: 24px;
  }
}

.metadata {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
@media (max-width: 1028px) {
  .metadata {
    gap: 12px;
  }
}
.metadata.white .metadata-item {
  color: #f2f2f2;
}
.metadata.white .metadata-item:not(:last-child) {
  border-right: 1px solid #f2f2f2;
}
.metadata.black .metadata-item {
  color: #171717;
}
.metadata.black .metadata-item:not(:last-child) {
  border-right: 1px solid #171717;
}
.metadata.big .metadata-item,
.metadata.big .metadata-item a {
  font-size: 18px;
}
@media (max-width: 1028px) {
  .metadata.big .metadata-item,
  .metadata.big .metadata-item a {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .metadata.big .metadata-item,
  .metadata.big .metadata-item a {
    font-size: 14px;
  }
}
.metadata.small .metadata-item,
.metadata.small .metadata-item a {
  font-size: 14px;
}
@media (max-width: 1028px) {
  .metadata.small .metadata-item,
  .metadata.small .metadata-item a {
    font-size: 12px;
  }
}
.metadata .metadata-item,
.metadata .metadata-item a {
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #171717;
}
@media (max-width: 1028px) {
  .metadata .metadata-item,
  .metadata .metadata-item a {
    font-size: 12px;
  }
}
.metadata .metadata-item:not(:last-child),
.metadata .metadata-item a:not(:last-child) {
  padding-right: 16px;
  border-right: 1px solid #171717;
}
@media (max-width: 1028px) {
  .metadata .metadata-item:not(:last-child),
  .metadata .metadata-item a:not(:last-child) {
    padding-right: 12px;
  }
}

.post-categories {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

.highlights {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 56px 0 70px;
}
@media (max-width: 1028px) {
  .highlights {
    padding: 56px 0 60px;
  }
}
@media (max-width: 768px) {
  .highlights {
    padding: 56px 0 28px;
  }
}
@media (max-width: 600px) {
  .highlights {
    padding: 48px 0 20px;
  }
}
.highlights .title {
  font-family: "Publico Banner";
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  color: #171717;
  margin: 0;
}
.highlights .items {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 80px;
}
@media (max-width: 1028px) {
  .highlights .items {
    gap: 92px;
  }
}
@media (max-width: 768px) {
  .highlights .items {
    justify-content: space-between;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .highlights .items {
    flex-direction: column;
    gap: 24px;
  }
}
.highlights .items .highlight-item {
  max-width: 323px;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  color: #4d4d4d;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
@media (max-width: 1028px) {
  .highlights .items .highlight-item {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .highlights .items .highlight-item {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .highlights .items .highlight-item {
    font-size: 16px;
    max-width: unset;
  }
}
.highlights .items .highlight-item .highlight-divider {
  height: 1px;
  width: 20px;
  background-color: #171717;
}

.b-articles-group {
  width: 95%;
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 1440px) {
  .b-articles-group {
    max-width: 1310px;
  }
}
@media (max-width: 1028px) {
  .b-articles-group {
    width: calc(100% - 88px);
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .b-articles-group {
    width: calc(100% - 80px);
  }
}
@media (max-width: 600px) {
  .b-articles-group {
    width: calc(100% - 52px);
  }
}
@media (max-width: 768px) {
  .b-articles-group {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .b-articles-group {
    gap: 12px;
  }
}
.b-articles-group .title {
  font-family: "Publico Banner" !important;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  margin: 0;
}
@media (max-width: 1028px) {
  .b-articles-group .title {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .b-articles-group .title {
    font-size: 32px;
  }
}
.b-articles-group .articles .carousel-wrapper {
  position: relative;
  width: 100%;
}
.b-articles-group .articles .carousel-wrapper .carousel {
  position: unset;
  width: 100%;
}
.b-articles-group .articles .carousel-wrapper .carousel .swiper-button-prev {
  left: -32px;
  right: unset;
  width: 24px;
  height: 24px;
  background-image: none !important;
}
@media (max-width: 600px) {
  .b-articles-group .articles .carousel-wrapper .carousel .swiper-button-prev {
    left: -24px;
  }
}
.b-articles-group .articles .carousel-wrapper .carousel .swiper-button-prev::after {
  font-size: 13px;
  color: #171717;
  content: url("../svg/prev-2.svg");
}
.b-articles-group .articles .carousel-wrapper .carousel .swiper-button-next {
  right: -32px;
  left: unset;
  width: 24px;
  height: 24px;
  background-image: none !important;
}
@media (max-width: 600px) {
  .b-articles-group .articles .carousel-wrapper .carousel .swiper-button-next {
    right: -24px;
  }
}
.b-articles-group .articles .carousel-wrapper .carousel .swiper-button-next::after {
  font-size: 13px;
  color: #171717;
  content: url("../svg/next.svg");
}
.b-articles-group .articles .carousel-wrapper .carousel .swiper-button-disabled,
.b-articles-group .articles .carousel-wrapper .carousel .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.b-articles-group .articles .carousel-wrapper {
  display: none;
}
@media (max-width: 1028px) {
  .b-articles-group .articles .carousel-wrapper {
    display: inherit;
  }
}
.b-articles-group .articles .posts {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.b-articles-group .articles .posts .article-item.full {
  flex-shrink: unset;
}
@media (max-width: 768px) {
  .b-articles-group .articles .posts .article-item.full {
    flex-shrink: 0;
  }
}
@media (max-width: 1028px) {
  .b-articles-group .articles .posts.desktop {
    display: none;
  }
}

.about-the-author {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin: 40px 0 0 !important;
}
.about-the-author .title {
  font-family: "Publico Banner";
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  color: #171717;
  margin: 0;
}
@media (max-width: 1028px) {
  .about-the-author .title {
    font-size: 28px;
  }
}
.about-the-author .bio {
  font-family: "Artlist Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #4d4d4d;
  margin: 0 !important;
}
.about-the-author .bio p {
  color: #4d4d4d;
}
.about-the-author .bio p:last-child {
  margin: 0;
}
@media (max-width: 1028px) {
  .about-the-author .bio {
    font-size: 16px;
  }
}
.about-the-author .link {
  margin-top: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #171717;
}
@media (max-width: 1028px) {
  .about-the-author .link {
    font-size: 16px;
  }
}
.about-the-author .link::after {
  content: "";
  width: 6px;
  height: 14px;
  background-image: url("../svg/next.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  top: 1px;
}

.embedded-video {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.b-banner {
  width: 95%;
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .b-banner {
    max-width: 1310px;
  }
}
@media (max-width: 1028px) {
  .b-banner {
    width: calc(100% - 88px);
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .b-banner {
    width: calc(100% - 80px);
  }
}
@media (max-width: 600px) {
  .b-banner {
    width: calc(100% - 52px);
  }
}
.b-banner.small {
  width: 100%;
  padding: 0;
  margin-top: 90px;
}
@media (max-width: 1440px) {
  .b-banner.small {
    margin-top: 64px;
  }
}
.b-banner.small .wrapper {
  padding: 24px;
  width: 100%;
  height: auto;
}
.b-banner.small .wrapper.aspectRatio {
  aspect-ratio: 415/177;
}
@media (max-width: 1028px) {
  .b-banner.small .wrapper.aspectRatio {
    aspect-ratio: 224/229;
  }
}
@media (max-width: 1440px) {
  .b-banner.small .wrapper {
    padding: 18px 24px 24px;
  }
}
@media (max-width: 1028px) {
  .b-banner.small .wrapper {
    padding: 80px 10px 14px 10px;
  }
}
.b-banner.small .wrapper .content {
  max-width: 285px;
}
.b-banner.small .wrapper .content .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
}
@media (max-width: 1028px) {
  .b-banner.small .wrapper .content .title {
    font-size: 24px;
  }
}
.b-banner .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 160px 64px 64px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .b-banner .wrapper {
    border-radius: 4px;
    padding: 160px 58px 58px;
  }
}
@media (max-width: 1028px) {
  .b-banner .wrapper {
    padding: 78px 56px 56px;
  }
}
@media (max-width: 600px) {
  .b-banner .wrapper {
    padding: 35px 32px 32px;
  }
}
@media (max-width: 600px) {
  .b-banner .wrapper {
    padding: 56px 16px 24px;
  }
}
.b-banner .wrapper .asset {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  top: 0;
}
.b-banner .wrapper .content {
  max-width: 660px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 1440px) {
  .b-banner .wrapper .content {
    gap: 40px;
  }
}
@media (max-width: 1028px) {
  .b-banner .wrapper .content {
    gap: 32px;
    max-width: 437px;
  }
}
@media (max-width: 1028px) {
  .b-banner .wrapper .content {
    gap: 24px;
    max-width: 437px;
  }
}
.b-banner .wrapper .content .title {
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.01em;
  margin: 0;
  color: #171717;
}
@media (max-width: 1028px) {
  .b-banner .wrapper .content .title {
    font-size: 48px;
  }
}
@media (max-width: 600px) {
  .b-banner .wrapper .content .title {
    font-size: 28px;
  }
}
.b-banner .wrapper .content .title.white {
  color: #f2f2f2;
}
.b-banner .wrapper .content .title.black {
  color: #171717;
}

.recent-posts {
  padding: 0 0 60px;
}
.recent-posts .carousel-wrapper {
  position: relative;
  width: 100%;
}
.recent-posts .carousel-wrapper .carousel {
  position: unset;
  width: 100%;
}
.recent-posts .carousel-wrapper .carousel .swiper-button-prev {
  left: -32px;
  right: unset;
  width: 24px;
  height: 24px;
  background-image: none !important;
}
@media (max-width: 600px) {
  .recent-posts .carousel-wrapper .carousel .swiper-button-prev {
    left: -24px;
  }
}
.recent-posts .carousel-wrapper .carousel .swiper-button-prev::after {
  font-size: 13px;
  color: #171717;
  content: url("../svg/prev-2.svg");
}
.recent-posts .carousel-wrapper .carousel .swiper-button-next {
  right: -32px;
  left: unset;
  width: 24px;
  height: 24px;
  background-image: none !important;
}
@media (max-width: 600px) {
  .recent-posts .carousel-wrapper .carousel .swiper-button-next {
    right: -24px;
  }
}
.recent-posts .carousel-wrapper .carousel .swiper-button-next::after {
  font-size: 13px;
  color: #171717;
  content: url("../svg/next.svg");
}
.recent-posts .carousel-wrapper .carousel .swiper-button-disabled,
.recent-posts .carousel-wrapper .carousel .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
@media (max-width: 768px) {
  .recent-posts {
    padding: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .recent-posts section {
    padding: 28px 0;
  }
}

.related-posts {
  padding: 60px 0 0;
}
.related-posts .carousel-wrapper {
  position: relative;
  width: 100%;
}
.related-posts .carousel-wrapper .carousel {
  position: unset;
  width: 100%;
}
.related-posts .carousel-wrapper .carousel .swiper-button-prev {
  left: -32px;
  right: unset;
  width: 24px;
  height: 24px;
  background-image: none !important;
}
@media (max-width: 600px) {
  .related-posts .carousel-wrapper .carousel .swiper-button-prev {
    left: -24px;
  }
}
.related-posts .carousel-wrapper .carousel .swiper-button-prev::after {
  font-size: 13px;
  color: #171717;
  content: url("../svg/prev-2.svg");
}
.related-posts .carousel-wrapper .carousel .swiper-button-next {
  right: -32px;
  left: unset;
  width: 24px;
  height: 24px;
  background-image: none !important;
}
@media (max-width: 600px) {
  .related-posts .carousel-wrapper .carousel .swiper-button-next {
    right: -24px;
  }
}
.related-posts .carousel-wrapper .carousel .swiper-button-next::after {
  font-size: 13px;
  color: #171717;
  content: url("../svg/next.svg");
}
.related-posts .carousel-wrapper .carousel .swiper-button-disabled,
.related-posts .carousel-wrapper .carousel .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
@media (max-width: 1440px) {
  .related-posts {
    padding: 40px 0 0;
  }
}
@media (max-width: 768px) {
  .related-posts {
    padding: 16px 0 0;
  }
}
@media (max-width: 768px) {
  .related-posts section {
    padding: 28px 0;
  }
}

.share-actions {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 80px;
}
.share-actions .title {
  margin: 0;
  font-family: "Artlist Sans";
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  color: #171717;
}
@media (max-width: 1028px) {
  .share-actions .title {
    font-size: 18px;
  }
}
.share-actions .actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
@media (max-width: 1028px) {
  .share-actions .actions {
    gap: 20px;
  }
}
.share-actions .actions a {
  display: block;
}

.faq-item {
  margin: 0 !important;
}
.faq-item div {
  margin: 0 !important;
}
.faq-item .faq-title {
  background: none;
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #171717;
  width: 100%;
  text-align: left;
  position: relative;
  cursor: pointer;
  border-bottom: 0.5px solid #171717;
  padding: 20px 10px;
}
@media (max-width: 1028px) {
  .faq-item .faq-title {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .faq-item .faq-title {
    font-size: 14px;
  }
}
.faq-item .faq-title.is-active::after {
  transform: rotate(360deg);
}
.faq-item .faq-title::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../svg/up.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: 10px;
  transform: rotate(180deg);
  transition: transform 0.4s ease;
}
.faq-item .answer {
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #4d4d4d;
  padding: 20px 10px;
}
@media (max-width: 1028px) {
  .faq-item .answer {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .faq-item .answer {
    font-size: 14px;
  }
}

.t-sorting {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: -40px;
}
@media (max-width: 768px) {
  .t-sorting {
    display: none;
  }
}
.t-sorting .sorting-wrapper {
  position: relative;
  z-index: 98;
  min-width: 212px;
  border-radius: 4px 4px 0 0;
  transition: 0.2s ease background-color;
}
.t-sorting .sorting-wrapper.active {
  background-color: #f2f2f2;
}
.t-sorting .sorting-wrapper .select {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 24px 16px;
}
.t-sorting .sorting-wrapper .select .label {
  font-family: "Artlist Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #171717;
}
.t-sorting .sorting-wrapper .select i {
  transition: transform 0.4s ease;
}
.t-sorting .sorting-wrapper.active .select i {
  transform: rotate(180deg);
}
.t-sorting .sorting-wrapper .options {
  border-radius: 0 0 4px 4px;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 99;
  background-color: #f2f2f2;
  padding: 16px 16px 24px;
  width: 100%;
  transition: 0.2s ease opacity;
  opacity: 1;
}
.t-sorting .sorting-wrapper .options.hide {
  opacity: 0;
  pointer-events: none;
}
.t-sorting .sorting-wrapper .options .item {
  font-family: "Artlist Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.014em;
  color: #171717;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.asset.original {
  display: block;
}
@media (max-width: 1440px) {
  .asset.original {
    display: none;
  }
}
.asset.desktop {
  display: none;
}
@media (max-width: 1440px) {
  .asset.desktop {
    display: block;
  }
}
@media (max-width: 1028px) {
  .asset.desktop {
    display: none;
  }
}
.asset.desktop-small {
  display: none;
}
@media (max-width: 1028px) {
  .asset.desktop-small {
    display: block;
  }
}
@media (max-width: 768px) {
  .asset.desktop-small {
    display: none;
  }
}
.asset.tablet {
  display: none;
}
@media (max-width: 768px) {
  .asset.tablet {
    display: block;
  }
}
@media (max-width: 600px) {
  .asset.tablet {
    display: none;
  }
}
.asset.mobile {
  display: none;
}
@media (max-width: 600px) {
  .asset.mobile {
    display: block;
  }
}

.language-switcher:not(.mobile) {
  display: flex;
}
.language-switcher:not(.mobile) .language-arrow {
  transition: transform 0.4s ease;
}
.language-switcher:not(.mobile) .language-arrow.active {
  transform: rotate(-180deg);
}
.language-switcher:not(.mobile) .dropdown {
  display: flex;
  flex-direction: column;
  position: fixed;
  gap: 24px;
  background-color: #f2f2f2;
  top: calc(var(--header-height) - 20px);
  padding: 24px 16px;
  min-width: 200px;
  transition: opacity 0.4s ease, top 0.4s ease;
}
.language-switcher:not(.mobile) .dropdown.hide {
  opacity: 0;
  top: calc(var(--header-height));
  pointer-events: none;
}
.language-switcher:not(.mobile) .dropdown .language-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.language-switcher:not(.mobile) .dropdown .language-wrapper .language-link {
  font-family: "Artlist Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #171717;
  white-space: nowrap;
  text-decoration: none;
  margin: 0;
}
.language-switcher.mobile {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.language-switcher.mobile .header {
  display: flex;
  align-items: center;
  margin-top: 24px;
  cursor: pointer;
}
.language-switcher.mobile .header .language-arrow {
  transition: transform 0.4s ease;
}
.language-switcher.mobile .header .language-arrow.active {
  transform: rotate(-180deg);
}
.language-switcher.mobile .header .active-language {
  margin: 0 4px;
}
.language-switcher.mobile .dropdown {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 24px;
  background-color: #f2f2f2;
  transition: opacity 0.4s ease, padding-bottom 0.4s ease, height 0.4s ease;
  height: var(--dropdown-max-height);
  overflow: hidden;
}
.language-switcher.mobile .dropdown.hide {
  pointer-events: none;
  height: 0;
  padding-bottom: 0;
}
.language-switcher.mobile .dropdown .language-link {
  font-family: "Artlist Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #171717;
  white-space: nowrap;
  text-decoration: none;
  margin: 0;
}

.archive .header,
.search .header {
  width: 95%;
  max-width: 1720px;
  margin: 0 auto;
  padding-top: 80px;
}
@media (max-width: 1440px) {
  .archive .header,
  .search .header {
    max-width: 1310px;
  }
}
@media (max-width: 1028px) {
  .archive .header,
  .search .header {
    width: calc(100% - 88px);
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .archive .header,
  .search .header {
    width: calc(100% - 80px);
  }
}
@media (max-width: 600px) {
  .archive .header,
  .search .header {
    width: calc(100% - 52px);
  }
}
@media (max-width: 1440px) {
  .archive .header,
  .search .header {
    padding-top: 64px;
  }
}
@media (max-width: 1028px) {
  .archive .header,
  .search .header {
    padding-top: 56px;
  }
}
@media (max-width: 600px) {
  .archive .header,
  .search .header {
    padding-top: 40px;
  }
}
.archive .header .wrapper,
.search .header .wrapper {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  gap: 32px;
}
@media (max-width: 1440px) {
  .archive .header .wrapper,
  .search .header .wrapper {
    gap: 24px;
  }
}
@media (max-width: 1028px) {
  .archive .header .wrapper,
  .search .header .wrapper {
    gap: 16px;
  }
}
.archive .header .wrapper .title,
.search .header .wrapper .title {
  font-weight: 700;
  font-size: 120px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #171717;
  margin: 0;
  font-style: italic;
}
@media (max-width: 1440px) {
  .archive .header .wrapper .title,
  .search .header .wrapper .title {
    font-size: 96px;
  }
}
@media (max-width: 1028px) {
  .archive .header .wrapper .title,
  .search .header .wrapper .title {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .archive .header .wrapper .title,
  .search .header .wrapper .title {
    font-size: 64px;
  }
}
@media (max-width: 600px) {
  .archive .header .wrapper .title,
  .search .header .wrapper .title {
    font-size: 40px;
  }
}
.archive .header .wrapper .description,
.search .header .wrapper .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  color: #4d4d4d;
  margin: 0;
}
.archive .header .wrapper .description *,
.search .header .wrapper .description * {
  margin: 0;
}
@media (max-width: 1028px) {
  .archive .header .wrapper .description,
  .search .header .wrapper .description {
    font-size: 16px;
  }
  .archive .header .wrapper .description *,
  .search .header .wrapper .description * {
    font-size: 16px;
  }
}
.archive .header .wrapper .social-links,
.search .header .wrapper .social-links {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 28px;
}
.archive .header .wrapper .social-links .follow-label,
.search .header .wrapper .social-links .follow-label {
  font-family: "Artlist Sans";
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #171717;
}
.archive .header .wrapper .social-links .links,
.search .header .wrapper .social-links .links {
  display: flex;
  gap: 28px;
  align-items: center;
}
.archive #load-more,
.search #load-more {
  margin-top: 30px;
}
.archive .b-all-articles,
.search .b-all-articles {
  padding-top: 0;
}
@media (max-width: 768px) {
  .archive .b-all-articles,
  .search .b-all-articles {
    padding-top: 24px;
  }
}
@media (max-width: 600px) {
  .archive .b-all-articles,
  .search .b-all-articles {
    padding-top: 24px;
    padding-bottom: 0;
  }
}
@media (max-width: 1028px) {
  .archive .b-all-articles .articles,
  .search .b-all-articles .articles {
    gap: 80px;
  }
}
@media (max-width: 600px) {
  .archive .b-all-articles .articles,
  .search .b-all-articles .articles {
    gap: 40px;
  }
}
@media (max-width: 1028px) {
  .archive .b-all-articles .articles .featured-posts,
  .search .b-all-articles .articles .featured-posts {
    gap: 80px 16px;
  }
}
@media (max-width: 600px) {
  .archive .b-all-articles .articles .featured-posts,
  .search .b-all-articles .articles .featured-posts {
    gap: 40px;
  }
}

.article {
  display: flex;
}
.article .post {
  width: 95%;
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .article .post {
    max-width: 1310px;
  }
}
@media (max-width: 1028px) {
  .article .post {
    width: calc(100% - 88px);
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .article .post {
    width: calc(100% - 80px);
  }
}
@media (max-width: 600px) {
  .article .post {
    width: calc(100% - 52px);
  }
}
.article .post .post-header {
  padding: 80px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
@media (max-width: 1440px) {
  .article .post .post-header {
    padding: 64px 0 0;
  }
}
@media (max-width: 1028px) {
  .article .post .post-header {
    padding: 56px 0 0;
  }
}
@media (max-width: 600px) {
  .article .post .post-header {
    padding: 40px 0 0;
  }
}
.article .post .post-header .post-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
}
.article .post .post-header .post-info .title {
  margin: 0;
  max-width: 1094px;
}
.article .post .post-header .post-info .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
}
@media (max-width: 768px) {
  .article .post .post-header .post-info .details {
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.article .post .post-header .asset {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1440px) {
  .article .post .post-header .asset {
    height: 455px;
  }
}
@media (max-width: 1028px) {
  .article .post .post-header .asset {
    height: 330px;
  }
}
@media (max-width: 768px) {
  .article .post .post-header .asset {
    border-radius: 4px;
    height: 240px;
  }
}
@media (max-width: 600px) {
  .article .post .post-header .asset {
    height: 510px;
  }
}
.article .post .side-by-side {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 174px;
  position: relative;
  padding-top: 70px;
}
@media (max-width: 1440px) {
  .article .post .side-by-side {
    gap: 24px;
  }
}
@media (max-width: 1028px) {
  .article .post .side-by-side {
    gap: 96px;
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .article .post .side-by-side {
    padding-top: 28px;
  }
}
@media (max-width: 600px) {
  .article .post .side-by-side {
    padding-top: 20px;
  }
}
.article .post .side-by-side .left {
  width: 30%;
  max-width: 415px;
  display: block;
  position: relative;
}
@media (max-width: 1440px) {
  .article .post .side-by-side .left {
    min-width: 220px;
  }
}
@media (max-width: 1028px) {
  .article .post .side-by-side .left {
    width: 224px;
  }
}
@media (max-width: 768px) {
  .article .post .side-by-side .left {
    display: none;
  }
}
.article .post .side-by-side .left .content {
  position: sticky;
  top: calc(var(--header-height) + 32px);
}
.article .post .side-by-side .left .content .tof-title {
  font-family: "Artlist Sans" !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  margin: 0 0 24px;
}
@media (max-width: 1028px) {
  .article .post .side-by-side .left .content .tof-title {
    font-size: 18px;
  }
}
.article .post .side-by-side .left .content .tof-title.hide {
  display: none;
}
.article .post .side-by-side .left .content .table-of-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-left: 1px solid #9a9a9a;
  padding-left: 24px;
}
.article .post .side-by-side .left .content .table-of-content .toc-item {
  text-decoration: none;
  font-family: "Artlist Sans";
  font-size: 18px;
  line-height: 110%;
  font-weight: 400;
  color: #171717;
  margin: 0;
}
@media (max-width: 1028px) {
  .article .post .side-by-side .left .content .table-of-content .toc-item {
    font-size: 16px;
  }
}
.article .post .side-by-side .left .content .table-of-content .toc-item.active {
  font-weight: 600;
}
.article .post .side-by-side .left .content .table-of-content.hide {
  display: none;
}
.article .post .side-by-side .left .content .indicator {
  height: 23px;
  width: 2px;
  background-color: #171717;
  position: absolute;
  top: 50px;
  left: 0;
  opacity: 0;
  transition: top 0.4s ease, opacity 0.4s ease;
}
.article .post .side-by-side .left .b-banner.small {
  margin-top: 48px;
}
.article .post .side-by-side .right {
  flex: 1;
  max-width: 100%;
  overflow: hidden;
}
.article .post .side-by-side .right * {
  scroll-margin: calc(var(--header-height) + 8px);
}
.article .post .side-by-side .right :not(.b-youtube-embed) img {
  height: auto;
}
.article .post .side-by-side .right iframe {
  display: block;
}
.article .post .side-by-side .right h1,
.article .post .side-by-side .right h2,
.article .post .side-by-side .right h3,
.article .post .side-by-side .right h4,
.article .post .side-by-side .right h5,
.article .post .side-by-side .right h6,
.article .post .side-by-side .right p,
.article .post .side-by-side .right table,
.article .post .side-by-side .right ul {
  max-width: 850px;
}
.article .post .side-by-side .right h1,
.article .post .side-by-side .right h2 {
  font-family: "Publico Banner";
}
.article .post .side-by-side .right p,
.article .post .side-by-side .right li,
.article .post .side-by-side .right ol {
  font-family: "Artlist Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #4d4d4d;
}
@media (max-width: 1028px) {
  .article .post .side-by-side .right p,
  .article .post .side-by-side .right li,
  .article .post .side-by-side .right ol {
    font-size: 16px;
  }
}
.article .post .side-by-side .right p a,
.article .post .side-by-side .right li a,
.article .post .side-by-side .right ol a {
  font-family: "Artlist Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #4d4d4d;
}
@media (max-width: 1028px) {
  .article .post .side-by-side .right p a,
  .article .post .side-by-side .right li a,
  .article .post .side-by-side .right ol a {
    font-size: 16px;
  }
}
.article .post .side-by-side .right p {
  margin: 0 0 24px;
}
.article .post .side-by-side .right ul {
  margin: 0 0 24px;
}
.article .post .side-by-side .right table {
  border-collapse: collapse;
  border-spacing: 40px 0;
  width: 100%;
  margin-bottom: 24px;
}
.article .post .side-by-side .right table * {
  max-width: 100%;
}
.article .post .side-by-side .right th {
  text-align: left;
}
.article .post .side-by-side .right tr {
  border-bottom: 1px solid #4d4d4d;
}
.article .post .side-by-side .right td {
  padding: 26px 0 !important;
}
@media (max-width: 1028px) {
  .article .post .side-by-side .right td {
    padding: 16px 0 !important;
  }
}
@media (max-width: 600px) {
  .article .post .side-by-side .right td {
    padding: 24px 0 !important;
  }
}
.article .post .side-by-side .right td:not(:last-child) {
  padding-right: 40px !important;
}
.article .post .side-by-side .right td, .article .post .side-by-side .right td * {
  border: 0px solid #000 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  color: #4d4d4d;
}
@media (max-width: 1028px) {
  .article .post .side-by-side .right td, .article .post .side-by-side .right td * {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .article .post .side-by-side .right td, .article .post .side-by-side .right td * {
    font-size: 14px;
  }
}
.article .post .side-by-side .right td strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #171717;
}
@media (max-width: 1028px) {
  .article .post .side-by-side .right td strong {
    font-size: 20px;
    padding: 16px 0;
  }
}
@media (max-width: 600px) {
  .article .post .side-by-side .right td strong {
    font-size: 14px;
    padding: 24px 0;
  }
}
.article .post .side-by-side .right .faqs-wrapper {
  padding-bottom: 20px;
}
.article .post .side-by-side .right .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.article .post .side-by-side .right .tags .tag {
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #4d4d4d;
}
.article .post .side-by-side .right #swaf-feedback {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 80px 0 40px;
  margin-bottom: 40px;
  border-bottom: 0.5px solid #4d4d4d;
}
@media (max-width: 1028px) {
  .article .post .side-by-side .right #swaf-feedback {
    padding: 64px 0 32px;
  }
}
@media (max-width: 768px) {
  .article .post .side-by-side .right #swaf-feedback {
    padding: 56px 0 40px;
  }
}
@media (max-width: 600px) {
  .article .post .side-by-side .right #swaf-feedback {
    padding: 80px 0 32px;
  }
}
.article .post .side-by-side .right #swaf-feedback .form .header {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1028px) {
  .article .post .side-by-side .right #swaf-feedback .form .header {
    gap: 24px;
  }
}
.article .post .side-by-side .right #swaf-feedback .form .header .title {
  font-family: "Publico Banner";
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.01em;
  margin: 0;
  color: #171717;
}
@media (max-width: 1028px) {
  .article .post .side-by-side .right #swaf-feedback .form .header .title {
    font-size: 28px;
  }
}
.article .post .side-by-side .right #swaf-feedback .form .header .buttons {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 600px) {
  .article .post .side-by-side .right #swaf-feedback .form .header .buttons {
    gap: 10px;
  }
}
.article .post .side-by-side .right #swaf-feedback .form .header .buttons #swaf-yes {
  background: #171717;
  color: #f2f2f2;
  border: 0.5px solid #171717;
}
.article .post .side-by-side .right #swaf-feedback .form .header .buttons #swaf-no {
  background: #f2f2f2;
  color: #171717;
  border: 0.5px solid #171717;
}
.article .post .side-by-side .right #swaf-feedback .form .header .buttons button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .article .post .side-by-side .right #swaf-feedback .form .header .buttons button {
    min-width: unset;
    font-size: 14px;
    line-height: 15px;
    width: calc(50% - 5px);
  }
}
.article .post .side-by-side .right #swaf-feedback .form #swaf-textarea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 1028px) {
  .article .post .side-by-side .right #swaf-feedback .form #swaf-textarea {
    gap: 16px;
  }
}
.article .post .side-by-side .right #swaf-feedback .form #swaf-textarea .sorry-label {
  font-family: "Publico Banner";
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.01em;
  margin: 0;
}
@media (max-width: 1028px) {
  .article .post .side-by-side .right #swaf-feedback .form #swaf-textarea .sorry-label {
    font-size: 28px;
  }
}
.article .post .side-by-side .right #swaf-feedback .form #swaf-textarea textarea {
  box-sizing: border-box;
  width: 100%;
  border: 0.5px solid #171717;
  font-family: "Artlist Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #171717;
  padding: 16px;
  background-color: #f2f2f2;
  border-radius: 4px;
  min-height: 160px;
  outline: none;
}
@media (max-width: 1028px) {
  .article .post .side-by-side .right #swaf-feedback .form #swaf-textarea textarea {
    font-size: 16px;
    padding: 10px;
  }
}
.article .post .side-by-side .right #swaf-feedback .form #swaf-textarea textarea::-moz-placeholder {
  color: #c1c1c1;
}
.article .post .side-by-side .right #swaf-feedback .form #swaf-textarea textarea::placeholder {
  color: #c1c1c1;
}
.article .post .side-by-side .right #swaf-feedback .form #swaf-textarea #swaf-submit {
  background: #171717;
  color: #f2f2f2;
  border: 0.5px solid #171717;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
  cursor: pointer;
  margin-top: 16px;
}
@media (max-width: 1028px) {
  .article .post .side-by-side .right #swaf-feedback .form #swaf-textarea #swaf-submit {
    margin-top: 8px;
  }
}
@media (max-width: 600px) {
  .article .post .side-by-side .right #swaf-feedback .form #swaf-textarea #swaf-submit {
    min-width: unset;
    font-size: 14px;
    line-height: 15px;
  }
}
.article .post .side-by-side .right #swaf-feedback .thank-you .thank-you-label {
  font-family: "Publico Banner";
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.01em;
  margin: 0;
}
@media (max-width: 1028px) {
  .article .post .side-by-side .right #swaf-feedback .thank-you .thank-you-label {
    font-size: 28px;
  }
}/*# sourceMappingURL=global.css.map */