/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
.u-branday-skies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: var(--wrapper-size);
  margin: 0 auto;
  width: 100%;
  position: fixed;
  z-index: 2;
  pointer-events: none;
  left: 0;
  right: 0;
}

.u-branday-skies__left,
.u-branday-skies__right {
  pointer-events: auto;
  -webkit-transform: translateX(calc(-100% - calc(var(--space-default) * 7)));
       -o-transform: translateX(calc(-100% - calc(var(--space-default) * 7)));
          transform: translateX(calc(-100% - calc(var(--space-default) * 7)));
}

.u-branday-skies__right {
  -webkit-transform: translateX(calc(100% + calc(var(--space-default) * 7)));
       -o-transform: translateX(calc(100% + calc(var(--space-default) * 7)));
          transform: translateX(calc(100% + calc(var(--space-default) * 7)));
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms top, 200ms -o-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform, 200ms -o-transform;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms left, 200ms -o-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -o-transform;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms right, 200ms -o-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform, 200ms -o-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
       -o-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0;
  min-width: 0;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  height: auto;
  max-height: 100%;
}

.swiper-slide:not(:root:root) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #eee;
  opacity: 1;
}

.swiper>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff0f0f;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .u-ad-mobile {
    display: none;
  }
}

.ninte-header-alt-mobile img {
  width: 100%;
  height: auto;
}

.c-analisis {
  --analisis-score-size: 164px;
  --analisis-padding-y: calc(var(--space-default) * 7);
  --analisis-padding-y-bottom: calc(var(--space-default) * 7);
  --analisis-padding-x: calc(var(--space-default) * 6);
}

@media only screen and (max-width: 1024px) {
  .c-analisis {
    --analisis-score-size: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .c-analisis {
    --analisis-score-size: 80px;
    --analisis-padding-y: calc(var(--space-default) * 7);
    --analisis-padding-y-bottom: calc(var(--space-default) * 3);
    --analisis-padding-x: calc(var(--space-default) * 4);
  }
}

.c-analisis__header {
  background: -webkit-gradient(linear, right top, left top, from(var(--color-secondary)), to(var(--color-primary)));
  background: -webkit-linear-gradient(right, var(--color-secondary) 0%, var(--color-primary) 100%);
  background: -o-linear-gradient(right, var(--color-secondary) 0%, var(--color-primary) 100%);
  background: linear-gradient(270deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  color: white;
  padding: var(--analisis-padding-y) var(--analisis-padding-x) var(--analisis-padding-y-bottom);
  position: relative;
}

.c-analisis__title {
  padding-right: calc((var(--analisis-padding-x)) + var(--analisis-score-size));
}

@media only screen and (max-width: 480px) {
  .c-analisis__title {
    padding-right: 0;
    padding-bottom: calc(var(--space-default) * 5);
    line-height: 1.08333 !important;
  }
}

.c-analisis__score {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: var(--analisis-score-size);
  position: absolute;
  bottom: 0;
  right: calc(var(--space-default) * 6);
  -webkit-transform: translateY(50%);
       -o-transform: translateY(50%);
          transform: translateY(50%);
  width: var(--analisis-score-size);
}

.c-analisis__score span {
  font-size: 80px;
  font-weight: 800;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-linear-gradient(158.93deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  background-image: -o-linear-gradient(158.93deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  background-image: linear-gradient(291.07deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  display: inline;
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
    .c-analisis__score span {
      display: -webkit-inline-box;
    }
}
}

@media only screen and (max-width: 1024px) {
  .c-analisis__score span {
    font-size: 60px;
  }
}

@media only screen and (max-width: 480px) {
  .c-analisis__score span {
    font-size: 40px;
  }
}

.c-analisis__body {
  background-color: var(--color-black);
  color: white;
  padding: calc(var(--space-default) * 4) var(--analisis-padding-x) calc(var(--space-default) * 10);
}

@media only screen and (max-width: 480px) {
  .c-analisis__body {
    padding-bottom: calc(var(--space-default) * 4);
  }
}

@media only screen and (max-width: 480px) {
  .c-analisis__score-label {
    display: block;
    margin-left: 0 !important;
    line-height: 1;
  }
}

.c-analisis__content {
  margin-top: calc(var(--space-default) * 3);
  margin-bottom: calc(var(--space-default) * 12);
  padding-right: calc(var(--analisis-score-size));
}

@media only screen and (max-width: 480px) {
  .c-analisis__content {
    padding-right: 0;
    margin-bottom: calc(var(--space-default) * 6);
  }
}

.c-analisis__features {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

@media only screen and (max-width: 768px) {
  .c-analisis__features {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.c-analisis__features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: calc(var(--space-default) * 3);
}

@media only screen and (max-width: 480px) {
  .c-analisis__features__item {
    margin-bottom: calc(var(--space-default) * 1.5);
  }
}

.c-analisis__pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: calc(var(--space-default) * 6);
  margin-top: calc(var(--space-default) * 3);
}

@media only screen and (max-width: 768px) {
  .c-analisis__pros-cons {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

.c-analisis__pros-cons ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.c-analisis__pros-cons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: calc(var(--space-default) * 2) 0;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 480px) {
  .c-analisis__pros-cons li {
    font-size: 14px;
  }
}

.c-analisis__pros-cons li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 3px 16px 0 0;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 480px) {
  .c-analisis__pros-cons li::before {
    margin-right: calc(var(--space-default) * 2);
  }
}

.c-analisis__pros-cons li.pro::before {
  background-color: #10E65A;
}

.c-analisis__pros-cons li.contra::before {
  background-color: #FF0F0F;
}

.c-post {
  --post-categories-space: calc(var(--space-default) * 2);
  padding: calc(var(--space-default) * 3) var(--padding-default);
}

@media only screen and (max-width: 480px) {
  .c-post {
    --post-categories-space: calc(var(--space-default) * 1);
  }
}

@media only screen and (max-width: 1024px) {
  .c-post {
    padding: calc(var(--space-default) * 5) var(--padding-default);
  }
}

@media only screen and (max-width: 640px) {
  .c-post {
    padding: calc(var(--space-default) * 3) var(--padding-default);
  }
}

.c-post__featured-image__wrapper {
  position: relative;
  margin-top: calc(var(--space-default) * -7);
  width: 100%;
  z-index: 0;
  height: 675px;
}

@media only screen and (max-width: 1024px) {
  .c-post__featured-image__wrapper {
    margin-top: calc(var(--space-default) * -5);
  }
}

@media only screen and (max-width: 480px) {
  .c-post__featured-image__wrapper {
    height: 284px;
    margin-top: calc(var(--space-default) * -2);
    margin-left: calc(var(--space-default) * -4);
    margin-right: calc(var(--space-default) * -4);
    width: calc(100% + calc(var(--space-default) * 8));
  }
}

.c-post__featured-image__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(90%, white));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, white 90%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, white 90%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, white 90%);
  z-index: 1;
}

.c-post__featured-image__categories {
  position: absolute;
  top: 16px;
  left: -14px;
}

.c-post__featured-image__categories>*:not(:first-child) {
  display: none;
}

@media only screen and (max-width: 480px) {
  .c-post__featured-image__categories {
    display: none;
  }
}

.c-post__meta {
  color: #adadad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  margin: calc(var(--space-default) * 7) 0 calc(var(--space-default) * 10);
  line-height: 1;
}

@media only screen and (max-width: 480px) {
  .c-post__meta {
    font-size: 12px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: calc(var(--space-default) * 7) 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-post__meta .date {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: calc(var(--space-default) * 2);
}

.c-post__meta .date>*:not(:last-child) {
  margin-right: calc(var(--space-default) * 1);
}

.c-post__meta .separator {
  padding-right: calc(var(--space-default) * 2);
}

.c-post__meta .comments {
  --link-color: #adadad;
  --link-hover-color: var(--color-primary);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
}

.c-post__meta .comments>*:not(:last-child) {
  margin-right: calc(var(--space-default) * 1);
}

@media only screen and (max-width: 1024px) {
  .c-post__meta .comments span {
    display: none;
  }
}

.c-post__meta .author {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.09px;
  margin-left: auto;
  white-space: nowrap;
}

@media only screen and (max-width: 480px) {
  .c-post__meta .author {
    font-size: 12px;
  }
}

.c-post__meta .author .author-name {
  --link-color: #adadad;
  --link-hover-color: var(--color-primary);
}

.selected-post {
  --link-color: var(--color-font-primary);
  --article-link-decoration: none;
  position: relative;
  margin: 40px 0;
  background-color: #F2F2F2;
}

.selected-post>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.selected-post h3 {
  padding-top: 16px;
}

.selected-post .h3 {
  margin: 0 0 16px 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  padding-top: 16px;
}

.selected-post .img-wrap {
  padding: 16px 30px 16px 20px;
  position: relative;
  margin: 2px 0 11px;
}

.selected-post .img-wrap::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 25px;
  height: 176px;
  width: 293px;
  border: 2px solid var(--color-black);
  border-radius: 4px;
  z-index: 0;
}

.selected-post .img-wrap img {
  height: 176px;
  width: 293px;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.selected-post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: calc(var(--space-default) * 4);
}

.selected-post::before {
  content: "";
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-secondary)), to(var(--color-primary)));
  background: -webkit-linear-gradient(top, var(--color-secondary) 0%, var(--color-primary) 100%);
  background: -o-linear-gradient(top, var(--color-secondary) 0%, var(--color-primary) 100%);
  background: linear-gradient(180deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.selected-post-excerpt {
  margin-bottom: 15px;
  color: var(--color-font-secondary);
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
  max-height: calc(24px * 3);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .selected-post-excerpt {
    display: block !important;
  }
}

@media only screen and (max-width: 1024px) {
  .selected-post-content h3 {
    margin-top: 20px;
    font-size: 18px;
  }

  body .selected-post .img-wrap img,
  body .selected-post .img-wrap::after {
    width: 117px;
    height: 76px;
  }

  .selected-post {
    margin: 32px 0;
  }

  .selected-post-excerpt {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .selected-post h3 {
    margin-top: 0;
    padding-top: 16px;
  }

  body .selected-post .img-wrap img,
  body .selected-post .img-wrap::after {
    width: 108px !important;
    height: 71px !important;
  }
}

.c-block-gallery {
  --block-gallery-image-height: 420px;
  --block-gallery-arrow-size: 80px;
  --block-gallery-arrow-gap: calc(var(--space-default) * 8);
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .c-block-gallery {
    --block-gallery-image-height: 300px;
    --block-gallery-arrow-size: 60px;
    --block-gallery-arrow-gap: calc(var(--space-default) * 4);
  }
}

@media only screen and (max-width: 480px) {
  .c-block-gallery {
    --block-gallery-image-height: 200px;
    --block-gallery-arrow-size: 40px;
    --block-gallery-arrow-gap: calc(var(--space-default) * 4);
  }
}

.c-block-gallery .swiper-wrapper,
.c-block-gallery .swiper-slide {
  height: var(--block-gallery-image-height);
}

.c-block-gallery__image {
  height: var(--block-gallery-image-height);
  width: 100%;
  cursor: pointer;
}

.c-block-gallery__main {
  position: relative;
}

.c-block-gallery__thumbs .swiper-slide-thumb-active img {
  opacity: 1;
}

.c-block-gallery__thumbs .swiper-wrapper,
.c-block-gallery__thumbs .swiper-slide {
  height: auto;
}

.c-block-gallery__thumb {
  max-height: 75px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.c-block-gallery__thumb img {
  opacity: 0.5;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.c-block-gallery__thumb__overlay {
  max-height: 75px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.c-block-gallery__thumb__overlay::after {
  content: '';
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26,26,26,0.6);
}

.c-block-gallery__thumb__overlay:hover img,
.c-block-gallery__thumb__overlay:active img,
.c-block-gallery__thumb__overlay:focus img {
  opacity: 1;
}

.c-block-gallery__thumb__overlay:hover::after,
.c-block-gallery__thumb__overlay:active::after,
.c-block-gallery__thumb__overlay:focus::after {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.c-block-gallery__pagination {
  background-color: rgba(26,26,26,0.4);
  bottom: calc(var(--space-default) * 3) !important;
  border-radius: 24px;
  color: white;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  padding: calc(var(--space-default) * 2) calc(var(--space-default) * 4);
  position: absolute;
  left: calc(var(--space-default) * 3) !important;
  z-index: 10;
  width: initial !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@media only screen and (max-width: 480px) {
  .c-block-gallery__pagination {
    font-size: 12px;
    padding: calc(var(--space-default) * 1.5) calc(var(--space-default) * 3);
    left: calc(var(--space-default) * 2);
    bottom: calc(var(--space-default) * 2);
  }
}

.c-block-gallery__arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(26,26,26,0.4);
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--block-gallery-arrow-size);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
       -o-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  width: var(--block-gallery-arrow-size);
  z-index: 1;
  right: var(--block-gallery-arrow-gap);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media only screen and (min-width: 480px) {
  .c-block-gallery__arrow:hover {
    background-color: rgba(26,26,26,0.8);
    -webkit-transform: translateY(-50%) scale(1.1);
         -o-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
}

@media only screen and (min-width: 480px) {
  .c-block-gallery__arrow:active,
  .c-block-gallery__arrow:focus {
    -webkit-transform: translateY(-50%) scale(0.85);
         -o-transform: translateY(-50%) scale(0.85);
            transform: translateY(-50%) scale(0.85);
  }
}

@media only screen and (max-width: 768px) {
  .c-block-gallery__arrow svg {
    width: 20px;
  }
}

.c-block-gallery__arrow.swiper-button-prev {
  right: auto;
  left: var(--block-gallery-arrow-gap);
  -webkit-transform: translateY(-50%) scale(1) rotate(180deg);
       -o-transform: translateY(-50%) scale(1) rotate(180deg);
          transform: translateY(-50%) scale(1) rotate(180deg);
}

@media only screen and (min-width: 480px) {
  .c-block-gallery__arrow.swiper-button-prev:hover {
    -webkit-transform: translateY(-50%) scale(1.1) rotate(180deg);
         -o-transform: translateY(-50%) scale(1.1) rotate(180deg);
            transform: translateY(-50%) scale(1.1) rotate(180deg);
  }
}

@media only screen and (min-width: 480px) {
  .c-block-gallery__arrow.swiper-button-prev:active,
  .c-block-gallery__arrow.swiper-button-prev:focus {
    -webkit-transform: translateY(-50%) scale(0.85) rotate(180deg);
         -o-transform: translateY(-50%) scale(0.85) rotate(180deg);
            transform: translateY(-50%) scale(0.85) rotate(180deg);
  }
}

.c-block-gallery__arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

:root {
  --article-gap: calc(var(--space-default) * 7);
  --article-list-bullet-size: 5px;
  --article-link-decoration: underline;
  --article-link-decoration-hover: none;
  --article-min-height: 500px;
  --article-border-color: var(--color-gray-300);
}

@media only screen and (max-width: 480px) {
  :root {
    --article-gap: calc(var(--space-default) * 4);
  }
}

.o-article {
  --link-color: var(--color-secondary);
  --link-hover-color: var(--color-secondary);
  position: relative;
  width: 100%;
  min-height: var(--article-min-height);
  color: inherit;
  font-size: var(--font-size-base);
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-base);
  line-height: var(--font-line-height-base);
}

.o-article>* {
  margin-bottom: var(--article-gap);
}

.o-article>*:first-child {
  margin-top: 0;
}

.o-article a:not(.o-button) {
  -webkit-text-decoration: var(--article-link-decoration);
          text-decoration: var(--article-link-decoration);
}

.o-article a:not(.o-button):hover,
.o-article a:not(.o-button):active,
.o-article a:not(.o-button):focus {
  -webkit-text-decoration: var(--article-link-decoration-hover);
          text-decoration: var(--article-link-decoration-hover);
}

.o-article>h1,
.o-article>h2,
.o-article>h3,
.o-article>h4,
.o-article>h5,
.o-article>h6 {
  margin-top: calc(var(--article-gap) * 1.5);
}

.o-article>h3 {
  margin-top: calc(var(--space-default) * 8);
  margin-bottom: calc(var(--space-default) * 4);
}

.o-article img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.o-article iframe,
.o-article object {
  display: block;
}

.o-article ol:not(.blocks-gallery-grid),
.o-article ul:not(.blocks-gallery-grid) {
  font-size: inherit;
  margin-left: 0;
  line-height: 150%;
  color: inherit;
  list-style-type: none;
  margin-top: 0;
  padding-left: calc(var(--space-default) * 4);
}

.o-article ol:not(.blocks-gallery-grid) ul,
.o-article ol:not(.blocks-gallery-grid) ol,
.o-article ul:not(.blocks-gallery-grid) ul,
.o-article ul:not(.blocks-gallery-grid) ol {
  padding: 0 !important;
  margin-left: var(--article-gap);
  margin-bottom: 0 !important;
}

.o-article li:not(:last-child) {
  padding-bottom: calc(var(--article-gap) / 1);
}

.o-article ol:not(.blocks-gallery-grid) {
  counter-reset: item;
}

.o-article ol:not(.blocks-gallery-grid)>li {
  display: block;
}

.o-article ol:not(.blocks-gallery-grid)>li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  color: var(--color-primary);
  font-weight: var(--font-weight-bold);
  margin-right: calc(var(--space-default) * 3);
}

.o-article ul:not(.blocks-gallery-grid)>li::before {
  content: "";
  margin-right: calc(var(--space-default) * 2);
  top: -3px;
  position: relative;
  background: var(--color-primary);
  height: var(--article-list-bullet-size);
  width: var(--article-list-bullet-size);
  display: inline-block;
  border-radius: 50%;
}

.o-article--post h2 {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-linear-gradient(158.93deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  background-image: -o-linear-gradient(158.93deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  background-image: linear-gradient(291.07deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  display: inline;
  display: inline-block;
  margin: calc(var(--space-default) * 3) 0 calc(var(--space-default) * 5);
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
    .o-article--post h2 {
      display: -webkit-inline-box;
    }
}
}

.o-article--post h2+h3 {
  margin-top: 0;
}

.o-article--post li:not(:last-child) {
  padding-bottom: calc(var(--article-gap) / 4);
}

.o-article--post audio,
.o-article--post canvas,
.o-article--post progress,
.o-article--post video {
  display: inline-block;
  vertical-align: baseline;
}

.o-article--post audio:not([controls]) {
  display: none;
  height: 0;
}

.o-article--post .wp-block-image__wrapper {
  --block-image-border-width: 0;
  cursor: pointer;
  position: relative;
}

.o-article--post .wp-block-image__wrapper.with-caption {
  margin-bottom: 0;
}

.o-article--post .wp-block-image__wrapper:hover,
.o-article--post .wp-block-image__wrapper:active,
.o-article--post .wp-block-image__wrapper:focus {
  --block-image-border-width: 20px;
}

.o-article--post .wp-block-image__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-width: var(--block-image-border-width);
  border-style: solid;
  left: 0;
  border-top-color: var(--color-primary);
  border-right-color: var(--color-primary);
  border-bottom-color: white;
  border-left-color: white;
  -webkit-transition: all 0.3s cubic-bezier(0.65, -0.28, 0.62, 1.84);
  -o-transition: all 0.3s cubic-bezier(0.65, -0.28, 0.62, 1.84);
  transition: all 0.3s cubic-bezier(0.65, -0.28, 0.62, 1.84);
}

.o-article--post .wp-block-embed {
  margin-bottom: var(--article-gap) !important;
}

.o-article--post .wp-block-embed iframe,
.o-article--post video,
.o-article--post embed {
  max-width: 100%;
  min-height: 100px;
  vertical-align: top;
}

.o-article--post figure,
.o-article--post .wp-caption,
.o-article--post .wp-caption-overlay .wp-caption {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 100%;
  border-radius: 3px;
}

.o-article--post figcaption,
.o-article--post .wp-caption .wp-caption-text,
.o-article--post .wp-caption .wp-caption-dd,
.o-article--post .wp-caption-overlay .wp-caption .wp-caption-text,
.o-article--post .wp-caption-overlay .wp-caption .wp-caption-dd {
  color: #939393;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  text-align: left;
}

.o-article--post svg:not(:root) {
  overflow: hidden;
}

.o-article--post .wp-block-quote {
  padding: calc(var(--space-default) * 6);
  color: white;
  border-radius: calc(var(--space-default) * 1);
  background: -webkit-linear-gradient(128.64deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  background: -o-linear-gradient(128.64deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  background: linear-gradient(321.36deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33333;
  font-style: italic;
  letter-spacing: 0.3px;
  max-width: 600px;
  margin: 0 auto var(--article-gap);
}

@media only screen and (max-width: 768px) {
  .o-article--post .wp-block-quote {
    font-size: 18px;
  }
}

.o-article--post .wp-block-quote cite {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.18px;
}

@media only screen and (max-width: 768px) {
  .o-article--post .wp-block-quote cite {
    margin-top: 4px;
  }
}

.o-article--post .wp-block-embed.block-embed-private .wp-block-embed__wrapper,
.o-article--post .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper,
.o-article--post .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-top: 56%;
}

.o-article--post .wp-block-embed.block-embed-private .wp-block-embed__wrapper iframe,
.o-article--post .wp-block-embed.block-embed-private .wp-block-embed__wrapper .container-youtube,
.o-article--post .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.o-article--post .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper .container-youtube,
.o-article--post .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe,
.o-article--post .wp-block-embed.is-type-video .wp-block-embed__wrapper .container-youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.o-article--post .twitter-tweet {
  margin: 0 auto !important;
}

.o-article--post figure.wp-block-video {
  margin-bottom: var(--article-gap);
}