/*! AERVIO WordPress theme — Montreal studio. Visual system from the public site. */

@import url("./plugins.min.css");
@import url("./main.min.css");
html {
  scroll-behavior: smooth;
}
.mxd-nav__wrap {
  display: block;
  pointer-events: none;
}
.mxd-nav__wrap.active_menu {
  pointer-events: all;
}
.mxd-menu__wrapper {
  display: block;
  pointer-events: none;
}
.mxd-menu__wrapper.active_menu {
  pointer-events: all;
}

.mxd-menu__wrapper .fade-in-elm {
  transition: all 0.6s ease;
  visibility: hidden;
  opacity: 0;
}
.mxd-menu__wrapper.active_menu .fade-in-elm {
  visibility: visible;
  opacity: 1;
}
.mxd-menu__wrapper .fade-in-up-elm {
  transition: all 0.6s ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(25px);
}
.mxd-menu__wrapper.active_menu .fade-in-up-elm {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.submenu {
  display: block;
  height: 0px;
  overflow: hidden;
  padding-top: 0px;
}

/* Locks page scroll while modal is open */
.videoModal__bodyOpen {
  overflow: hidden;
}

/* Fullscreen overlay, centered content, no overlay scrolling */
.videoModal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: grid;
  place-items: center;
  overflow: hidden; /* prevent overlay scrollbar */
  z-index: 111;
}

/* Transparent content, no internal scroll */
.videoModal__content {
  background: transparent;
  border: none;
  outline: none;
  overflow: hidden; /* prevent content scrollbar */
}

/* Responsive 16:9 player that never exceeds viewport */
.videoModal__playerWrap {
  max-width: 1200px;
  width: min(90vw, 1600px);
  aspect-ratio: 16 / 9; /* modern browsers */
  position: relative;
}
.swiper-navigation-icon {
  display: none;
}
.hamburger__line {
  transition: all 0.3s ease;
}
.nav-open .hamburger__line:first-child {
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(0px, 5px) rotate(45deg);
}
.nav-open .hamburger__line:last-child {
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(0px, -5px) rotate(-45deg);
}
.loading__item,
.loading__fade {
  opacity: 1;
}

.mxd-logo__image {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.hero-03-headline__wordmark {
  width: min(92vw, 1100px);
  height: auto;
  display: block;
}

.mxd-hero-03__headline .loading__item {
  opacity: 1;
}

.hero-03-headline__svg,
.hero-03-headline__svg-mobile {
  width: 100%;
  height: auto;
  fill: currentColor;
}

.aervio-footer-wordmark {
  width: min(92vw, 1400px);
  height: auto;
  display: block;
}

[color-scheme="dark"] .hero-03-headline__wordmark,
[color-scheme="dark"] .aervio-footer-wordmark {
  filter: invert(1);
}

.form-container {
  position: relative;
}

.form-container.is-sent {
  min-height: 280px;
}

.form-container.is-sent .contact-form {
  opacity: 0;
  pointer-events: none;
}

.form-container .form-note {
  margin-top: 1.2rem;
  opacity: 0.7;
}

.aervio-article-table {
  overflow-x: auto;
}

.aervio-article-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.5rem 0 1.5rem;
}

.aervio-article-table th,
.aervio-article-table td {
  text-align: left;
  vertical-align: top;
  padding: 0.7rem 0.85rem 0.7rem 0;
  border-bottom: 1px solid color-mix(in srgb, currentColor 18%, transparent);
}

.aervio-article-note {
  padding: 1.1rem 1.3rem;
  border-radius: 1.2rem;
  background: color-mix(in srgb, currentColor 6%, transparent);
}

.aervio-related-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.aervio-related-list li {
  margin: 0.45rem 0;
}

.aervio-figure {
  margin: 0;
}

.aervio-figure__img {
  width: 100%;
  height: auto;
  max-height: 28rem;
  object-fit: contain;
  background: transparent;
}

.aervio-hero-strip {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding: 0 0 1.5rem;
}

.aervio-hero-strip img {
  width: 9.5rem;
  height: 9.5rem;
  object-fit: contain;
  flex: 0 0 auto;
  background: transparent;
}

.aervio-inline-thumb {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
  margin-right: 0.85rem;
  vertical-align: middle;
  background: transparent;
}

.aervio-search-hit {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.aervio-search-hit__thumb {
  flex: 0 0 auto;
}

.aervio-related-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .aervio-related-thumbs {
    grid-template-columns: 1fr;
  }
}

.aervio-related-thumbs a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.aervio-related-thumbs img {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
  background: transparent;
}

.image-values-1,
.image-values-2 {
  min-height: 22rem;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  border-radius: 0;
}

.headline-img-01::before {
  background-image: url("../img/illustrations/aervio-web.webp?v=1.4.0") !important;
}
.headline-img-02::before {
  background-image: url("../img/illustrations/aervio-crm.webp?v=1.4.0") !important;
}
.headline-img-03::after {
  background-image: url("../img/illustrations/aervio-seo.webp?v=1.4.0") !important;
}
.headline-img-04::before {
  background-image: url("../img/illustrations/aervio-marketing.webp?v=1.4.0") !important;
}
.headline-img-05::before {
  background-image: url("../img/illustrations/aervio-growth.webp?v=1.4.0") !important;
}
.headline-img-06::before {
  background-image: url("../img/illustrations/aervio-workplace.webp?v=1.4.0") !important;
}
.headline-img-07::before {
  background-image: url("../img/illustrations/aervio-it-desk.webp?v=1.4.0") !important;
}

.image-values-1 {
  background-image: url("../img/illustrations/aervio-web.webp?v=1.4.0") !important;
}

.image-values-2 {
  background-image: url("../img/illustrations/aervio-crm.webp?v=1.4.0") !important;
}

.mxd-cpb-list__image img,
.hover-reveal__image,
.mxd-services-cards-s__image img,
.aervio-hero-marquee__item img,
.promo-image {
  object-fit: contain;
  background: transparent;
}

.mxd-article__thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mxd-blog-preview__media img,
.post-featured__thumb img,
.post-simple__thumb img,
.recent-post__thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.aervio-skip {
  position: absolute;
  left: 1.5rem;
  top: -100px;
  z-index: 1000;
  padding: 0.7rem 1rem;
  background: var(--base-opp, #111);
  color: var(--t-opp-bright, #fff);
}
.aervio-skip:focus {
  top: 1.5rem;
}

.mxd-header {
  align-items: center;
  gap: 1.5rem;
}

.mxd-logo .custom-logo,
.mxd-logo img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.mxd-logo img.mxd-logo__wordmark {
  width: auto;
  height: 3.2rem;
  max-width: min(52vw, 18.8rem);
  object-fit: contain;
}

@media only screen and (min-width: 768px) {
  .mxd-logo img.mxd-logo__wordmark {
    height: 3.6rem;
  }
}

.mxd-logo img.mxd-logo__wordmark--dark {
  display: none;
}

html[color-scheme="dark"] .mxd-logo img.mxd-logo__wordmark--light {
  display: none;
}

html[color-scheme="dark"] .mxd-logo img.mxd-logo__wordmark--dark {
  display: block;
}

.aervio-header-nav {
  display: none;
  flex: 1 1 auto;
  justify-content: center;
}

.aervio-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aervio-nav a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}

.aervio-nav .current-menu-item > a,
.aervio-nav .current_page_item > a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.aervio-nav-toggle {
  display: inline-flex;
}

.aervio-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 6.5rem 2rem 2rem;
  background: var(--base, #fff);
  overflow: auto;
}

.aervio-drawer[hidden] {
  display: none !important;
}

.aervio-drawer__label {
  margin: 0;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aervio-nav--drawer {
  flex-direction: column;
  gap: 1rem;
  font-size: 1.6rem;
}

body.aervio-nav-open {
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .aervio-header-nav {
    display: flex;
  }
  .aervio-nav-toggle {
    display: none;
  }
}

.footer-nav li {
  list-style: none;
}

.footer-nav a {
  color: inherit;
}

.aervio-lang {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.aervio-lang a {
  color: inherit;
  text-decoration: none;
}

.aervio-lang a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.aervio-drawer__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aervio-drawer__close {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0.4rem;
}

.aervio-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.aervio-consent {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 300;
  max-width: 22rem;
  padding: 1rem 1.1rem;
  background: var(--base, #fff);
  color: inherit;
  border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
}

.aervio-consent[hidden] {
  display: none !important;
}

.aervio-consent p {
  margin: 0 0 0.8rem;
}

.aervio-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.aervio-skip:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.aervio-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--aervio-delay, 0s);
}
.aervio-reveal.is-in {
  opacity: 1;
  transform: none;
}

.aervio-hero-marquee {
  overflow: hidden;
  width: 100%;
}
.aervio-hero-marquee__track {
  display: flex;
  align-items: center;
  gap: 4rem;
  width: max-content;
  animation: aervio-marquee-x 42s linear infinite;
}
.aervio-hero-marquee.is-paused .aervio-hero-marquee__track,
.aervio-text-marquee.is-paused .aervio-text-marquee__track {
  animation-play-state: paused;
}
.aervio-hero-marquee__item img {
  display: block;
  width: min(70vw, 320px);
  height: auto;
  background: transparent;
  mix-blend-mode: normal;
}
@media only screen and (min-width: 768px) {
  .aervio-hero-marquee__item img {
    width: 42vw;
  }
}
@media only screen and (min-width: 1200px) {
  .aervio-hero-marquee__item img {
    width: 24vw;
  }
}
@keyframes aervio-marquee-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.aervio-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.aervio-partners__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .aervio-partners__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aervio-partners__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.4rem;
  }
}
@media only screen and (min-width: 1600px) {
  .aervio-partners__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.aervio-partners__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  min-height: 16.8rem;
  padding: 2.4rem 1.2rem 2rem;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background: color-mix(in srgb, currentColor 4.5%, transparent);
  border: 1px solid color-mix(in srgb, currentColor 10%, transparent);
  border-radius: 1.6rem;
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}
.aervio-partners__card:hover,
.aervio-partners__card:focus-visible {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, currentColor 28%, transparent);
  background: color-mix(in srgb, currentColor 8%, transparent);
}
.aervio-partners__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 5.6rem;
  height: 5.6rem;
}
.aervio-brand-svg {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  flex-shrink: 0;
  overflow: visible;
  opacity: 0.88;
}
.aervio-partners__card:hover .aervio-brand-svg,
.aervio-partners__card:focus-visible .aervio-brand-svg {
  opacity: 1;
}
.aervio-partners__caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.22rem;
  min-height: 3.2rem;
}
.aervio-partners__name {
  font: 600 1.45rem/1.15 var(--_font-accent, inherit);
  letter-spacing: -0.03em;
}
.aervio-partners__note {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.42;
}

.aervio-step-icon {
  display: grid;
  place-items: center;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: color-mix(in srgb, currentColor 8%, transparent);
  color: inherit;
}
.aervio-step-icon i {
  font-size: 2.2rem;
  line-height: 1;
}

.mxd-services-cards-s__inner {
  isolation: isolate;
}
.mxd-services-cards-s__title,
.mxd-services-cards-s__info {
  position: relative;
  z-index: 2;
}
.mxd-services-cards-s__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.aervio-service-copy p + p {
  margin-top: 0.9rem;
}

.headline-img-01::before,
.headline-img-02::before,
.headline-img-03::after,
.headline-img-04::before,
.headline-img-05::before,
.headline-img-06::before,
.headline-img-07::before,
.inner-headline__title.headline-img-before::before,
.inner-headline__title.headline-img-after::after {
  background-size: contain !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  border-radius: 0 !important;
}

.aervio-text-marquee {
  overflow: hidden;
}
.aervio-text-marquee__track {
  display: flex;
  width: max-content;
  animation: aervio-marquee-x 28s linear infinite;
}

.mxd-logo__mark,
.aervio-logo-svg {
  display: block;
  width: 48px;
  height: 48px;
}
.aervio-logo-svg {
  color: var(--base-opp, #111);
}

.aervio-hero-wordmark {
  display: block;
  color: var(--t-bright, #111);
  font-size: clamp(3.6rem, 12vw, 10rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.78;
  text-transform: none;
  mix-blend-mode: normal;
}

.mxd-hero-03__headline {
  mix-blend-mode: normal;
}

.hero-03-headline__caption {
  mix-blend-mode: normal !important;
  color: var(--base-opp, #111) !important;
}

.hero-03-headline__svg,
.hero-03-headline__svg-mobile {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .aervio-hero-marquee__track,
  .aervio-text-marquee__track,
  .mxd-move,
  .mxd-rotate-slow,
  .mxd-pulse-small {
    animation: none !important;
    transform: none !important;
  }
  .aervio-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

.pricing-data__from {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.62;
}
.aervio-price-cat {
  margin-top: 3.5rem;
  scroll-margin-top: 6.5rem;
}
.aervio-price-catalog .aervio-jump {
  padding: 1.8rem 0 0;
}
.aervio-price-cat .mxd-point-subtitle {
  margin-bottom: 0.6rem;
}
.aervio-price-table {
  width: 100%;
  border-collapse: collapse;
}
.aervio-price-table th,
.aervio-price-table td {
  padding: 1rem 0.85rem 1rem 0;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid color-mix(in srgb, currentColor 12%, transparent);
}
.aervio-price-table thead th {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.55;
}
.aervio-price-table tbody th {
  width: 28%;
  font-weight: 600;
}
.aervio-price-table tbody td:last-child {
  width: 32%;
  white-space: nowrap;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.aervio-price-table__from,
.aervio-price-table__unit {
  display: inline;
  margin-right: 0.25rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.5;
}
.aervio-price-table__unit {
  margin-left: 0.2rem;
  margin-right: 0;
}
.inner-headline__nap {
  margin-top: 1.6rem;
}
.inner-headline__text {
  max-width: 78rem;
}
.inner-headline__actions {
  margin-top: 2.8rem;
}
.inner-headline__price {
  font-weight: 600;
  text-underline-offset: 0.28em;
  align-self: center;
}

.aervio-jump {
  padding: 0 0 2.4rem;
}
.aervio-jump p {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2.2rem;
  margin: 0;
  font: normal var(--fw-medium) 1.8rem/1.2 var(--_font-accent);
}
.aervio-jump a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.28em;
}
.aervio-jump a:hover,
.aervio-jump a:focus-visible {
  text-decoration: underline;
}

.aervio-catalog {
  padding-top: 4.4rem;
  padding-bottom: 2.4rem;
  scroll-margin-top: 3rem;
}
.aervio-jump + .aervio-catalog {
  padding-top: 1.2rem;
}
.aervio-catalog__kicker {
  margin: 0 0 2rem;
}
.aervio-catalog__head {
  max-width: 78rem;
  margin-bottom: 2.4rem;
}
.aervio-catalog__head h2 {
  margin: 0 0 1.2rem;
}
.aervio-catalog__head p {
  margin: 0;
}
.aervio-catalog__row {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-areas:
    "num thumb body"
    "aside aside aside";
  gap: 1.2rem 1.6rem;
  align-items: start;
  padding: 2.6rem 0;
  border-top: 1px solid color-mix(in srgb, currentColor 12%, transparent);
}
.aervio-catalog__row:last-child {
  border-bottom: 1px solid color-mix(in srgb, currentColor 12%, transparent);
}
.aervio-catalog__num {
  grid-area: num;
  margin: 0.6rem 0 0;
  font: normal var(--fw-medium) 1.6rem/1 var(--_font-accent);
  letter-spacing: 0.04em;
  opacity: 0.38;
}
.aervio-catalog__thumb {
  grid-area: thumb;
  width: 8.8rem;
  height: 8.8rem;
  object-fit: contain;
  background: transparent;
}
.aervio-catalog__body {
  grid-area: body;
  min-width: 0;
}
.aervio-catalog__title {
  margin: 0 0 0.8rem;
  font-size: 3rem;
  line-height: 1.12;
  letter-spacing: -0.04rem;
}
.aervio-catalog__title a {
  color: inherit;
  text-decoration: none;
}
.aervio-catalog__title a:hover,
.aervio-catalog__title a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.aervio-catalog__blurb {
  margin: 0 0 1.2rem;
  color: var(--t-medium);
  font-size: 1.8rem;
  line-height: 1.45;
}
.aervio-catalog__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.aervio-catalog__aside {
  grid-area: aside;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.6rem;
}
.aervio-catalog__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem 0.7rem;
  color: inherit;
  text-decoration: none;
  font-variant-numeric: tabular-nums;
}
.aervio-catalog__price span,
.aervio-catalog__price small {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.5;
}
.aervio-catalog__price strong {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.03rem;
}
.aervio-catalog__more {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: inherit;
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 0.28em;
}
.aervio-catalog__more:hover,
.aervio-catalog__more:focus-visible,
.aervio-catalog__price:hover,
.aervio-catalog__price:focus-visible {
  text-decoration: underline;
}
.aervio-catalog-note {
  max-width: 78rem;
  padding-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .aervio-catalog__row {
    padding: 3.2rem 0;
    gap: 1.6rem 2rem;
  }
  .aervio-catalog__title {
    font-size: 3.6rem;
  }
  .aervio-catalog__thumb {
    width: 10.4rem;
    height: 10.4rem;
  }
  .aervio-catalog__price strong {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aervio-catalog {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
  .aervio-jump + .aervio-catalog {
    padding-top: 1.6rem;
  }
  .aervio-catalog__kicker {
    margin-bottom: 0;
  }
  .aervio-catalog__head {
    margin-bottom: 1.6rem;
  }
  .aervio-catalog__row {
    grid-template-columns: 4.4rem 11.2rem minmax(0, 1fr) 22rem;
    grid-template-areas: "num thumb body aside";
    align-items: center;
    padding: 3.4rem 0;
  }
  .aervio-catalog__num {
    margin-top: 0;
  }
  .aervio-catalog__thumb {
    width: 11.2rem;
    height: 11.2rem;
  }
  .aervio-catalog__title {
    font-size: 4rem;
  }
  .aervio-catalog__aside {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
    gap: 1rem;
  }
  .aervio-catalog__price {
    justify-content: flex-end;
  }
}

.mxd-promo__icon .aervio-logo-svg {
  display: inline-block;
  width: 3.4rem;
  height: 3.4rem;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .mxd-promo__icon .aervio-logo-svg {
    width: 5.4rem;
    height: 5.4rem;
  }
}
.mxd-footer {
  isolation: isolate;
}
.mxd-footer__fullwidth-text,
.mxd-footer__svg-v2 {
  z-index: 0;
}
.mxd-footer__fullwidth-text {
  padding-top: 6rem;
}
@media only screen and (min-width: 768px) {
  .mxd-footer__fullwidth-text {
    padding-top: 8rem;
  }
  .mxd-footer__footer-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
  .mxd-footer__footer-blocks > .footer-blocks__column:first-child {
    grid-column: 1 / -1;
  }
}
@media only screen and (min-width: 1200px) {
  .mxd-footer__footer-blocks {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .mxd-footer__footer-blocks > .footer-blocks__column:first-child {
    grid-column: auto;
  }
  .footer-blocks__column {
    height: auto;
    min-height: 56rem;
  }
}
.footer-nav {
  gap: 0.6rem;
}
.footer-nav__link {
  font-size: 2.8rem;
}
.footer-nav__link .btn-caption {
  height: auto;
  line-height: 1.15;
}
@media only screen and (min-width: 768px) {
  .footer-nav__link {
    font-size: 3.6rem;
  }
}
.footer-blocks__links p {
  flex-wrap: wrap;
  white-space: normal;
  max-width: 100%;
  row-gap: 0.2rem;
}
.mxd-point-subtitle {
  flex-wrap: wrap;
  max-width: 100%;
}
.mxd-point-subtitle a {
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 767px) {
  .aervio-price-table thead {
    display: none;
  }
  .aervio-price-table,
  .aervio-price-table tbody,
  .aervio-price-table tr,
  .aervio-price-table th,
  .aervio-price-table td {
    display: block;
    width: 100%;
    white-space: normal;
  }
  .aervio-price-table tr {
    padding: 1rem 0;
    border-bottom: 1px solid color-mix(in srgb, currentColor 12%, transparent);
  }
  .aervio-price-table tbody th,
  .aervio-price-table tbody td {
    border: 0;
    padding: 0.15rem 0;
  }
}

