html,
body,
#root {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  overscroll-behavior-x: none;
}

@supports (overflow: clip) {
  html,
  body,
  #root {
    overflow-x: clip;
  }
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

@media (width <= 768px) {
  ._hero_1ighq_1 {
    overflow: hidden;
    contain: paint;
  }

  ._video_1ighq_37 {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    transform: none !important;
  }

  ._pies_cp5ao_6,
  ._piesItem_cp5ao_165,
  ._stats_cp5ao_74,
  ._stat_cp5ao_74,
  ._logos_cp5ao_117,
  ._logosItem_cp5ao_123 {
    min-width: 0;
    max-width: 100%;
  }

  ._logosItem_cp5ao_123 {
    flex: 0 0 100%;
    width: 100%;
  }

  ._pies_cp5ao_6,
  ._piesItem_cp5ao_165 {
    overflow: hidden;
  }

  ._pie_cp5ao_6 {
    display: block;
    width: min(100%, calc(100vw - 32px));
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

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