.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

a {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #4c4d56;
  text-decoration: none;
}

.overcharge-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  /* max-height: 960px;
  max-width: 1600px; */
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.overcharge-container.bg-grey {
  z-index: 0;
  overflow: hidden;
  /* max-height: 568px;
  max-width: 1024px; */
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #dbdfe3;
}

.drag-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.drag-container {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 40px;
  height: 540px;
  border-radius: 10rem;
  background-color: #e3e7ec;
}

.body {
  background-color: #e3e7ec;
  font-family: 'Ul moderat', sans-serif;
  color: #4c4d56;
}

.overcharge-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drag-bar {
  position: relative;
  top: 500px;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background-color: #2d93fe;
}

.xplorlabs-header {
  position: fixed;
  width: 100%;
}

.xplorlabs-header.hide {
  display: none;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 60px;
  padding: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.logo-svg {
  width: 80%;
}

.nav-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 60px;
  padding-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
  color: #4c4d56;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-icon {
  height: 20px;
  padding-right: 10px;
}

.scale-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 540px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scale-right.metric {
  padding-right: 0px;
  padding-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scale-right-fixed-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #4c4d56;
  font-family: Syne, sans-serif;
  color: #4c4d56;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.scale-right-fixed-btn.high {
  background-color: #d62452;
  color: #d62452;
}

.scale-right-fixed-btn.high:hover {
  background-color: #af022e;
}

.scale-right-fixed-btn.medium {
  background-color: #2538df;
}

.scale-right-fixed-btn.medium:hover {
  background-color: #0416b2;
}

.scale-right-fixed-btn.low {
  background-color: #2d93fe;
}

.scale-right-fixed-btn.low:hover {
  background-color: #0168d4;
}

.text-block {
  font-size: 10px;
  letter-spacing: 0.075rem;
}

.scale-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 540px;
  padding-top: 5px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scale-left.imperial {
  padding-top: 2px;
}

.scale-left-btn {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'DM Mono', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.scale-left-btn:hover {
  color: #78818f;
}

.scale-left-btn.high {
  color: #d62452;
}

.scale-left-btn.medium {
  color: #d62452;
}

.scale-left-btn.low {
  color: #2d93fe;
}

.scale-left-btn.first {
  margin-top: -3px;
}

.scale-imperial-svg {
  position: absolute;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 50px;
  z-index: 2;
  height: 480px;
  max-width: none;
}

.text-block-2 {
  line-height: 1;
}

.scale-right-text {
  margin-right: 20px;
  margin-left: 20px;
  color: #e3e7ec;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05rem;
}

.video-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 100%;
}

.video-container.charger-1 {
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.video-container.charger-2 {
  display: none;
  background-color: #0f2740;
}

.video {
  width: 100%;
  height: 100%;
}

.play-pause-button {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.titlebar {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-left: 20px;
}

.subtitle {
  position: relative;
  margin-top: 0px;
  font-family: 'Ul moderat', sans-serif;
  color: #b0b7bf;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.title {
  position: relative;
  margin-top: 0px;
  font-family: 'Ul moderat', sans-serif;
  color: #b0b7bf;
  font-size: 62px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.125rem;
}

.countup-container {
  position: absolute;
  top: 60px;
  right: 20%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  height: 100px;
  margin-right: 40px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.countup-video {
  width: 230px;
  height: 100%;
  margin-right: 20px;
  border-radius: 10px;
}

.button {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0046fe;
  border-radius: 100px;
  background-color: #e3e7ec;
  color: #0046fe;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button.hide {
  display: none;
}

.button.refresh-button.absolute-top-right {
  position: absolute;
  left: auto;
  top: 20px;
  right: 40px;
  bottom: auto;
  z-index: 60;
}

.button-text-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.button-text {
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.button-background {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: none;
  width: 100%;
  height: 175%;
  min-width: 4.5rem;
  border-radius: 100px;
  background-color: #0046fe;
}

.disable-buttons {
  position: absolute;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
}

.results-container-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
  display: block;
  width: 100%;
  height: 83%;
  padding-right: 20px;
  padding-bottom: 20px;
}

.results-container-1.fail {
  display: block;
}

.results {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0f2740), to(rgba(15, 39, 64, 0.95)));
  background-image: linear-gradient(90deg, #0f2740, rgba(15, 39, 64, 0.95));
}

.results-content {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.results-left-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.results-left-p {
  color: #f1f1f1;
  font-size: 14px;
  line-height: 22px;
}

.results-left-p.small {
  font-family: 'Ul moderat', sans-serif;
  font-size: 11px;
  line-height: 18px;
}

.results-left-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #78818f;
  font-weight: 400;
}

.results-left-height {
  margin-left: 17px;
  padding: 10px 20px;
  background-color: rgba(176, 183, 191, 0.3);
  font-family: Syne, sans-serif;
  color: #e3e7ec;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.results-left-height.high {
  color: #d62452;
}

.results-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.results-video {
  z-index: 10;
  width: 100%;
}

.results-video.high {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-pause {
  width: 60px;
  height: 60px;
}

.play-pause-button-2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding: 10px;
}

.image-2 {
  width: 30px;
  height: 30px;
}

.play-state {
  display: inline;
}

.results-right-data {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  margin-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.results-data-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.results-data-heading {
  margin-bottom: 15px;
  color: #f1f1f1;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.results-data {
  font-family: 'DM Mono', sans-serif;
  color: #f1f1f1;
  font-size: 20px;
  text-align: center;
}

.button-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0046fe;
  border-radius: 100px;
  background-color: #e3e7ec;
  color: #0046fe;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button-2.hide {
  display: none;
}

.scale-metric-svg {
  position: absolute;
  left: 10px;
  top: auto;
  right: auto;
  bottom: 56px;
  z-index: 2;
  height: 480px;
  max-width: none;
}

.scale-right-btn {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'DM Mono', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.05rem;
}

.scale-right-btn:hover {
  color: #78818f;
}

.scale-right-btn.high {
  color: #d62452;
}

.scale-right-btn.medium {
  color: #d62452;
}

.scale-right-btn.low {
  color: #2d93fe;
}

.scale-right-btn.first {
  height: 20px;
  margin-top: 16px;
}

.scale-right-btn.last {
  height: 20px;
  margin-bottom: 33px;
}

.select-charger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.select-left {
  position: relative;
  width: 33.33%;
}

.select-centre {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-right {
  width: 33.33%;
}

.hover-image-full {
  width: auto;
  height: 100%;
}

.charger_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition-property: none;
  transition-property: none;
}

.charger._1-shadow {
  position: absolute;
  left: auto;
  top: 10%;
  right: 0%;
  display: block;
  max-width: 130%;
  min-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.charger._1-charger {
  position: absolute;
  left: auto;
  top: 10%;
  right: 0%;
  z-index: 4;
  max-width: 130%;
  min-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.charger._2-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  max-width: 130%;
  min-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.charger._2-charger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: block;
  max-width: 130%;
  min-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbfcfe;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
}

.image-one {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-two {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.instructions_wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(15, 39, 64, 0.8);
  color: #fff;
}

.instructions_image-wrapper {
  width: 45%;
}

.instructions_text {
  font-family: Syne, sans-serif;
  font-size: 18px;
  line-height: 110%;
  text-transform: uppercase;
}

.instructions_text-wrapper {
  width: 55%;
  padding: 15px;
}

.video-1_container {
  width: 100%;
}

.background-video {
  height: 100%;
}

.bg-video_1-live {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.bg-video_1-xray {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.bg-video_2-live {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.bg-video_2-xray {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.container {
  width: 900px;
  height: 600px;
  background-color: #fff;
}

.container.full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.bg-vid {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.bg-vid.video.background-video {
  position: absolute;
}

.bg-vid.video.foreground-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.html-embed {
  z-index: 2;
}

.slider-button {
  z-index: 3;
}

.button-3 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0046fe;
  border-radius: 100px;
  background-color: #e3e7ec;
  color: #0046fe;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button-3.refresh-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.button-3.refresh-button.absolute-top-right {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 60;
  max-width: 300px;
}

.button-3.refresh-button.absolute-bot-right {
  left: 3%;
  top: auto;
  right: auto;
  bottom: 3%;
}

.button-3.refresh-button.absolute-bottom-right {
  left: auto;
  top: auto;
  right: 3%;
  bottom: 3%;
}

.button-3.fail-button {
  text-align: center;
}

.temp-gauge_wrapper {
  position: relative;
  width: 190px;
  height: 200px;
}

.image-4 {
  position: absolute;
  z-index: 4;
  background-image: url('../images/temp-gauge_mask.svg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.image-5 {
  position: absolute;
  z-index: 2;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 50%;
  background-image: url('../images/temp-gauge_mask.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.container-2 {
  overflow: hidden;
  height: 0%;
  max-height: 568px;
  max-width: 1024px;
  border-radius: 10px;
  background-color: #fff;
}

.video-2.background-video {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.bg-vid-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: none;
}

.temp-gauge-container {
  position: absolute;
  left: auto;
  top: 30px;
  right: 3%;
  bottom: auto;
  z-index: 25;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.background-video-2 {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.results-left-p-2 {
  color: #f1f1f1;
  font-size: 14px;
  line-height: 22px;
}

.results-left-p-2.small {
  font-family: 'Ul moderat', sans-serif;
  font-size: 11px;
  line-height: 18px;
}

.results-left-p-2.margin-bottom {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 20px;
}

.results-pass-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0f2740), to(rgba(15, 39, 64, 0.95)));
  background-image: linear-gradient(90deg, #0f2740, rgba(15, 39, 64, 0.95));
}

.results-data-heading-2 {
  margin-bottom: 15px;
  color: #f1f1f1;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.results-data-2 {
  font-family: 'DM Mono', sans-serif;
  color: #f1f1f1;
  font-size: 20px;
  text-align: center;
}

.results-left-heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #b0b7bf;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.results-1 {
  margin-left: 17px;
  padding: 10px 20px;
  background-color: rgba(176, 183, 191, 0.3);
  font-family: Syne, sans-serif;
  color: #e3e7ec;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.results-1.pass {
  background-color: #78818f;
  color: #88c9c7;
}

.results-1.fail {
  background-color: #78818f;
  color: #d62452;
}

.xplanation-icon-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  height: 170px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 200px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xplanation-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.padding-top {
  margin-top: 20px;
}

.div-block-2 {
  position: relative;
}

.check_pass {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50px;
  height: 50px;
}

.max-length {
  max-width: 750px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-6 {
  width: 50%;
}

.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-bottom {
  width: 100%;
  margin-bottom: 30px;
}

.examine-choice {
  width: 100%;
  height: 100%;
  padding: 37px;
  background-color: rgba(15, 39, 64, 0.96);
}

.examine-choice_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4444;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.examine-choice_container.charger-2 {
  display: none;
  width: 100%;
  height: 100%;
}

.examine-choice_container.charger-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4444;
  display: none;
  width: 100%;
  height: 100%;
}

.results_fail_slider {
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 1000;
  width: 100%;
  height: 83%;
  padding-right: 20px;
  padding-bottom: 20px;
}

.mobile-message {
  display: none;
}

.paragraph {
  font-size: 12px;
}

.paragraph-2 {
  font-size: 12px;
}

@media screen and (min-width: 1280px) {
  .overcharge-container.bg-grey {
    /* max-height: 800px;
    max-width: 1440px; */
  }

  .instructions_text {
    font-size: 20px;
  }

  .container-2 {
    /* max-height: 800px;
    max-width: 1440px; */
  }

  .results-left-p-2.margin-bottom {
    font-size: 14px;
  }

  .results-left-heading-2 {
    font-size: 32px;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .overcharge-container.bg-grey {
    height: 100%;
    /* max-height: 400px;
    max-width: 720px; */
  }

  .video-container.charger-1 {
    display: none;
  }

  .video-container.charger-2 {
    overflow: scroll;
    height: 100%;
    min-height: 50vh;
  }

  .subtitle {
    font-size: 2vw;
  }

  .title {
    font-size: 6vw;
  }

  .results-container-1 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .select-charger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 50vh;
  }

  .hover-image-full {
    height: auto;
    max-height: 400px;
    max-width: none;
  }

  .charger_link {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .charger._1-shadow {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .charger._1-charger {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 130%;
  }

  .instructions_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .instructions_text {
    font-size: 2vw;
  }

  .instructions_text-wrapper {
    width: 100%;
    text-align: center;
  }

  .button-3.refresh-button.absolute-top-right {
    position: static;
  }

  .container-2 {
    /* max-height: 400px;
    max-width: 720px; */
  }

  .video-2.background-video {
    width: 100%;
  }

  .video-2.foreground-video {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .bg-vid-2 {
    right: 0px;
    bottom: 0px;
  }

  .results-left-p-2.margin-bottom {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 20px;
  }

  .results-pass-wrapper {
    z-index: 999999;
    overflow: scroll;
    width: 100%;
  }

  .results-left-heading-2 {
    font-size: 2.5vh;
  }

  .xplanation-icon-circle {
    width: 100px;
    height: 100px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .examine-choice_container.charger-2 {
    position: relative;
    display: none;
    height: 100vh;
    min-height: 50vh;
  }

  .examine-choice_container.charger-1 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    min-height: 50vh;
  }

  .results_fail_slider {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .italic-text {
    font-size: 14px;
  }

  .image-7 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .overcharge-container.bg-grey {
    /* height: 450px;
    max-width: 812px; */
  }

  .subtitle {
    font-size: 12px;
  }

  .title {
    font-size: 30px;
  }

  .select-charger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
  }

  .hover-image-full {
    max-height: 450px;
  }

  .instructions_text {
    font-size: 15px;
  }

  .button-3.refresh-button.absolute-top-right {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .container-2 {
    /* max-height: 450px;
    max-width: 812px; */
  }

  .results-left-heading-2 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .button {
    font-size: 0.675rem;
  }

  .button-text {
    padding-top: 0.25rem;
  }

  .button-2 {
    font-size: 0.675rem;
  }

  .instructions_text {
    text-align: left;
  }

  .button-3 {
    font-size: 0.675rem;
  }

  .mobile-message {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e3e7ec;
    color: #4c4d56;
    text-align: center;
  }
}

#w-node-_778fbc93-46bb-334c-9b06-273cdb1acd75-7ac42727 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_23a2d908-3f26-8249-4f97-918220fcca1b-7ac42727 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@font-face {
  font-family: 'Ul moderat';
  src: url('../fonts/UL-Moderat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ul moderat';
  src: url('../fonts/UL-Moderat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-ExtraBold.ttf') format('truetype'), url('../fonts/Syne-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}