.wp-block-button a {
  width: auto;
}
.wp-block-button a.has-background:hover {
  background-color: var(--wp--preset--color--black) !important;
}
.wp-block-button.is-style-icon-button a {
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--md);
  position: relative;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
.wp-block-button.is-style-icon-button a::after {
  content: "\e802";
  display: inline-block;
  font-family: "fontello";
  margin-left: var(--wp--preset--spacing--xs);
}
.wp-block-columns.has-background {
  padding: 30px;
}
.wp-block-cover {
  padding: 30px;
}
.wp-block-group.has-background {
  padding: 30px;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 30px;
  box-sizing: border-box;
}
.wp-block-image.is-style-zoom {
  overflow: hidden;
}
.wp-block-image.is-style-zoom img {
  transition: transform 500ms;
}
.wp-block-image.is-style-zoom:hover img {
  transform: scale(1.2);
}
ul.wp-block-list,
ol.wp-block-list {
  padding-left: 20px;
}
ul.is-style-star,
ol.is-style-star {
  line-height: 1.3;
  list-style: none;
  padding-left: 0;
}
ul.is-style-star li,
ol.is-style-star li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
ul.is-style-star li::before,
ol.is-style-star li::before {
  content: "\e812";
  font-family: "fontello";
  font-size: 12px;
  font-weight: 400;
  left: 0;
  line-height: 120%;
  position: absolute;
  top: 7px;
}
.wp-block-media-text.has-background .wp-block-media-text__content {
  padding: 30px;
}
p.has-background {
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .wp-block-spacer {
    max-height: 30px;
  }
}
.service-block__categories {
  position: fixed;
  width: 100%;
  margin-top: -50px;
  padding: var(--wp--preset--spacing--xs) 0;
  z-index: 999;
  background-color: var(--wp--preset--color--white);
}
.pp-container ~ .service-block__categories,
body:has(.pp-container) .service-block__categories {
  z-index: 9999;
}
.service-block__categories .filter__select-wrapper,
.service-block__categories .service-filter__select,
.service-block__categories #service-category-select {
  position: relative;
  z-index: 10000 !important;
}
.service-block__categories .select2-container,
.service-block__categories .select2-container--default {
  z-index: 10000 !important;
}
.service-block__list {
  margin-top: 50px;
}
.service-block__list.pp-container {
  margin-top: 0;
}
.service-block__image {
  width: 100%;
  height: 1080px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: -1;
}
@media (max-width: 1360px) {
  .service-block__image {
    height: 840px;
  }
}
@media (max-width: 640px) {
  .service-block__image {
    height: auto;
  }
}
.service-block__wrapper {
  display: flex;
  padding-bottom: var(--wp--preset--spacing--xxl);
  margin: 0 auto;
  max-width: var(--wp--style--global--wide-size);
}
@media (max-width: 1600px) {
  .service-block__wrapper {
    padding-left: var(--wp--preset--spacing--lg);
    padding-right: var(--wp--preset--spacing--lg);
  }
}
@media (max-width: 1360px) {
  .service-block__wrapper {
    padding-bottom: var(--wp--preset--spacing--lg);
  }
}
@media (max-width: 640px) {
  .service-block__wrapper {
    padding-bottom: var(--wp--preset--spacing--md);
    padding-left: 0;
    padding-right: 0;
  }
}
.service-block__info {
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--lg);
  width: 648px;
}
@media (max-width: 1360px) {
  .service-block__info {
    padding: var(--wp--preset--spacing--md);
    width: 100%;
  }
}
@media (max-width: 640px) {
  .service-block__info {
    padding: var(--wp--preset--spacing--sm);
  }
}
.service-block__headline {
  font-size: var(--wp--preset--font-size--x-large);
  margin-bottom: var(--wp--preset--spacing--sm);
}
.service-block__option-list {
  margin-bottom: 0;
}
.service-block__list.pp-container .section {
  height: 100vh;
}
.service-block__list.pp-container .section .pp-tableCell {
  display: flex;
  flex-direction: column;
  height: 100% !important;
  position: relative;
}
.service-block__list.pp-container .pp-section:nth-child(odd) .service-block__item .service-block__wrapper {
  justify-content: flex-start;
}
.service-block__list.pp-container .pp-section:nth-child(even) .service-block__item .service-block__wrapper {
  justify-content: flex-end;
}
.service-block__list.pp-container .pp-section .service-block__item {
  height: 100vh;
  display: flex;
}
.service-block__list.pp-container .pp-section .service-block__item .service-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh !important;
  object-fit: cover;
  z-index: 1;
}
.service-block__list.pp-container .pp-section .service-block__item .service-block__wrapper {
  position: relative;
  z-index: 2;
  margin-top: 0 !important;
  padding-top: 0;
  padding-bottom: var(--wp--preset--spacing--xxl);
  height: auto;
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 100vh;
  max-width: var(--wp--style--global--wide-size);
}
@media (max-width: 1600px) {
  .service-block__list.pp-container .pp-section .service-block__item .service-block__wrapper {
    padding-left: var(--wp--preset--spacing--lg);
    padding-right: var(--wp--preset--spacing--lg);
  }
}
.service-block__list.pp-container .pp-section .service-block__item .service-block__info {
  position: relative;
  z-index: 3;
}
.service-block__list.pp-container .pp-section:last-of-type .pp-tableCell {
  justify-content: space-between;
}
.service-block__list.pp-container .pp-section:last-of-type .pp-tableCell .service-block__item {
  flex: 0 1 auto;
}
.service-block__list.pp-container .pp-section:last-of-type .footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1092px) {
  .service-block__list.pp-container .pp-section:last-of-type .footer {
    padding-top: var(--wp--preset--spacing--md);
  }
}
.service-block .pp-container ~ .service-block__categories,
.service-block body:has(.pp-container) .service-block__categories {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  margin-top: 0;
}
body.page-template-page-service:has(.pp-container) {
  overflow: hidden;
}
body.page-template-page-service:has(.pp-container).pp-active {
  overflow: hidden;
}
.pp-container ~ body.page-template-page-service {
  overflow: hidden;
}
body.page-template-page-service #pp-nav {
  margin-top: 260px !important;
}
body.page-template-page-service #pp-nav li {
  height: 55px;
}
body.page-template-page-service #pp-nav li a span {
  height: 55px;
}
body.page-template-page-service .select2-dropdown,
body.page-template-page-service .select2-results {
  z-index: 10001 !important;
}
body.page-template-page-service .select2-container--open .select2-dropdown {
  z-index: 10001 !important;
}
body.page-template-page-service #service-category-select,
body.page-template-page-service .service-filter__select {
  z-index: 10000 !important;
  position: relative;
}
.contact-form-area {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--xl) 0;
}
.contact-form-area__wrapper {
  display: grid;
  grid-template-columns: 1fr 66%;
  gap: var(--wp--preset--spacing--xxl);
}
@media (max-width: 1260px) {
  .contact-form-area__wrapper {
    grid-template-columns: 100%;
    gap: 0;
  }
}
.contact-form-area__form .wpcf7-form-control::placeholder {
  color: var(--wp--preset--color--white);
}
.contact-form-area__form .wpcf7 form input[type="text"],
.contact-form-area__form .wpcf7 form input[type="email"],
.contact-form-area__form .wpcf7 form input[type="url"],
.contact-form-area__form .wpcf7 form input[type="tel"],
.contact-form-area__form .wpcf7 form input[type="number"],
.contact-form-area__form .wpcf7 form input[type="date"],
.contact-form-area__form .wpcf7 form input[type="search"],
.contact-form-area__form .wpcf7 form select,
.contact-form-area__form .wpcf7 form textarea {
  border-color: var(--wp--preset--color--white);
  background-color: transparent;
  color: var(--wp--preset--color--white);
}
.contact-form-area__form .wpcf7 form input[type="checkbox"]:before {
  border-color: var(--wp--preset--color--white);
}
.contact-form-area__form .wpcf7 form input[type="checkbox"]:checked:before {
  color: var(--wp--preset--color--white) !important;
}
.contact-form-area__form .wpcf7 form .contact-form__checkbox-label a {
  color: var(--wp--preset--color--white);
}
.contact-form-area__form .wpcf7 form .contact-form__checkbox-label a:hover {
  color: var(--wp--preset--color--secondary);
}
.history {
  display: flex;
  flex-wrap: wrap;
  padding: var(--wp--preset--spacing--lg) 0;
}
@media (max-width: 640px) {
  .history {
    flex-direction: row;
  }
}
.history__item {
  align-items: flex-start;
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  padding: 0 var(--wp--preset--spacing--lg);
  position: relative;
}
@media (max-width: 640px) {
  .history__item {
    flex-basis: 100%;
    padding: 0;
  }
}
.history__item:nth-child(odd) {
  align-items: flex-end;
  border-right: 1px solid var(--wp--preset--color--black);
  text-align: right;
}
@media (max-width: 640px) {
  .history__item:nth-child(odd) {
    align-items: flex-start;
    border: none;
    text-align: left;
  }
}
.history__item:nth-child(odd) .history__separator {
  margin-right: calc(0px - var(--wp--preset--spacing--lg));
}
.history__item:nth-child(even) {
  margin-top: 90px;
}
@media (max-width: 640px) {
  .history__item:nth-child(even) {
    margin-top: 0;
  }
}
.history__item:nth-child(even) .history__separator {
  margin-left: calc(0px - var(--wp--preset--spacing--lg));
}
.history__item:last-of-type .history__content {
  padding-bottom: 0;
}
.history__date {
  align-items: center;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  display: flex;
  font-size: var(--wp--preset--font-size--large);
  height: var(--wp--preset--spacing--lg);
  justify-content: center;
  margin-top: calc(0px - var(--wp--preset--spacing--sm));
  width: 90px;
}
.history__separator {
  background-color: var(--wp--preset--color--black);
  height: 1px;
  margin-top: 0;
  position: absolute;
  width: var(--wp--preset--spacing--lg);
}
@media (max-width: 640px) {
  .history__separator {
    display: none;
  }
}
.history__content {
  padding: var(--wp--preset--spacing--sm) 0;
}
.publication__list {
  padding-bottom: var(--wp--preset--spacing--md);
}
.publication__item {
  border-bottom: 1px solid var(--wp--preset--color--dark-gray);
  padding: var(--wp--preset--spacing--sm) 0;
}
.publication__item:first-of-type {
  border-top: 1px solid var(--wp--preset--color--dark-gray);
}
.publication__description {
  margin-bottom: var(--wp--preset--spacing--xs);
}
.publication__link {
  color: var(--wp--preset--color--dark-gray);
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.publication__link::after {
  content: "\e800";
  display: inline-block;
  font-family: "fontello";
  margin-left: var(--wp--preset--spacing--xs);
}
.publication__link:hover {
  color: var(--wp--preset--color--secondary);
}
.publication__more-button {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  margin: 0 0 var(--wp--preset--spacing--md) 0;
  padding: 0;
  text-align: left;
  width: auto;
}
.publication__more-button:hover {
  color: var(--wp--preset--color--secondary);
}
.organization__list {
  display: grid;
  gap: var(--wp--preset--spacing--xs);
  grid-template-columns: repeat(12, 1fr);
}
.organization__item {
  grid-column: span 4;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1261px) {
  .organization__item {
    aspect-ratio: 16 / 9;
  }
}
@media (max-width: 1260px) {
  .organization__item {
    grid-column: span 6;
    overflow: visible;
  }
}
@media (max-width: 640px) {
  .organization__item {
    grid-column: span 12;
  }
}
.organization__item:hover .organization__info {
  opacity: 1;
}
.organization__image {
  display: block;
  height: 100%;
  margin-bottom: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}
@media (max-width: 1260px) {
  .organization__image {
    position: relative;
    aspect-ratio: 16 / 9;
    height: auto;
  }
}
.organization__info {
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--wp--preset--color--white);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  opacity: 0;
  padding: var(--wp--preset--spacing--lg) var(--wp--preset--spacing--xl);
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media (max-width: 1260px) {
  .organization__info {
    position: relative;
    opacity: 1;
    left: auto;
    top: auto;
    height: auto;
  }
}
@media (max-width: 820px) {
  .organization__info {
    padding: var(--wp--preset--spacing--sm);
  }
}
@media (max-width: 640px) {
  .organization__info {
    padding: var(--wp--preset--spacing--lg);
  }
}
@media (max-width: 414px) {
  .organization__info {
    padding: var(--wp--preset--spacing--sm);
  }
}
.organization__headline {
  font-size: var(--wp--preset--font-size--large);
  margin-bottom: var(--wp--preset--spacing--sm);
}
@media (max-width: 820px) {
  .organization__headline {
    font-size: var(--wp--preset--font-size--medium);
    margin-bottom: var(--wp--preset--spacing--xs);
  }
}
.organization__contact-wrapper {
  margin-bottom: var(--wp--preset--spacing--sm);
}
@media (max-width: 820px) {
  .organization__contact-wrapper {
    margin-bottom: var(--wp--preset--spacing--xs);
  }
}
.organization__contact-wrapper p {
  margin-bottom: 0;
}
.organization__contact-wrapper p a {
  color: var(--wp--preset--color--white);
}
.organization__phone {
  text-decoration: none;
}
.organization__read-more {
  margin-bottom: 0;
  position: relative;
}
.organization__read-more::after {
  content: "\e800";
  display: inline-block;
  font-family: "fontello";
  margin-left: var(--wp--preset--spacing--xs);
}
.managing_director__list {
  display: grid;
  gap: var(--wp--preset--spacing--xs);
  grid-template-columns: repeat(12, 1fr);
}
.managing_director__item {
  aspect-ratio: 172 / 139;
  grid-column: span 4;
  overflow: visible;
  position: relative;
}
@media (max-width: 1260px) {
  .managing_director__item {
    grid-column: span 6;
  }
}
@media (max-width: 640px) {
  .managing_director__item {
    grid-column: span 12;
  }
}
.managing_director__image {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  object-fit: cover;
  object-position: center;
}
.managing_director__info {
  color: var(--wp--preset--color--dark-gray);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  padding: var(--wp--preset--spacing--sm) 0 0 0;
}
.managing_director__headline {
  font-size: var(--wp--preset--font-size--large);
  margin-bottom: var(--wp--preset--spacing--sm);
  font-weight: 400;
}
@media (max-width: 820px) {
  .managing_director__headline {
    font-size: var(--wp--preset--font-size--medium);
    margin-bottom: var(--wp--preset--spacing--xs);
  }
}
.managing_director__contact-wrapper {
  margin-bottom: var(--wp--preset--spacing--sm);
}
@media (max-width: 820px) {
  .managing_director__contact-wrapper {
    margin-bottom: var(--wp--preset--spacing--xs);
  }
}
.managing_director__contact-wrapper p {
  margin-bottom: 0;
}
.managing_director__contact-wrapper p a {
  color: var(--wp--preset--color--dark-gray);
}
.managing_director__phone {
  text-decoration: none;
}
.teaser__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1092px) {
  .teaser__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .teaser__wrapper.wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.teaser__image {
  display: block;
  height: 100%;
  margin-bottom: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}
.teaser__image-wrapper {
  aspect-ratio: 116 / 65;
  flex-shrink: 0;
  overflow: hidden;
  width: var(--wp--style--global--content-size);
  position: relative;
}
@media (max-width: 1600px) {
  .teaser__image-wrapper {
    width: 66%;
  }
}
@media (max-width: 1092px) {
  .teaser__image-wrapper {
    width: 100%;
  }
}
.teaser__text {
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--xl) var(--wp--preset--spacing--xxl) var(--wp--preset--spacing--xl);
  margin-left: calc(var(--wp--preset--spacing--xxl) * -1);
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .teaser__text {
    padding: var(--wp--preset--spacing--md) var(--wp--preset--spacing--sm);
  }
}
@media (max-width: 1092px) {
  .teaser__text {
    width: 100%;
    margin: 0;
  }
}
.teaser__text p {
  margin-bottom: var(--wp--preset--spacing--sm);
}
.teaser__heading {
  font-size: var(--wp--preset--font-size--large);
}
.teaser__link {
  color: var(--wp--preset--color--white);
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.teaser__link::after {
  content: "\e800";
  display: inline-block;
  font-family: "fontello";
  margin-left: var(--wp--preset--spacing--xs);
}
.teaser-large__image {
  display: block;
  height: 100vh;
  object-fit: cover;
  position: relative;
  width: 100%;
}
.teaser-large__text {
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--lg);
  width: 648px;
}
@media (max-width: 1360px) {
  .teaser-large__text {
    padding: var(--wp--preset--spacing--md);
    width: 100%;
  }
}
@media (max-width: 640px) {
  .teaser-large__text {
    padding: var(--wp--preset--spacing--sm);
  }
}
.teaser-large__text p {
  margin-bottom: var(--wp--preset--spacing--sm);
  hyphens: auto;
}
.teaser-large__text-wrapper {
  display: flex;
  margin: 0 auto;
  max-width: var(--wp--style--global--wide-size);
  padding-bottom: var(--wp--preset--spacing--xxl);
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .teaser-large__text-wrapper {
    padding-left: var(--wp--preset--spacing--lg);
    padding-right: var(--wp--preset--spacing--lg);
  }
}
@media (max-width: 1360px) {
  .teaser-large__text-wrapper {
    padding-bottom: var(--wp--preset--spacing--lg);
  }
}
@media (max-width: 640px) {
  .teaser-large__text-wrapper {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.teaser-large__heading {
  font-size: var(--wp--preset--font-size--large);
}
.teaser-large__link {
  color: var(--wp--preset--color--white);
  margin-bottom: 0;
  position: relative;
  text-decoration: none;
}
.teaser-large__link::after {
  content: "\e800";
  display: inline-block;
  font-family: "fontello";
  margin-left: var(--wp--preset--spacing--xs);
}
.contact__wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1092px) {
  .contact__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 1600px) {
  .contact__wrapper.wrapper {
    width: 100%;
  }
}
@media (max-width: 1092px) {
  .contact__wrapper.wrapper {
    width: auto;
  }
}
@media (max-width: 640px) {
  .contact__wrapper.wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact__image {
  display: block;
  height: 100%;
  margin-bottom: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}
.contact__image-wrapper {
  aspect-ratio: 116 / 65;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: var(--wp--style--global--content-size);
}
@media (max-width: 1600px) {
  .contact__image-wrapper {
    width: 66%;
  }
}
@media (max-width: 1092px) {
  .contact__image-wrapper {
    width: 100%;
  }
}
.contact__text {
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--wp--preset--color--white);
  margin-left: calc(var(--wp--preset--spacing--xxl) * -1);
  padding: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--xl) var(--wp--preset--spacing--xxl) var(--wp--preset--spacing--xl);
  position: relative;
  width: 648px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .contact__text {
    padding: var(--wp--preset--spacing--md) var(--wp--preset--spacing--sm);
    width: 33%;
  }
}
@media (max-width: 1092px) {
  .contact__text {
    margin: 0;
    width: 100%;
  }
}
.contact__text p {
  margin-bottom: var(--wp--preset--spacing--sm);
}
.contact__heading,
.contact__sub-heading {
  font-size: var(--wp--preset--font-size--large);
}
.contact__text-wrapper {
  display: flex;
  gap: var(--wp--preset--spacing--md);
  justify-content: flex-start;
  margin-bottom: var(--wp--preset--spacing--sm);
}
.contact__text-wrapper p {
  margin-bottom: 0;
}
.contact__address {
  font-style: normal;
}
.contact__phone-link {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
.contact__link {
  color: var(--wp--preset--color--white);
  text-decoration: none;
  margin-bottom: 0;
  background-color: var(--wp--preset--color--primary);
  padding: 18px 35px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.contact__link:after {
  content: "\e802";
  display: inline-block;
  font-family: "fontello";
  margin-left: var(--wp--preset--spacing--xs);
}
.contact__link:hover {
  background-color: var(--wp--preset--color--black);
}
.news__list {
  display: grid;
  gap: var(--wp--preset--spacing--md) var(--wp--preset--spacing--xs);
  grid-template-columns: repeat(12, 1fr);
}
.news__list.wrapper {
  margin-bottom: var(--wp--preset--spacing--xxl);
}
.news__item {
  grid-column: span 4;
}
@media (max-width: 1260px) {
  .news__item {
    grid-column: span 6;
  }
}
@media (max-width: 640px) {
  .news__item {
    grid-column: span 12;
  }
}
.news__image-wrapper {
  aspect-ratio: 172 / 139;
  cursor: pointer;
  margin-bottom: var(--wp--preset--spacing--md);
  overflow: hidden;
  position: relative;
}
.news__image-wrapper:hover .news__image-overlay {
  opacity: 1;
}
.news__image-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
}
.news__image {
  display: block;
  height: 100%;
  margin-bottom: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}
@media (max-width: 1260px) {
  .news__image {
    position: relative;
  }
}
.news__info {
  padding-right: var(--wp--preset--spacing--md);
}
@media (max-width: 640px) {
  .news__info {
    padding-right: 0;
  }
}
.news__date {
  color: var(--wp--preset--color--primary);
  margin-bottom: 0;
}
.news__headline {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--large);
  margin-bottom: var(--wp--preset--spacing--sm);
}
.news__description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  margin-bottom: var(--wp--preset--spacing--sm);
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 992px) {
  .news__description {
    display: block;
    overflow: visible;
  }
}
.news__read-more {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
.news__read-more::after {
  content: "\e800";
  display: inline-block;
  font-family: "fontello";
  margin-left: var(--wp--preset--spacing--xs);
}
.news__read-more:hover {
  text-decoration: none;
  color: var(--wp--preset--color--secondary);
}
.news__link {
  color: var(--wp--preset--color--dark-gray);
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.news__link::after {
  content: "\e800";
  display: inline-block;
  font-family: "fontello";
  margin-left: var(--wp--preset--spacing--xs);
}
.news__link:hover {
  color: var(--wp--preset--color--secondary);
}
.news__lightbox-wrapper {
  display: grid;
  gap: var(--wp--preset--spacing--xs);
  grid-template-columns: repeat(12, 1fr);
}
.news__lightbox-column {
  grid-column: span 6;
}
@media (max-width: 820px) {
  .news__lightbox-column {
    grid-column: span 12;
  }
}
.news__lightbox-slider-arrow {
  background-color: #4c4c4c;
  bottom: 0;
  cursor: pointer;
  display: flex;
  height: 60px;
  position: absolute;
  right: 0;
  width: 60px;
}
@media (max-width: 1260px) {
  .news__lightbox-slider-arrow {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 820px) {
  .news__lightbox-slider-arrow {
    height: 28px;
    width: 28px;
  }
}
.news__lightbox-slider-arrow::before {
  align-items: center;
  color: var(--wp--preset--color--white);
  content: "\e802";
  display: flex;
  font-family: "fontello";
  font-size: 28px;
  font-weight: 900;
  height: 100%;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1260px) {
  .news__lightbox-slider-arrow::before {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .news__lightbox-slider-arrow::before {
    font-size: 10px;
  }
}
.news__lightbox-slider-arrow:hover {
  background-color: var(--wp--preset--color--black);
}
.news__lightbox-slider-arrow.slick-disabled {
  background-color: #d1d1d1;
}
.news__lightbox-slider-arrow--next {
  right: -200px;
}
@media (max-width: 1260px) {
  .news__lightbox-slider-arrow--next {
    right: -114px;
  }
}
@media (max-width: 820px) {
  .news__lightbox-slider-arrow--next {
    left: var(--wp--preset--spacing--md);
    right: auto;
  }
}
.news__lightbox-slider-arrow--prev {
  right: -130px;
}
.news__lightbox-slider-arrow--prev::before {
  transform: rotate(180deg);
}
@media (max-width: 1260px) {
  .news__lightbox-slider-arrow--prev {
    right: -64px;
  }
}
@media (max-width: 820px) {
  .news__lightbox-slider-arrow--prev {
    left: 0;
    right: auto;
  }
}
@media (max-width: 820px) {
  .news__lightbox-slider {
    margin-top: var(--wp--preset--font-size--x-large);
    padding-bottom: var(--wp--preset--font-size--xx-large);
  }
}
.news__lightbox-slider-item {
  aspect-ratio: 4/3;
  grid-column: span 4;
  overflow: hidden;
  position: relative;
}
.news__lightbox-slider-item img {
  display: block;
  height: 100%;
  margin-bottom: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}
.news__lightbox-info {
  padding-left: var(--wp--preset--spacing--xl);
}
@media (max-width: 1260px) {
  .news__lightbox-info {
    padding-left: var(--wp--preset--spacing--xs);
  }
}
@media (max-width: 820px) {
  .news__lightbox-info {
    padding-left: 0;
  }
}
.news__lightbox-info .news__date {
  color: var(--wp--preset--color--black);
  margin-bottom: var(--wp--preset--spacing--xs);
}
.news__lightbox-info .news__headline {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 1.1;
}
@media (max-width: 1260px) {
  .news__lightbox-info .news__headline {
    font-size: var(--wp--preset--font-size--large);
  }
}
@media (max-width: 992px) {
  .news__lightbox-info .news__headline {
    font-size: var(--wp--preset--font-size--medium);
  }
}
.news__lightbox-info .news__description {
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0;
}
@media (min-width: 1261px) {
  .news__lightbox-info .news__description {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    padding-bottom: 15px;
    scroll-behavior: smooth;
  }
  .news__lightbox-info .news__description::-webkit-scrollbar {
    width: 6px;
  }
  .news__lightbox-info .news__description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
  }
  .news__lightbox-info .news__description::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
  }
  .news__lightbox-info .news__description::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
  }
}
.news__lightbox-info__link {
  color: var(--wp--preset--color--dark-gray);
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.news__lightbox-info__link::after {
  content: "\e800";
  display: inline-block;
  font-family: "fontello";
  margin-left: var(--wp--preset--spacing--xs);
}
.news__lightbox-info__link:hover {
  color: var(--wp--preset--color--secondary);
}
.news__link-container {
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  background-color: transparent;
  position: absolute;
  right: 48px;
  bottom: 24px;
}
@media (max-width: 1260px) {
  .news__link-container {
    height: 40px;
  }
}
@media (max-width: 820px) {
  .news__link-container {
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
    justify-content: flex-start;
  }
}
.wp-post-image {
  width: 100%;
}
