/*
Theme Name: wp_pmecology
Theme URI: https://lukaszwalaszczyk.pl
Author: ŁW
Author URI: https://lukaszwalaszczyk.pl
Description: Wordpress Template made by ŁW
Version: 1.1
Tags: lw
Text Domain: lw
*/

.form-expert.is-white-bg .div-form-content .wpcf7-list-item-label a {
  color: #20222b;
}

.form-expert.is-white-bg .div-form-content {
  background-color: #fff;
  color: #20222b;
}

.div-flex-expert.is-register {
  align-items: flex-start;
}

.grecaptcha-badge { 
    visibility: hidden;
}


.wpcf7-list-item-label a {
  text-decoration: underline;
  color: #fff;
}

.w-richtext a {
  text-decoration: underline;
  color: #20222b;
}

.tb-footer-details a {
  color: inherit;
  text-decoration: none;
}

.tb-footer-details a:hover,
.tb-footer-details a:focus-visible {
  color: #1878ca;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.w-richtext ol > li {
  padding-left: 0px;
  background-image: none;
}

@media only screen and (min-width: 991px) {
  .navmenu.w-nav-menu {
    transform: none !important;
  }
}

html .wpml-ls-legacy-list-horizontal .wpml-ls-item {
  background-image: none;
  margin-left: 15px;
}

html .wpml-ls-legacy-list-horizontal a {
  padding: 0px;
}

.div-products-grid.facetwp-template .div-item-product,
.div-blog-grid.facetwp-template .div-blog-item,
html.w-mod-js [data-ix="onload"],
html.w-mod-js [data-ix="onload-content"],
html.w-mod-js [data-ix="onload-nav"] {
  opacity: 1 !important;
  transition: none !important;
}

.tb-short-desc-prod,
.div-rich-tile,
.div-rich-tile p,
.rich-main p {
  text-align: left !important;
}

@media (prefers-reduced-motion: reduce) {
  html.w-mod-js [data-ix="onload"],
  html.w-mod-js [data-ix="onload-content"],
  html.w-mod-js [data-ix="onload-nav"] {
    opacity: 1 !important;
    transition: none !important;
  }
}

.page-numbers, .facetwp-page {
  display: inline-block;
  width: 26px;
  height: 26px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #00aee6;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
}

.next.page-numbers {
  width: auto;
}

.page-numbers.current, .facetwp-page.active {
  color: #20222b;
}

.wpcf7 form .wpcf7-response-output {
  margin: 30px 0px 30px 0px;
  padding: 0px;
  border-width: 0px;
}

.wpcf7-list-item label {
  font-weight: 400;
}

.tfield {
  -webkit-transition : border 400ms ease-out;
  -moz-transition : border 400ms ease-out;
  -o-transition : border 400ms ease-out;
  transition : border 400ms ease-out;
}

.div-flex-contact .wpcf7-not-valid-tip {
  color: red;
}

.wpcf7-not-valid-tip {
    color: #ff695e;
    font-size: 13px;
    margin-top: 5px;
}

html .wpcf7-acceptance.wpcf7-not-valid {
	color: #ff695e;
}

html .wpcf7-acceptance.wpcf7-not-valid a {
	color: #ff695e;
}

.a-link-logo {
  text-decoration: none;
  color: #20222b;
}

.tfield.wpcf7-not-valid {
  border-color: #c73b3b;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7-list-item {
  margin: 0px;
}

.a-link-droplink-icon.w--current {
  color: #00b2e8;
}

.a-navlink-footer {
  margin-left: 0px;
}

.div-cookies-box {
    visibility: hidden;
    opacity: 0;
    max-height: 0px;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding-top: 0px;
    overflow: hidden;
    padding-bottom: 0px;
  }
  .div-cookies-box.visible-cookies {
    visibility: visible;
    opacity: 1;
    max-height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }

img {
  height: auto;
}

.w-richtext img {
  height: auto !important;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.div-dropdown-list {
  	visibility: hidden;
    -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease, visibility 300ms ease;
    transition: opacity 300ms ease, -webkit-transform 300ms ease, visibility 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease, visibility 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease, visibility 300ms ease;
  }
  .div-dropdown-list.opened-dropdown {
  	visibility: visible;
  }
  .div-dropdown-list .div-top-white {
  	-webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease, visibility 300ms ease;
    transition: opacity 300ms ease, -webkit-transform 300ms ease, visibility 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease, visibility 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease, visibility 300ms ease;
  }
  .div-dropdown-list.opened-dropdown .div-top-white {
  	-webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }

  .tb-drop-link {
    position: relative;
  }

  .navlink:before, .a-link-read-more:before, .a-link-read-more-plus:before, .a-navlink-footer:before, .tb-drop-link:before {
	  position: absolute;
    height: 1px;
    background-color: #1878CA;
    width: 0%;
    bottom: 0px;
    left: 0;
    content: "";
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.a-navlink-footer:before {
	background-color: #666;
}
.a-link-read-more:before {
	background-color: #1878ca;
}
.div-grid-box.bg-tile .a-link-read-more:before {
	background-color: #fff;
}
.div-grid-box:hover .img-plus-tile {
	transform: rotate(90deg);
}
.navlink.w--current:before, .navlink.drop-navlink.w--current:before {
	width:100% !important;
}
.navlink:hover:before, .a-navlink-footer:hover:before {
	width:100%;
}
.a-link-read-more-plus:hover .img-plus-read-more {
	transform: rotate(90deg);
}
.button-expert-nav:hover .div-bg-blue-button {
	opacity: 1;
}

.button-awaria:hover .div-bg-blue-button01 {
	opacity: 1;
}

.div-box-flex-content.box-with-photo .tb-hero-cat,
.div-box-flex-content.box-with-photo .h3-tile-title,
.div-box-flex-content.box-with-photo .a-link-read-more {
	color: #fff;
}
.div-grid-box:hover .img-tile-background, .a-link-blog-item:hover .img-blog-loop {
	transform: scale(1.025);
}
.div-grid-box:hover .a-link-read-more:before {
	width:100%;
}
.a-product-box:nth-child(2n) {
	background-color: rgba(0, 174, 230, 0.05);
}
.a-product-box:nth-child(3n) {
	background-color: #ccf0fb;
}
.div-navmenu-footer:last-child {
	margin-bottom: 0px;
}
.div-download-item:last-child {
	border-bottom-width: 0px;
}
.div-tile-flex:last-child {
	margin-bottom:0px;
}
@media only screen and (max-width: 991px) {
  .navlink:hover:before {
  	width: 0px;
  }
  .navlink.w--current:before {
    width:0% !important;
  }
}

/* Modernization UI foundation: shared page hero. */
:root {
  --pme-color-ink: #20222b;
  --pme-color-brand: #00aee6;
  --pme-color-accent: #1878ca;
  --pme-color-white: #fff;
  --pme-content-text: 75rem;
  --pme-content-wide: 89.375rem;
  --pme-gutter: 1.25rem;
  --pme-hero-min-height: clamp(48rem, 96svh, 63rem);
  --pme-color-surface-muted: #f8f8f8;
  --pme-color-line: #bcd2e4;
}

@media only screen and (min-width: 1280px) {
  :root {
    --pme-gutter: 2.8125rem;
  }
}

.pme-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: end;
  box-sizing: border-box;
  min-height: var(--pme-hero-min-height);
  padding-block: clamp(5rem, 10svh, 7.5rem);
  overflow: hidden;
  overflow: clip;
  background:
    linear-gradient(135deg, rgb(32 34 43 / 100%), rgb(9 73 99 / 100%));
  color: var(--pme-color-white);
}

.pme-hero__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--pme-hero-image-position, 50% 50%);
}

.pme-hero__overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgb(7 24 38 / 88%) 0%,
      rgb(7 24 38 / 86%) 68%,
      rgb(7 24 38 / 60%) 100%
    ),
    linear-gradient(180deg, rgb(7 24 38 / 12%), rgb(7 24 38 / 34%));
  pointer-events: none;
}

.pme-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.pme-hero__container {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(var(--pme-content-wide) + (2 * var(--pme-gutter)));
  margin-inline: auto;
  padding-inline: var(--pme-gutter);
}

.pme-hero__content {
  min-width: 0;
  max-width: 57.5rem;
}

.pme-hero__title {
  max-width: min(22ch, 100%);
  margin: 0;
  color: inherit;
  font-family: Poppins, sans-serif;
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
  hyphens: none;
  text-wrap: balance;
}

.pme-hero__divider {
  display: block;
  width: 1.25rem;
  height: auto;
  margin-block: clamp(1rem, 2.5vw, 1.5625rem);
}

.pme-hero__lead-wrap {
  max-width: 44rem;
}

.pme-hero__lead {
  color: inherit;
  font-family: Poppins, sans-serif;
  font-size: clamp(1.125rem, 1.4vw, 1.375rem);
  font-weight: 400;
  line-height: 1.55;
}

.pme-hero__lead--compact {
  font-size: clamp(1.0625rem, 1.2vw, 1.1875rem);
}

.pme-hero__lead > :first-child {
  margin-top: 0;
}

.pme-hero__lead > :last-child {
  margin-bottom: 0;
}

.pme-hero__lead a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.pme-hero__lead ul,
.pme-hero__lead ol {
  margin-block: 0.75em 0;
  padding-left: 1.25em;
}

.pme-hero__meta {
  color: inherit;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

@media only screen and (max-width: 991px) {
  .pme-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgb(7 24 38 / 76%) 0%,
        rgb(7 24 38 / 88%) 100%
      ),
      rgb(7 24 38 / 28%);
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --pme-hero-min-height: clamp(38.5rem, 84svh, 48rem);
  }

  .pme-hero {
    padding-block: clamp(4rem, 9svh, 5.5rem);
  }

  .pme-hero__title {
    font-size: clamp(2.125rem, 9vw, 2.75rem);
    line-height: 1.12;
  }

  .pme-hero__lead,
  .pme-hero__lead--compact {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

@media only screen and (max-height: 500px) and (orientation: landscape) {
  .pme-hero {
    min-height: auto;
    padding-block: 3.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pme-hero,
  .pme-hero * {
    animation: none !important;
    transition: none !important;
  }
}

/* Company page: introduction, editorial content and history. */
.pme-about {
  color: var(--pme-color-ink);
  font-family: Poppins, sans-serif;
}

.pme-about__section {
  padding-block: clamp(5rem, 9vw, 7.5rem);
}

.pme-about__section--why {
  background-color: var(--pme-color-surface-muted);
}

.pme-about__container {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(var(--pme-content-wide) + (2 * var(--pme-gutter)));
  margin-inline: auto;
  padding-inline: var(--pme-gutter);
}

.pme-about__grid {
  display: grid;
  grid-template-columns: minmax(12rem, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.pme-about__heading,
.pme-about__history-heading {
  min-width: 0;
}

.pme-about__eyebrow {
  margin-bottom: 1rem;
  color: var(--pme-color-accent);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pme-about__mark {
  width: 3rem;
  height: 0.125rem;
  background-color: var(--pme-color-brand);
}

.pme-about__title {
  max-width: 14ch;
  margin: 0;
  color: inherit;
  font-size: clamp(2.25rem, 3.25vw, 2.75rem);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.pme-about__intro {
  max-width: 62ch;
  color: inherit;
  font-size: clamp(1.25rem, 1.65vw, 1.5rem);
  font-weight: 300;
  line-height: 1.55;
}

.pme-about__intro > :first-child,
.pme-about__richtext > :first-child,
.pme-timeline__description > :first-child {
  margin-top: 0;
}

.pme-about__intro > :last-child,
.pme-about__richtext > :last-child,
.pme-timeline__description > :last-child {
  margin-bottom: 0;
}

.pme-about__richtext {
  max-width: 68ch;
  font-size: 1.0625rem;
  line-height: 1.75;
}

.pme-about__richtext > p {
  position: relative;
  margin: 0;
  padding-block: 1.75rem;
  border-top: 1px solid var(--pme-color-line);
}

.pme-about__richtext > p::before {
  content: "+";
  position: absolute;
  top: 1.75rem;
  left: -2rem;
  color: var(--pme-color-brand);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.pme-about__richtext > p:first-child {
  padding-top: 0;
  border-top: 0;
}

.pme-about__richtext > p:first-child::before {
  top: 0;
}

.pme-about__richtext a,
.pme-timeline__description a {
  color: var(--pme-color-accent);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.pme-about__history-heading {
  margin-bottom: clamp(3.5rem, 6vw, 5.5rem);
}

.pme-timeline__list {
  max-width: 68rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pme-timeline__item {
  display: grid;
  grid-template-columns: 7rem 1.5rem minmax(0, 1fr);
  gap: clamp(1.5rem, 3.5vw, 3.5rem);
  align-items: start;
  margin: 0 0 clamp(3rem, 5vw, 4rem);
  padding: 0;
  background: none;
}

.pme-timeline__item:last-child {
  margin-bottom: 0;
}

.pme-timeline__year {
  color: var(--pme-color-ink);
  font-size: clamp(1.75rem, 2.5vw, 2.125rem);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.pme-timeline__axis {
  position: relative;
  align-self: stretch;
  min-height: 2.5rem;
}

.pme-timeline__axis::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  bottom: calc(clamp(3rem, 5vw, 4rem) * -1);
  left: 50%;
  width: 1px;
  background-color: var(--pme-color-line);
  transform: translateX(-50%);
}

.pme-timeline__item:last-child .pme-timeline__axis::before {
  display: none;
}

.pme-timeline__axis::after {
  content: "";
  position: absolute;
  top: 0.35rem;
  left: 50%;
  box-sizing: border-box;
  width: 0.75rem;
  height: 0.75rem;
  border: 0.1875rem solid var(--pme-color-white);
  border-radius: 50%;
  background-color: var(--pme-color-brand);
  box-shadow: 0 0 0 1px var(--pme-color-brand);
  transform: translateX(-50%);
}

.pme-timeline__content {
  min-width: 0;
}

.pme-timeline__title {
  display: block;
  max-width: 34ch;
  margin: 0;
  color: inherit;
  font-size: clamp(1.375rem, 2vw, 1.625rem);
  font-weight: 400;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.pme-timeline__details {
  max-width: 50rem;
}

.pme-timeline__summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.75rem;
  gap: 1.5rem;
  align-items: center;
  min-height: 2.75rem;
  cursor: pointer;
  list-style: none;
}

.pme-timeline__summary::-webkit-details-marker {
  display: none;
}

.pme-timeline__summary:focus-visible {
  outline: 0.1875rem solid var(--pme-color-accent);
  outline-offset: 0.375rem;
}

.pme-timeline__toggle {
  position: relative;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--pme-color-brand);
  border-radius: 50%;
}

.pme-timeline__toggle::before,
.pme-timeline__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 0.125rem;
  background-color: var(--pme-color-accent);
  transform: translate(-50%, -50%);
}

.pme-timeline__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.pme-timeline__details[open] .pme-timeline__toggle::after {
  display: none;
}

.pme-timeline__panel {
  padding-top: 1.5rem;
}

.pme-timeline__description {
  max-width: 68ch;
  font-size: 1rem;
  line-height: 1.7;
}

.pme-timeline__media {
  max-width: 48rem;
  margin-top: 1.75rem;
}

.pme-timeline__image {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .pme-about__section {
    padding-block: clamp(3.5rem, 14vw, 4.5rem);
  }

  .pme-about__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.25rem;
  }

  .pme-about__title {
    max-width: none;
    font-size: clamp(1.875rem, 8vw, 2.25rem);
  }

  .pme-about__intro {
    font-size: 1.125rem;
    line-height: 1.65;
  }

  .pme-about__richtext {
    padding-left: 1.5rem;
    font-size: 1rem;
    line-height: 1.7;
  }

  .pme-about__richtext > p::before {
    left: -1.5rem;
  }

  .pme-about__history-heading {
    margin-bottom: 3rem;
  }

  .pme-timeline__item {
    grid-template-columns: 1.25rem minmax(0, 1fr);
    gap: 0 1.25rem;
    margin-bottom: 2.75rem;
  }

  .pme-timeline__year {
    grid-column: 2;
    margin-bottom: 0.5rem;
    font-size: 1.625rem;
  }

  .pme-timeline__axis {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .pme-timeline__axis::before {
    bottom: -2.75rem;
  }

  .pme-timeline__content {
    grid-column: 2;
  }

  .pme-timeline__title {
    max-width: none;
    font-size: 1.25rem;
  }

  .pme-timeline__summary {
    gap: 1rem;
  }
}

/* Contact page: introduction, direct channels, form and map. */
.pme-contact {
  --pme-contact-brown: #3d2d25;
  --pme-contact-brown-deep: #2d211c;
  --pme-contact-light: #f8f2ed;

  color: var(--pme-color-ink);
  font-family: Poppins, sans-serif;
}

.pme-contact,
.pme-contact * {
  box-sizing: border-box;
}

.pme-contact__container {
  width: 100%;
  max-width: calc(var(--pme-content-wide) + (2 * var(--pme-gutter)));
  margin-inline: auto;
  padding-inline: var(--pme-gutter);
}

.page-template-page-kontakt .pme-hero {
  --pme-hero-image-position: 50% 62%;
}

.page-template-page-kontakt .pme-hero__overlay {
  background:
    linear-gradient(
      180deg,
      rgb(34 24 19 / 8%) 0%,
      rgb(47 33 26 / 28%) 52%,
      var(--pme-contact-brown) 100%
    ),
    linear-gradient(
      90deg,
      rgb(9 19 24 / 88%) 0%,
      rgb(13 24 28 / 72%) 52%,
      rgb(38 28 23 / 24%) 100%
    );
}

.page-template-page-kontakt .pme-hero__content {
  max-width: 62rem;
}

.pme-contact__intro {
  padding-block: clamp(5.5rem, 9vw, 8rem);
  background-color: var(--pme-color-white);
}

.pme-contact__intro-grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.pme-contact__heading {
  min-width: 0;
}

.pme-contact__eyebrow {
  margin-bottom: 1rem;
  color: var(--pme-color-accent);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pme-contact__title {
  max-width: 11ch;
  margin: 0;
  color: inherit;
  font-size: clamp(2.75rem, 5vw, 4rem);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.pme-contact__lead {
  max-width: 68ch;
  color: inherit;
  font-size: clamp(1.125rem, 1.5vw, 1.3125rem);
  font-weight: 300;
  line-height: 1.65;
}

.pme-contact__lead > :first-child {
  margin-top: 0;
}

.pme-contact__lead > :last-child {
  margin-bottom: 0;
}

.pme-contact__lead p + p {
  margin-top: 1.5rem;
}

.pme-contact__content {
  margin-top: -1px;
  padding-block: clamp(5rem, 8vw, 7.5rem);
  background:
    linear-gradient(180deg, var(--pme-contact-brown) 0%, var(--pme-contact-brown-deep) 100%);
  color: var(--pme-contact-light);
}

.pme-contact__grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(3.5rem, 8vw, 7rem);
  align-items: start;
}

.pme-contact__details {
  min-width: 0;
  padding-top: 1.5rem;
  border-top: 0.125rem solid rgb(99 207 242 / 82%);
}

.pme-contact__content .pme-contact__eyebrow {
  color: #70d6f7;
}

.pme-contact__section-title,
.pme-contact__form-title {
  margin: 0;
  color: inherit;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.pme-contact__section-title {
  font-size: clamp(1.875rem, 3vw, 2.5rem);
  line-height: 1.2;
}

.pme-contact__address {
  margin-top: 2rem;
  color: inherit;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.8;
}

.pme-contact__address strong {
  display: inline-block;
  margin-top: 1.25rem;
  color: inherit;
  font-weight: 600;
}

.pme-contact__address strong:first-child {
  margin-top: 0;
}

.pme-contact__address a {
  color: #8adef8;
  font-weight: 500;
  text-decoration: none;
  text-underline-offset: 0.18em;
}

.pme-contact__address a:hover,
.pme-contact__address a:focus-visible {
  text-decoration: underline;
}

.pme-contact__address a:focus-visible {
  outline: 0.1875rem solid #70d6f7;
  outline-offset: 0.25rem;
}

.pme-contact__form-card {
  min-width: 0;
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid rgb(255 255 255 / 22%);
  background-color: rgb(255 255 255 / 4%);
}

.pme-contact__form-title {
  margin-bottom: 2.25rem;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.25;
}

.pme-contact-form__fields {
  display: grid;
  gap: 1.25rem;
}

.pme-contact-form__field {
  margin: 0;
  color: inherit;
}

.pme-contact-form__field > p {
  display: grid;
  gap: 0.5rem;
  margin: 0;
}

.pme-contact-form__label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}

.pme-contact__form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.pme-contact__form input:not([type="checkbox"]):not([type="submit"]),
.pme-contact__form textarea {
  display: block;
  width: 100%;
  min-height: 3.5rem;
  margin: 0;
  padding: 0.875rem 1rem;
  border: 1px solid rgb(255 255 255 / 42%);
  border-radius: 0;
  background-color: rgb(255 255 255 / 7%);
  color: var(--pme-contact-light);
  font: inherit;
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.pme-contact__form textarea {
  min-height: 10rem;
  resize: vertical;
}

.pme-contact__form input:not([type="checkbox"]):not([type="submit"]):focus,
.pme-contact__form textarea:focus {
  border-color: #70d6f7;
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgb(112 214 247 / 18%);
}

.pme-contact-form__consent {
  color: inherit;
  font-size: 0.8125rem;
  line-height: 1.55;
}

.pme-contact-form__consent > p,
.pme-contact-form__actions > p {
  margin: 0;
}

.pme-contact-form__consent .wpcf7-list-item {
  margin: 0;
}

.pme-contact-form__consent label {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  cursor: pointer;
}

.pme-contact-form__consent input[type="checkbox"] {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.125rem 0 0;
  accent-color: #70d6f7;
}

.pme-contact-form__consent input[type="checkbox"]:focus-visible {
  outline: 0.1875rem solid #70d6f7;
  outline-offset: 0.1875rem;
}

.pme-contact-form__consent a {
  color: #8adef8;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.pme-contact-form__actions {
  display: flex;
  justify-content: flex-end;
}

.pme-contact__form .pme-contact-form__submit {
  min-width: 10rem;
  min-height: 3rem;
  margin: 0;
  padding: 0.75rem 1.75rem;
  border: 1px solid #70d6f7;
  border-radius: 0;
  background-color: #70d6f7;
  box-shadow: none;
  color: var(--pme-contact-brown-deep);
  font-family: Poppins, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 160ms ease, color 160ms ease;
}

.pme-contact__form .pme-contact-form__submit:hover {
  background-color: transparent;
  color: #8adef8;
}

.pme-contact__form .pme-contact-form__submit:focus-visible {
  outline: 0.1875rem solid var(--pme-contact-light);
  outline-offset: 0.25rem;
}

.pme-contact__form .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  color: #ffb3b3;
  font-size: 0.8125rem;
  font-weight: 500;
}

.pme-contact__form .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 0.875rem 1rem;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pme-contact__form .wpcf7-spinner {
  margin: 0 0.75rem;
}

.pme-contact__map {
  width: 100%;
  height: clamp(22rem, 40vw, 34rem);
  background-color: var(--pme-color-surface-muted);
}

.pme-contact__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media only screen and (max-width: 767px) {
  .page-template-page-kontakt .pme-hero {
    --pme-hero-image-position: 53% 58%;
  }

  .page-template-page-kontakt .pme-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgb(12 22 26 / 62%) 0%,
        rgb(29 27 25 / 60%) 58%,
        var(--pme-contact-brown) 100%
      );
  }

  .pme-contact__intro,
  .pme-contact__content {
    padding-block: clamp(3.75rem, 14vw, 5rem);
  }

  .pme-contact__intro-grid,
  .pme-contact__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.75rem;
  }

  .pme-contact__title {
    max-width: none;
    font-size: clamp(2.5rem, 12vw, 3.25rem);
  }

  .pme-contact__lead {
    font-size: 1.0625rem;
    line-height: 1.7;
  }

  .pme-contact__details {
    padding-top: 1.25rem;
  }

  .pme-contact__form-card {
    padding: 1.5rem;
  }

  .pme-contact-form__actions {
    justify-content: stretch;
  }

  .pme-contact-form__actions > p {
    width: 100%;
  }

  .pme-contact__form .pme-contact-form__submit {
    width: 100%;
  }

  .pme-contact__map {
    height: 22rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pme-contact,
  .pme-contact * {
    animation: none !important;
    transition: none !important;
  }
}

/* Application areas: editorial content sections. */
.pme-area {
  color: var(--pme-color-ink);
  font-family: Poppins, sans-serif;
}

.pme-area__container {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(var(--pme-content-wide) + (2 * var(--pme-gutter)));
  margin-inline: auto;
  padding-inline: var(--pme-gutter);
}

.pme-area-section {
  padding-block: clamp(5.5rem, 9vw, 8rem);
  scroll-margin-top: 2rem;
}

.pme-area-section:nth-child(odd) {
  background-color: var(--pme-color-surface-muted);
}

.pme-area-section:nth-child(even) {
  background-color: var(--pme-color-white);
}

.pme-area-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3.5rem, 8vw, 7.5rem);
  align-items: start;
}

.pme-area-section__content {
  min-width: 0;
}

.pme-area-section__number {
  margin-bottom: 1rem;
  color: var(--pme-color-accent);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.pme-area-section__title {
  max-width: 25ch;
  margin: 0;
  color: inherit;
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.pme-area-section__mark {
  width: 3rem;
  height: 0.125rem;
  margin-block: 1.5rem 1.75rem;
  background-color: var(--pme-color-brand);
}

.pme-area-section__text {
  max-width: 68ch;
  color: inherit;
  font-size: 1rem;
  line-height: 1.75;
  text-align: left;
}

.pme-area-section__text * {
  text-align: left !important;
}

.pme-area-section__text > :first-child {
  margin-top: 0;
}

.pme-area-section__text > :last-child {
  margin-bottom: 0;
}

.pme-area-section__text p,
.pme-area-section__text ul,
.pme-area-section__text ol {
  margin-block: 0 1.25rem;
}

.pme-area-section__text ul,
.pme-area-section__text ol {
  padding-left: 1.25rem;
}

.pme-area-section__text li {
  margin-bottom: 0.5rem;
  background-image: none;
}

.pme-area-section__text a {
  color: var(--pme-color-accent);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.pme-area-section__text a:focus-visible {
  outline: 0.1875rem solid var(--pme-color-accent);
  outline-offset: 0.1875rem;
}

.pme-area-section__media {
  min-width: 0;
  margin: 0;
}

.pme-area-section__image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgb(32 34 43 / 8%);
}

.pme-area-section--reverse .pme-area-section__content {
  grid-column: 2;
  grid-row: 1;
}

.pme-area-section--reverse .pme-area-section__media {
  grid-column: 1;
  grid-row: 1;
}

.pme-area-section--text-only .pme-area-section__grid {
  grid-template-columns: minmax(0, 1fr);
}

.pme-area-section--text-only .pme-area-section__content {
  grid-column: 1;
  max-width: 62rem;
}

.pme-area-section--media-only .pme-area-section__grid {
  grid-template-columns: minmax(0, 1fr);
}

.pme-area-section--media-only .pme-area-section__media {
  grid-column: 1;
  max-width: 62rem;
}

.pme-area__back {
  padding-block: clamp(3rem, 5vw, 4.5rem);
  background-color: var(--pme-color-white);
}

@media only screen and (max-width: 991px) {
  .pme-area-section__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3rem;
  }

  .pme-area-section__title {
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  }
}

@media only screen and (max-width: 767px) {
  .pme-area-section {
    padding-block: clamp(4rem, 16vw, 5rem);
  }

  .pme-area-section__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
  }

  .pme-area-section__content,
  .pme-area-section--reverse .pme-area-section__content,
  .pme-area-section--text-only .pme-area-section__content {
    grid-column: 1;
    grid-row: 1;
  }

  .pme-area-section__media,
  .pme-area-section--reverse .pme-area-section__media {
    grid-column: 1;
    grid-row: 2;
  }

  .pme-area-section__title {
    max-width: none;
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }

  .pme-area-section__text {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pme-area,
  .pme-area * {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Stage 5: homepage */
.pme-home {
  background: #fff;
  color: #20222b;
}

.pme-home-shell {
  width: min(100% - 4rem, 83.75rem);
  margin-inline: auto;
}

.pme-home-eyebrow {
  margin: 0 0 0.875rem;
  color: #1878ca;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pme-home-eyebrow--light {
  color: #76d8f2;
}

.pme-home-hero {
  position: relative;
  overflow: hidden;
  min-height: 43.75rem;
  padding: 4.625rem 0 2.625rem;
  background: #0f283a;
  color: #fff;
}

.pme-home-hero__backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 8%, rgb(0 174 230 / 20%), transparent 35%), linear-gradient(135deg, #0b2233, #123850 52%, #0f283a);
}

.pme-home-hero__backdrop::after {
  position: absolute;
  top: -10rem;
  right: 7%;
  width: 26.25rem;
  height: 26.25rem;
  border: 1px solid rgb(118 216 242 / 14%);
  border-radius: 50%;
  content: "";
}

.pme-home-hero__inner {
  position: relative;
  z-index: 1;
}

.pme-home-hero__copy {
  max-width: 57.5rem;
  margin-bottom: 3.375rem;
}

.pme-home-hero__title {
  max-width: 56.25rem;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 5vw, 4.5rem);
  line-height: 1.06;
  font-weight: 300;
  letter-spacing: -0.035em;
}

.pme-home-hero__lead {
  max-width: 47.5rem;
  margin: 1.5625rem 0 0;
  color: rgb(255 255 255 / 82%);
  font-size: clamp(1.0625rem, 1.4vw, 1.25rem);
  line-height: 1.65;
}

.pme-home-hero__panels {
  display: grid;
  grid-template-columns: 0.95fr 1.18fr 0.95fr;
  gap: 0.75rem;
  min-height: 18.75rem;
}

.pme-home-hero-panel {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 0;
  min-height: 18.75rem;
  background: #16384d;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}

.pme-home-hero-panel__image,
.pme-home-feature-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  z-index: -2;
}

.pme-home-hero-panel__shade,
.pme-home-feature-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(7 23 34 / 8%) 25%, rgb(7 23 34 / 90%));
  z-index: -1;
}

.pme-home-hero-panel__content {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.125rem;
  padding: 1.875rem;
}

.pme-home-hero-panel__title {
  color: #fff;
  font-size: clamp(1.4375rem, 2vw, 1.9375rem);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.pme-home-hero-panel__action,
.pme-home-feature-card__action {
  display: inline-flex;
  align-items: center;
  gap: 0.5625rem;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pme-home-hero-panel__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pme-home-hero-panel__links a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.625rem 0.9375rem;
  border: 1px solid rgb(255 255 255 / 62%);
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
}

.pme-home-hero-panel:not(.pme-home-hero-panel--double):hover .pme-home-hero-panel__image,
.pme-home-hero-panel:not(.pme-home-hero-panel--double):focus-visible .pme-home-hero-panel__image,
.pme-home-feature-card:hover .pme-home-feature-card__image,
.pme-home-feature-card:focus-visible .pme-home-feature-card__image {
  transform: scale(1.035);
}

.pme-home-hero-panel__links a:hover,
.pme-home-hero-panel__links a:focus-visible {
  border-color: #76d8f2;
  background: #76d8f2;
  color: #0b2233;
}

.pme-home-section {
  padding: 6.75rem 0;
}

.pme-home-section-heading {
  display: grid;
  grid-template-columns: minmax(17.5rem, 0.9fr) minmax(21.25rem, 1fr);
  align-items: end;
  gap: 1rem 4.375rem;
  margin-bottom: 3.125rem;
}

.pme-home-section-heading .pme-home-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.pme-home-section-title {
  margin: 0;
  color: #20222b;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.035em;
}

.pme-home-section-lead {
  max-width: 38.125rem;
  margin: 0;
  color: #586169;
  font-size: 1.0625rem;
  line-height: 1.7;
}

.pme-home-areas {
  background: #f5f9fb;
}

.pme-home-areas__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  background: #d8e8ef;
  border: 1px solid #d8e8ef;
}

.pme-home-area-card {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) 1.75rem;
  align-items: center;
  gap: 1.125rem;
  min-height: 9.375rem;
  padding: 1.75rem;
  background: #fff;
  color: #20222b;
  text-decoration: none;
  transition: background-color 220ms ease;
}

.pme-home-area-card__icon {
  display: grid;
  width: 4rem;
  height: 4rem;
  place-items: center;
}

.pme-home-area-card__icon img {
  width: 3.5rem;
  max-height: 3.5rem;
  object-fit: contain;
}

.pme-home-area-card__title {
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}

.pme-home-area-card__arrow {
  color: #00aee6;
  font-size: 1.375rem;
  transition: transform 220ms ease;
}

.pme-home-area-card:hover,
.pme-home-area-card:focus-visible {
  background: #e7f6fb;
}

.pme-home-area-card:hover .pme-home-area-card__arrow,
.pme-home-area-card:focus-visible .pme-home-area-card__arrow {
  transform: translate(3px, -3px);
}

.pme-home-about {
  overflow: hidden;
}

.pme-home-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(3.125rem, 7vw, 6.875rem);
}

.pme-home-about__media {
  position: relative;
  display: grid;
  min-height: 35rem;
  padding: 3.75rem 1.875rem;
  background: linear-gradient(145deg, #eef8fb, #d8f0f7);
  place-items: center;
}

.pme-home-about__media::after {
  position: absolute;
  right: -1.25rem;
  bottom: -1.25rem;
  width: 7.5rem;
  height: 7.5rem;
  border-right: 2px solid #00aee6;
  border-bottom: 2px solid #00aee6;
  content: "";
}

.pme-home-about__image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 28.125rem;
  object-fit: contain;
}

.pme-home-about__copy {
  max-width: 42.5rem;
  margin-top: 1.875rem;
  color: #363d44;
  font-size: 1rem;
  line-height: 1.75;
}

.pme-home-about__copy p {
  margin-bottom: 1.1875rem;
  text-align: left !important;
}

.pme-home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6875rem;
  min-height: 2.75rem;
  margin-top: 1.375rem;
  color: #20222b;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
}

.pme-home-text-link span {
  color: #00aee6;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 300;
}

.pme-home-featured {
  background: #0f283a;
  color: #fff;
}

.pme-home-featured .pme-home-section-title {
  color: #fff;
}

.pme-home-featured .pme-home-section-lead {
  color: rgb(255 255 255 / 72%);
}

.pme-home-featured__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pme-home-feature-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 23.125rem;
  background: #dff1f7;
  color: #20222b;
  text-decoration: none;
  isolation: isolate;
}

.pme-home-feature-card__shade {
  background: linear-gradient(180deg, rgb(6 20 29 / 6%) 18%, rgb(6 20 29 / 92%));
}

.pme-home-feature-card__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: clamp(1.75rem, 4vw, 3rem);
}

.pme-home-feature-card__category {
  margin-bottom: 0.9375rem;
  color: #1878ca;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pme-home-feature-card__title {
  max-width: 36.875rem;
  font-size: clamp(1.3125rem, 2.15vw, 1.875rem);
  line-height: 1.35;
  font-weight: 400;
}

.pme-home-feature-card__action {
  margin-top: 1.75rem;
  color: #1878ca;
}

.pme-home-feature-card--media,
.pme-home-feature-card--media .pme-home-feature-card__category,
.pme-home-feature-card--media .pme-home-feature-card__action {
  color: #fff;
}

.pme-home a:focus-visible {
  outline: 3px solid #76d8f2;
  outline-offset: 4px;
}

@media only screen and (max-width: 991px) {
  .pme-home-shell {
    width: min(100% - 3rem, 83.75rem);
  }

  .pme-home-hero {
    min-height: auto;
    padding-top: 3.875rem;
  }

  .pme-home-hero__copy {
    margin-bottom: 2.75rem;
  }

  .pme-home-hero__panels {
    grid-template-columns: 1fr 1fr;
  }

  .pme-home-hero-panel:last-child {
    grid-column: 1 / -1;
  }

  .pme-home-areas__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pme-home-about__grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 3.125rem;
  }

  .pme-home-about__media {
    min-height: 28.75rem;
  }
}

@media only screen and (max-width: 767px) {
  .pme-home-shell {
    width: min(100% - 2.5rem, 83.75rem);
  }

  .pme-home-hero {
    padding: 2.875rem 0 1.75rem;
  }

  .pme-home-hero__copy {
    margin-bottom: 2.125rem;
  }

  .pme-home-hero__title {
    font-size: clamp(2.1875rem, 10vw, 2.875rem);
    line-height: 1.09;
  }

  .pme-home-hero__lead {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.6;
  }

  .pme-home-hero__panels {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .pme-home-hero-panel,
  .pme-home-hero-panel:last-child {
    grid-column: auto;
    min-height: 10.75rem;
  }

  .pme-home-hero-panel--double {
    min-height: 13.125rem;
  }

  .pme-home-hero-panel__content {
    gap: 0.75rem;
    padding: 1.375rem;
  }

  .pme-home-hero-panel__title {
    font-size: 1.375rem;
  }

  .pme-home-hero-panel__links a {
    min-height: 2.5rem;
    padding: 0.5rem 0.6875rem;
    font-size: 0.625rem;
  }

  .pme-home-section {
    padding: 4.625rem 0;
  }

  .pme-home-section-heading {
    display: block;
    margin-bottom: 2.125rem;
  }

  .pme-home-section-heading .pme-home-eyebrow {
    margin-bottom: 0.75rem;
  }

  .pme-home-section-title {
    font-size: clamp(2.125rem, 9vw, 2.75rem);
  }

  .pme-home-section-lead {
    margin-top: 1.125rem;
    font-size: 1rem;
  }

  .pme-home-areas__grid,
  .pme-home-about__grid,
  .pme-home-featured__grid {
    grid-template-columns: 1fr;
  }

  .pme-home-area-card {
    grid-template-columns: 3.25rem minmax(0, 1fr) 1.5rem;
    min-height: 7rem;
    padding: 1.375rem;
  }

  .pme-home-area-card__icon {
    width: 3.25rem;
    height: 3.25rem;
  }

  .pme-home-area-card__icon img {
    width: 2.875rem;
    max-height: 2.875rem;
  }

  .pme-home-about__grid {
    gap: 3rem;
  }

  .pme-home-about__media {
    min-height: 20.625rem;
    padding: 2.375rem 1.25rem;
  }

  .pme-home-about__copy {
    margin-top: 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.72;
  }

  .pme-home-feature-card {
    min-height: 20rem;
  }
}

@media only screen and (max-width: 479px) {
  .pme-home-shell {
    width: min(100% - 2rem, 83.75rem);
  }

  .pme-home-area-card__title {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pme-home-hero-panel__image,
  .pme-home-feature-card__image,
  .pme-home-area-card__arrow {
    transition: none;
  }
}

/* Homepage PDF correction: navigation, showcase and compact footer */
.pme-visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: -1px !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.pme-site-nav {
  position: relative;
  z-index: 100;
  width: 100%;
  min-height: 5.375rem;
  background: #fff;
  color: #20222b;
}

.pme-site-nav__inner {
  position: relative;
  display: flex;
  width: min(100% - 3rem, 91.25rem);
  min-height: 5.375rem;
  margin-inline: auto;
  align-items: center;
}

.pme-site-nav__menu {
  position: static;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  background: transparent;
}

.pme-site-nav__left,
.pme-site-nav__right {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.25vw, 1.5rem);
}

.pme-site-nav__right {
  justify-content: flex-end;
}

.pme-site-nav__link {
  position: relative;
  padding: 0.5rem 0;
  color: inherit;
  font-size: 0.6875rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.pme-site-nav__link::after {
  position: absolute;
  right: 0;
  bottom: 0.125rem;
  left: 0;
  height: 1px;
  background: #00aee6;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.pme-site-nav__link:hover::after,
.pme-site-nav__link:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.pme-site-nav__link--accent {
  color: #1878ca;
}

.pme-site-nav__brand {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(10.5rem, 15vw, 13.5rem);
  padding: 0;
  transform: translate(-50%, -50%);
}

.pme-site-nav__logo {
  display: block;
  width: 100%;
  height: auto;
}

.pme-site-nav__social {
  display: grid;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  font-size: 0.6875rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  place-items: center;
}

.pme-site-nav__languages {
  display: flex;
  align-items: center;
}

.pme-site-nav__languages ul {
  margin: 0;
}

.pme-site-nav__toggle {
  display: none;
}

.pme-site-nav__hamburger span {
  display: block;
  width: 1.25rem;
  height: 1px;
  margin: 0.1875rem auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.pme-site-nav__toggle.w--open .pme-site-nav__hamburger span:first-child {
  transform: translateY(0.25rem) rotate(45deg);
}

.pme-site-nav__toggle.w--open .pme-site-nav__hamburger span:nth-child(2) {
  opacity: 0;
}

.pme-site-nav__toggle.w--open .pme-site-nav__hamburger span:last-child {
  transform: translateY(-0.25rem) rotate(-45deg);
}

.pme-home .pme-site-nav {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  color: #fff;
}

.pme-home.admin-bar .pme-site-nav {
  top: 32px;
}

.pme-home .pme-site-nav::before {
  position: absolute;
  inset: 0 0 -3.5rem;
  background: linear-gradient(180deg, rgb(5 20 31 / 72%) 0%, rgb(5 20 31 / 34%) 55%, transparent 100%);
  content: "";
  pointer-events: none;
}

.pme-home .pme-site-nav__logo {
  filter: brightness(0) invert(1);
}

.pme-home .pme-site-nav__link--accent {
  color: #76d8f2;
}

.pme-home-showcase {
  display: grid;
  height: clamp(40rem, 78svh, 54rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #0f283a;
}

.pme-home-showcase__panel {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  border-right: 1px solid rgb(255 255 255 / 20%);
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}

.pme-home-showcase__panel:last-child {
  border-right: 0;
}

.pme-home-showcase__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(.2, .65, .25, 1);
}

.pme-home-showcase__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgb(5 18 28 / 18%) 20%, rgb(5 18 28 / 12%) 48%, rgb(5 18 28 / 86%) 100%);
  transition: background-color 250ms ease;
}

.pme-home-showcase__content {
  position: absolute;
  right: clamp(1.25rem, 1.6vw, 2rem);
  bottom: clamp(1.75rem, 3vw, 3rem);
  left: clamp(1.5rem, 2.6vw, 2.75rem);
}

.pme-home-showcase__title {
  display: block;
  min-height: 2.5rem;
  color: #fff;
  font-size: clamp(1.25rem, 1.65vw, 1.75rem);
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.pme-home-showcase__line {
  display: flex;
  margin-top: 0.75rem;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
}

.pme-home-showcase__line > span:first-child {
  height: 1px;
  flex: 1;
  background: rgb(255 255 255 / 72%);
}

.pme-home-showcase__line > span:last-child {
  font-size: 1.25rem;
  transition: transform 200ms ease;
}

.pme-home-showcase__panel:hover .pme-home-showcase__image,
.pme-home-showcase__panel:focus-visible .pme-home-showcase__image {
  transform: scale(1.035);
}

.pme-home-showcase__panel:hover .pme-home-showcase__line > span:last-child,
.pme-home-showcase__panel:focus-visible .pme-home-showcase__line > span:last-child {
  transform: translateX(0.375rem);
}

.pme-site-footer {
  margin-top: auto;
  background: #0f283a;
  color: #fff;
}

.pme-site-footer__inner {
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}

.pme-site-footer__main {
  display: grid;
  grid-template-columns: minmax(21rem, 1.4fr) minmax(17rem, 0.9fr) minmax(19rem, 1fr);
  align-items: start;
  gap: 4rem;
}

.pme-site-footer__brand {
  align-self: start;
}

.pme-site-footer__logo {
  display: block;
  width: min(100%, 12rem);
  height: auto;
  filter: brightness(0) invert(1);
}

.pme-site-footer__description {
  max-width: 28rem;
  margin: 1.25rem 0 0;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.65;
}

.pme-site-footer__address {
  display: flex;
  max-width: 28rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.55;
  gap: 0.5rem 1.5rem;
}

.pme-site-footer__address p {
  margin: 0;
}

.pme-site-footer__address a {
  color: inherit;
  text-decoration: none;
}

.pme-site-footer__address a:hover,
.pme-site-footer__address a:focus-visible {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.pme-site-footer__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem 1.5rem;
}

.pme-site-footer__nav a {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
}

.pme-site-footer__nav a:hover,
.pme-site-footer__nav a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.pme-site-footer__funds {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
}

.pme-site-footer__funds img {
  width: auto;
  max-width: calc(50% - 0.75rem);
  max-height: 3.25rem;
  filter: brightness(0) invert(1);
  object-fit: contain;
}

.pme-site-footer__copyright {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
}

.pme-site-footer__copyright a {
  color: inherit;
  text-decoration: none;
}

.pme-site-footer__copyright a:hover,
.pme-site-footer__copyright a:focus-visible {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.pme-site-footer__bottom {
  display: flex;
  padding-top: 1.5rem;
  border-top: 1px solid rgb(255 255 255 / 18%);
  margin-top: 2.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 3rem;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .pme-site-nav__inner {
    width: min(100% - 2rem, 91.25rem);
  }

  .pme-site-nav__left,
  .pme-site-nav__right {
    gap: 0.65rem;
  }

  .pme-site-nav__link {
    font-size: 0.58rem;
  }

  .pme-site-nav__brand {
    width: 9.5rem;
  }

  .pme-site-footer__main {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "brand address" "funds funds";
    gap: 2.5rem 3rem;
  }

  .pme-site-footer__brand {
    grid-area: brand;
  }

  .pme-site-footer__address {
    grid-area: address;
  }

  .pme-site-footer__funds {
    grid-area: funds;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 991px) {
  .pme-site-nav,
  .pme-site-nav__inner {
    min-height: 4.5rem;
  }

  .pme-site-nav__inner {
    width: min(100% - 2rem, 91.25rem);
    justify-content: flex-end;
  }

  .pme-site-nav__brand {
    z-index: 2;
    display: block !important;
    width: 10.5rem;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .pme-site-nav__toggle {
    position: absolute !important;
    z-index: 3;
    top: 50%;
    right: 0;
    display: block !important;
    width: 2.875rem;
    height: 2.875rem;
    padding: 0;
    color: #20222b;
    background-color: transparent !important;
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor) !important;
    background-position: center 0.9375rem, center 1.4375rem, center 1.9375rem !important;
    background-repeat: no-repeat !important;
    background-size: 1.25rem 1px !important;
    transform: translateY(-50%);
  }

  .pme-site-nav__hamburger {
    display: flex;
    width: 2.875rem;
    height: 2.875rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-color: currentColor;
  }

  .pme-site-nav__toggle.w--open {
    background-image: none !important;
  }

  .navbar.is-scrolled .pme-site-nav__toggle.w--open {
    color: #20222b;
  }

  .pme-home .pme-site-nav__toggle {
    color: #fff;
  }

  .pme-site-nav__menu {
    position: absolute;
    top: 4.5rem;
    right: -1rem;
    left: -1rem;
    display: none;
    width: auto;
    max-height: calc(100svh - 4.5rem);
    padding: 2.5rem 2rem;
    overflow-y: auto;
    grid-template-columns: 1fr;
    background: #0f283a;
    color: #fff;
  }

  .pme-site-nav__menu.w--open {
    display: grid;
  }

  .pme-site-nav__left,
  .pme-site-nav__right {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .pme-site-nav__right {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgb(255 255 255 / 18%);
  }

  .pme-site-nav__link {
    padding: 0.75rem 0;
    color: #fff;
    font-size: 0.75rem;
  }

  .pme-site-nav__link--accent {
    color: #76d8f2;
  }

  .pme-site-nav__social {
    margin-top: 0.75rem;
    color: #fff;
    align-self: center;
  }

  .pme-site-nav__languages {
    margin-top: 1rem;
    justify-content: center;
  }

  .pme-home-showcase {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pme-home-showcase__panel {
    min-height: 26rem;
  }

  .pme-site-footer__main {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "brand address" "funds funds";
    gap: 2.5rem 3rem;
  }

  .pme-site-footer__brand {
    grid-area: brand;
  }

  .pme-site-footer__address {
    grid-area: address;
  }

  .pme-site-footer__funds {
    grid-area: funds;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .pme-home.admin-bar .pme-site-nav {
    top: 46px;
  }

  .pme-home-showcase {
    height: auto;
    grid-template-columns: 1fr;
  }

  .pme-home-showcase__panel {
    min-height: 30rem;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
  }

  .pme-home-showcase__panel:first-of-type {
    min-height: 30rem;
  }

  .pme-home-showcase__content {
    right: 1.5rem;
    bottom: 2.25rem;
    left: 1.5rem;
  }

  .pme-home-showcase__title {
    min-height: 0;
    font-size: 1.5rem;
  }

  .pme-site-footer__inner {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .pme-site-footer__main {
    grid-template-columns: 1fr;
    grid-template-areas: "brand" "address" "funds";
    gap: 2rem;
  }

  .pme-site-footer__address {
    flex-wrap: wrap;
  }

  .pme-site-footer__funds {
    justify-content: flex-start;
  }

  .pme-site-footer__bottom {
    margin-top: 2rem;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .pme-site-footer__nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.625rem 1.25rem;
  }
}

body:has(> .pme-site-footer) {
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  flex-direction: column;
}

.pme-home #main-content,
.pme-home .pme-home-showcase {
  flex: 1 0 auto;
}

.pme-home #main-content {
  display: flex;
  flex-direction: column;
}

@media (prefers-reduced-motion: reduce) {
  .pme-home-showcase__image,
  .pme-home-showcase__line > span:last-child,
  .pme-site-nav__link::after {
    transition: none;
  }
}

/* Sticky navigation with a transparent state over photographic headers. */
.navbar {
  position: sticky;
  z-index: 1000;
  top: 0;
  box-shadow: none;
  transition: background-color 220ms ease, box-shadow 220ms ease;
}

.navbar .img-brand-logo {
  transition: filter 220ms ease;
}

.navbar .navlink,
.navbar .button-white,
.navbar .menu-button,
.navbar .pme-site-nav__social {
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 220ms;
  transition-timing-function: ease;
}

.pme-site-nav__social svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.pme-site-nav__left {
  gap: 0;
}

.pme-site-nav__languages {
  margin-left: 0;
}

.pme-site-nav__languages .wpml-ls-legacy-list-horizontal {
  padding-right: 0;
  padding-left: 0;
}

html .pme-site-nav__languages .wpml-ls-item:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 992px) {
  .pme-site-nav__inner {
    position: static;
    box-sizing: border-box;
    width: 100%;
    max-width: 120rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .pme-site-nav .div-dropdown-list,
  .pme-site-nav .div-top-white {
    justify-content: flex-start;
  }

  .pme-site-nav .div-top-white {
    box-sizing: border-box;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .pme-site-nav .div-cont-about {
    box-sizing: border-box;
    width: 100%;
    max-width: 120rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-right: auto;
    margin-left: auto;
  }

  .pme-site-nav .div-cont-about .drop-navlink {
    font-size: 1rem;
    line-height: 1.3125;
    font-weight: 400;
  }

  .pme-site-nav .div-cont-about .drop-navlink:first-child {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .pme-site-nav__inner {
    padding-right: 2.8125rem;
    padding-left: 2.8125rem;
  }

  .pme-site-nav .div-cont-about {
    padding-right: 2.8125rem;
    padding-left: 2.8125rem;
  }
}

.pme-home .pme-site-nav {
  position: sticky;
  left: auto;
  background-color: #fff;
  color: #20222b;
}

.pme-home .pme-site-nav::before {
  display: none;
}

.pme-home .pme-site-nav__logo {
  filter: none;
}

.pme-home .pme-site-nav__toggle {
  color: #20222b;
}

.admin-bar .navbar {
  top: 32px;
}

body:has(.pme-hero--has-media) .navbar {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
}

body:has(.pme-hero--has-media) .navbar:not(.is-scrolled) {
  background-color: transparent;
  box-shadow: none;
}

body:has(.pme-hero--has-media) .navbar.is-scrolled {
  box-shadow: 0 2px 7px -3px #00000040;
}

body:has(.pme-hero--has-media) .navbar:not(.is-scrolled) .navlink {
  color: #fff;
}

body:has(.pme-hero--has-media) .navbar:not(.is-scrolled) .img-brand-logo {
  filter: brightness(0) invert(1);
}

body:has(.pme-hero--has-media) .navbar:not(.is-scrolled) .button-white {
  border: 1px solid rgb(255 255 255 / 70%);
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}

body:has(.pme-hero--has-media) .navbar:not(.is-scrolled) .menu-button {
  color: #fff;
}

body:has(.pme-hero--has-media) .navbar:not(.is-scrolled) .pme-site-nav__social {
  color: #fff;
}

body:has(.pme-hero--has-media) .navbar:not(.is-scrolled) .div-top-white {
  background-color: transparent;
  box-shadow: none;
}

body:has(.pme-hero--has-media) .navbar:not(.is-scrolled) .div-dropdown-list .navlink {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .pme-site-nav__brand {
    left: 0;
    transform: translateY(-50%);
  }

  .pme-site-nav__toggle,
  .pme-site-nav__toggle.w--open {
    background-image: none !important;
  }

  .pme-site-nav__hamburger {
    position: relative;
  }

  .pme-site-nav__hamburger span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
  }

  .pme-site-nav__hamburger span:first-child {
    top: calc(50% - 0.25rem);
  }

  .pme-site-nav__hamburger span:last-child {
    top: calc(50% + 0.25rem);
  }

  .pme-site-nav__toggle.w--open .pme-site-nav__hamburger span:first-child,
  .pme-site-nav__toggle.w--open .pme-site-nav__hamburger span:last-child {
    top: 50%;
  }

  .pme-site-nav__toggle.w--open .pme-site-nav__hamburger span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .pme-site-nav__toggle.w--open .pme-site-nav__hamburger span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  body:has(.pme-hero--has-media) .navbar:not(.is-scrolled) .navmenu .navlink {
    color: #fff;
  }

  body:has(.pme-hero--has-media) .navbar:not(.is-scrolled) .navmenu .button-white {
    border-color: transparent;
    background-color: #fff;
    color: #20222b;
    box-shadow: 0 1px 8px -2px #00000040;
  }

  .pme-site-nav__menu .navlink,
  .pme-site-nav__menu .navlink.w--current {
    color: #fff;
  }

  .pme-site-nav__left .div-navlinks,
  .pme-site-nav__right .div-buttons-nav {
    width: 100%;
  }

  .pme-site-nav__left .div-navlinks {
    padding: 0;
    background-color: transparent;
  }

  .pme-site-nav__left .div-drop-nav,
  .pme-site-nav__left .navlink.dropdown-navlink {
    width: 100%;
    margin-right: 0;
  }

  .pme-site-nav__left .navlink.dropdown-navlink {
    grid-template-columns: minmax(0, 1fr) 2.25rem;
    justify-content: stretch;
  }

  .pme-site-nav__menu .droplink-mobile {
    color: #fff;
  }

  .pme-site-nav__menu .droplink-mobile:hover,
  .pme-site-nav__menu .droplink-mobile.w--current {
    color: #00aee6;
  }

  .pme-site-nav__right .div-buttons-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0.625rem;
  }

  .pme-site-nav__right .button-awaria,
  .pme-site-nav__right .button-white,
  .pme-site-nav__right .button-expert-nav {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .navbar {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .navbar,
  .navbar .img-brand-logo,
  .navbar .navlink,
  .navbar .button-white,
  .navbar .menu-button,
  .navbar .pme-site-nav__social {
    transition: none;
  }
}
