@font-face {
  font-family: "Slussen";
  src: url("https://d216tbzc6vszqx.cloudfront.net/html/manuals/resources/fonts/Slussen-Variable[wdth,wght,slnt].ttf") format("truetype-variations");
  font-weight: 1 999;
}
@font-face {
  font-family: "Slussen Expanded";
  src: url("https://d216tbzc6vszqx.cloudfront.net/html/manuals/resources/fonts/Slussen-Variable[wdth,wght,slnt].ttf") format("truetype-variations");
  font-stretch: expanded;
  font-weight: 1 999;
}
/** from 375px */
/** from 576px */
/** from 768px */
/** from 992px */
/** from 1200px */
@font-face {
  font-family: "Helvetica Neue";
  src: url("https://d216tbzc6vszqx.cloudfront.net/html/manuals/resources/fonts/HelveticaNeue-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("https://d216tbzc6vszqx.cloudfront.net/html/manuals/resources/fonts/HelveticaNeue-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("https://d216tbzc6vszqx.cloudfront.net/html/manuals/resources/fonts/HelveticaNeue.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("https://d216tbzc6vszqx.cloudfront.net/html/manuals/resources/fonts/HelveticaNeue-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("https://d216tbzc6vszqx.cloudfront.net/html/manuals/resources/fonts/HelveticaNeue-Bold.ttf");
  font-weight: 700;
}
* {
  --fallback-fonts: Arial, Helvetica, sans-serif;
}

* {
  font-family: Helvetica Neue, var(--fallback-fonts);
  color: #000;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background-color: #fff;
}

button {
  border: none;
  background-color: white;
  cursor: pointer;
}

ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #222;
}

.wrapper {
  width: 1400px;
  margin: 0 auto;
}

.header_logo img {
  width: 239px;
}

.label_warning {
  height: 1.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  background: black;
  padding: 3px 7px;
}
.label_warning.mt {
  margin-top: 0.5rem;
}
.label_warning.mb {
  margin-bottom: 0.5rem;
}
.label_warning img {
  margin-top: 0;
  height: 1.2rem;
  width: auto;
}
.label_warning span {
  color: white;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.label_note {
  min-height: 1.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  background: black;
  padding: 3px 7px;
}
.label_note.white {
  background: white;
  border-style: solid;
}
.label_note.white span {
  color: black;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.label_note.mt {
  margin-top: 0.5rem;
}
.label_note.mb {
  margin-bottom: 0.5rem;
}
.label_note img {
  margin-top: 0;
  height: 1.2rem;
  width: auto;
}
.label_note span {
  color: white;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.img_container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.img_container.with_text_side img {
  max-width: 40%;
}
.img_container.with_text_side img.md {
  max-width: 60%;
}
.img_container.with_text_side.gap {
  gap: 10px;
}
.img_container.with_text_side.mt {
  margin-top: 0.5rem;
}
.img_container.with_text_side .text_side.text_right {
  text-align: right;
}
.img_container.with_text_float {
  position: relative;
}
.img_container.with_text_float .text_float {
  position: absolute;
}
@media (min-width: 768px) {
  .img_container .img_container.with_text_side {
    justify-content: flex-start;
  }
  .img_container .img_container.with_text_side img {
    max-width: 30%;
  }
}

dl.additional_feature_body .img_container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
dl.additional_feature_body img {
  width: 100%;
}
@media (min-width: 768px) {
  dl.additional_feature_body img {
    max-height: 557px;
  }
}
.table_homologation {
  max-width: 1126px;
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  font-weight: normal;
  font-family: "Helvetica Neue";
  border: 1px solid #d9d9d9;
}

.table_homologation th,
td {
  border: 1px solid #d9d9d9;
  padding: 8px;
  text-align: center;
  width: 296px;
  height: 40px;
  font-size: 16px;
}

.table_homologation .table_homologation_title {
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
}

.table_homologation .table_homologation_subtitle {
  color: #fff;
  font-family: Helvetica Neue;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}

.table_homologation th {
  background-color: #3d3d3d;
  border: 1px solid #d9d9d9;
}

.table_homologation td {
  font-size: 14px;
}

.table_homologation td:first-child {
  background-color: #d3d3d3;
}

.table_homologation td {
  background-color: #efefef;
}

@media only screen and (max-width: 768px) {
  .table_homologation {
    width: 100%;
    table-layout: fixed;
  }
  .table_homologation th,
td {
    width: auto;
    box-sizing: border-box;
    height: 60px;
  }
  .table_homologation .table_homologation_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .table_homologation .table_homologation_title {
    font-size: 12px;
  }
  .table_homologation .table_homologation_subtitle {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }
  body {
    overflow-x: hidden;
  }
  * {
    -webkit-tap-highlight-color: transparent;
  }
  .wrapper {
    width: 320px;
    margin: 0 auto;
    position: relative;
  }
}