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

html {
  font-size: 10px;
}
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #4A4A4A;
  font-weight: normal;
  background-color: #EFEFEF;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

._19-btn {
  display: inline-block;
  padding: 4px 10px;
  min-width: 103px;
  border-radius: 14px;
  height: 23px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}

._19-post-date {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

img {
  max-width: 100%;
  height: auto;
}

picture {
  line-height: 0;
  display: block;
}

p, h1, h2, h3, h4, h5, a {
  word-break: break-word;
}

h1 {
  font-size: 34px;
  color: #1D1D1B;
}
h1:first-letter {
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 28px;
  }
}

p {
  line-height: 1.55;
  letter-spacing: 0;
  word-break: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.25;
  color: #1D1D1B;
}

b, strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

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

button,
a {
  cursor: pointer;
}

input {
  outline: none;
}

._19-max-width-content {
  max-width: 1024px;
}

._19-max-width-wrapper {
  background-color: #EFEFEF;
}

._19-max-width {
  max-width: 1440px;
}

._19-max-width-full {
  max-width: 1440px;
}

._19-container-fluid-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

._19-container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 27px;
}

._19-container-no-padding {
  padding: 0;
}

._19-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

._19-d-none {
  display: none;
}

._19-no-scroll {
  overflow: hidden;
}

._19-single-blog, ._19-page-default, ._19-content-archive {
  width: 100%;
  padding: 0 27px;
  max-width: 1024px;
  margin: 80px auto 0;
}
@media (max-width: 600px) {
  ._19-single-blog, ._19-page-default, ._19-content-archive {
    margin-top: 44px;
  }
}

._19-recent-short-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

._19-short-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

._19-recent-short-snippet {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

._19-short-snippet {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

._19-section-body {
  width: 100%;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

._19-banner:empty,
._19-banner-l:empty,
._19-banner-s:empty,
._19-inner-content-banner:empty {
  display: none;
}

._19-header {
  background-color: #333333;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 100;
}
@media (max-width: 900px) {
  ._19-header {
    margin: 20px 20px 0;
    border-radius: 14px;
    overflow: hidden;
  }
}

._19-header__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 900px) {
  ._19-header__inner {
    padding: 0 16px;
  }
}

._19-header-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 108px;
}
@media (max-width: 900px) {
  ._19-header-bar {
    grid-template-columns: auto 1fr;
    height: 54px;
  }
}

._19-header-logo {
  justify-self: start;
  display: inline-flex;
  align-items: center;
}
._19-header-logo ._19-header-logo__img {
  display: block;
  height: 36px;
  width: auto;
}
@media (max-width: 900px) {
  ._19-header-logo ._19-header-logo__img {
    height: 26px;
  }
}

._19-header-nav {
  justify-self: center;
}
._19-header-nav ._19-header-nav__close {
  display: none;
}
._19-header-nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
._19-header-nav li a {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  transition: color 0.2s linear;
}
._19-header-nav li a:hover {
  color: #FFFFFF;
}
._19-header-nav li.current-menu-item a,
._19-header-nav li.current_page_item a {
  color: #FFFFFF;
}
@media (max-width: 900px) {
  ._19-header-nav {
    position: fixed;
    inset: 0;
    z-index: 30;
    width: 100vw;
    height: 100vh;
    justify-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background-color: #333333;
    transform: translateY(-100%);
    transition: transform 0.35s linear;
  }
  ._19-header-nav ul {
    flex-direction: column;
    gap: 26px;
  }
  ._19-header-nav li a {
    font-size: 20px;
  }
  ._19-header-nav ._19-header-nav__close {
    display: block;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 26px;
    height: 26px;
    cursor: pointer;
  }
  ._19-header-nav ._19-header-nav__close span {
    position: absolute;
    top: 12px;
    left: 0;
    width: 26px;
    height: 2px;
    background: #FFFFFF;
  }
  ._19-header-nav ._19-header-nav__close span:first-child {
    transform: rotate(45deg);
  }
  ._19-header-nav ._19-header-nav__close span:last-child {
    transform: rotate(-45deg);
  }
}

._19-header-nav._19-open {
  transform: translateY(0);
}

._19-header-search {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  background: #FFFFFF;
  min-width: 147px;
}
._19-header-search__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  color: #111;
  cursor: pointer;
}
._19-header-search__btn svg {
  display: block;
}
._19-header-search__input {
  border: 0;
  outline: 0;
  background: none;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  color: #595959;
  width: 78px;
  max-width: 100%;
}
._19-header-search__input::placeholder {
  color: #595959;
  opacity: 1;
}
@media (max-width: 900px) {
  ._19-header-search {
    display: none;
  }
}

._19-nav__burger {
  display: none;
  justify-self: end;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  color: #FFFFFF;
  cursor: pointer;
}
._19-nav__burger svg {
  display: block;
  width: 19px;
  height: 16px;
}
@media (max-width: 900px) {
  ._19-nav__burger {
    display: inline-flex;
  }
}

._19-skyscraper-banner {
  display: none !important;
}

._19-mobile-banner-top,
._19-top-banner {
  display: none;
}
._19-mobile-banner-top:has(img), ._19-mobile-banner-top:has(iframe),
._19-top-banner:has(img),
._19-top-banner:has(iframe) {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

._19-site-footer {
  margin-top: 80px;
  padding: 72px 0;
  background-color: #333333;
  color: #D6D6D6;
}

._19-site-footer__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 333px 355px 1fr auto;
  gap: 40px;
  align-items: start;
}
@media (max-width: 900px) {
  ._19-site-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px 24px;
  }
}
@media (max-width: 600px) {
  ._19-site-footer__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

._19-footer-logo {
  display: inline-flex;
  align-items: center;
}
._19-footer-logo img {
  display: block;
  height: 36px;
  width: auto;
}
@media (max-width: 900px) {
  ._19-footer-logo {
    grid-column: 1/-1;
  }
}

._19-footer-col__title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 0 22px;
}

._19-footer-address {
  list-style: none;
  margin: 0;
  padding: 0;
}
._19-footer-address li {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #D6D6D6;
  margin-bottom: 12px;
}
._19-footer-address a {
  color: #D6D6D6;
}
._19-footer-address a:hover {
  color: #fff;
}

._19-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
._19-footer-menu li {
  margin-bottom: 12px;
}
._19-footer-menu a {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  color: #D6D6D6;
  transition: color 0.2s linear;
}
._19-footer-menu a:hover {
  color: #fff;
}

._19-footer-top {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  transition: transform 0.2s linear;
}
._19-footer-top svg {
  display: block;
  width: 36px;
  height: 36px;
}
._19-footer-top:hover {
  transform: translateY(-2px);
}
@media (max-width: 900px) {
  ._19-footer-top {
    justify-self: start;
    grid-column: 1/-1;
  }
}

._19-sidebar-post ._19-sidebar-post__item {
  position: relative;
  margin-bottom: 34px;
  background-color: #ffffff;
  overflow: hidden;
}
._19-sidebar-post ._19-sidebar-post__item:last-of-type {
  margin-bottom: 0;
}
._19-sidebar-post ._19-sidebar-post__item img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  display: block;
}
._19-sidebar-post ._19-sidebar-post__item h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
._19-sidebar-post ._19-sidebar-post__item a {
  display: block;
}
._19-sidebar-post ._19-sidebar-post__body {
  padding: 18px 16px 23px;
}
._19-sidebar-post ._19-sidebar-post__body ._19-author-snippet {
  color: #7E7E7E;
  margin: 15px 0 5px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}
._19-sidebar-post ._19-sidebar-post__body ._19-author-snippet a {
  display: inline;
  color: #7E7E7E;
}
._19-sidebar-post ._19-sidebar-post__body ._19-short-snippet {
  color: #4A4A4A;
  font-size: 13px;
  font-weight: 300;
}

._19-post-thumbnail {
  position: relative;
  z-index: 1;
}
._19-post-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

._19-cookie-notice {
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 10;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  left: 0;
  text-align: center;
  font-weight: 400;
  background-color: rgb(0, 0, 0);
  bottom: 0;
  display: none;
}
._19-cookie-notice ._19-cookie-notice-container {
  padding: 15px 30px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
._19-cookie-notice ._19-cookie-notice-container > * {
  display: inline-block;
}
._19-cookie-notice ._19-cn-text-container {
  color: #fff;
  margin: 0 0 5px;
  font-size: 13px;
}
._19-cookie-notice ._19-cn-button {
  color: #fff;
  background: #20C19E;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
  touch-action: manipulation;
  white-space: nowrap;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 4px 10px;
  margin-left: 10px;
}
._19-cookie-notice ._19-cn-close-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 600px) {
  ._19-cookie-notice ._19-cn-close-icon {
    top: 15px;
    right: 10px;
  }
}
._19-cookie-notice ._19-cn-close-icon:before, ._19-cookie-notice ._19-cn-close-icon:after {
  position: absolute;
  content: " ";
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: #fff;
}
._19-cookie-notice ._19-cn-close-icon:before {
  transform: rotate(45deg);
}
._19-cookie-notice ._19-cn-close-icon:after {
  transform: rotate(-45deg);
}

._19-cookie-notice._19-cn-show-cookie {
  display: block;
}

._19-pill {
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1D1D1B;
  background-color: #FFFFFF;
  padding: 7px 20px;
  border-radius: 999px;
  line-height: 1.2;
}

._19-tag {
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  background-color: #EEF0F0;
  padding: 6px 16px;
  border-radius: 999px;
  line-height: 1.2;
  white-space: nowrap;
  transition: background-color 0.2s linear;
}
._19-tag:hover {
  background-color: rgb(88.0208333333%, 89.4301470588%, 89.4301470588%);
}

._19-read-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1D1D1B;
  transition: color 0.2s linear;
}
._19-read-link svg {
  display: block;
}
._19-read-link:hover {
  color: #7E7E7E;
}

._19-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #7E7E7E;
  transition: color 0.2s linear;
}
._19-read-more svg {
  display: block;
}
._19-read-more:hover {
  color: #1D1D1B;
}

._19-see-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1D1D1B;
  transition: color 0.2s linear;
}
._19-see-all svg {
  display: block;
}
._19-see-all:hover {
  color: #7E7E7E;
}

._19-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) {
  ._19-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  ._19-card-grid {
    grid-template-columns: 1fr;
  }
}

._19-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #F9F9F9;
  border-radius: 16px;
  padding: 8px;
}

._19-card__image {
  display: block;
  aspect-ratio: 359/226;
  border-radius: 10px;
  overflow: hidden;
}
._19-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

._19-card__tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #1D1D1B;
  background-color: #FFFFFF;
  padding: 6px 16px;
  border-radius: 999px;
  line-height: 1.2;
  transition: background-color 0.2s linear;
}
._19-card__tag:hover {
  background-color: rgb(94%, 94%, 94%);
}

._19-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 8px 8px;
}

._19-card__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

._19-card__title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.35;
  color: #1D1D1B;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

._19-card__arrow {
  flex-shrink: 0;
  margin-top: 5px;
  color: #1D1D1B;
}
._19-card__arrow svg {
  display: block;
}

._19-card__excerpt {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #7E7E7E;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

._19-card__author {
  margin-top: 4px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #7E7E7E;
}
._19-card__author a {
  color: inherit;
}
._19-card__author a:hover {
  color: #1D1D1B;
}

._19-hero-slider__track {
  display: block;
}
._19-hero-slider__slide:not(:first-child) {
  display: none;
}
._19-hero-slider__dots {
  display: none;
}
@media (max-width: 600px) {
  ._19-hero-slider__track {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  ._19-hero-slider__track::-webkit-scrollbar {
    display: none;
  }
  ._19-hero-slider__slide {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: center;
  }
  ._19-hero-slider__slide:not(:first-child) {
    display: block;
  }
  ._19-hero-slider__slide ._19-hero {
    margin-top: 8px;
  }
  ._19-hero-slider__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
  }
  ._19-hero-slider__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #E2E2E2;
    cursor: pointer;
    transition: background-color 0.2s linear, transform 0.2s linear;
  }
  ._19-hero-slider__dot--active {
    background: #333333;
    transform: scale(1.15);
  }
}

._19-hero {
  position: relative;
  margin-top: 24px;
  padding-bottom: 60px;
}
@media (max-width: 600px) {
  ._19-hero {
    margin-top: 24px;
    padding-bottom: 84px;
  }
}

._19-hero__image {
  display: block;
  width: 100%;
  aspect-ratio: 1200/595;
  border-radius: 16px;
  overflow: hidden;
}
._19-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 600px) {
  ._19-hero__image {
    aspect-ratio: 9/8;
  }
}

._19-hero__card {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(20, 20, 20, 0.1);
  padding: 30px 40px;
}
@media (max-width: 600px) {
  ._19-hero__card {
    border-radius: 20px;
    padding: 30px 16px;
  }
}

._19-hero--center ._19-hero__card {
  left: 50%;
  transform: translateX(-50%);
  width: 781px;
  max-width: calc(100% - 80px);
  text-align: center;
}
@media (max-width: 600px) {
  ._19-hero--center ._19-hero__card {
    max-width: calc(100% - 64px);
  }
}

._19-hero--left {
  padding-bottom: 40px;
}
._19-hero--left ._19-hero__card {
  left: 40px;
  right: 40px;
  width: auto;
  text-align: left;
}
._19-hero--left ._19-hero__meta {
  justify-content: flex-start;
}

._19-hero__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  color: #7E7E7E;
  margin-bottom: 14px;
}
._19-hero__meta ._19-hero__sep {
  color: #E2E2E2;
}
._19-hero__meta a {
  color: inherit;
  transition: color 0.15s linear;
}
._19-hero__meta a:hover {
  color: #1D1D1B;
}
@media (max-width: 600px) {
  ._19-hero__meta {
    flex-wrap: nowrap;
    gap: 6px;
    font-size: clamp(10.5px, 3vw, 14px);
    margin-bottom: 8px;
  }
  ._19-hero__meta span {
    white-space: nowrap;
  }
}

._19-hero__title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  color: #1D1D1B;
  margin: 0;
}
@media (max-width: 600px) {
  ._19-hero__title {
    font-size: clamp(17px, 5vw, 23px);
    line-height: 1.25;
  }
}

._19-banner-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  margin-top: 56px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  text-align: center;
}
._19-banner-feature:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 16, 18, 0.55);
}
._19-banner-feature__inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  padding: 40px 24px;
}
._19-banner-feature__title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 14px;
}
@media (max-width: 600px) {
  ._19-banner-feature__title {
    font-size: 22px;
  }
}
._19-banner-feature__excerpt {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

._19-feature-split {
  display: grid;
  grid-template-columns: 578px 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 56px;
}
._19-feature-split__image {
  display: block;
  width: 100%;
  aspect-ratio: 578/290;
  border-radius: 16px;
  overflow: hidden;
}
._19-feature-split__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._19-feature-split__title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  color: #1D1D1B;
  margin: 0 0 20px;
}
._19-feature-split__excerpt {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #4A4A4A;
  margin: 0;
}
@media (max-width: 900px) {
  ._19-feature-split {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  ._19-feature-split__title {
    font-size: 24px;
  }
}

._19-pagination-links {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin: 40px 0 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
}
._19-pagination-links__numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
._19-pagination-links__prev a, ._19-pagination-links__next a, ._19-pagination-links__prev span, ._19-pagination-links__next span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s linear;
}
._19-pagination-links__prev a:hover, ._19-pagination-links__next a:hover, ._19-pagination-links__prev span:hover, ._19-pagination-links__next span:hover {
  opacity: 0.85;
}
._19-pagination-links__prev svg, ._19-pagination-links__next svg {
  display: block;
  width: 44px;
  height: 44px;
}
._19-pagination-links ._19-pag-arrow--disabled {
  opacity: 0.45;
  cursor: default;
}
._19-pagination-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 4px;
  border-radius: 50%;
  color: #1D1D1B;
  font-weight: 400;
}
._19-pagination-links .page-numbers.current {
  background-color: #1D1D1B;
  color: #fff;
}
._19-pagination-links .page-numbers.dots {
  color: #7E7E7E;
}
._19-pagination-links .page-numbers:hover:not(.current):not(.dots) {
  color: #7E7E7E;
}

._19-error404 ._19-top-banner {
  width: 100%;
}
._19-error404 main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
._19-error404 ._19-section-body {
  width: 100%;
}
._19-error404 ._19-site-footer {
  margin-top: auto !important;
}

._19-error-404 ._19-page-content {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  ._19-error-404 ._19-page-content {
    margin-top: 50px;
  }
}
._19-error-404 ._19-page-content h1 {
  font-size: 6rem;
  font-weight: 700;
  color: #1A0B0B;
}
@media (max-width: 768px) {
  ._19-error-404 ._19-page-content h1 {
    font-size: 4rem;
  }
}
._19-error-404 ._19-page-content p {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  ._19-error-404 ._19-page-content p {
    font-size: 2rem;
  }
}

body.tag ._19-section-body {
  width: 100%;
}

._19-home {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 0;
}
._19-home > ._19-container {
  margin-top: 64px;
}
._19-home > ._19-container:first-child {
  margin-top: 80px;
}
@media (max-width: 600px) {
  ._19-home > ._19-container {
    margin-top: 40px;
  }
  ._19-home > ._19-container:first-child {
    margin-top: 44px;
  }
}

._19-home--paged > ._19-container:first-child {
  margin-top: 80px;
}

._19-home-head {
  text-align: center;
  margin-bottom: 48px;
}
._19-home-head ._19-pill {
  margin-bottom: 24px;
}

._19-home-title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.1;
  color: #1D1D1B;
  margin: 0;
}
@media (max-width: 600px) {
  ._19-home-title {
    font-size: 30px;
  }
}

._19-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 400px;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
}
._19-featured__image {
  display: block;
}
._19-featured__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._19-featured__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
}
._19-featured__title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
  color: #1D1D1B;
  margin: 18px 0 0;
}
._19-featured__excerpt {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #7E7E7E;
  margin: 14px 0 0;
}
._19-featured ._19-read-link {
  margin-top: 20px;
}
._19-featured__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: auto;
  padding-top: 32px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  color: #7E7E7E;
}
._19-featured__read {
  display: inline-flex;
  align-items: center;
}
._19-featured__read::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1D1D1B;
  margin-right: 9px;
  flex-shrink: 0;
}
._19-featured__author {
  font-style: italic;
}
._19-featured__author a {
  color: inherit;
}
._19-featured__author a:hover {
  color: #1D1D1B;
}
._19-featured--reversed ._19-featured__image {
  order: 2;
}
._19-featured--reversed ._19-featured__body {
  order: 1;
}
@media (max-width: 900px) {
  ._19-featured {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  ._19-featured__image {
    aspect-ratio: 16/10;
  }
  ._19-featured--reversed ._19-featured__image {
    order: 0;
  }
  ._19-featured--reversed ._19-featured__body {
    order: 0;
  }
}

._19-latest {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 48px;
}
._19-latest__aside ._19-pill {
  margin-bottom: 22px;
}
._19-latest__title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.15;
  color: #1D1D1B;
  margin: 0 0 18px;
}
._19-latest__list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  ._19-latest {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px;
  }
}

._19-list-item {
  padding: 28px 0;
  border-bottom: 1px solid #E2E2E2;
}
._19-list-item:first-child {
  padding-top: 0;
}
._19-list-item__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
._19-list-item__cats {
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  color: #4A4A4A;
  border: 1px solid #E2E2E2;
  padding: 6px 16px;
  border-radius: 999px;
}
._19-list-item__cats a {
  color: inherit;
}
._19-list-item__cats a:hover {
  color: #1D1D1B;
}
._19-list-item__date {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  color: #7E7E7E;
}
._19-list-item__date svg {
  display: block;
}
._19-list-item__title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.25;
  color: #1D1D1B;
  margin: 0 0 18px;
}
@media (max-width: 600px) {
  ._19-list-item__title {
    font-size: 22px;
  }
}

._19-category ._19-home-head {
  margin-bottom: 80px;
}

._19-searchform {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  background: #FFFFFF;
}
._19-searchform__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  color: #111;
  cursor: pointer;
}
._19-searchform__btn svg {
  display: block;
}
._19-searchform__input {
  border: 0;
  outline: 0;
  background: none;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  color: #595959;
  width: 200px;
  max-width: 100%;
}
._19-searchform__input::placeholder {
  color: #595959;
  opacity: 1;
}
@media (max-width: 600px) {
  ._19-searchform {
    width: 100%;
  }
  ._19-searchform__input {
    width: 100%;
    flex: 1;
  }
}

._19-search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0 20px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E2E2E2;
}
._19-search-head__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
@media (max-width: 600px) {
  ._19-search-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

._19-search-count {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  color: #7E7E7E;
  margin: 0;
}

._19-search-empty {
  padding: 24px 0 8px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #4A4A4A;
}
._19-search-empty p {
  margin: 0 0 12px;
  font-size: 16px;
}
._19-search-empty__hint {
  color: #7E7E7E;
  font-size: 15px;
}
._19-search-empty ._19-btn {
  margin-top: 12px;
}

._19-single {
  display: flex;
  flex-direction: column;
}
._19-single > ._19-container {
  margin-top: 64px;
}
._19-single > ._19-container:first-child {
  margin-top: 80px;
}
@media (max-width: 600px) {
  ._19-single > ._19-container {
    margin-top: 40px;
  }
  ._19-single > ._19-container:first-child {
    margin-top: 44px;
  }
}

._19-single__head {
  text-align: center;
  margin-bottom: 48px;
}

._19-single__meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}
._19-single__meta a._19-pill {
  transition: background-color 0.2s linear;
}
._19-single__meta a._19-pill:hover {
  background-color: rgb(94%, 94%, 94%);
}

._19-single__title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.15;
  color: #1D1D1B;
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  ._19-single__title {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  ._19-single__title {
    font-size: 28px;
  }
}

._19-single__layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 30px;
  align-items: start;
}
@media (max-width: 900px) {
  ._19-single__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

._19-single__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

._19-post__card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #4A4A4A;
}
._19-post__card h2 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.25;
  color: #1D1D1B;
  margin: 0 0 20px;
}
._19-post__card h3 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #1D1D1B;
  margin: 24px 0 14px;
}
._19-post__card p {
  margin: 0 0 18px;
}
._19-post__card p:last-child {
  margin-bottom: 0;
}
._19-post__card ul, ._19-post__card ol {
  margin: 0 0 18px;
  padding-left: 22px;
}
._19-post__card ul li, ._19-post__card ol li {
  margin-bottom: 8px;
}
._19-post__card a {
  color: #1D1D1B;
  text-decoration: underline;
}
._19-post__card img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin: 8px 0;
}
@media (max-width: 600px) {
  ._19-post__card {
    padding: 28px 22px;
  }
}

._19-post__image {
  border-radius: 16px;
  overflow: hidden;
}
._19-post__image img {
  width: 100%;
  height: auto;
  display: block;
}

._19-single__sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

._19-single__more-title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.15;
  color: #1D1D1B;
  margin: 0 0 32px;
}
@media (max-width: 600px) {
  ._19-single__more-title {
    font-size: 26px;
  }
}

.wpcf7-form {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .wpcf7-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }
  .wpcf7-form > p {
    margin-bottom: 0 !important;
    grid-column: span 2;
  }
  .wpcf7-form > p:nth-of-type(1) {
    grid-column: 1/span 1;
  }
  .wpcf7-form > p:nth-of-type(2) {
    grid-column: 2/span 1;
  }
}
.wpcf7-form label > span {
  margin-top: 10px;
  display: block;
}
.wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
  outline: none;
  border: 1px solid #373737;
  color: #373737;
  padding: 15px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
  color: #373737;
}
@media (max-width: 576px) {
  .wpcf7-form input, .wpcf7-form textarea {
    padding: 10px;
  }
}
.wpcf7-form input {
  height: 50px;
}
@media (max-width: 576px) {
  .wpcf7-form input {
    height: 42px;
  }
}
.wpcf7-form input[type=submit] {
  background-color: #373737;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 1;
  max-width: 165px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #373737;
}
@media (min-width: 1025px) {
  .wpcf7-form input[type=submit]:hover {
    background-color: transparent;
    color: #373737;
  }
}
.wpcf7-form textarea {
  resize: none;
  height: 100px;
}
.wpcf7-form label {
  display: block;
  font-weight: 500;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 5px;
}
.wpcf7-form .wpcf7-response-output {
  background-color: #373737;
  color: #fff;
  text-align: center;
  width: 100%;
  border: none !important;
  padding: 15px !important;
  margin: 30px 0 0 !important;
  grid-column: span 2;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}

._19-block-wrap {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  ._19-block-wrap {
    margin-bottom: 30px;
  }
}
._19-block-wrap h3 {
  margin-bottom: 15px;
}
._19-block-wrap ._19-post-item {
  margin-bottom: 15px;
  margin-left: 0;
}
@media (max-width: 767px) {
  ._19-block-wrap ._19-post-item {
    margin-bottom: 10px;
  }
}
._19-block-wrap ._19-post-item a {
  color: #1A0B0B;
}
@media (max-width: 767px) {
  ._19-block-wrap ._19-post-item a {
    font-size: 1.6rem;
  }
}

._19-section-sitemap {
  margin: 30px auto 0;
  text-align: center;
  width: 100%;
}

._19-sitemap-title {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: bold;
  transition: 0.3s;
  color: #1A0B0B !important;
}
@media (max-width: 600px) {
  ._19-sitemap-title {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  ._19-sitemap-title:hover {
    opacity: 0.8;
  }
}

._19-related-articles {
  margin-bottom: 20px;
}

._19-author {
  display: flex;
  flex-direction: column;
}
._19-author > ._19-container {
  margin-top: 64px;
}
._19-author > ._19-container:first-child {
  margin-top: 80px;
}
@media (max-width: 600px) {
  ._19-author > ._19-container {
    margin-top: 40px;
  }
  ._19-author > ._19-container:first-child {
    margin-top: 44px;
  }
}

._19-author-profile {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 40px;
  align-items: start;
  margin-top: 81px;
}
@media (max-width: 900px) {
  ._19-author-profile {
    grid-template-columns: 1fr;
  }
}

._19-author-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 63px 48px 48px;
}
._19-author-card__avatar {
  position: absolute;
  top: -81px;
  left: 48px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  overflow: hidden;
}
._19-author-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._19-author-card__name {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  color: #1D1D1B;
  margin: 0 0 20px;
}
._19-author-card__bio {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #7E7E7E;
}
._19-author-card__bio p {
  margin: 0 0 18px;
}
._19-author-card__bio p:last-child {
  margin-bottom: 0;
}

._19-author-info {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px;
}
._19-author-info__title {
  position: relative;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #1D1D1B;
  margin: 0 0 28px;
  padding-bottom: 12px;
}
._19-author-info__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: #1D1D1B;
}
._19-author-info__row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 22px;
}
._19-author-info__row:last-child {
  margin-bottom: 0;
}
._19-author-info__label {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #1D1D1B;
}
._19-author-info__value {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #7E7E7E;
}
._19-author-info__socials {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 4px;
}
._19-author-info__socials a {
  display: inline-flex;
  opacity: 0.9;
  transition: opacity 0.2s linear;
}
._19-author-info__socials a:hover {
  opacity: 1;
}
._19-author-info__socials img {
  display: block;
}

._19-latest--plain {
  background: none;
  border-radius: 0;
  padding: 0;
}

._19-adv-posts__item {
  transition: opacity 0.5s linear;
  opacity: 1;
  margin-top: 40px;
  position: relative;
  background-color: #ffffff;
  border-radius: 11px;
  overflow: hidden;
}
@media (min-width: 768px) {
  ._19-adv-posts__item {
    display: flex;
    padding: 32px 40px;
  }
}
@media (max-width: 767px) {
  ._19-adv-posts__item {
    margin-top: 24px;
  }
}
._19-adv-posts__item._19-hidden {
  opacity: 0;
}
._19-adv-posts__item img {
  background: var(--custom-before-second-height);
}

._19-adv-posts__item__img {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  ._19-adv-posts__item__img {
    max-width: 358px;
    min-height: 300px;
    height: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 16px;
    overflow: hidden;
  }
}
._19-adv-posts__item__img:after {
  content: "";
  background: var(--custom-image) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  ._19-adv-posts__item__img {
    height: 232px;
  }
}
@media (max-width: 600px) {
  ._19-adv-posts__item__img {
    height: 141px;
  }
}

._19-adv-posts__item_content {
  font-size: 16px;
  line-height: 22px;
}
._19-adv-posts__item_content a {
  color: #005aee;
}
@media (max-width: 767px) {
  ._19-adv-posts__item_content {
    font-size: 14px;
    line-height: 18px;
  }
}

._19-adv-posts__btn {
  display: block;
  line-height: 1;
  width: 100%;
  max-width: 100%;
  color: #fff;
  border-radius: 9px;
  background-color: #005aee;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 10px;
  text-align: center;
}

._19-adv-posts__item_title {
  margin-bottom: 20px;
}

._19-adv-posts__item__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  border-radius: 25px;
  z-index: 1;
}
@media (min-width: 768px) {
  ._19-adv-posts__item__text {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  ._19-adv-posts__item__text {
    padding: 18px 16px 21px;
  }
  ._19-adv-posts__item__text ._19-adv-posts__btn {
    order: 3;
  }
  ._19-adv-posts__item__text ._19-adv-posts__item_content {
    order: 2;
  }
  ._19-adv-posts__item__text ._19-adv-posts__item_title {
    order: 1;
  }
}
._19-adv-posts__item__text p {
  margin: 0 0 20px;
}
._19-adv-posts__item__text ._19-card-footer {
  margin-bottom: 25px;
}

._19-adv-posts__item__text__header {
  color: #303336;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
@media (max-width: 767px) {
  ._19-adv-posts__item__text__header {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 600px) {
  ._19-adv-posts__item__text__header {
    font-size: 16px;
  }
}

._19-top-banner {
  margin: 20px auto;
}
@media (max-width: 1145px) {
  ._19-top-banner {
    display: none;
  }
}

._19-inner-content-banner {
  text-align: center;
  width: 100%;
}
._19-inner-content-banner > div {
  margin: 0 auto;
}
._19-inner-content-banner._19-bottom {
  margin: 40px 0;
}
@media (max-width: 800px) {
  ._19-inner-content-banner._19-bottom {
    margin: 20px 0;
  }
}
@media (min-width: 1141px) {
  ._19-inner-content-banner._19-bottom ._19-banner-m {
    display: none;
  }
}
@media (max-width: 950px) {
  ._19-inner-content-banner._19-middle {
    margin-bottom: 20px;
  }
}
@media (max-width: 1140px) {
  ._19-inner-content-banner ._19-banner-l {
    display: none;
  }
}
@media (max-width: 800px) {
  ._19-inner-content-banner ._19-banner-m {
    display: none;
  }
}
@media (min-width: 800px) {
  ._19-inner-content-banner ._19-banner-s {
    display: none;
  }
}

._19-sidebar-banner-block {
  margin: 40px auto;
  width: 100%;
}

._19-mobile-banner-top {
  width: 100%;
  margin: 20px auto;
}
@media (min-width: 801px) {
  ._19-mobile-banner-top {
    display: none;
  }
}

._19-main-wrapper {
  display: flex;
  justify-content: center;
}

@media (max-width: 450px) {
  ._19-page-default ._19-inner-content-banner {
    margin-bottom: 0;
  }
}
