.section-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-background .background-pic {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-background .background-pic img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.data-wrapper {
  gap: 5vw;
}
.data-wrapper .block {
  width: 20%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-shadow: 0 0 6px black;
  color: white;
  text-align: center;
}
.data-wrapper .block .first {
  font-size: 120%;
}
.data-wrapper .block .first .number {
  font-size: 250%;
  font-weight: 400;
}
.data-wrapper .block .first .number sup {
  font-size: 60%;
}
.data-wrapper .block .second {
  font-size: 1.75vh;
}
.data-wrapper .block .second .disclaimer {
  font-size: 70%;
}

.section.spezifikation .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:first-of-type, .section.konfigs .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:first-of-type, .section.zubehoer .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:first-of-type {
  color: white;
  background-color: #2F2C4D;
  transition: color 0.3s 0.5s, background-color 0.3s 0.5s;
}
.section.spezifikation .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:last-of-type, .section.konfigs .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:last-of-type, .section.zubehoer .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:last-of-type {
  color: white;
  background-color: #2F2C4D;
  transition: color 0.3s 0.5s, background-color 0.3s 0.5s;
}
.section.transport .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:first-of-type, .section.farben .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:first-of-type, .section.comparison .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:first-of-type, .section.design .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:first-of-type, .section.day-night .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:first-of-type {
  color: white;
  transition: color 0.3s 0.5s;
}
.section.transport .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:last-of-type, .section.farben .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:last-of-type, .section.comparison .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:last-of-type, .section.design .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:last-of-type, .section.day-night .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:last-of-type {
  color: white;
  transition: color 0.3s 0.5s;
}
.section.transport .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:last-of-type, .section.farben .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:last-of-type, .section.comparison .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:last-of-type, .section.design .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:last-of-type, .section.day-night .kgm-checkbox:not(:has(input[type=checkbox]:checked)) .checkbox-text:last-of-type {
  background-color: white;
  transition: background-color 0.3s 0.5s;
}
.section.transport .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:first-of-type, .section.farben .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:first-of-type, .section.comparison .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:first-of-type, .section.design .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:first-of-type, .section.day-night .kgm-checkbox:has(input[type=checkbox]:checked) .checkbox-text:first-of-type {
  background-color: white;
  transition: background-color 0.3s 0.5s;
}
.section .kgm-checkbox {
  pointer-events: all;
  width: 150px;
  padding-left: 0 !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.section .kgm-checkbox .checkbox-text {
  color: black;
  position: relative;
}
.section .kgm-checkbox:hover {
  cursor: pointer;
}
.section .kgm-checkbox input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  background-color: #ffffff;
  outline: none;
  border-radius: 20px;
  transition: 0.7s;
}
.section .kgm-checkbox input[type=checkbox]:hover {
  cursor: pointer;
}
.section .kgm-checkbox input[type=checkbox]:before {
  content: "";
  position: absolute;
  width: 68px;
  height: 20px;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.section .kgm-checkbox input[type=checkbox]:before:hover {
  cursor: pointer;
}
.section .kgm-checkbox input[type=checkbox]:before {
  background: #2F2C4D;
  top: 5px;
  left: 7px;
  height: 30px;
}
.section .kgm-checkbox input:checked[type=checkbox]:before {
  left: 75px;
}
.section .kgm-checkbox input:checked[type=checkbox]:before:hover {
  cursor: pointer;
}

header#header {
  position: absolute;
  width: 100%;
  pointer-events: none;
}
header#header .navbar .mainmenu-block ul, header#header .navbar .navbar-brand {
  pointer-events: all;
}

body {
  font-size: 1.2em;
  font-weight: 300;
}

.rexton h1, .rexton h2, .rexton h3, .rexton h4, .rexton h5, .rexton h6, .rexton .bebasneue {
  font-family: zeitung-micro;
  letter-spacing: -1px;
}
.rexton p, .rexton a, .rexton div {
  font-family: zeitung-micro;
}
.rexton h1.bordered {
  font-size: 5rem;
}
.rexton h2 {
  font-size: 3.5rem;
  font-weight: 600;
}
.rexton h3 {
  font-size: 2.6rem;
}
.rexton h4 {
  font-size: 2.4rem;
  font-weight: 400;
}
.rexton h5 {
  font-size: 1.8em;
}

.gmaps iframe {
  top: 60px;
}
.gmaps iframe > div {
  margin-top: 60px;
}

#fp-nav ul li .fp-tooltip {
  font-family: zeitung-micro !important;
}

.fp-tableCell {
  width: 100vw !important;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul a span {
  background: white !important;
  border-radius: 0% !important;
}

#fp-nav ul li .fp-tooltip {
  top: -4px;
}

.loader {
  z-index: 888888888;
}

footer.footer-old {
  display: none;
}

#all-wrapper > footer {
  display: none;
}

footer {
  margin-top: 0;
  position: relative;
}

video {
  min-width: 100%;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: block !important;
  overflow: hidden;
}

nav.navbar {
  background: transparent;
}

.show-mobile {
  display: none !important;
}

.show-tablet {
  display: none !important;
}

.gradients-fixed {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0%;
  z-index: 1000;
  transition: all 0.7s ease 0s;
  pointer-events: none;
}
.gradients-fixed .gradient-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7411764706), rgba(44, 40, 40, 0));
  height: 14%;
  transition: height 0.7s ease, background 0.7s ease, opacity 0.7s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.gradients-fixed .gradient-overlay.strong {
  height: 70%;
}
.gradients-fixed .gradient-overlay.light {
  height: 30%;
}
.gradients-fixed .gradient-overlay-top, .gradients-fixed .gradient-overlay-top-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: 5;
  transition: opacity 0.7s ease;
}
.gradients-fixed .gradient-overlay-top.strong, .gradients-fixed .gradient-overlay-top-black.strong {
  height: 60%;
}
.gradients-fixed .gradient-overlay-top {
  background: linear-gradient(to bottom, #2F2C4E, rgba(0, 0, 0, 0));
  opacity: 1;
}

#rexton-fullpage .colorpicker .background-image picture img {
  -o-object-position: right;
     object-position: right;
}
#rexton-fullpage .deep-control .background-image picture img {
  -o-object-position: bottom;
     object-position: bottom;
}

.background-image .item-second {
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
}
.background-image .item-second.show {
  opacity: 1;
}

.emmission-badge-new {
  position: absolute;
  text-shadow: 0 0 16px black;
  color: white;
  text-align: center;
  width: 100vw;
  bottom: 35px;
  font-size: 1.75vh;
  font-weight: 400;
  font-family: "frank-new", sans-serif !important;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 555555;
}
.emmission-badge-new.fixed {
  position: fixed;
  bottom: 15px;
  text-shadow: 0 0 3px black;
}

.fp-viewing-Footer .emmission-badge-new.fixed, .fp-viewing-Video .emmission-badge-new.fixed {
  display: none;
}

#rexton-fullpage .background-image {
  z-index: 555;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100vh !important;
  width: 100vw !important;
}
#rexton-fullpage .background-image .background-pic {
  width: 100%;
  height: 100%;
}
#rexton-fullpage .background-image .background-pic img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
#rexton-fullpage #safety-video {
  position: absolute;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
}
#rexton-fullpage #safety-video.mobile-landscape {
  margin-top: -65%;
}
#rexton-fullpage .home .background-image .background-pic {
  position: absolute;
}
#rexton-fullpage .home .main-overlay {
  font-family: zeitung-micro, sans-serif;
  height: 100%;
  width: 100%;
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  color: white;
  z-index: 44444;
}
#rexton-fullpage .home .main-overlay .text-top {
  position: absolute;
  top: 12.5%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.55rem;
}
#rexton-fullpage .home .main-overlay .text-top .title {
  font-size: 220%;
  margin-bottom: 0.75rem;
  text-shadow: 0 0 10px black;
}
#rexton-fullpage .home .main-overlay .text-top .title img {
  width: 35vw;
  max-width: 450px;
}
#rexton-fullpage .home .main-overlay .text-top .subtitle {
  font-size: 145%;
  margin-bottom: 0.75rem;
}
#rexton-fullpage .home .main-overlay .buttons {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}
#rexton-fullpage .home .main-overlay .buttons.f-justify-start {
  justify-content: flex-start;
}
#rexton-fullpage .home .main-overlay .buttons .slide-cta-btn {
  margin: 0.5rem 0.25rem;
  align-self: stretch;
  padding: 0.75rem 1.5rem;
  max-width: 200px;
  min-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2F2C4E;
  border-radius: 10px;
  flex: 1;
  gap: 1rem;
  background: #2F2C4E;
  color: white;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.7s ease 0s, color 0.7s ease 0s, border 0.7s ease 0s;
}
#rexton-fullpage .home .main-overlay .buttons .slide-cta-btn:hover {
  background: white;
  color: black;
  border: 2px solid white;
}
#rexton-fullpage .home .main-overlay .buttons .slide-cta-btn.btn-second:hover {
  background: #2F2C4E;
  color: white;
  border: 2px solid #2F2C4E;
}
#rexton-fullpage .home .main-overlay .buttons .slide-cta-btn.btn-second {
  background: rgba(16, 16, 18, 0.1843137255);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .home .main-overlay .buttons .slide-cta-btn.light {
  background: #fff;
  color: #2F2C4E;
  border: 2px solid #fff;
}
#rexton-fullpage .home .main-overlay .buttons .slide-cta-btn.light:hover {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(51, 51, 51, 0.4);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .home .main-overlay .buttons .slide-cta-btn {
  max-width: 250px;
  padding: 0.75rem 1.5rem;
  margin: 0;
}
#rexton-fullpage .home .main-overlay .text-bottom {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 10%;
  text-align: center;
  justify-content: center;
  gap: 5vw;
}
#rexton-fullpage .home .main-overlay .text-bottom .block {
  width: 20%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-shadow: 0 0 6px black;
}
#rexton-fullpage .home .main-overlay .text-bottom .block p {
  margin-bottom: 3px;
}
#rexton-fullpage .home .main-overlay .text-bottom .block .first {
  font-size: 120%;
}
#rexton-fullpage .home .main-overlay .text-bottom .block .first .number {
  font-size: 250%;
  font-weight: 400;
}
#rexton-fullpage .home .main-overlay .text-bottom .block .first .number sup {
  font-size: 60%;
}
#rexton-fullpage .home .main-overlay .text-bottom .block .second {
  font-size: 1.75vh;
}
#rexton-fullpage .home .main-overlay .text-bottom .block .second .disclaimer {
  font-size: 70%;
}
#rexton-fullpage .home .main-overlay .text-bottom a.block {
  position: relative;
  top: 30px;
  margin-top: -45px;
  max-width: 200px;
}
#rexton-fullpage .home .main-overlay .text-bottom .vertical-separator {
  margin-left: 2.5%;
  margin-right: 2.5%;
  width: 2px;
  background: transparent;
}
#rexton-fullpage .home .main-overlay .scroll-bottom {
  position: absolute;
  bottom: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#rexton-fullpage .home .main-overlay .scroll-bottom img {
  width: 90px;
  height: 90px;
}
#rexton-fullpage .style .style-overlay.mobile {
  display: none !important;
}
#rexton-fullpage .style .style-overlay.desktop {
  display: block !important;
  height: calc(100% - 75px);
  width: 100%;
  position: absolute;
  color: white;
  top: 0;
  left: 0;
}
#rexton-fullpage .style .header-middle.title {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  z-index: 555555;
  text-align: center;
  font-weight: 200;
  line-height: 1.75;
  text-shadow: 0 0 10px black;
}
#rexton-fullpage .style .buttons-bottom {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 1rem;
  z-index: 555555;
}
#rexton-fullpage .style .buttons-bottom.f-justify-start {
  justify-content: flex-start;
}
#rexton-fullpage .style .buttons-bottom .slide-cta-btn {
  margin: 0.5rem 0.25rem;
  align-self: stretch;
  padding: 0.75rem 1.5rem;
  max-width: 200px;
  min-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2F2C4E;
  border-radius: 10px;
  flex: 1;
  gap: 1rem;
  background: #2F2C4E;
  color: white;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.7s ease 0s, color 0.7s ease 0s, border 0.7s ease 0s;
}
#rexton-fullpage .style .buttons-bottom .slide-cta-btn:hover {
  background: white;
  color: black;
  border: 2px solid white;
}
#rexton-fullpage .style .buttons-bottom .slide-cta-btn.btn-second:hover {
  background: #2F2C4E;
  color: white;
  border: 2px solid #2F2C4E;
}
#rexton-fullpage .style .buttons-bottom .slide-cta-btn.btn-second {
  background: rgba(16, 16, 18, 0.1843137255);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .style .buttons-bottom .slide-cta-btn.light {
  background: #fff;
  color: #2F2C4E;
  border: 2px solid #fff;
}
#rexton-fullpage .style .buttons-bottom .slide-cta-btn.light:hover {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(51, 51, 51, 0.4);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .style .buttons-bottom .slide-cta-btn {
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  max-width: none;
}
#rexton-fullpage .style .play-video {
  position: absolute;
  right: 10%;
  bottom: 10%;
  color: white;
  background: transparent;
  border: 2px solid white;
  padding: 1rem 2rem;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 5;
}
#rexton-fullpage .style .play-video img {
  width: 20px;
  margin-bottom: 5px;
}
#rexton-fullpage .video.section video {
  position: absolute;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  filter: hue-rotate(330deg);
}
#rexton-fullpage .video.section video.mobile-landscape {
  margin-top: -65%;
}
#rexton-fullpage .video.section .title {
  position: absolute;
  top: 10%;
  left: 10%;
  color: white;
  z-index: 555555;
  text-align: left;
  font-weight: 200;
  line-height: 1.75;
  text-shadow: 0 0 10px black;
}
#rexton-fullpage .video.section .text-top {
  position: absolute;
  top: 10%;
  left: 10%;
  color: white;
  z-index: 555555;
  text-align: left;
  font-weight: 200;
  line-height: 1.75;
  text-shadow: 0 0 10px black;
}
#rexton-fullpage .video.section .text-top .title {
  position: static;
}
#rexton-fullpage .video.section .text-top h4 {
  color: white;
  font-weight: 200;
  letter-spacing: 0;
  line-height: initial;
}
#rexton-fullpage .video.section .text-top h4 .bold {
  font-weight: 600;
}
#rexton-fullpage .video.section .bottom-overlay {
  position: absolute;
  display: flex;
  gap: 1rem;
  justify-content: center;
  bottom: 10%;
  left: 0;
  width: 100%;
  z-index: 555555;
}
#rexton-fullpage .video.section .bottom-overlay.f-justify-start {
  justify-content: flex-start;
}
#rexton-fullpage .video.section .bottom-overlay .slide-cta-btn {
  margin: 0.5rem 0.25rem;
  align-self: stretch;
  padding: 0.75rem 1.5rem;
  max-width: 200px;
  min-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2F2C4E;
  border-radius: 10px;
  flex: 1;
  gap: 1rem;
  background: #2F2C4E;
  color: white;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.7s ease 0s, color 0.7s ease 0s, border 0.7s ease 0s;
}
#rexton-fullpage .video.section .bottom-overlay .slide-cta-btn:hover {
  background: white;
  color: black;
  border: 2px solid white;
}
#rexton-fullpage .video.section .bottom-overlay .slide-cta-btn.btn-second:hover {
  background: #2F2C4E;
  color: white;
  border: 2px solid #2F2C4E;
}
#rexton-fullpage .video.section .bottom-overlay .slide-cta-btn.btn-second {
  background: rgba(16, 16, 18, 0.1843137255);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .video.section .bottom-overlay .slide-cta-btn.light {
  background: #fff;
  color: #2F2C4E;
  border: 2px solid #fff;
}
#rexton-fullpage .video.section .bottom-overlay .slide-cta-btn.light:hover {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(51, 51, 51, 0.4);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .video.section .bottom-overlay .slide-cta-btn {
  margin: 0;
}
#rexton-fullpage .properties-video video {
  position: absolute;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  filter: hue-rotate(330deg);
}
#rexton-fullpage .properties-video video.mobile-landscape {
  margin-top: -65%;
}
#rexton-fullpage .properties-video .title {
  position: absolute;
  top: 10%;
  left: 10%;
  color: white;
  z-index: 555555;
  text-align: left;
  font-weight: 200;
  line-height: 1.75;
  text-shadow: 0 0 10px black;
}
#rexton-fullpage .properties-video .text-top {
  position: absolute;
  top: 15%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.55rem;
}
#rexton-fullpage .properties-video .text-top .title {
  font-size: 220%;
  margin-bottom: 0.75rem;
  text-shadow: 0 0 10px black;
}
#rexton-fullpage .properties-video .text-top .title img {
  width: 35vw;
  max-width: 550px;
}
#rexton-fullpage .properties-video .text-top .subtitle {
  font-size: 145%;
  margin-bottom: 0.75rem;
}
#rexton-fullpage .properties-video .buttons {
  display: flex;
  margin-top: 2rem;
}
#rexton-fullpage .properties-video .buttons.f-justify-start {
  justify-content: flex-start;
}
#rexton-fullpage .properties-video .buttons .slide-cta-btn {
  margin: 0.5rem 0.25rem;
  align-self: stretch;
  padding: 0.75rem 1.5rem;
  max-width: 200px;
  min-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2F2C4E;
  border-radius: 10px;
  flex: 1;
  gap: 1rem;
  background: #2F2C4E;
  color: white;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.7s ease 0s, color 0.7s ease 0s, border 0.7s ease 0s;
}
#rexton-fullpage .properties-video .buttons .slide-cta-btn:hover {
  background: white;
  color: black;
  border: 2px solid white;
}
#rexton-fullpage .properties-video .buttons .slide-cta-btn.btn-second:hover {
  background: #2F2C4E;
  color: white;
  border: 2px solid #2F2C4E;
}
#rexton-fullpage .properties-video .buttons .slide-cta-btn.btn-second {
  background: rgba(16, 16, 18, 0.1843137255);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .properties-video .buttons .slide-cta-btn.light {
  background: #fff;
  color: #2F2C4E;
  border: 2px solid #fff;
}
#rexton-fullpage .properties-video .buttons .slide-cta-btn.light:hover {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(51, 51, 51, 0.4);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .properties-video .buttons .slide-cta-btn {
  max-width: 250px;
  padding: 0.75rem 1.5rem;
}
#rexton-fullpage .properties-video .text-bottom {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 10%;
  text-align: center;
  justify-content: center;
  color: white;
}
#rexton-fullpage .properties-video .text-bottom .block {
  width: 20%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-shadow: 0 0 6px black;
  z-index: 555555;
}
#rexton-fullpage .properties-video .text-bottom .block p {
  margin-bottom: 3px;
}
#rexton-fullpage .properties-video .text-bottom .block .first {
  font-size: 120%;
}
#rexton-fullpage .properties-video .text-bottom .block .first .number {
  font-size: 250%;
  font-weight: 400;
}
#rexton-fullpage .properties-video .text-bottom .block .second {
  font-size: 1.75vh;
}
#rexton-fullpage .properties-video .text-bottom .block .second .disclaimer {
  font-size: 70%;
}
#rexton-fullpage .properties-video .text-bottom a.block {
  position: relative;
  top: 30px;
  margin-top: -45px;
  max-width: 200px;
}
#rexton-fullpage .properties-video .text-bottom .vertical-separator {
  margin-left: 2.5%;
  margin-right: 2.5%;
  width: 2px;
  background: transparent;
}
#rexton-fullpage .design .feature-overlay, #rexton-fullpage .features .feature-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 555555;
}
#rexton-fullpage .design .feature-overlay.active, #rexton-fullpage .features .feature-overlay.active {
  display: block;
}
#rexton-fullpage .design .feature-overlay .inner, #rexton-fullpage .features .feature-overlay .inner {
  position: absolute;
  width: 60vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 950px;
}
#rexton-fullpage .design .feature-overlay .inner .feature, #rexton-fullpage .features .feature-overlay .inner .feature {
  display: none;
}
#rexton-fullpage .design .feature-overlay .inner .feature img, #rexton-fullpage .features .feature-overlay .inner .feature img {
  width: 100%;
}
#rexton-fullpage .design .feature-overlay .inner .feature .description, #rexton-fullpage .features .feature-overlay .inner .feature .description {
  color: white;
  text-align: center;
  margin-top: 0.5rem;
  font-size: 16px;
  text-transform: uppercase;
}
#rexton-fullpage .design .feature-overlay .inner .feature.show, #rexton-fullpage .features .feature-overlay .inner .feature.show {
  display: block;
}
#rexton-fullpage .design .feature-overlay .inner .close, #rexton-fullpage .features .feature-overlay .inner .close {
  position: absolute;
  top: -8%;
  right: -5%;
  width: 40px;
  cursor: pointer;
  opacity: 1;
}
#rexton-fullpage .design .feature-overlay .inner .left, #rexton-fullpage .features .feature-overlay .inner .left {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -10%;
  cursor: pointer;
}
#rexton-fullpage .design .feature-overlay .inner .left img, #rexton-fullpage .features .feature-overlay .inner .left img {
  width: 50px;
  transform: rotate(180deg);
}
#rexton-fullpage .design .feature-overlay .inner .right, #rexton-fullpage .features .feature-overlay .inner .right {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -10%;
  cursor: pointer;
}
#rexton-fullpage .design .feature-overlay .inner .right img, #rexton-fullpage .features .feature-overlay .inner .right img {
  width: 50px;
}
#rexton-fullpage .design .blur-background, #rexton-fullpage .features .blur-background {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(81, 80, 80, 0.6392156863);
  z-index: 666;
}
#rexton-fullpage .design .blur-background.active, #rexton-fullpage .features .blur-background.active {
  display: block;
}
#rexton-fullpage .design .fp-tableCell, #rexton-fullpage .features .fp-tableCell {
  display: grid;
  place-content: center;
}
#rexton-fullpage .design .background-image.blurred, #rexton-fullpage .features .background-image.blurred {
  filter: blur(3px);
}
#rexton-fullpage .design .background-image .boxes-wrapper, #rexton-fullpage .features .background-image .boxes-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#rexton-fullpage .design .background-image .dot, #rexton-fullpage .features .background-image .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #0084d1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid white;
  cursor: pointer;
}
#rexton-fullpage .design .background-image .dot:after, #rexton-fullpage .features .background-image .dot:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 33.3%;
  height: 33.3%;
  background-color: #0084d1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  animation: circle-animation 1.5s infinite;
}
#rexton-fullpage .design .overlay-first, #rexton-fullpage .features .overlay-first {
  z-index: 8;
  position: absolute;
  left: 10%;
  top: 10%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 555555;
}
#rexton-fullpage .design .overlay-first.active, #rexton-fullpage .features .overlay-first.active {
  opacity: 1;
}
#rexton-fullpage .design .overlay-first .title, #rexton-fullpage .features .overlay-first .title {
  position: relative;
  color: white;
  font-weight: 200;
  text-shadow: 0 0 10px black;
  line-height: 1.75;
}
#rexton-fullpage .design .fp-tableCell {
  display: grid;
  place-content: center;
}
#rexton-fullpage .design .buttons {
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: 555555;
  justify-content: space-between;
  display: flex;
  gap: 1rem;
  align-self: flex-end;
}
#rexton-fullpage .design .buttons.f-justify-start {
  justify-content: flex-start;
}
#rexton-fullpage .design .buttons .slide-cta-btn {
  margin: 0.5rem 0.25rem;
  align-self: stretch;
  padding: 0.75rem 1.5rem;
  max-width: 200px;
  min-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2F2C4E;
  border-radius: 10px;
  flex: 1;
  gap: 1rem;
  background: #2F2C4E;
  color: white;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.7s ease 0s, color 0.7s ease 0s, border 0.7s ease 0s;
}
#rexton-fullpage .design .buttons .slide-cta-btn:hover {
  background: white;
  color: black;
  border: 2px solid white;
}
#rexton-fullpage .design .buttons .slide-cta-btn.btn-second:hover {
  background: #2F2C4E;
  color: white;
  border: 2px solid #2F2C4E;
}
#rexton-fullpage .design .buttons .slide-cta-btn.btn-second {
  background: rgba(16, 16, 18, 0.1843137255);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .design .buttons .slide-cta-btn.light {
  background: #fff;
  color: #2F2C4E;
  border: 2px solid #fff;
}
#rexton-fullpage .design .buttons .slide-cta-btn.light:hover {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(51, 51, 51, 0.4);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .design .buttons .slide-cta-btn {
  margin: 0;
}
#rexton-fullpage .design .dot[data-item=kolo] {
  left: 30%;
  top: 61%;
}
#rexton-fullpage .design .dot[data-item=zderzak] {
  left: 62%;
  top: 64%;
}
#rexton-fullpage .design .dot[data-item=lampa_tyl] {
  left: 26%;
  top: 50%;
}
#rexton-fullpage .design .dot[data-item=lampa_przod] {
  left: 71%;
  top: 50%;
}
#rexton-fullpage .features .bottom-overlay {
  position: absolute;
  display: flex;
  gap: 1rem;
  justify-content: center;
  bottom: 10%;
  left: 0;
  width: 100%;
  z-index: 555555;
}
#rexton-fullpage .features .bottom-overlay.f-justify-start {
  justify-content: flex-start;
}
#rexton-fullpage .features .bottom-overlay .slide-cta-btn {
  margin: 0.5rem 0.25rem;
  align-self: stretch;
  padding: 0.75rem 1.5rem;
  max-width: 200px;
  min-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2F2C4E;
  border-radius: 10px;
  flex: 1;
  gap: 1rem;
  background: #2F2C4E;
  color: white;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.7s ease 0s, color 0.7s ease 0s, border 0.7s ease 0s;
}
#rexton-fullpage .features .bottom-overlay .slide-cta-btn:hover {
  background: white;
  color: black;
  border: 2px solid white;
}
#rexton-fullpage .features .bottom-overlay .slide-cta-btn.btn-second:hover {
  background: #2F2C4E;
  color: white;
  border: 2px solid #2F2C4E;
}
#rexton-fullpage .features .bottom-overlay .slide-cta-btn.btn-second {
  background: rgba(16, 16, 18, 0.1843137255);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .features .bottom-overlay .slide-cta-btn.light {
  background: #fff;
  color: #2F2C4E;
  border: 2px solid #fff;
}
#rexton-fullpage .features .bottom-overlay .slide-cta-btn.light:hover {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(51, 51, 51, 0.4);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .features .bottom-overlay .slide-cta-btn {
  margin: 0;
}
#rexton-fullpage .features .title {
  position: absolute;
  top: 10%;
  left: 10%;
  color: white;
  z-index: 555555;
  text-align: left;
  font-weight: 200;
  line-height: 1.75;
  text-shadow: 0 0 10px black;
}
#rexton-fullpage .features .dot[data-item=ac] {
  top: 59%;
  left: 51%;
}
#rexton-fullpage .features .dot[data-item=carplay] {
  top: 40.5%;
  left: 48%;
}
#rexton-fullpage .features .dot[data-item=dash] {
  top: 44%;
  left: 32%;
}
#rexton-fullpage .features .dot[data-item=manual] {
  top: 71%;
  left: 52%;
}
#rexton-fullpage .features .dot[data-item=screen] {
  top: 49%;
  left: 54%;
}
#rexton-fullpage .colorpicker .background-image .item {
  position: absolute;
}
#rexton-fullpage .colorpicker .background-image .item.over {
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
#rexton-fullpage .colorpicker .background-image .item.over.active {
  opacity: 1;
}
#rexton-fullpage .colorpicker .title {
  position: absolute;
  left: 10%;
  top: 10%;
  color: white;
  font-weight: 200;
  z-index: 555555;
  line-height: 1.75;
  text-shadow: 0 0 10px black;
}
#rexton-fullpage .colorpicker .colors {
  position: absolute;
  left: 10%;
  bottom: 15%;
  display: flex;
  z-index: 555555;
  width: 80%;
  flex-direction: column;
}
#rexton-fullpage .colorpicker .colors .wrapper {
  display: flex;
  gap: 1rem;
}
#rexton-fullpage .colorpicker .colors .wrapper .color {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border: 2px solid black;
}
#rexton-fullpage .colorpicker .colors .wrapper .color.active {
  border: 2px solid white;
}
#rexton-fullpage .colorpicker .colors .wrapper .color.active .name {
  margin-top: 1rem;
  text-align: center;
  color: white;
  font-weight: 200;
}
#rexton-fullpage .colorpicker .colors .wrapper .color.active img {
  width: 100%;
}
#rexton-fullpage .wheels {
  background: white;
}
#rexton-fullpage .wheels .fp-tableCell {
  display: flex;
  flex-direction: column;
}
#rexton-fullpage .wheels .title {
  position: absolute;
  top: 10%;
  left: 10%;
  color: white;
  z-index: 555555;
  text-align: left;
  font-weight: 200;
  line-height: 1.75;
  text-shadow: 0 0 10px black;
}
#rexton-fullpage .wheels .car-background {
  position: relative;
  width: 100%;
}
#rexton-fullpage .wheels .car-background img {
  width: 100%;
}
#rexton-fullpage .wheels .rim-left {
  position: absolute;
  left: 26.2%;
  bottom: 13%;
  width: 7.7%;
  animation: 3s linear infinite rotate;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-play-state: paused;
}
#rexton-fullpage .wheels .rim-left.anim-run {
  animation-play-state: running;
}
#rexton-fullpage .wheels .rim-left.r16 {
  left: 28.2%;
  bottom: 14.3%;
}
#rexton-fullpage .wheels .rim-left.r18 {
  left: 28.4%;
  bottom: 14.3%;
}
#rexton-fullpage .wheels .rim-right {
  position: absolute;
  right: 28.35%;
  bottom: 13%;
  width: 7.7%;
  animation: 3s linear infinite rotate;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-play-state: paused;
}
#rexton-fullpage .wheels .rim-right.anim-run {
  animation-play-state: running;
}
#rexton-fullpage .wheels .rim-right.r16 {
  right: 25.6%;
  bottom: 13.8%;
}
#rexton-fullpage .wheels .rim-right.r18 {
  right: 25.6%;
  bottom: 13.8%;
}
#rexton-fullpage .wheels .rims-wrapper {
  width: 100%;
  flex-grow: 1;
  background: white;
  z-index: 10;
}
#rexton-fullpage .wheels .rims-wrapper .rims {
  align-self: stretch;
  max-width: 1000px;
  width: 80%;
  height: 100%;
  bottom: 15%;
  left: 50%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
#rexton-fullpage .wheels .rims-wrapper .rims .rim {
  width: 25%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
#rexton-fullpage .wheels .rims-wrapper .rims .rim img {
  max-width: 17vh;
  width: 175px;
}
#rexton-fullpage .wheels .rims-wrapper .rims .rim .name {
  margin-top: 1rem;
  font-size: 135%;
  text-align: center;
  font-weight: 400;
}
#rexton-fullpage .deep-control .text-top {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  z-index: 555555;
}
#rexton-fullpage .deep-control .text-top h2 {
  color: white;
  z-index: 555555;
  text-align: left;
  font-weight: 200;
  line-height: 1.75;
  text-shadow: 0 0 10px black;
}
#rexton-fullpage .deep-control .text-top div {
  margin-top: 25px;
  font-size: 160%;
  color: white;
  text-transform: initial;
  text-shadow: 0 0 8px black;
}
#rexton-fullpage .deep-control .text-top div h4 {
  color: white;
  text-transform: initial;
  font-weight: 200;
}
#rexton-fullpage .deep-control .text-top div span {
  margin-top: 5px;
  display: block;
}
#rexton-fullpage .deep-control .bottom-overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 10%;
  right: 10%;
  z-index: 555555;
}
#rexton-fullpage .deep-control .bottom-overlay.f-justify-start {
  justify-content: flex-start;
}
#rexton-fullpage .deep-control .bottom-overlay .slide-cta-btn {
  margin: 0.5rem 0.25rem;
  align-self: stretch;
  padding: 0.75rem 1.5rem;
  max-width: 200px;
  min-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2F2C4E;
  border-radius: 10px;
  flex: 1;
  gap: 1rem;
  background: #2F2C4E;
  color: white;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.7s ease 0s, color 0.7s ease 0s, border 0.7s ease 0s;
}
#rexton-fullpage .deep-control .bottom-overlay .slide-cta-btn:hover {
  background: white;
  color: black;
  border: 2px solid white;
}
#rexton-fullpage .deep-control .bottom-overlay .slide-cta-btn.btn-second:hover {
  background: #2F2C4E;
  color: white;
  border: 2px solid #2F2C4E;
}
#rexton-fullpage .deep-control .bottom-overlay .slide-cta-btn.btn-second {
  background: rgba(16, 16, 18, 0.1843137255);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .deep-control .bottom-overlay .slide-cta-btn.light {
  background: #fff;
  color: #2F2C4E;
  border: 2px solid #fff;
}
#rexton-fullpage .deep-control .bottom-overlay .slide-cta-btn.light:hover {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(51, 51, 51, 0.4);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .safety.f-justify-start {
  justify-content: flex-start;
}
#rexton-fullpage .safety .slide-cta-btn {
  margin: 0.5rem 0.25rem;
  align-self: stretch;
  padding: 0.75rem 1.5rem;
  max-width: 200px;
  min-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2F2C4E;
  border-radius: 10px;
  flex: 1;
  gap: 1rem;
  background: #2F2C4E;
  color: white;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.7s ease 0s, color 0.7s ease 0s, border 0.7s ease 0s;
}
#rexton-fullpage .safety .slide-cta-btn:hover {
  background: white;
  color: black;
  border: 2px solid white;
}
#rexton-fullpage .safety .slide-cta-btn.btn-second:hover {
  background: #2F2C4E;
  color: white;
  border: 2px solid #2F2C4E;
}
#rexton-fullpage .safety .slide-cta-btn.btn-second {
  background: rgba(16, 16, 18, 0.1843137255);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .safety .slide-cta-btn.light {
  background: #fff;
  color: #2F2C4E;
  border: 2px solid #fff;
}
#rexton-fullpage .safety .slide-cta-btn.light:hover {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(51, 51, 51, 0.4);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .safety .slide-cta-btn {
  position: absolute;
  right: 10%;
  bottom: 10%;
  width: 200px;
  z-index: 555555;
}
#rexton-fullpage .safety .title {
  position: absolute;
  color: white;
  z-index: 555555;
  text-align: left;
  font-weight: 200;
  line-height: 1.75;
  text-shadow: 0 0 10px black;
  top: 10%;
  left: 10%;
}
#rexton-fullpage .safety .title .subtitle {
  font-size: 50%;
  max-width: 500px;
  text-transform: none;
  margin-left: 2px;
  line-height: 1.42;
  text-shadow: 0 0 12px black;
}
#rexton-fullpage .safety .background-image .item {
  perspective: 43vw;
}
#rexton-fullpage .safety .background-image .item .background-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#rexton-fullpage .safety .background-image .item .car-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5555555;
  pointer-events: none;
  inset: 0;
}
#rexton-fullpage .safety .background-image .item .car-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#rexton-fullpage .safety .background-image .item .systems-wrapper {
  position: absolute;
  top: -76%;
  left: 25%;
  width: 100%;
  z-index: 555;
  transform: rotateX(69deg);
}
#rexton-fullpage .safety .background-image .item .systems-wrapper img {
  width: 100%;
  animation: safety-spin 33s linear infinite;
}
#rexton-fullpage .safety .systems-explained {
  position: absolute;
  z-index: 55555;
  color: white;
  left: 10%;
  bottom: 10%;
  font-size: 120%;
  min-height: 160px;
  display: flex;
}
#rexton-fullpage .safety .systems-explained .systems-images .system {
  display: none;
  margin-right: 10px;
}
#rexton-fullpage .safety .systems-explained .systems-images .system img {
  max-height: 140px;
}
#rexton-fullpage .safety .systems-explained .systems-images .system.in {
  display: block;
}
#rexton-fullpage .safety .systems-explained .col-right {
  max-width: 400px;
  min-width: 400px;
  font-size: 120%;
}
#rexton-fullpage .safety .systems-explained .systems-list {
  display: flex;
  margin-bottom: 1rem;
}
#rexton-fullpage .safety .systems-explained .systems-list .system {
  margin-right: 7.5px;
  cursor: pointer;
}
#rexton-fullpage .safety .systems-explained .systems-list .system.in {
  font-weight: bold;
  text-decoration: underline;
}
#rexton-fullpage .safety .systems-explained .systems-names {
  margin-bottom: 0.5rem;
}
#rexton-fullpage .safety .systems-explained .systems-names .system {
  display: none;
  font-weight: bold;
  width: 100%;
}
#rexton-fullpage .safety .systems-explained .systems-names .system.in {
  display: block;
}
#rexton-fullpage .safety .systems-explained .systems-descriptions .system {
  display: none;
  width: 100%;
}
#rexton-fullpage .safety .systems-explained .systems-descriptions .system.in {
  display: block;
}
#rexton-fullpage .safety .right-menu {
  position: absolute;
  right: -25%;
  top: 42vh;
  width: 125%;
  height: 100%;
  color: black;
  z-index: 56;
  padding-top: 0rem;
  display: none;
  padding-bottom: 2rem;
  overflow: hidden;
  z-index: 555533;
  transform: perspective(600px) rotateX(0deg) rotateY(6deg) rotateZ(14.5deg);
}
#rexton-fullpage .safety .right-menu .ncap {
  display: none;
}
#rexton-fullpage .safety .right-menu .arrow {
  display: none;
}
#rexton-fullpage .safety .right-menu.active {
  display: block;
}
#rexton-fullpage .safety .right-menu .systems {
  transform: translate(-285vw, 0);
  overflow: hidden;
  width: 360vw;
  will-change: transform;
  animation: marquee 35s linear infinite;
}
#rexton-fullpage .safety .right-menu .systems:hover {
  animation-play-state: paused;
}
#rexton-fullpage .safety .right-menu .systems span {
  display: block;
  font-size: 2vh;
  margin-top: -3vh;
  letter-spacing: -1px;
  text-align: left;
  padding-left: 2vw;
  color: white;
  text-transform: none;
  font-weight: 400;
  width: calc(100% + 2vw);
  text-shadow: 0 0 4px black;
}
#rexton-fullpage .safety .right-menu .heading {
  font-weight: 300;
  font-size: 110%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
}
#rexton-fullpage .safety .right-menu .system {
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid transparent;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  font-weight: 800;
  font-size: 25vh;
  letter-spacing: -0.6vh;
  float: left;
  margin-right: 4vw;
  color: rgba(255, 255, 255, 0.4);
}
#rexton-fullpage .safety .right-menu .system:hover {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
#rexton-fullpage .konfigs {
  background: white;
}
#rexton-fullpage .konfigs .buttons-bottom {
  position: absolute;
  bottom: 5%;
  left: 10%;
  display: flex;
  gap: 1rem;
  z-index: 555555;
}
#rexton-fullpage .konfigs .buttons-bottom.f-justify-start {
  justify-content: flex-start;
}
#rexton-fullpage .konfigs .buttons-bottom .slide-cta-btn {
  margin: 0.5rem 0.25rem;
  align-self: stretch;
  padding: 0.75rem 1.5rem;
  max-width: 200px;
  min-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2F2C4E;
  border-radius: 10px;
  flex: 1;
  gap: 1rem;
  background: #2F2C4E;
  color: white;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.7s ease 0s, color 0.7s ease 0s, border 0.7s ease 0s;
}
#rexton-fullpage .konfigs .buttons-bottom .slide-cta-btn:hover {
  background: white;
  color: black;
  border: 2px solid white;
}
#rexton-fullpage .konfigs .buttons-bottom .slide-cta-btn.btn-second:hover {
  background: #2F2C4E;
  color: white;
  border: 2px solid #2F2C4E;
}
#rexton-fullpage .konfigs .buttons-bottom .slide-cta-btn.btn-second {
  background: rgba(16, 16, 18, 0.1843137255);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .konfigs .buttons-bottom .slide-cta-btn.light {
  background: #fff;
  color: #2F2C4E;
  border: 2px solid #fff;
}
#rexton-fullpage .konfigs .buttons-bottom .slide-cta-btn.light:hover {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(51, 51, 51, 0.4);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .konfigs .buttons-bottom .slide-cta-btn {
  margin: 0;
}
#rexton-fullpage .konfigs .fp-tableCell {
  vertical-align: unset;
  display: grid;
  place-content: center;
}
#rexton-fullpage .konfigs .car-background {
  position: absolute;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%) !important;
  top: 50%;
  left: 50%;
}
#rexton-fullpage .konfigs .car-background .background-pic {
  width: 100%;
  height: 100%;
}
#rexton-fullpage .konfigs .car-background .background-pic img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left 17%;
     object-position: left 17%;
}
#rexton-fullpage .konfigs .configurations-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 15%;
  right: 5%;
  width: 90%;
  max-height: 65%;
  z-index: 555555;
}
#rexton-fullpage .konfigs .configurations-wrapper .config-nav-button {
  display: none;
}
#rexton-fullpage .konfigs .configurations-wrapper .configs {
  display: flex;
  justify-content: flex-end;
  gap: 2%;
}
#rexton-fullpage .konfigs .configurations-wrapper .configs .config {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 23.5%;
  padding: 10px;
  color: white;
  background: rgba(23, 23, 23, 0.4392156863);
  font-size: clamp(0.8rem, 1vw, 1.2rem);
}
#rexton-fullpage .konfigs .configurations-wrapper .configs .config .name {
  margin-bottom: 1rem;
  color: white;
  font-weight: 400;
}
#rexton-fullpage .konfigs .configurations-wrapper .configs .config .subtitle {
  font-size: 80%;
  margin-bottom: 0.25rem;
}
#rexton-fullpage .konfigs .configurations-wrapper .configs .config .features {
  margin-bottom: 4rem;
  list-style: square;
  padding-inline: 20px;
}
#rexton-fullpage .konfigs .configurations-wrapper .configs .config .bottom-part {
  margin-top: auto;
}
#rexton-fullpage .konfigs .configurations-wrapper .configs .config .bottom-part .price {
  text-align: right;
  margin-bottom: 1.5rem;
}
#rexton-fullpage .konfigs .configurations-wrapper .configs .config .bottom-part .price sup {
  font-size: 60%;
}
#rexton-fullpage .konfigs .configurations-wrapper .configs .config .bottom-part .price .big {
  font-size: 200%;
}
#rexton-fullpage .konfigs .configurations-wrapper .configs .config .bottom-part.f-justify-start {
  justify-content: flex-start;
}
#rexton-fullpage .konfigs .configurations-wrapper .configs .config .bottom-part .slide-cta-btn {
  margin: 0.5rem 0.25rem;
  align-self: stretch;
  padding: 0.75rem 1.5rem;
  max-width: 200px;
  min-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2F2C4E;
  border-radius: 10px;
  flex: 1;
  gap: 1rem;
  background: #2F2C4E;
  color: white;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.7s ease 0s, color 0.7s ease 0s, border 0.7s ease 0s;
}
#rexton-fullpage .konfigs .configurations-wrapper .configs .config .bottom-part .slide-cta-btn:hover {
  background: white;
  color: black;
  border: 2px solid white;
}
#rexton-fullpage .konfigs .configurations-wrapper .configs .config .bottom-part .slide-cta-btn.btn-second:hover {
  background: #2F2C4E;
  color: white;
  border: 2px solid #2F2C4E;
}
#rexton-fullpage .konfigs .configurations-wrapper .configs .config .bottom-part .slide-cta-btn.btn-second {
  background: rgba(16, 16, 18, 0.1843137255);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .konfigs .configurations-wrapper .configs .config .bottom-part .slide-cta-btn.light {
  background: #fff;
  color: #2F2C4E;
  border: 2px solid #fff;
}
#rexton-fullpage .konfigs .configurations-wrapper .configs .config .bottom-part .slide-cta-btn.light:hover {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(51, 51, 51, 0.4);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .konfigs .configurations-wrapper .configs .config .bottom-part .konfig-btn {
  margin: 0 auto;
  font-weight: 400;
  max-width: none;
  min-width: 0;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #rexton-fullpage .konfigs .configurations-wrapper {
    top: 10%;
    max-height: 80%;
  }
  #rexton-fullpage .konfigs .configurations-wrapper .config-nav-button {
    position: absolute;
    display: flex !important;
    align-items: center;
    top: 0;
    height: 100%;
    z-index: 77777777;
  }
  #rexton-fullpage .konfigs .configurations-wrapper .config-nav-button.full {
    opacity: 0.5;
  }
  #rexton-fullpage .konfigs .configurations-wrapper .config-nav-button img {
    width: max(5vw, 25px) !important;
  }
  #rexton-fullpage .konfigs .configurations-wrapper .config-nav-button[data-direction=left] {
    left: min(0%, 5vw - 25px);
  }
  #rexton-fullpage .konfigs .configurations-wrapper .config-nav-button[data-direction=left] img {
    transform: rotate(180deg);
  }
  #rexton-fullpage .konfigs .configurations-wrapper .config-nav-button[data-direction=right] {
    right: min(0%, 5vw - 25px);
  }
  #rexton-fullpage .konfigs .configurations-wrapper .configs {
    width: 400%;
    position: relative;
    transition: left 0.3s ease-in-out;
    gap: 0;
    justify-content: flex-start;
  }
  #rexton-fullpage .konfigs .configurations-wrapper .configs .config {
    width: 80vw;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 2.5rem;
    font-size: clamp(0.8rem, 2vw, 1.2rem);
    flex-basis: unset;
  }
  #rexton-fullpage .konfigs .configurations-wrapper .configs .config .features {
    line-height: 1.75;
    font-size: 125%;
  }
  #rexton-fullpage .konfigs .configurations-wrapper .configs .config .name {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 200%;
  }
  #rexton-fullpage .konfigs .configurations-wrapper .configs.show-1 {
    left: 0;
  }
  #rexton-fullpage .konfigs .configurations-wrapper .configs.show-2 {
    left: -100%;
  }
  #rexton-fullpage .konfigs .configurations-wrapper .configs.show-3 {
    left: -200%;
  }
  #rexton-fullpage .konfigs .configurations-wrapper .configs.show-4 {
    left: -300%;
  }
  #rexton-fullpage .konfigs .configurations-wrapper .configs.show-5 {
    left: -400%;
  }
}
@media (max-width: 600px) {
  #rexton-fullpage .konfigs .configurations-wrapper .configs .config {
    padding: 1rem 2rem;
  }
  #rexton-fullpage .konfigs .configurations-wrapper .configs .config .features {
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  #rexton-fullpage .konfigs .configurations-wrapper .configs .config .bottom-part .slide-cta-btn {
    padding: 0.25rem 1rem;
  }
  #rexton-fullpage .konfigs .buttons-bottom .slide-cta-btn {
    padding: 0.25rem 1rem;
  }
}
#rexton-fullpage .utility .arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  right: 5%;
  z-index: 555555;
  cursor: pointer;
}
#rexton-fullpage .utility .arrow-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  width: 50px;
  left: 5%;
  z-index: 555555;
  cursor: pointer;
}
#rexton-fullpage .utility .text-bottom-wrapper {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
#rexton-fullpage .utility .text-bottom-wrapper .text-bottom {
  position: relative;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  color: white;
  z-index: 555555;
}
#rexton-fullpage .utility .text-bottom-wrapper .text-bottom .item {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  text-align: left;
  min-width: 450px;
  text-shadow: 0 0 8px black;
}
#rexton-fullpage .utility .text-bottom-wrapper .text-bottom .item h2 {
  color: white;
  font-weight: 200;
  line-height: 1.15;
  margin-bottom: 10px;
}
#rexton-fullpage .utility .text-bottom-wrapper .text-bottom .item span {
  font-size: 120%;
}
#rexton-fullpage .utility .text-bottom-wrapper .text-bottom .item.show {
  opacity: 1;
}
#rexton-fullpage .utility .title {
  position: absolute;
  color: white;
  z-index: 555555;
  text-align: left;
  font-weight: 200;
  line-height: 1.15;
  top: 10%;
  left: 10%;
}
#rexton-fullpage .utility .background-image .item {
  position: absolute;
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
}
#rexton-fullpage .utility .background-image .item.show {
  opacity: 1;
}
#rexton-fullpage .interior-video.section .title {
  position: absolute;
  top: 10%;
  left: 10%;
  color: white;
  z-index: 555555;
  text-align: left;
  font-weight: 200;
  line-height: 1.75;
  text-shadow: 0 0 10px black;
}
#rexton-fullpage .interior-video.section .buttons-bottom {
  position: absolute;
  bottom: 10%;
  left: 10%;
  display: flex;
  z-index: 555555;
}
#rexton-fullpage .interior-video.section .buttons-bottom.f-justify-start {
  justify-content: flex-start;
}
#rexton-fullpage .interior-video.section .buttons-bottom .slide-cta-btn {
  margin: 0.5rem 0.25rem;
  align-self: stretch;
  padding: 0.75rem 1.5rem;
  max-width: 200px;
  min-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2F2C4E;
  border-radius: 10px;
  flex: 1;
  gap: 1rem;
  background: #2F2C4E;
  color: white;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.7s ease 0s, color 0.7s ease 0s, border 0.7s ease 0s;
}
#rexton-fullpage .interior-video.section .buttons-bottom .slide-cta-btn:hover {
  background: white;
  color: black;
  border: 2px solid white;
}
#rexton-fullpage .interior-video.section .buttons-bottom .slide-cta-btn.btn-second:hover {
  background: #2F2C4E;
  color: white;
  border: 2px solid #2F2C4E;
}
#rexton-fullpage .interior-video.section .buttons-bottom .slide-cta-btn.btn-second {
  background: rgba(16, 16, 18, 0.1843137255);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .interior-video.section .buttons-bottom .slide-cta-btn.light {
  background: #fff;
  color: #2F2C4E;
  border: 2px solid #fff;
}
#rexton-fullpage .interior-video.section .buttons-bottom .slide-cta-btn.light:hover {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(51, 51, 51, 0.4);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .interior-video.section .play-video {
  position: absolute;
  right: 10%;
  bottom: 10%;
  color: white;
  background: transparent;
  border: 2px solid white;
  padding: 1rem 2rem;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 555555;
}
#rexton-fullpage .interior-video.section .play-video img {
  width: 20px;
  margin-bottom: 5px;
}
#rexton-fullpage .interior-video.section .video-overlay {
  z-index: 555555;
  height: 0;
  width: 0;
  position: absolute;
  background: black;
  color: white;
  bottom: 50%;
  left: 50%;
  transition: all 0.5s ease-in-out;
}
#rexton-fullpage .interior-video.section .video-overlay .video-close {
  cursor: pointer;
  color: white;
  font-size: 2.5vw;
  position: absolute;
  right: 3%;
  top: calc(50px + 3%);
  opacity: 0;
}
#rexton-fullpage .interior-video.section .video-overlay .video-close img {
  height: 20px !important;
}
#rexton-fullpage .interior-video.section .video-overlay.visible {
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
}
#rexton-fullpage .interior-video.section .video-overlay.visible .cta-top.left {
  display: block;
}
#rexton-fullpage .interior-video.section .video-overlay.visible .video-close {
  opacity: 1;
}
#rexton-fullpage .interior .background-image .item {
  position: absolute;
  z-index: 555;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#rexton-fullpage .interior .background-image .item.active {
  opacity: 1;
}
#rexton-fullpage .interior .title {
  position: absolute;
  top: 10%;
  left: 10%;
  color: white;
  z-index: 555555;
  text-align: left;
  font-weight: 200;
  line-height: 1.75;
  text-shadow: 0 0 10px black;
}
#rexton-fullpage .interior .overlay-bottom {
  position: absolute;
  bottom: 10%;
  display: flex;
  z-index: 555555;
  width: 80%;
  justify-content: space-between;
  gap: 1rem;
  left: 10%;
}
#rexton-fullpage .interior .overlay-bottom .buttons {
  display: flex;
  gap: 1rem;
  align-self: flex-end;
}
#rexton-fullpage .interior .overlay-bottom .buttons.f-justify-start {
  justify-content: flex-start;
}
#rexton-fullpage .interior .overlay-bottom .buttons .slide-cta-btn {
  margin: 0.5rem 0.25rem;
  align-self: stretch;
  padding: 0.75rem 1.5rem;
  max-width: 200px;
  min-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2F2C4E;
  border-radius: 10px;
  flex: 1;
  gap: 1rem;
  background: #2F2C4E;
  color: white;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.7s ease 0s, color 0.7s ease 0s, border 0.7s ease 0s;
}
#rexton-fullpage .interior .overlay-bottom .buttons .slide-cta-btn:hover {
  background: white;
  color: black;
  border: 2px solid white;
}
#rexton-fullpage .interior .overlay-bottom .buttons .slide-cta-btn.btn-second:hover {
  background: #2F2C4E;
  color: white;
  border: 2px solid #2F2C4E;
}
#rexton-fullpage .interior .overlay-bottom .buttons .slide-cta-btn.btn-second {
  background: rgba(16, 16, 18, 0.1843137255);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .interior .overlay-bottom .buttons .slide-cta-btn.light {
  background: #fff;
  color: #2F2C4E;
  border: 2px solid #fff;
}
#rexton-fullpage .interior .overlay-bottom .buttons .slide-cta-btn.light:hover {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(51, 51, 51, 0.4);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .interior .overlay-bottom .buttons .slide-cta-btn {
  margin: 0;
}
#rexton-fullpage .interior .overlay-bottom .colors {
  display: flex;
  align-self: flex-end;
  gap: 10px;
}
#rexton-fullpage .interior .overlay-bottom .colors .color {
  cursor: pointer;
  width: 75px;
  height: 75px;
  border: 2px solid black;
}
#rexton-fullpage .interior .overlay-bottom .colors .color .name {
  color: white;
  margin-top: 0.25rem;
  text-align: center;
}
#rexton-fullpage .interior .overlay-bottom .colors .color.active {
  border: 2px solid white;
}
#rexton-fullpage .informations .background-image {
  position: absolute;
}
#rexton-fullpage .informations .section-wrapper {
  position: absolute;
  z-index: 5555;
  padding: 15vh 10% max(10vh, 6rem);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  inset: 0;
}
@media (min-width: 601px) {
  #rexton-fullpage .informations .section-wrapper {
    padding: 20vh 15vw max(10%, 6rem);
  }
}
#rexton-fullpage .informations .check-it-out_wrapper {
  flex: 0 1 10%;
  padding-bottom: 100px;
}
#rexton-fullpage .informations .check-it-out_wrapper .title {
  color: white;
  font-weight: 200;
  line-height: 1;
  text-align: center;
  padding-bottom: 3rem;
  text-shadow: black 0 0 4rem, black 0 0 2rem;
}
#rexton-fullpage .informations .check-it-out_wrapper .buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#rexton-fullpage .informations .check-it-out_wrapper .buttons.f-justify-start {
  justify-content: flex-start;
}
#rexton-fullpage .informations .check-it-out_wrapper .buttons .slide-cta-btn {
  margin: 0.5rem 0.25rem;
  align-self: stretch;
  padding: 0.75rem 1.5rem;
  max-width: 200px;
  min-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2F2C4E;
  border-radius: 10px;
  flex: 1;
  gap: 1rem;
  background: #2F2C4E;
  color: white;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.7s ease 0s, color 0.7s ease 0s, border 0.7s ease 0s;
}
#rexton-fullpage .informations .check-it-out_wrapper .buttons .slide-cta-btn:hover {
  background: white;
  color: black;
  border: 2px solid white;
}
#rexton-fullpage .informations .check-it-out_wrapper .buttons .slide-cta-btn.btn-second:hover {
  background: #2F2C4E;
  color: white;
  border: 2px solid #2F2C4E;
}
#rexton-fullpage .informations .check-it-out_wrapper .buttons .slide-cta-btn.btn-second {
  background: rgba(16, 16, 18, 0.1843137255);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .informations .check-it-out_wrapper .buttons .slide-cta-btn.light {
  background: #fff;
  color: #2F2C4E;
  border: 2px solid #fff;
}
#rexton-fullpage .informations .check-it-out_wrapper .buttons .slide-cta-btn.light:hover {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(51, 51, 51, 0.4);
  border: 2px solid white;
  color: white;
}
#rexton-fullpage .informations .check-it-out_wrapper .buttons .slide-cta-btn {
  flex: 1 1 30%;
  margin: 1rem auto 0;
  width: 100%;
  max-width: 250px;
}
#rexton-fullpage .informations .warranty-info {
  font-size: clamp(10px, 1.5vw, 20px);
  color: white;
  margin-top: 5vh;
  margin-bottom: 2vh;
  border: 1px solid white;
  border-radius: 10px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
}
#rexton-fullpage .informations .emission-wrapper {
  position: relative;
  margin: 2rem 1rem 0;
  flex: 1 1 0%;
  display: flex;
  flex-direction: row;
}
#rexton-fullpage .informations .emission-wrapper .emissions-text {
  padding: 1rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 46px black;
  align-self: flex-start;
}
#rexton-fullpage .informations .emission-wrapper img, #rexton-fullpage .informations .emission-wrapper picture {
  aspect-ratio: 0.75;
  max-height: 250px;
}
@media (max-width: 600px) {
  #rexton-fullpage .informations .emission-wrapper {
    flex-direction: column;
    align-items: center;
    margin: 2rem auto 0;
    flex: 0 1 90%;
    height: 0;
  }
}

.gear.section, .data.section {
  background: #e4e4e4;
  background-image: url("../../../images/rexton-my21/equipment/bg.jpg");
  background-size: cover;
  padding: 65px 0 65px 0;
}
.gear.section .wersje_sticky .mobile-wersje-nagl, .data.section .wersje_sticky .mobile-wersje-nagl {
  display: none;
}
.gear.section .title, .data.section .title {
  position: absolute;
  color: white;
  z-index: 555555;
  text-align: center;
  font-weight: 200;
  line-height: 1.75;
  text-shadow: 0 0 10px black;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.gear.section #accordion, .gear.section .wersje-wrapper, .data.section #accordion, .data.section .wersje-wrapper {
  padding: 0;
}
.gear.section #silniki-table, .data.section #silniki-table {
  padding: 0;
  max-height: 65vh;
  height: auto;
  overflow: auto;
  background: white;
  position: relative;
  margin-top: -5%;
}
.gear.section #silniki-table .no-padding, .data.section #silniki-table .no-padding {
  padding-left: 0;
  padding-right: 0;
}
.gear.section #gear, .data.section #gear {
  padding: 0;
  max-height: 65vh;
  height: auto;
  overflow: auto;
  background: white;
  position: relative;
  margin-top: -5%;
}
.gear.section #gear .sticky, .data.section #gear .sticky {
  position: fixed;
  z-index: 777777;
  background: #f6f6f6;
}
.gear.section .table-condensed.gear-table-header, .data.section .table-condensed.gear-table-header {
  background: #f6f6f6;
  z-index: 2;
}
.gear.section #sticky_data, .data.section #sticky_data {
  background: #f6f6f6;
  height: 50px;
  align-items: center;
  width: inherit !important;
  position: fixed;
  background: #f6f6f6;
  z-index: 676666;
  padding-right: 15px;
  display: flex;
}
.gear.section #wersje_nazwa, .data.section #wersje_nazwa {
  background: #f6f6f6;
  height: 50px;
  display: flex;
  align-items: center;
}
.gear.section #wersje_nazwa.sticky, .data.section #wersje_nazwa.sticky {
  width: inherit !important;
  position: fixed;
  background: #f6f6f6;
  z-index: 676666;
}
.gear.section .cta-buttons, .data.section .cta-buttons {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
.gear.section .cta-buttons .cta-btn, .data.section .cta-buttons .cta-btn {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1803921569);
  text-shadow: 0 0 6px black;
  color: white;
  border: 1px solid white;
  display: block;
  text-decoration: none;
  font-weight: 400;
  max-width: 200px;
  text-align: center;
  margin-top: 0.5rem;
}
.gear.section .cta-buttons .cta-btn:nth-child(1), .data.section .cta-buttons .cta-btn:nth-child(1) {
  margin-right: 0.5rem;
}
.gear.section .emmision-badge-new, .data.section .emmision-badge-new {
  position: absolute;
  text-shadow: 0 0 16px black;
  color: white;
  text-align: center;
  bottom: 35px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.gear.section .panel-group, .data.section .panel-group {
  background: #f6f6f6;
}
.gear.section #silniki-table .nomargin-row, .data.section #silniki-table .nomargin-row {
  margin: 0;
}
.gear.section #rexton-silniki, .data.section #rexton-silniki {
  display: flex;
}
.gear.section #rexton-silniki.nav-tabs > li, .data.section #rexton-silniki.nav-tabs > li {
  width: 100%;
}
.gear.section #rexton-silniki.nav-tabs > li a, .data.section #rexton-silniki.nav-tabs > li a {
  background: #c5c5c5;
  font-size: 120%;
  color: black;
}
.gear.section #rexton-silniki.nav-tabs > li.active a, .data.section #rexton-silniki.nav-tabs > li.active a {
  background: #f6f6f6;
}

.technology .panel-title, #gear .panel-title, #silniki-table .panel-title {
  font-size: 15px;
}

.full-video.section {
  background: black;
}
.full-video.section .vid-frame {
  width: 68%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.full-video.section .buttons-bottom {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  z-index: 555555;
}
.full-video.section .buttons-bottom.f-justify-start {
  justify-content: flex-start;
}
.full-video.section .buttons-bottom .slide-cta-btn {
  margin: 0.5rem 0.25rem;
  align-self: stretch;
  padding: 0.75rem 1.5rem;
  max-width: 200px;
  min-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2F2C4E;
  border-radius: 10px;
  flex: 1;
  gap: 1rem;
  background: #2F2C4E;
  color: white;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.7s ease 0s, color 0.7s ease 0s, border 0.7s ease 0s;
}
.full-video.section .buttons-bottom .slide-cta-btn:hover {
  background: white;
  color: black;
  border: 2px solid white;
}
.full-video.section .buttons-bottom .slide-cta-btn.btn-second:hover {
  background: #2F2C4E;
  color: white;
  border: 2px solid #2F2C4E;
}
.full-video.section .buttons-bottom .slide-cta-btn.btn-second {
  background: rgba(16, 16, 18, 0.1843137255);
  border: 2px solid white;
  color: white;
}
.full-video.section .buttons-bottom .slide-cta-btn.light {
  background: #fff;
  color: #2F2C4E;
  border: 2px solid #fff;
}
.full-video.section .buttons-bottom .slide-cta-btn.light:hover {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(51, 51, 51, 0.4);
  border: 2px solid white;
  color: white;
}
.full-video.section .buttons-bottom .slide-cta-btn {
  margin: 0;
}
.full-video.section .home-video-btn {
  width: 20vw;
  height: auto;
  display: block;
  position: absolute;
  z-index: 5555555;
  left: 40vw;
  top: calc(50vh - 10vw);
  cursor: pointer;
}
.full-video.section #homepageVideo {
  width: 100% !important;
  height: 100% !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: black;
  z-index: 6555555;
}

.close-vid {
  position: absolute;
  top: 10%;
  width: 30px;
  right: 5%;
  z-index: 6555556;
  cursor: pointer;
}

#rexton-fullpage .design .feature-overlay .inner .feature .description,
#rexton-fullpage .features .feature-overlay .inner .feature .description {
  position: absolute;
  width: 100%;
}

@keyframes rotate {
  0% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes spin-z {
  0% {
    transform: rotateX(0deg);
  }
  33% {
    transform: rotateX(45deg);
  }
  66% {
    transform: rotateX(-45deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@media (min-width: 1600px) and (min-aspect-ratio: 16/8) {
  #rexton-fullpage .design .background-image {
    position: absolute;
  }
}
@media (min-width: 1200px) {
  #rexton-fullpage .wheels .rims-wrapper {
    margin-top: -3%;
  }
}
@media (max-width: 1400px) {
  #rexton-fullpage .design .feature-overlay .inner, #rexton-fullpage .features .feature-overlay .inner {
    max-width: 675px;
  }
  #rexton-fullpage .design .feature-overlay .inner .close, #rexton-fullpage .features .feature-overlay .inner .close {
    right: -50px;
    top: -25px;
  }
}
@media (max-width: 1200px) {
  #rexton-fullpage .konfigs .buttons-bottom {
    left: 7%;
  }
  #rexton-fullpage .design .background-image .item .dot[data-item=headlamp] {
    top: 40%;
  }
  #rexton-fullpage .design .background-image .item .dot[data-item=rear-lamps] {
    left: 53%;
  }
  #rexton-fullpage .design .background-image .item .dot[data-item=rear-bumper] {
    left: 52%;
    top: 33%;
  }
  #rexton-fullpage .features .dot[data-item=front-bumper] {
    top: 58.5%;
    left: 61%;
  }
  #gear.container, .section.gear .cta-buttons, .section.data .cta-buttons, .section.data #silniki-table.container {
    width: 800px;
  }
}
@media (max-width: 1100px) {
  .section.gear #silniki-table, .section.data #silniki-table, .section.gear #gear, .section.data #gear {
    margin-top: -15%;
    max-height: 47.5vh;
  }
}
@media (min-width: 1025px) and (min-aspect-ratio: 16/8) {
  .section.gear #gear, .section.data #silniki-table {
    max-height: 57.5vh;
  }
}
@media (min-width: 1025px) and (min-aspect-ratio: 16/8) and (max-height: 700px) {
  #rexton-fullpage .safety .systems-explained {
    flex-direction: column;
    align-items: flex-end;
  }
  #rexton-fullpage .safety .systems-explained .systems-images .system {
    margin-right: 0;
  }
  #rexton-fullpage .safety .systems-explained .col-right {
    text-align: left;
  }
  #rexton-fullpage .safety .systems-explained .systems-list {
    justify-content: flex-start;
  }
  #rexton-fullpage .design .background-image {
    position: absolute;
  }
  #rexton-fullpage .features .dot[data-item=auto-hold] {
    display: none;
  }
  #rexton-fullpage .wheels .rims-wrapper {
    max-height: 33vh;
  }
  #rexton-fullpage .wheels .rims-wrapper .rims {
    bottom: 5%;
  }
  #rexton-fullpage .gear.section #gear, #rexton-fullpage .data.section #silniki-table {
    max-height: 50vh;
  }
}
@media (max-width: 1024px) {
  #gear.container, .section.gear .cta-buttons, .section.data .cta-buttons, .section.data #silniki-table.container {
    width: 750px;
  }
  #rexton-fullpage .design .background-image .dot[data-item=kolo] {
    left: 29%;
    top: 61%;
  }
  #rexton-fullpage .design .background-image .dot[data-item=zderzak] {
    left: 60%;
    top: 64%;
  }
  #rexton-fullpage .design .background-image .dot[data-item=lampa_tyl] {
    left: 21.4%;
    top: 48%;
  }
  #rexton-fullpage .design .background-image .dot[data-item=lampa_przod] {
    left: 76.5%;
    top: 50%;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #rexton-fullpage .utility .text-bottom-wrapper .text-bottom .item {
    font-size: 2rem;
  }
  #rexton-fullpage .deep-control .background-image .background-pic img {
    -o-object-position: center;
       object-position: center;
  }
  #rexton-fullpage .deep-control .bottom-overlay {
    width: 80%;
  }
  #rexton-fullpage .deep-control .text-top div {
    font-size: 2.4rem;
  }
  #rexton-fullpage .deep-control .text-top div h4 {
    font-size: 3rem;
  }
  #rexton-fullpage .interior-video.section .buttons-bottom {
    width: 80%;
    display: flex;
    justify-content: center;
  }
  #rexton-fullpage .design .overlay-first {
    top: 10%;
  }
  #rexton-fullpage .design .buttons {
    left: 5%;
    right: unset;
    width: 90%;
    justify-content: center;
  }
  #rexton-fullpage .design .background-image {
    position: absolute;
  }
  #rexton-fullpage .design .background-image .dot[data-item=lampa_przod] {
    left: 64%;
    top: 48%;
  }
  #rexton-fullpage .design .background-image .dot[data-item=lampa_tyl] {
    left: 2%;
    top: 45%;
  }
  #rexton-fullpage .design .background-image .dot[data-item=kolo] {
    left: 36%;
    top: 56%;
  }
  #rexton-fullpage .design .background-image .dot[data-item=zderzak] {
    left: 79%;
    top: 59%;
  }
  #rexton-fullpage .features.section .title {
    left: 5%;
  }
  #rexton-fullpage .features.section .show-button {
    background: rgba(255, 255, 255, 0.1803921569);
    text-shadow: 0 0 6px black;
    color: white;
    display: block;
    text-decoration: none;
    font-weight: 400;
    max-width: 175px;
    text-align: center;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    align-self: flex-start;
    min-width: 175px;
    border: 1px solid white;
    z-index: 555555;
  }
  #rexton-fullpage .features.section .dot {
    width: 40px;
    height: 40px;
  }
  #rexton-fullpage .features.section .dot[data-item=ac] {
    top: 63%;
    left: 73%;
  }
  #rexton-fullpage .features.section .dot[data-item=carplay] {
    top: 51%;
    left: 65%;
  }
  #rexton-fullpage .features.section .dot[data-item=dash] {
    left: 27%;
    top: 47%;
  }
  #rexton-fullpage .features.section .dot[data-item=manual] {
    left: 75%;
    top: 78%;
  }
  #rexton-fullpage .features.section .dot[data-item=screen] {
    left: 82%;
    top: 46%;
  }
  #rexton-fullpage .features.section .feature-overlay .inner {
    top: 47%;
  }
  #rexton-fullpage .colorpicker .title {
    top: 10%;
  }
  #rexton-fullpage .colorpicker .colors h5 {
    text-align: center;
    margin-bottom: 5px;
  }
  #rexton-fullpage .wheels .rim-left.r16, #rexton-fullpage .wheels .rim-left.r18 {
    left: 14.1%;
    bottom: 7.5%;
    width: 12.5%;
  }
  #rexton-fullpage .wheels .rim-right.r16, #rexton-fullpage .wheels .rim-right.r18 {
    right: 11.4%;
    bottom: 7.2%;
    width: 12.5%;
  }
  #rexton-fullpage .wheels .car-background {
    margin-top: -20%;
    z-index: 5;
  }
  #rexton-fullpage .konfigs .car-background .background-pic img {
    -o-object-position: left 50% bottom 10%;
       object-position: left 50% bottom 10%;
  }
  #rexton-fullpage .konfigs .buttons-bottom {
    left: 50%;
    transform: translatex(-50%);
  }
  #rexton-fullpage .airbags .background-image {
    transform: translate(-50%, -62%);
  }
  #rexton-fullpage .airbags .bottom-overlay {
    font-size: 2rem;
  }
  #rexton-fullpage .airbags .bottom-overlay .left {
    display: none;
  }
  #rexton-fullpage .airbags .bottom-overlay .right {
    width: 100%;
    font-size: 120%;
  }
  #rexton-fullpage .airbags .bottom-overlay .right .airbag .num {
    font-size: 1.6rem;
  }
  #rexton-fullpage .airbags .title.show-tablet {
    z-index: 555555;
    position: absolute;
    top: 10%;
    left: 10%;
    text-align: left;
    display: flex !important;
    flex-direction: column;
  }
  #rexton-fullpage .airbags .title.show-tablet a {
    width: 200px;
    color: white;
    background: rgba(255, 255, 255, 0.1803921569);
    border: 1px solid white;
    padding: 1rem 0.5rem;
    cursor: pointer;
    text-align: center;
  }
  #rexton-fullpage .airbags .title.show-tablet h2 {
    margin-bottom: 1rem;
    color: white;
    text-align: right;
    font-weight: 200;
    line-height: 1.75;
    text-shadow: 0 0 10px black;
  }
  #rexton-fullpage .airbags .dot {
    width: 30px;
    height: 30px;
  }
  #rexton-fullpage .airbags .dot[data-item="2"] {
    left: 19%;
    top: 47%;
  }
  #rexton-fullpage .airbags .dot[data-item="1"] {
    left: 31%;
    top: 37%;
  }
  #rexton-fullpage .airbags .dot[data-item="3"] {
    left: 39%;
    top: 32%;
  }
  #rexton-fullpage .airbags .dot[data-item="4"] {
    left: 44%;
    top: 38%;
  }
  #rexton-fullpage .airbags .dot[data-item="5"] {
    left: 65%;
    top: 32%;
  }
  #rexton-fullpage .safety .right-menu, #rexton-fullpage .safety .car-image {
    display: none !important;
  }
  #rexton-fullpage .safety .title {
    left: 10%;
    right: unset;
  }
  #rexton-fullpage .safety .title .subtitle {
    max-width: 600px;
  }
  #rexton-fullpage .safety .systems-explained {
    width: 100%;
    left: 0%;
    padding-top: 3vh;
    padding-left: 10vw;
    bottom: 0;
    padding-bottom: 10vh;
    min-width: unset;
    background: rgba(0, 0, 0, 0.4);
  }
  #rexton-fullpage .safety .systems-explained .systems-names .system {
    font-size: 2.5vw;
  }
  #rexton-fullpage .safety .systems-explained .col-right {
    min-width: unset;
    max-width: 500px;
  }
  #rexton-fullpage .safety .systems-explained .systems-descriptions .system {
    font-size: 2rem;
  }
  #rexton-fullpage .colorpicker .colors {
    position: absolute;
    bottom: 10%;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    flex-direction: column;
    width: 90%;
  }
  #rexton-fullpage .colorpicker .colors .color {
    width: 100px;
    height: 100px;
  }
  #rexton-fullpage .colorpicker .colors .color .name {
    display: none;
  }
  #rexton-fullpage .colorpicker .colors .wrapper {
    justify-content: center;
  }
  #rexton-fullpage .colorpicker .colors .right {
    text-align: left;
  }
  #rexton-fullpage .colorpicker .colors .right .wrapper .color {
    width: 60px;
    height: 60px;
  }
  #rexton-fullpage .colorpicker .colors .left .wrapper .color {
    width: 60px;
    height: 60px;
  }
  #rexton-fullpage .home .main-overlay .buttons {
    width: unset;
    top: 30%;
  }
  #rexton-fullpage .interior .overlay-bottom {
    flex-direction: column-reverse;
    justify-content: space-between;
    left: 3%;
    width: 94%;
    bottom: 10%;
  }
  #rexton-fullpage .interior .overlay-bottom .buttons {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #rexton-fullpage .interior .overlay-bottom .colors {
    align-self: flex-start;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #rexton-fullpage .interior .overlay-bottom .colors .color {
    width: 75px;
    height: 75px;
    font-size: 2vw;
  }
  #rexton-fullpage .gear.section .title, #rexton-fullpage .data.section .title {
    width: -moz-max-content;
    width: max-content;
  }
  #rexton-fullpage .gear.section #silniki-table, #rexton-fullpage .gear.section #gear, #rexton-fullpage .data.section #silniki-table, #rexton-fullpage .data.section #gear {
    max-height: 55.5vh;
  }
  #rexton-fullpage .home .main-overlay .text-top .title img {
    min-width: 500px;
  }
  #rexton-fullpage .style .header-middle.title {
    top: 17.5%;
  }
  #short-video {
    position: absolute;
    left: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
  }
  #emis_table {
    font-size: 1.25rem !important;
  }
  .show-tablet {
    display: block !important;
  }
  .hide-tablet {
    display: none !important;
  }
  #rexton-fullpage .airbags .bottom-overlay .left h2, #rexton-fullpage .design .overlay-second .title, #rexton-fullpage .design .overlay-first .title, #rexton-fullpage .colorpicker .title, #rexton-fullpage .style .header-middle.title,
  #rexton-fullpage .properties-video .title, #rexton-fullpage .section.interior-video .title, #rexton-fullpage .interior .title, #rexton-fullpage .features .title, #rexton-fullpage .safety .title,
  .section.gear .title, .section.data .title, #rexton-fullpage .video.section .title, #rexton-fullpage .wheels .title,
  #rexton-fullpage .deep-control .text-top h2, #rexton-fullpage .utility .title, #rexton-fullpage .utility .text-bottom-wrapper .text-bottom .item h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 951px) {
  #rexton-fullpage .informations .check-it-out_wrapper .buttons {
    flex-direction: row;
  }
}
@media (max-height: 800px) {
  #rexton-fullpage .design .feature-overlay .inner, #rexton-fullpage .features .feature-overlay .inner {
    max-width: 500px;
  }
  #rexton-fullpage .design .feature-overlay .inner .close, #rexton-fullpage .features .feature-overlay .inner .close {
    top: -50px;
    right: -50px;
  }
}
@media (max-width: 768px) {
  #rexton-fullpage .home .main-overlay .text-top .buttons {
    grid-template-columns: 1fr 1fr;
  }
  #rexton-fullpage .home .main-overlay .text-top .buttons .reserve-btn {
    grid-column: span 2;
    justify-self: center;
  }
  #rexton-fullpage .home .main-overlay .text-top .title img {
    min-width: 450px;
  }
  #rexton-fullpage .home .main-overlay .text-bottom {
    bottom: 15%;
    top: unset;
  }
  #rexton-fullpage .home .main-overlay .text-bottom .block {
    font-size: 130%;
  }
  #rexton-fullpage .home .main-overlay .text-bottom .block .second {
    font-size: 20px;
  }
  #rexton-fullpage .design.section .background-image .item .dot {
    min-width: 200px;
    font-size: 2.35vw;
  }
  #rexton-fullpage .design.section .feature-overlay .inner {
    width: 65vw;
  }
  #rexton-fullpage .design.section .feature-overlay .inner .right {
    right: -12.5%;
  }
  #rexton-fullpage .design.section .feature-overlay .inner .left {
    left: -12.5%;
  }
  #rexton-fullpage .design.section .feature-overlay .inner .close {
    top: -50px;
  }
  #rexton-fullpage .design.section .feature-overlay .inner .feature .description {
    font-size: 20px;
  }
  #rexton-fullpage .design.section .navigation-buttons {
    bottom: 50%;
    left: 5%;
    width: 90%;
  }
  #rexton-fullpage .colorpicker .colors .color {
    height: 11vw;
    width: 11vw;
  }
  #rexton-fullpage .wheels .rims-wrapper .rims {
    bottom: 20%;
  }
  #rexton-fullpage .wheels .rims-wrapper .rims .rim img {
    max-width: 11.5vh;
  }
  #rexton-fullpage .wheels .rims-wrapper .rims .rim .name {
    font-size: 150%;
  }
  #rexton-fullpage .interior .overlay-bottom .colors .color {
    height: 11vw;
    width: 11vw;
  }
  #rexton-fullpage .infotainment.features .feature-overlay .inner {
    width: 55vw;
  }
  #rexton-fullpage .infotainment.features .feature-overlay .inner .right {
    right: -12.5%;
  }
  #rexton-fullpage .infotainment.features .feature-overlay .inner .left {
    left: -12.5%;
  }
  #rexton-fullpage .infotainment.features .feature-overlay .inner .close {
    top: -50px;
  }
  #rexton-fullpage .infotainment.features .feature-overlay .inner .feature .description {
    font-size: 14px;
  }
  #rexton-fullpage .utility .arrow-right, #rexton-fullpage .utility .arrow-left {
    width: 50px;
  }
  #rexton-fullpage .properties-video .text-bottom .block {
    font-size: 130%;
  }
  #rexton-fullpage .properties-video .title {
    width: 80%;
  }
  #rexton-fullpage .properties-video .title br {
    display: none;
  }
  #rexton-fullpage .safety .systems-explained {
    min-height: 120px;
  }
  #rexton-fullpage .safety .systems-explained .systems-descriptions .system {
    font-size: 1.5rem;
  }
  #rexton-fullpage .style .header-middle.title {
    width: 100%;
  }
  #rexton-fullpage .gear #gear.container, #rexton-fullpage .gear .cta-buttons {
    width: 80vw;
  }
  #rexton-fullpage .data .cta-buttons, #rexton-fullpage .data #silniki-table.container {
    width: 80vw;
  }
  .show-mobile {
    display: block !important;
  }
  #rexton-fullpage .design .overlay-second .title, #rexton-fullpage .design .overlay-first .title, #rexton-fullpage .colorpicker .title, #rexton-fullpage .style .header-middle.title,
  #rexton-fullpage .properties-video .title, #rexton-fullpage .section.interior-video .title, #rexton-fullpage .interior .title, #rexton-fullpage .features .title, #rexton-fullpage #rexton-fullpage .safety .title,
  #rexton-fullpage .section.gear .title, #rexton-fullpage .section.data .title, #rexton-fullpage .airbags .title.show-tablet h2, #rexton-fullpage .video.section .title, #rexton-fullpage .wheels .title,
  #rexton-fullpage .utility .title, #rexton-fullpage .utility .text-bottom-wrapper .text-bottom .item h2, #rexton-fullpage .deep-control .text-top h2 {
    line-height: 1.25;
  }
  .emmission-badge-new {
    font-size: 20px;
    line-height: 1.2;
    bottom: 15px;
  }
  #rexton-fullpage .home .main-overlay .text-bottom {
    width: 400%;
    transition: left 0.3s ease-in-out;
  }
  #rexton-fullpage .home .main-overlay .text-bottom .block {
    max-width: unset;
    width: 100%;
  }
  #rexton-fullpage .home .main-overlay .text-bottom .vertical-separator {
    display: none;
  }
  #rexton-fullpage .home .main-overlay .text-bottom.show-2 {
    left: -100%;
  }
  #rexton-fullpage .home .main-overlay .text-bottom.show-3 {
    left: -200%;
  }
  #rexton-fullpage .home .main-overlay .text-bottom.show-4 {
    left: -300%;
  }
  #rexton-fullpage .properties-video .text-bottom {
    width: 400%;
    transition: left 0.3s ease-in-out;
  }
  #rexton-fullpage .properties-video .text-bottom .block {
    max-width: unset;
    width: 100%;
  }
  #rexton-fullpage .properties-video .text-bottom .vertical-separator {
    display: none;
  }
  #rexton-fullpage .properties-video .text-bottom.show-2 {
    left: -100%;
  }
  #rexton-fullpage .properties-video .text-bottom.show-3 {
    left: -200%;
  }
  #rexton-fullpage .properties-video .text-bottom.show-4 {
    left: -300%;
  }
  .section.data .title {
    width: 100%;
  }
}
@media (max-height: 700px) {
  #rexton-fullpage .main-overlay .text-bottom .block .first .number {
    font-size: 200%;
  }
  #rexton-fullpage .main-overlay .text-bottom .block .second {
    font-size: 2.1vh;
  }
  .emmission-badge-new {
    font-size: 2.1vh;
  }
}
@media (max-width: 600px) {
  #rexton-fullpage h2 {
    font-size: 3rem;
  }
  #rexton-fullpage .section.interior-video .buttons-bottom .slide-cta-btn, #rexton-fullpage .interior .overlay-bottom .buttons .slide-cta-btn, #rexton-fullpage .features .bottom-overlay .slide-cta-btn, #rexton-fullpage .airbags .bottom-overlay .left a,
  #rexton-fullpage .style .buttons-bottom .slide-cta-btn, #rexton-fullpage .section.gear .cta-buttons .cta-btn, #rexton-fullpage .section.data .cta-buttons .cta-btn, #rexton-fullpage .airbags .title.show-tablet a, #rexton-fullpage .konfigs .configurations-wrapper .configs .config .konfig-btn,
  #rexton-fullpage .konfigs .trigger-emmissions, #rexton-fullpage .section.full-video .buttons-bottom .cta-btn, #rexton-fullpage .video.section .bottom-overlay .slide-cta-btn, #rexton-fullpage .section.features .show-button, #rexton-fullpage .deep-control .bottom-overlay .slide-cta-btn, #rexton-fullpage .design .buttons .slide-cta-btn {
    font-size: 12px;
    max-width: 260px;
    min-width: 140px;
    flex: 0 1 46%;
  }
  #rexton-fullpage .home .main-overlay .buttons > a {
    min-width: 120px;
  }
  #rexton-fullpage .home .main-overlay .text-bottom {
    bottom: 10%;
  }
  #rexton-fullpage .home .main-overlay .text-bottom .block {
    font-size: 110%;
  }
  #rexton-fullpage .home .main-overlay .text-bottom .block .second {
    font-size: 120%;
  }
  #rexton-fullpage .home .main-overlay .text-top .buttons > a {
    font-size: 12px;
  }
  #rexton-fullpage .home .main-overlay .text-top .title img {
    min-width: 250px;
    width: 280px;
  }
  #rexton-fullpage .utility .text-bottom-wrapper .text-bottom .item {
    font-size: inherit;
    width: 80vw;
    min-width: unset;
  }
  #rexton-fullpage .deep-control .text-top div {
    font-size: 120%;
  }
  #rexton-fullpage .deep-control .text-top div h4 {
    font-size: 1.8rem;
  }
  #rexton-fullpage .deep-control .bottom-overlay .slide-cta-btn {
    flex-basis: 100%;
  }
  #rexton-fullpage .features.section .feature-overlay .inner {
    width: 70vw;
  }
  #rexton-fullpage .features.section .feature-overlay .inner .right img, #rexton-fullpage .features.section .feature-overlay .inner .left img {
    width: 30px;
  }
  #rexton-fullpage .features.section .feature-overlay .inner .feature .description {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 10px;
    top: -35px;
    right: -35px;
  }
  #rexton-fullpage .features.section .feature-overlay .inner .close {
    width: 25px;
  }
  #rexton-fullpage .features.section .dot {
    width: 20px;
    height: 20px;
  }
  #rexton-fullpage .features.section .dot[data-item=ac] {
    top: 59%;
    left: 73%;
  }
  #rexton-fullpage .features.section .dot[data-item=carplay] {
    top: 52%;
    left: 67%;
  }
  #rexton-fullpage .features.section .dot[data-item=dash] {
    left: 27%;
    top: 47%;
  }
  #rexton-fullpage .features.section .dot[data-item=manual] {
    left: 77%;
    top: 71%;
  }
  #rexton-fullpage .features.section .dot[data-item=screen] {
    left: 82%;
    top: 46%;
  }
  #rexton-fullpage .features.section .show-button {
    align-self: center;
  }
  #rexton-fullpage .features.section .bottom-overlay {
    bottom: 15%;
  }
  #rexton-fullpage .colorpicker .colors {
    bottom: 15%;
  }
  #rexton-fullpage .colorpicker .colors h5 {
    font-size: 1.3em;
    margin-top: 10px;
    margin-bottom: 9px;
    text-align: left;
  }
  #rexton-fullpage .colorpicker .colors .right .wrapper .color, #rexton-fullpage .colorpicker .colors .left .wrapper .color {
    width: 33px;
    height: 33px;
  }
  #rexton-fullpage .video.section .bottom-overlay {
    bottom: 10%;
    justify-content: center;
  }
  #rexton-fullpage .video.section .bottom-overlay .slide-cta-btn {
    width: -moz-max-content;
    width: max-content;
    padding-inline: 0.75rem;
    flex: 0 1 auto;
  }
  #rexton-fullpage .video.section .text-top h4 {
    font-size: 14.4px;
  }
  #rexton-fullpage .style .buttons-bottom .slide-cta-btn, #rexton-fullpage .full-video.section .buttons-bottom .cta-btn {
    min-height: unset;
  }
  #rexton-fullpage .style .buttons-bottom {
    bottom: 10%;
  }
  #rexton-fullpage .safety .systems-explained {
    bottom: 0;
    min-height: 80px;
  }
  #rexton-fullpage .safety .systems-explained .systems-names .system {
    font-size: 100%;
  }
  #rexton-fullpage .safety .systems-explained .col-right {
    font-size: 100%;
    max-width: 70%;
  }
  #rexton-fullpage .safety .title {
    font-size: 2rem !important;
  }
  #rexton-fullpage .safety .title .subtitle {
    max-width: 250px;
    font-weight: 300;
  }
  #rexton-fullpage .airbags .bottom-overlay {
    width: 100%;
    left: 0;
    bottom: 0;
    background: #9da5a8;
    color: black;
    padding: 25px 15px 75px 15px;
    color: white;
  }
  #rexton-fullpage .airbags .bottom-overlay .right {
    margin-left: 0;
    font-size: 95%;
  }
  #rexton-fullpage .airbags .bottom-overlay .right .col-1 {
    margin-right: 2%;
  }
  #rexton-fullpage .airbags .bottom-overlay .right .col-2 {
    word-break: break-word;
  }
  #rexton-fullpage .airbags .bottom-overlay .right .col-1, #rexton-fullpage .airbags .bottom-overlay .right .col-2 {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  #rexton-fullpage .airbags .background-image img {
    margin-top: -5%;
    margin-left: -3.5%;
  }
  #rexton-fullpage .airbags .dot {
    width: 25px;
    height: 25px;
  }
  #rexton-fullpage .wheels .title {
    font-size: 2rem;
  }
  #rexton-fullpage .wheels .car-background {
    margin-top: 0;
  }
  #rexton-fullpage .wheels .rims-wrapper {
    max-height: unset;
    position: static;
    margin-top: 5%;
  }
  #rexton-fullpage .wheels .rims-wrapper .rims {
    position: static;
    transform: none;
    bottom: 37%;
    width: 90%;
    margin-left: 5%;
    flex-wrap: wrap;
  }
  #rexton-fullpage .wheels .rims-wrapper .rims .rim {
    width: 50%;
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 90%;
  }
  #rexton-fullpage .wheels .rims-wrapper .rims .rim .name {
    font-size: 90%;
    margin-top: 0.5rem;
    max-width: 70%;
  }
  #rexton-fullpage .wheels .fp-tableCell {
    display: block;
  }
  #rexton-fullpage .design .feature-overlay .inner {
    width: 70vw;
  }
  #rexton-fullpage .design .feature-overlay .inner .right img, #rexton-fullpage .design .feature-overlay .inner .left img {
    width: 30px;
  }
  #rexton-fullpage .design .feature-overlay .inner .feature .description {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 16px;
  }
  #rexton-fullpage .design .feature-overlay .inner .close {
    width: 25px;
  }
  #rexton-fullpage .design .background-image img {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
  #rexton-fullpage .gear.section, #rexton-fullpage .data.section {
    padding: 10px;
  }
  #rexton-fullpage .gear.section .txt-to-left h4, #rexton-fullpage .data.section .txt-to-left h4 {
    font-size: 1.5rem;
  }
  #rexton-fullpage .gear.section #rexton-silniki.nav-tabs > li a, #rexton-fullpage .data.section #rexton-silniki.nav-tabs > li a {
    font-size: 100%;
  }
  #rexton-fullpage .gear.section #gear, #rexton-fullpage .gear.section #silniki-table, #rexton-fullpage .data.section #gear, #rexton-fullpage .data.section #silniki-table {
    max-height: 53.5vh;
    margin-top: -13.5%;
    width: 90vw;
  }
  #rexton-fullpage .gear.section .emmision-badge-new, #rexton-fullpage .data.section .emmision-badge-new {
    font-size: 12px;
  }
  #rexton-fullpage .properties-video .text-bottom {
    bottom: 20%;
  }
  #rexton-fullpage .properties-video .text-bottom .block {
    font-size: 110%;
  }
  #rexton-fullpage .properties-video .text-bottom .block .second {
    font-size: 120%;
  }
  #rexton-fullpage .interior .overlay-bottom .buttons {
    align-items: center;
    width: 100%;
    justify-content: center;
    bottom: 10%;
  }
  #rexton-fullpage .interior .overlay-bottom .buttons .slide-cta-btn {
    width: -moz-max-content;
    width: max-content;
    padding-inline: 0.75rem;
    flex: 0 1 50%;
  }
  #rexton-fullpage .interior .overlay-bottom .colors {
    gap: 1rem;
  }
  #rexton-fullpage .interior .overlay-bottom .colors .color {
    max-width: unset;
    max-height: unset;
  }
  #rexton-fullpage .interior .overlay-bottom .colors .color .name {
    display: none;
  }
  #rexton-fullpage .interior-video.section .buttons-bottom {
    bottom: 15%;
  }
  #rexton-fullpage .interior-video.section .buttons-bottom .slide-cta-btn {
    flex-basis: 100%;
  }
  #rexton-fullpage .interior-video.section .play-video {
    bottom: 15%;
  }
  #rexton-fullpage .interior-video.section .video-overlay .video-close {
    right: 7.5%;
  }
  #rexton-fullpage .full-video.section .buttons-bottom .slide-cta-btn {
    padding: 0.75rem 1rem;
    min-width: 165px;
  }
  #rexton-fullpage .informations .section-wrapper {
    padding: 10vh 10% max(8vh, 5rem);
  }
  #rexton-fullpage .informations .check-it-out_wrapper .title {
    padding-bottom: 0;
  }
  #rexton-fullpage .informations .check-it-out_wrapper .buttons .slide-cta-btn {
    margin: 0.5rem auto 0;
    padding: 0.5rem 1rem;
    min-width: 165px;
    font-size: 1em;
  }
  #rexton-fullpage .informations .emission-wrapper picture img {
    margin-inline: auto;
  }
  #rexton-fullpage .informations .emission-wrapper .emissions-text {
    font-size: 1rem;
  }
  #emis_table {
    padding-bottom: 20px;
  }
  #emis_table table td {
    font-size: 1rem !important;
  }
  #fp-nav {
    display: none;
  }
  td.txt-to-left {
    padding-left: 20px !important;
  }
  .panel-group .panel-heading h4.panel-title a {
    font-size: 80%;
  }
  thead .model-name {
    font-size: 0.8rem;
  }
  #wersje-nazwa {
    padding-right: 0;
  }
  .emmission-badge-new {
    font-size: 14px;
  }
  #rexton-fullpage .airbags .bottom-overlay .left h2,
  #rexton-fullpage .design .overlay-second .title,
  #rexton-fullpage .design .overlay-first .title,
  #rexton-fullpage .colorpicker .title,
  #rexton-fullpage .style .header-middle.title,
  #rexton-fullpage .properties-video .title,
  #rexton-fullpage .section.interior-video .title,
  #rexton-fullpage .interior .title,
  #rexton-fullpage .features .title,
  #rexton-fullpage .safety .title,
  .section.gear .title, .section.data .title,
  #rexton-fullpage .airbags .title.show-tablet h2,
  #rexton-fullpage .video.section .title,
  #rexton-fullpage .wheels .title,
  #rexton-fullpage .utility .title,
  #rexton-fullpage .utility .text-bottom-wrapper .text-bottom .item h2,
  #rexton-fullpage .deep-control .text-top h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 350px) {
  #rexton-fullpage .colorpicker .title, #rexton-fullpage .properties-video .title, #rexton-fullpage .section.interior-video .title, #rexton-fullpage .interior .title, #rexton-fullpage .features .title,
  #rexton-fullpage .section.gear .title, #rexton-fullpage .section.data .title {
    font-size: 2rem;
  }
  #rexton-fullpage .airbags .bottom-overlay .left h2, #rexton-fullpage .airbags .title.show-tablet h2 {
    font-size: 2rem;
  }
  #rexton-fullpage .safety .title {
    font-size: 2rem;
  }
  #rexton-fullpage .style .header-middle.title {
    font-size: 2rem;
  }
  #rexton-fullpage .style .buttons-bottom .slide-cta-btn {
    max-width: 150px;
  }
  #rexton-fullpage .design .overlay-first .title {
    font-size: 2rem;
  }
}
@keyframes marquee {
  0% {
    transform: translate(110vw, 0);
  }
  100% {
    transform: translate(-275vw, 0);
  }
}
@keyframes circle-animation {
  0% {
    width: 33.3%;
    height: 33.3%;
    background-color: rgba(3, 193, 255, 0.6);
  }
  100% {
    width: 200%;
    height: 200%;
    background-color: rgba(3, 193, 255, 0);
  }
}
@keyframes safety-spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(359deg);
  }
}/*# sourceMappingURL=tivoli-new.css.map */