.evse {
  background: #fff;
  font-size: 20px;
  line-height: 1.5;
  color: #222;
  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%;
  height: auto;
  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 picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.evse .hidden--lg {
  display: none;
}

.evse__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
}

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

.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__btn {
  text-align: center;
  padding: 40px 0;
}

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

.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;
  }
}

@-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;
  }
}

.kv {
  position: relative;
  min-height: calc(100vh - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.kv img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.kv__logo {
  width: 70%;
  margin: 0 auto;
  max-width: 500px;
}

.kv__title {
  width: 90%;
  margin: 0 auto;
  max-width: auto;
  padding: 25px 0;
}

@media (min-width: 996px) {
  .kv__title {
    max-width: 1700px;
    width: 60%;
  }
}

.kv__text {
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 25px;
}

@media (min-width: 996px) {
  .kv__text {
    font-size: 2vw;
  }
}

.kv__location {
  color: var(--color-green);
}

.kv__booth {
  width: 70%;
  margin: 0 auto;
  max-width: auto;
  padding-top: 3vw;
}

@media (min-width: 996px) {
  .kv__booth {
    max-width: 800px;
    width: 30%;
    padding-top: 1.5vw;
  }
}

.textBar {
  z-index: 5;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-green)), to(var(--color-blue)));
  background: linear-gradient(to right, var(--color-green), var(--color-blue));
  color: #fff;
  height: 45px;
  line-height: 50px;
  font-size: 16px;
  font-family: var(--pageTitle);
  font-weight: 900;
}

.textBar span {
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

@media (min-width: 996px) {
  .textBar span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.product {
  position: relative;
  background: #434343;
  overflow: hidden;
}

.product::before {
  content: "";
  position: absolute;
  background: radial-gradient(circle at center, #434343 0%, #434343 80%, rgba(40, 223, 227, 0.3));
  -webkit-animation: 5s bgGlow infinite ease-in-out;
          animation: 5s bgGlow infinite ease-in-out;
}

.product__box {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 40px 25px;
}

.pd {
  text-align: center;
  color: #fff;
}

@media (min-width: 996px) {
  .pd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pd:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.pd img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.pd__img {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: auto;
}

@media (min-width: 996px) {
  .pd__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 50px;
  }
}

.pd__img::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(40, 223, 227, 0.9) 0%, rgba(40, 223, 227, 0.7) 20%, rgba(40, 223, 227, 0.12) 45%, rgba(40, 223, 227, 0) 60%);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: pulseGlow 2s ease-out infinite;
          animation: pulseGlow 2s ease-out infinite;
}

.pd__img::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(40, 223, 227, 0.9) 0%, rgba(40, 223, 227, 0.7) 20%, rgba(40, 223, 227, 0.12) 45%, rgba(40, 223, 227, 0) 60%);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 0;
  -webkit-animation: pulseGlow 2s ease-out infinite 1s;
          animation: pulseGlow 2s ease-out infinite 1s;
}

.pd .img-base {
  position: relative;
  z-index: 1;
  -webkit-animation: 5s float infinite ease-in-out;
          animation: 5s float infinite ease-in-out;
}

.pd .img-top {
  position: absolute;
  inset: 0;
  z-index: 2;
  -webkit-animation: 4s float infinite ease-in-out .5s;
          animation: 4s float infinite ease-in-out .5s;
}

.pd__text {
  padding: 25px 0;
  will-change: transform, opacity;
}

.pd h2 {
  color: var(--color-blue);
  font-size: 32px;
  text-transform: uppercase;
}

@media (min-width: 996px) {
  .pd h2 {
    font-size: 60px;
  }
}

.pd h3 {
  color: var(--color-green);
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 15px;
}

@media (min-width: 996px) {
  .pd h3 {
    font-size: 38px;
  }
}

.pd p {
  padding-bottom: 15px;
  color: #ccc;
}

@media (min-width: 996px) {
  .pd p {
    font-size: 20px;
    line-height: 1.5;
  }
}

.pd__btn {
  padding-top: 10px;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@-webkit-keyframes pulseGlow {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@keyframes pulseGlow {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes bgGlow {
  0%, 100% {
    inset: 0%;
  }
  50% {
    inset: -2%;
  }
}

@keyframes bgGlow {
  0%, 100% {
    inset: 0%;
  }
  50% {
    inset: -2%;
  }
}

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

.banner .swiper-pagination {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  bottom: 30px;
  text-align: center;
  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;
}

.banner .swiper-pagination-bullet {
  position: relative;
  width: 30px;
  height: 8px;
  border-radius: 5px;
  background: #ccc;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  margin: 0;
  left: auto !important;
}

.banner .swiper-pagination-bullet-active {
  background: var(--color-blue);
  left: auto !important;
}

.software {
  position: relative;
  background: #000;
  overflow: hidden;
  text-align: center;
}

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

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

.software-bg {
  position: relative;
  z-index: 0;
  margin-top: -35vw;
}

@media (min-width: 996px) {
  .software-bg {
    margin-top: 0;
  }
}

.software__box {
  position: relative;
  z-index: 2;
  padding-top: 25px;
}

@media (min-width: 996px) {
  .software__box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.software__text {
  color: #fff;
}

@media (min-width: 996px) {
  .software__text {
    width: 40%;
  }
}

.software__text h2 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.software__text p {
  padding-bottom: 30px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}

.software-ems {
  background: #2a2f2c;
}

.visit {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  padding: 25px;
  overflow: hidden;
}

.visit__title {
  font-size: 28px;
  padding-bottom: 40px;
}

@media (min-width: 996px) {
  .visit__title {
    font-size: 50px;
  }
  .visit__title span {
    display: block;
  }
}

.visit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media (min-width: 996px) {
  .visit__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-width: 900px;
  }
  .visit__btn .common-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}

.visit__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding-top: 50px;
}

@media (min-width: 996px) {
  .visit__media {
    gap: 50px;
  }
}

.visit__media a {
  position: relative;
  color: #fff;
  border: #ccc 1px solid;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 50px;
  overflow: hidden;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.visit__media a i {
  position: relative;
}

.visit__media a::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.visit__media a:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  border-color: var(--color-blue);
}

.visit__media a:hover::before {
  background: var(--color-blue);
  opacity: .5;
  width: 100%;
  height: 100%;
}

.visit .common-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
}

.visit .common-btn b {
  padding-right: 50px;
}

@media (min-width: 996px) {
  .visit .common-btn b {
    padding: 25px 50px 25px 025px;
  }
}

.project {
  --color-green: #3af950;
  --color-blue: #28dfe3;
}

.project .bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -2;
  top: 0;
  left: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background: url("../images/bg-xs.jpg") top center no-repeat ;
  background-size: cover;
}

@media (min-width: 996px) {
  .project .bg {
    background: url("../images/bg.jpg") top center no-repeat ;
    background-size: cover;
  }
}

.project .bg::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  top: 0;
  left: 0;
  background: url("../images/bg-top-xs.jpg") top center no-repeat ;
  background-size: cover;
  -webkit-animation: 3s flash infinite ease-in-out;
          animation: 3s flash infinite ease-in-out;
}

@media (min-width: 996px) {
  .project .bg::before {
    background: url("../images/bg-top.jpg") top center no-repeat ;
    background-size: cover;
  }
}

.project .bg::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  top: 0;
  left: 0;
  background: #000;
  opacity: .6;
}

.project .common-title {
  font-size: 24px;
  padding-bottom: 15px;
}

@media (min-width: 996px) {
  .project .common-title {
    font-size: 36px;
  }
}

.project .common-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  min-width: 200px;
  padding: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  border: var(--color-green) 1px solid;
  background: none;
  overflow: hidden;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.project .common-btn::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 2px;
  background: var(--color-green);
}

.project .common-btn::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--color-blue);
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.project .common-btn b {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-weight: normal;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.project .common-btn span {
  display: inline-block;
  pointer-events: none;
}

.project .common-btn span::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 1px;
  right: 15px;
  bottom: 15px;
  background: #000;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.project .common-btn span::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 1px;
  right: 15px;
  bottom: 17px;
  background: #000;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.project .common-btn:hover {
  border-color: var(--color-blue);
  -webkit-box-shadow: var(--color-blue) 0 0 30px;
          box-shadow: var(--color-blue) 0 0 30px;
}

.project .common-btn:hover::after {
  width: 100%;
}

.project .common-btn:hover b {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.project .common-btn:hover span::before {
  width: 50px;
}

@-webkit-keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/*# sourceMappingURL=main.css.map */