.evse {
  background: #fff;
  font-size: 17px;
  line-height: 1.5;
  color: #000;
  text-align: center;
}

@media (min-width: 996px) {
  .evse {
    text-align: left;
  }
}

.evse * {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.evse img {
  max-width: 100%;
  vertical-align: bottom;
}

.evse p {
  margin: 0;
  padding-bottom: 20px;
}

.evse-note {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #666;
}

.evse-note li {
  padding: 0 0 5px 0;
  margin: 0;
  list-style: none;
}

.evse picture {
  display: block;
}

.evse__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 25px;
}

@media (min-width: 996px) {
  .evse__wrapper {
    padding: 25px 0;
  }
}

.evse-title {
  font-size: 24px;
  padding: 0 0 15px;
  margin: 0;
  line-height: 1;
}

@media (min-width: 996px) {
  .evse-title {
    font-size: 36px;
  }
  .evse-title span {
    display: block;
  }
}

.evse__btnSty {
  background: -webkit-gradient(linear, left top, right top, from(#80BA34), to(#209CB5));
  background: linear-gradient(to right, #80BA34, #209CB5);
  -webkit-clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
          clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  color: #fff;
  padding: 15px 45px;
  cursor: pointer;
  font-size: 20px;
  -webkit-animation: 2s btn infinite ease-in-out;
          animation: 2s btn infinite ease-in-out;
}

@media (min-width: 996px) {
  .evse__btnSty {
    font-size: 28px;
  }
}

.evse__btnSty:hover {
  background: #209CB5;
}

.evse__gotop {
  display: none;
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: #eee;
}

.evse__gotop:hover {
  background: #ccc;
}

.evse__gotop::after {
  content: "\ea12";
  font-family: "msi-icons";
}

.evse .title--main {
  font-size: 24px;
  padding-bottom: 10px;
}

@media (min-width: 996px) {
  .evse .title--main {
    font-size: 32px;
    line-height: 1.5;
    padding-bottom: 20px;
  }
}

.evse__kv__text, .evse__use__imgbox figcaption {
  color: #fff;
  text-shadow: #000 5px 0 10px;
}

@-webkit-keyframes btn {
  0%, 100% {
    text-shadow: #bfeb11 0 0 10px;
  }
  50% {
    text-shadow: #fff 0 0 5px;
  }
}

@keyframes btn {
  0%, 100% {
    text-shadow: #bfeb11 0 0 10px;
  }
  50% {
    text-shadow: #fff 0 0 5px;
  }
}

.evse__kv {
  position: relative;
}

.evse__kv__img {
  position: relative;
  z-index: 0;
}

.evse__kv img {
  width: 100%;
}

.evse__kv h2 {
  padding-bottom: 5px;
}

.evse__kv__text {
  position: absolute;
  z-index: 1;
  padding: 15px 25px;
}

.evse__kv__btn {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .evse__kv {
    text-align: left;
  }
  .evse__kv__text {
    left: 30px;
    top: 10%;
  }
}

@media (min-width: 996px) {
  .evse__kv__text {
    left: 0px;
    top: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#8fc329), color-stop(#8fc31f), to(rgba(143, 195, 31, 0)));
    background: linear-gradient(to right, #8fc329, #8fc31f, rgba(143, 195, 31, 0));
    padding: 20px 100px 20px 60px;
    font-weight: bold;
    text-shadow: #4a8734 2px 2px 3px;
  }
  .evse__kv h2 {
    font-size: 44px;
    padding-bottom: 20px;
  }
  .evse__kv p {
    font-size: 24px;
    padding-bottom: 0;
  }
  .evse__kv__btn {
    text-align: center;
    padding-top: 50px;
  }
}

.socket {
  position: relative;
  background: #eee;
}

.socket__img {
  position: relative;
  z-index: 1;
}

.socket__img img {
  max-width: 100%;
  vertical-align: bottom;
}

.socket__text {
  padding: 25px;
}

.socket__spec {
  display: table;
  border-spacing: 5px;
}

.socket__spec li {
  display: table-row;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#ccc), to(#eee));
  background: linear-gradient(to right, #ccc, #eee);
  -webkit-box-shadow: #fff 0 0 10px;
          box-shadow: #fff 0 0 10px;
  margin-top: 5px;
  font-size: 14px;
}

.socket__spec b {
  display: table-cell;
  padding-right: 15px;
  width: 30%;
  padding: 5px;
  vertical-align: middle;
  color: #222;
}

.socket__spec b::after {
  display: none;
}

.socket__spec span {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
  color: #666;
}

.socket__note {
  text-align: left;
  padding-top: 10px;
  font-size: 15px;
  color: #666;
}

.socket__note b {
  margin-right: 10px;
}

.socket__note b::after {
  content: " / ";
}

@media (min-width: 996px) {
  .socket {
    text-shadow: #fff 1px 1px 5px;
  }
  .socket__img {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
  }
  .socket__text {
    position: relative;
    z-index: 5;
    width: 45%;
    left: 49%;
    padding-top: 80px;
  }
  .socket__spec li {
    font-size: 16px;
  }
  .socket__spec b, .socket__spec span {
    padding: 10px;
  }
}

@media (min-width: 1930px) {
  .socket__img {
    padding-left: 20%;
  }
}

.socketContent {
  background: #eee;
  position: relative;
  z-index: 5;
  padding: 25px 25px 50px;
  overflow: hidden;
}

.socketContent__item {
  text-align: left;
}

.socketContent h3 {
  font-size: 20px;
  padding: 10px 10px;
  color: #80BA34;
}

.socketContent ul {
  margin-left: 20px;
  text-align: left;
}

.socketContent ul li {
  list-style: disc;
}

@media (min-width: 996px) {
  .socketContent__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-shadow: #fff 1px 1px 5px;
  }
  .socketContent-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    text-align: center;
  }
  .socketContent-img img {
    width: 60%;
  }
  .socketContent__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2px;
  }
  .socketContent h3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .socketContent .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78%;
            flex: 0 0 78%;
    border-bottom: #ccc 1px dashed;
    padding: 25px 0;
    font-size: 16px;
  }
}

.evse__materials {
  padding: 25px;
  text-align: center;
}

@media (min-width: 996px) {
  .evse__materials {
    text-align: left;
    background: -webkit-gradient(linear, left top, right top, from(#eee), color-stop(70%, #fff));
    background: linear-gradient(to right, #eee 0%, #fff 70%);
  }
}

.evse__materials p {
  padding-bottom: 20px;
}

@media (min-width: 996px) {
  .evse__materials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 80px 25px;
  }
  .evse__materials__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .evse__materials .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .evse__materials .evse__materials__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

.evse__protect {
  position: relative;
  background: #eaeaea;
  padding: 25px;
  max-width: 1280px;
  margin: 0 auto;
}

.evse__protect__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.3;
}

.evse__protect__item p {
  padding-bottom: 0;
}

.evse__protect__item img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  margin-right: 10px;
}

@media (min-width: 996px) {
  .evse__protect {
    background: #fff;
  }
  .evse__protect h2 {
    position: absolute;
    z-index: 1;
    top: 10%;
  }
  .evse__protect h2 span {
    display: block;
  }
  .evse__protect h4 {
    font-size: 20px;
    padding-bottom: 5px;
    line-height: 1;
  }
  .evse__protect__item {
    position: absolute;
    z-index: 1;
    width: auto;
    font-size: 16px;
  }
  .evse__protect__item-1 {
    top: 30%;
    left: 25px;
    width: 30%;
  }
  .evse__protect__item-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    top: 50%;
    left: 25px;
    width: 25%;
  }
  .evse__protect__item-2 img {
    margin-bottom: 5px;
  }
  .evse__protect__item-3 {
    top: 40%;
    left: 35%;
    width: 25%;
    color: #fff;
    text-shadow: #000 0 0 10px;
  }
  .evse__protect__item-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    top: 25%;
    right: 0px;
    width: 25%;
  }
  .evse__protect__item-4 img {
    margin-bottom: 5px;
  }
  .evse__protect__item-5 {
    top: 52%;
    right: 20px;
    width: 35%;
  }
  .evse__protect__item-6 {
    bottom: 20px;
    right: 30%;
    width: 25%;
  }
  .evse__protect__item-7 {
    bottom: 20px;
    right: 25px;
    width: 25%;
  }
  .evse__protect__img {
    position: relative;
    z-index: 0;
  }
  .evse__protect__img img {
    vertical-align: bottom;
  }
}

.evse__warranty {
  position: relative;
  padding-bottom: 50px;
}

@media (min-width: 996px) {
  .evse__warranty {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.evse__warranty img {
  width: 100%;
}

.evse__warranty__img {
  position: relative;
  z-index: 0;
}

.evse__warranty .icons {
  position: absolute;
  z-index: 3;
  width: 30%;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 996px) {
  .evse__warranty .icons {
    -webkit-transform: none;
            transform: none;
    top: 50%;
    width: 20%;
    left: 10%;
  }
}

.evse__warranty__text {
  padding-top: 25px;
}

@media (min-width: 996px) {
  .evse__warranty__text {
    position: absolute;
    z-index: 2;
    color: #fff !important;
    width: 40%;
    left: 10%;
    top: 25%;
    padding-top: 0;
    line-height: 1.5;
  }
  .evse__warranty__text h2 {
    color: #fff !important;
  }
}

.evse__waterproof {
  position: relative;
}

.evse__waterproof img {
  width: 100%;
}

.evse__waterproof__img {
  position: relative;
  z-index: 0;
}

.evse__waterproof__text {
  padding: 25px;
}

@media (min-width: 996px) {
  .evse__waterproof__text {
    position: absolute;
    z-index: 1;
    text-shadow: #fff 0 3px 5px;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    width: 40%;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: none;
  }
}

.evse__GTtest {
  position: relative;
  padding-top: 50px;
}

@media (min-width: 996px) {
  .evse__GTtest {
    padding-top: 0;
  }
}

.evse__GTtest img {
  width: 100%;
}

.evse__GTtest__img {
  position: relative;
  z-index: 0;
}

.evse__GTtest__text {
  padding: 25px 0;
  line-height: 1.5;
}

@media (min-width: 996px) {
  .evse__GTtest__text {
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    text-shadow: #000 5px 5px 5px;
    top: 25%;
    color: #fff;
  }
  .evse__GTtest__text p {
    width: 50%;
    margin: 0 auto;
  }
}

.evse__appearance {
  position: relative;
}

.evse__appearance img {
  width: 100%;
}

.evse__appearance__img {
  position: relative;
  z-index: 0;
}

.evse__appearance__imgLine {
  display: none;
  position: absolute;
  z-index: 1;
  inset: 0;
}

@media (min-width: 996px) {
  .evse__appearance__imgLine {
    display: block;
  }
  .evse__appearance h2 {
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    top: 5%;
  }
  .evse__appearance__text {
    position: absolute;
    z-index: 2;
    width: 30%;
  }
  .evse__appearance__text-1 {
    top: 40%;
    left: 0%;
  }
  .evse__appearance__text-2 {
    top: 73%;
    right: 68%;
    text-align: right;
  }
  .evse__appearance__text-3 {
    left: 70%;
    top: 45%;
  }
  .evse__appearance__text-4 {
    left: 65%;
    top: 80%;
  }
}

.evse__display {
  text-align: center;
  padding: 50px 0 15px;
}

.evse__display img {
  width: 100%;
}

.evse__display figure {
  margin: 10px auto;
}

.evse__display figcaption {
  padding-top: 10px;
  padding-bottom: 15px;
  font-weight: bold;
}

@media (min-width: 996px) {
  .evse__display {
    padding: 100px 25px 25px;
  }
  .evse__display p {
    width: 80%;
    margin: 0 auto;
    max-width: auto;
  }
  .evse__display__imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 0;
  }
  .evse__display__imgbox figure {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
  .evse__display__imgbox figure:last-child {
    margin-right: 0;
  }
  .evse__display__imgbox figcaption {
    font-size: 20px;
  }
}

.evse__led {
  padding: 25px 0;
}

.evse__led__img {
  padding-bottom: 25px;
  text-align: center;
}

.evse__led__img img {
  max-height: 250px;
}

.evse__led figure {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}

.evse__led figure figcaption {
  margin-left: 5px;
}

.evse__led figure b {
  display: block;
}

@media (min-width: 768px) {
  .evse__led__imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .evse__led figure {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    width: calc(25% - 10px);
    margin: 15px 5px;
  }
  .evse__led figure b {
    padding-top: 8px;
    font-size: 18px;
  }
  .evse__led figure span {
    font-size: 15px;
    color: #444;
  }
}

@media (min-width: 996px) {
  .evse__led .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .evse__led__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    text-align: center;
  }
  .evse__led__img img {
    max-height: none;
  }
  .evse__led__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .evse__led__imgbox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .evse__led figure {
    width: calc(100% / 3 - 20px);
    margin: 15px 0;
    margin-right: 20px;
    line-height: 1.2;
  }
  .evse__led figure img {
    width: 100%;
  }
  .evse__led figure:nth-child(3n) {
    margin-right: 0;
  }
}

.evse__current {
  position: relative;
  padding: 50px 25px 0;
}

.evse__current img {
  width: 100%;
}

@media (min-width: 996px) {
  .evse__current {
    padding-top: 0;
  }
}

.evse__current__img {
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .evse__current__text {
    text-align: left;
    position: absolute;
    z-index: 1;
    width: 50%;
    left: 25px;
    text-shadow: #fff 5px 5px 5px;
    width: 50%;
    top: 35%;
    left: 50px;
  }
}

@media (min-width: 996px) {
  .evse__current__text {
    left: 100px;
    top: 30%;
  }
}

.evse__reserve {
  position: relative;
  background: #d4d8e1;
  padding-top: 50px;
}

.evse__reserve img {
  width: 100%;
}

@media (min-width: 768px) {
  .evse__reserve {
    padding-top: 0;
  }
}

.evse__reserve__img {
  position: relative;
  z-index: 0;
}

.evse__reserve__text {
  padding: 0 25px 25px;
}

@media (min-width: 768px) {
  .evse__reserve__text {
    position: absolute;
    text-align: left;
    z-index: 1;
    width: 70%;
    right: 25px;
    top: 25px;
    text-shadow: #fff 5px 5px 5px;
    padding-left: 15%;
    padding-left: 0;
    width: 55%;
    top: 10%;
  }
}

@media (min-width: 996px) {
  .evse__reserve__text {
    right: 80px;
    width: 50%;
  }
}

.evse__app {
  position: relative;
  padding: 25px;
  display: block;
}

.evse__app__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding-bottom: 10px;
}

.evse__app__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin-right: 20px;
}

.evse__app__imgScreenBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.evse__app__imgScreenBox figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
}

.evse__app__imgScreenBox figure img {
  padding-bottom: 8px;
}

@media (min-width: 996px) {
  .evse__app {
    padding-top: 60px;
  }
  .evse__app__box, .evse__app__imgScreen {
    display: block;
    width: 70%;
    margin-left: 30%;
  }
  .evse__app__imgScreenBox {
    margin-left: 30%;
    gap: 20px;
  }
  .evse__app__img {
    position: absolute;
    width: 25%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.evse__cable {
  position: relative;
  overflow: hidden;
}

.evse__cable img {
  width: 100%;
}

.evse__cable p {
  padding-bottom: 0;
}

.evse__cable__img {
  position: relative;
  z-index: 0;
}

.evse__cable__text {
  padding: 25px 0;
}

@media (min-width: 996px) {
  .evse__cable__img {
    position: relative;
    margin-top: -200px;
  }
  .evse__cable__text {
    width: 50%;
    top: 5%;
    left: 80px;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    text-shadow: #000 5px 5px 5px;
  }
}

.evse__use {
  position: relative;
}

.evse__use img {
  width: 100%;
}

.evse__use h2 span {
  display: block;
}

.evse__use__imgbox figure {
  position: relative;
}

.evse__use__imgbox figcaption {
  position: absolute;
  z-index: 2;
  font-size: 20px;
}

.evse__use__imgbox img {
  position: relative;
  z-index: 0;
}

.evse__use__imgbox .img1 figcaption {
  bottom: 35px;
  left: 35px;
}

.evse__use__imgbox .img2 figcaption {
  top: 35px;
  right: 35px;
}

.evse__use__iconbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #80BA34;
  text-align: center;
  gap: 10px;
  padding: 25px 0;
}

.evse__use__iconbox figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100px;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
}

.evse__use__iconbox img {
  margin: 0 auto;
  width: 80%;
}

.evse__use__iconbox figcaption {
  padding-top: 5px;
  text-align: center;
}

@media (min-width: 996px) {
  .evse__use {
    padding-top: 50px;
  }
  .evse__use h2 {
    position: absolute;
    left: 80px;
    top: 80px;
  }
  .evse__use__imgbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .evse__use__imgbox .img1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
  }
  .evse__use__imgbox .img2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
    margin-top: 140px;
  }
  .evse__use__iconbox {
    position: absolute;
    width: 35%;
    top: 65%;
    right: 35px;
    text-align: center;
  }
}

.evse__sharing {
  position: relative;
}

.evse__sharing__text {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(90%, #eeeeee), to(rgba(238, 238, 238, 0)));
  background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 90%, rgba(238, 238, 238, 0));
  padding: 45px 25px 25px;
  margin-bottom: -45px;
}

@media (min-width: 996px) {
  .evse__sharing__text {
    position: absolute;
    background: none;
    width: 40%;
    top: 10%;
    left: 55%;
  }
}

.evse__install {
  background: #cad4d3;
  position: relative;
}

.evse__install img {
  width: 100%;
  vertical-align: bottom;
}

.evse__install__text {
  padding: 25px;
  text-shadow: #fff 1px 2px 3px;
}

.evse__install__text dl {
  font-weight: bold;
}

.evse__install__imgbox {
  position: relative;
  text-align: left;
}

.evse__install__imgbox dl {
  position: absolute;
  z-index: 2;
  top: 5px;
  width: 50%;
  left: 15px;
  font-size: 13px;
}

.evse__install__imgbox dt {
  position: relative;
  padding-left: 20px;
}

.evse__install__imgbox dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
  background: #80BA34;
  text-align: center;
}

.evse__install__imgbox .text1::before {
  content: "1";
}

.evse__install__imgbox .text2::before {
  content: "2";
}

.evse__install__imgNum {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  background: #80BA34;
  text-align: center;
}

.evse__install__imgNum-1 {
  right: 15%;
  top: 25%;
}

.evse__install__imgNum-2 {
  left: 45%;
  top: 75%;
}

@media (min-width: 996px) {
  .evse__install__text {
    position: absolute;
    z-index: 2;
    width: 50%;
    left: 30px;
    padding-top: 10%;
  }
  .evse__install__imgNum {
    display: none;
  }
  .evse__install__imgbox dt {
    position: absolute;
    font-size: 16px;
  }
  .evse__install__imgbox dt::before {
    display: none;
  }
  .evse__install__imgbox dl {
    width: 100%;
    height: 100%;
    inset: 0;
  }
  .evse__install__imgbox .text1 {
    right: 15%;
    top: 48%;
  }
  .evse__install__imgbox .text2 {
    width: 20%;
    left: 15%;
    top: 75%;
  }
}

.evse__color {
  background: url("https://storage-asset.msi.com/event/2024/Corp/EV-Charging/images/pdimg/ezgo/color-bg.jpg") center center no-repeat;
  text-align: center;
}

.evse__color img {
  width: 50%;
  vertical-align: bottom;
}

@media (min-width: 996px) {
  .evse__color img {
    width: 45%;
    height: auto !important;
  }
}

.spec {
  padding: 45px 0;
  text-align: center;
}

.spec .title--main {
  text-align: center;
}

.spec img {
  max-width: 100%;
  margin: 0 auto;
}

.spec__img {
  padding-top: 15px;
  overflow: auto;
}

.pdSpecTable {
  width: 100%;
  border-top: #80BA34 5px solid;
}

.pdSpecTable td {
  padding: 5px 15px;
  background: #dadada;
  color: #222;
  text-align: left;
}

.pdSpecTable td:first-child {
  background: #565654;
  color: #fff;
  text-align: right;
}

@media (min-width: 996px) {
  .fitting {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.fittingBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

@media (min-width: 996px) {
  .fittingBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 2px;
    gap: 4px;
  }
}

.fitting img {
  width: 100%;
  vertical-align: bottom;
}

.fitting ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.fitting li {
  background: #dadada;
  padding: 5px;
  text-align: center;
}

.fitting li:first-child {
  background: #575756;
  color: #fff;
}

.evse__plug {
  padding: 25px;
  text-align: center;
}

.evse__plug h2 span {
  display: block;
}

.evse__plug__spec {
  font-size: 15px;
  margin: 20px auto;
  vertical-align: top;
}

.evse__plug__spec__img {
  margin-bottom: 15px;
}

.evse__plug__spec__img img {
  vertical-align: bottom;
  width: 100px;
}

.evse__plug__spec ul {
  list-style: none;
}

.evse__plug__spec ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #80BA34 1px solid;
  padding: 8px;
}

.evse__plug__spec ul li b, .evse__plug__spec ul li span {
  display: block;
}

.evse__plug__spec ul li b {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  text-align: left;
}

.evse__plug__spec ul li span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 150px);
          flex: 0 0 calc(100% - 150px);
  text-align: center;
}

.evse__plug .note-xs {
  font-size: 14px;
  color: #666;
  padding-top: 10px;
  text-align: center;
}

.evse__plug .note-lg {
  display: none;
}

@media (min-width: 768px) {
  .evse__plug h2 span {
    display: inline-block;
  }
  .evse__plug__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0 auto;
    max-width: auto;
  }
  .evse__plug__spec:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .evse__plug__spec:first-child .evse__plug__spec__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: center;
    width: calc(100% - 100px);
    margin-left: 100px;
  }
  .evse__plug__spec:first-child .evse__plug__spec__img img {
    margin: 0 auto;
  }
  .evse__plug__spec:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .evse__plug__spec:last-child span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .evse__plug__spec:last-child b {
    display: none;
  }
  .evse__plug__spec__img {
    width: 100%;
    max-width: auto;
  }
  .evse__plug__spec__img img {
    width: 180px;
  }
  .evse__plug__spec li:last-child {
    min-height: 100px;
  }
  .evse__plug .note-xs {
    display: none;
  }
  .evse__plug .note-lg {
    display: block;
    font-size: 14px;
    color: #666;
    padding-top: 10px;
    text-align: center;
  }
}

@media (min-width: 996px) {
  .evse__plug {
    text-align: center;
    padding: 50px 0 0;
  }
}

.popup {
  display: none;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 25px;
  overflow-x: hidden;
}

.popup__inner {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup__body {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: #ccc 0 0 30px;
          box-shadow: #ccc 0 0 30px;
  border-radius: 25px;
  padding: 25px;
  border-top: #80BA34 5px solid;
}

@media (min-width: 768px) {
  .popup__body {
    padding: 50px;
  }
}

@media (min-width: 996px) {
  .popup__body {
    min-height: 500px;
  }
}

.popup-close {
  position: absolute;
  z-index: 2;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #80BA34;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.popup-close:hover {
  background: #209CB5;
}

.popup-close::after {
  content: "\ea02";
  font-family: "msi-icons";
}

.evse__wtb h2 {
  text-align: center;
  padding-bottom: 15px;
}

.evse__wtb h2 b {
  font-size: 24px;
}

.evse__wtb h2 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding-top: 15px;
}

.evse__wtb h3 {
  text-align: center;
  font-size: var(--title-md);
  color: #209CB5;
  padding-top: 30px;
}

.evse__wtb p {
  text-align: center;
}

.evse__wtb__btn {
  padding: 25px 25px 50px;
  text-align: center;
}

.evse__wtb__store {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.evse__wtb__store a {
  display: block;
  background: #eee;
  border: transparent 2px solid;
}

.evse__wtb__store a img {
  border-top-left-radius: 30px;
  overflow: hidden;
  width: 150px;
}

.evse__wtb__store a:hover {
  -webkit-box-shadow: #209CB5 0 0 30px;
          box-shadow: #209CB5 0 0 30px;
}

.evse__wtb__store.active {
  display: block;
}

@media (min-width: 768px) {
  .evse__wtb__store.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .evse__wtb__store.active a {
    margin: 15px;
  }
}
/*# sourceMappingURL=evse-ezgo-au.css.map */