@charset "UTF-8";
@import url("https://use.typekit.net/wol7tlm.css");
:root {
  --primary-color: #ffffff;
  --secondary-color: #a1a1a1;
  --txt-color: #ffffff;
  --intro-color: #a1a1a1;
  --black-color: #000000;
  --color-blue: #00b2bb;
}

@-webkit-keyframes sparkle {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

@keyframes sparkle {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-color: rgba(180, 240, 248, 0.95);
    -webkit-box-shadow: 0 0 25px rgba(180, 240, 248, 0.7);
            box-shadow: 0 0 25px rgba(180, 240, 248, 0.7);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(4);
            transform: translate(-50%, -50%) scale(4);
    opacity: 0;
    border-color: rgba(180, 240, 248, 0);
    -webkit-box-shadow: 0 0 60px rgba(180, 240, 248, 0);
            box-shadow: 0 0 60px rgba(180, 240, 248, 0);
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-color: rgba(180, 240, 248, 0.95);
    -webkit-box-shadow: 0 0 25px rgba(180, 240, 248, 0.7);
            box-shadow: 0 0 25px rgba(180, 240, 248, 0.7);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(4);
            transform: translate(-50%, -50%) scale(4);
    opacity: 0;
    border-color: rgba(180, 240, 248, 0);
    -webkit-box-shadow: 0 0 60px rgba(180, 240, 248, 0);
            box-shadow: 0 0 60px rgba(180, 240, 248, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes waveExpand {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(2);
            transform: translateY(-50%) translateX(-50%) scale(2);
    opacity: 0.5;
    -webkit-box-shadow: 0 0 10px rgba(0, 255, 255, 0.3), 0 0 20px rgba(0, 255, 255, 0.2);
            box-shadow: 0 0 10px rgba(0, 255, 255, 0.3), 0 0 20px rgba(0, 255, 255, 0.2);
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(5);
            transform: translateY(-50%) translateX(-50%) scale(5);
    opacity: 0.3;
    -webkit-box-shadow: 0 0 20px rgba(0, 255, 255, 0.25), 0 0 40px rgba(0, 255, 255, 0.15), 0 0 60px rgba(0, 255, 255, 0.1);
            box-shadow: 0 0 20px rgba(0, 255, 255, 0.25), 0 0 40px rgba(0, 255, 255, 0.15), 0 0 60px rgba(0, 255, 255, 0.1);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(8);
            transform: translateY(-50%) translateX(-50%) scale(8);
    opacity: 0;
    -webkit-box-shadow: 0 0 25px rgba(0, 255, 255, 0.2), 0 0 50px rgba(0, 255, 255, 0.1), 0 0 75px rgba(0, 255, 255, 0.05);
            box-shadow: 0 0 25px rgba(0, 255, 255, 0.2), 0 0 50px rgba(0, 255, 255, 0.1), 0 0 75px rgba(0, 255, 255, 0.05);
  }
}
@keyframes waveExpand {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(2);
            transform: translateY(-50%) translateX(-50%) scale(2);
    opacity: 0.5;
    -webkit-box-shadow: 0 0 10px rgba(0, 255, 255, 0.3), 0 0 20px rgba(0, 255, 255, 0.2);
            box-shadow: 0 0 10px rgba(0, 255, 255, 0.3), 0 0 20px rgba(0, 255, 255, 0.2);
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(5);
            transform: translateY(-50%) translateX(-50%) scale(5);
    opacity: 0.3;
    -webkit-box-shadow: 0 0 20px rgba(0, 255, 255, 0.25), 0 0 40px rgba(0, 255, 255, 0.15), 0 0 60px rgba(0, 255, 255, 0.1);
            box-shadow: 0 0 20px rgba(0, 255, 255, 0.25), 0 0 40px rgba(0, 255, 255, 0.15), 0 0 60px rgba(0, 255, 255, 0.1);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(8);
            transform: translateY(-50%) translateX(-50%) scale(8);
    opacity: 0;
    -webkit-box-shadow: 0 0 25px rgba(0, 255, 255, 0.2), 0 0 50px rgba(0, 255, 255, 0.1), 0 0 75px rgba(0, 255, 255, 0.05);
            box-shadow: 0 0 25px rgba(0, 255, 255, 0.2), 0 0 50px rgba(0, 255, 255, 0.1), 0 0 75px rgba(0, 255, 255, 0.05);
  }
}
.eco {
  position: relative;
}
.eco p, .eco ul li {
  font-family: var(--MSIBodyFont);
}
.eco img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}
.eco a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.eco .kv {
  position: relative;
}
.eco .kv-logo {
  width: 40%;
}
.eco .kv-badge {
  width: 30%;
}
.eco .kv-badge img {
  max-height: 130px;
  width: auto;
  margin: auto;
}
.eco .kv__mainTitle {
  text-align: center;
  margin-bottom: 5%;
}
.eco .kv__mainTitle h1 {
  color: #000;
  font-size: 7.5vw;
  position: relative;
}
.eco .kv__mainTitle p {
  color: var(--color-blue);
  color: #ffffff;
  font-size: 5vw;
  margin-top: 2%;
  background: #000;
  padding: 5px 30px;
  font-weight: 600;
  display: inline-block;
}
.eco .kv__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5%;
}
.eco .kv__titleBox {
  padding-right: 5%;
}
.eco .kv__titleBox h2 {
  color: var(--primary-color);
  font-size: 3.5vw;
  font-weight: bold;
  font-style: italic;
}
.eco .kv__textBox {
  color: var(--primary-color);
  border-left: 3px solid;
  padding-left: 5%;
}
.eco .kv__textBox-txt {
  font-size: 2.6vw;
  font-size: 3vw;
  letter-spacing: 3px;
}
@media (min-width: 996px) {
  .eco .kv__flexBox {
    display: block;
    margin: 0;
  }
  .eco .kv-logo {
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 1;
    width: 15vw;
  }
  .eco .kv-badge {
    position: absolute;
    right: 0;
    top: 1%;
    z-index: 1;
    width: 6.2vw;
  }
  .eco .kv__mainTitle {
    position: absolute;
    top: 23%;
    left: 10%;
    width: 40%;
    text-align: center;
    margin-bottom: 0;
  }
  .eco .kv__mainTitle h1 {
    font-size: 3.5vw;
    color: var(--primary-color);
    text-shadow: 0 0 6px rgba(2, 21, 90, 0.6), 0 0 6px rgba(2, 21, 90, 0.6), 0 0 6px rgba(2, 21, 90, 0.6), 0 0 6px rgba(2, 21, 90, 0.6);
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  .eco .kv__mainTitle p {
    font-size: 2vw;
    text-shadow: 0 0 3px #fff;
    color: #000;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
.eco .mainBanner {
  position: relative;
}
.eco .mainBanner-badge {
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 1;
  width: 8vw;
}
.eco .mainBanner__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 85%;
  margin: auto;
  z-index: 2;
  margin-left: 1.5%;
}
.eco .mainBanner__titleBox h2 {
  color: var(--primary-color);
  font-size: 2.8vw;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
.eco .mainBanner__textBox {
  color: var(--primary-color);
}
.eco .mainBanner__textBox-txt {
  font-size: 2.8vw;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
.eco .eco__main {
  position: relative;
}
.eco .eco__main-contBox {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.eco .eco__main-contBox:not(.active) {
  display: none;
}
.eco .subTab {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#e9e9e9), to(transparent));
  background: linear-gradient(to top, #e9e9e9, transparent);
}
.eco .subTab__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 2%;
}
.eco .subTab__item {
  width: 45%;
  margin: 5px;
  border: 2px solid var(--color-blue);
}
.eco .subTab__item a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.eco .subTab__item a h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-blue);
  text-align: center;
  background: transparent;
  padding: 1% 2%;
  min-height: 60px;
  margin: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.eco .subTab__item a:hover h3 {
  background: var(--color-blue);
  color: #ffffff;
}
.eco .subTab__item:hover {
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
  -webkit-box-shadow: 0 0 10px rgba(0, 178, 187, 0.3);
          box-shadow: 0 0 10px rgba(0, 178, 187, 0.3);
}
.eco .subTab__item h3 {
  background: var(--color-blue);
  color: #ffffff;
}
@media (min-width: 996px) {
  .eco .subTab__item {
    width: calc(20% - 10px);
  }
}
.eco .cta {
  margin: 0 auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#e9e9e9), to(#e9e9e9));
  background: linear-gradient(to top, #e9e9e9, #e9e9e9);
  padding: 4% 0;
}
.eco .cta__linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.eco .cta__linkBox a {
  display: block;
  padding: 10px 30px;
  color: var(--primary-color);
  font-size: 4.8vw;
  font-weight: 600;
  cursor: pointer;
}
.eco .cta__linkBox-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#36D1DC), color-stop(51%, #5B86E5), to(#36D1DC));
  background-image: linear-gradient(to right, #36D1DC 0%, #5B86E5 51%, #36D1DC 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#00b2bb), color-stop(51%, #23bf68), to(#00b2bc));
  background-image: linear-gradient(to right, #00b2bb 0%, #23bf68 51%, #00b2bc 100%);
}
.eco .cta__linkBox-btn {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  background-position: left center;
  color: white;
  -webkit-box-shadow: 0 0 20px #eee;
          box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  border: none;
}
.eco .cta__linkBox-btn:hover {
  background-position: 105% center;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 996px) {
  .eco .cta__linkBox a {
    font-size: 1.8vw;
  }
}
.eco .ecoBlock {
  position: relative;
  overflow: hidden;
}
.eco .ecoBlock-1 .ecoBlock__titleBox {
  top: 25%;
  left: 36%;
}
.eco .ecoBlock-2 .ecoBlock__titleBox {
  top: 50%;
  left: 29%;
}
.eco .ecoBlock-3 .ecoBlock__titleBox {
  top: 50%;
  left: 43%;
}
.eco .ecoBlock-3 .ecoBlock__titleBox h2 {
  color: var(--black-color);
}
.eco .ecoBlock-3 .ecoBlock__titleBox-Wrap {
  width: 46%;
}
.eco .ecoBlock-3 .ecoBlock__titleBox-txt {
  padding: 0 3%;
}
.eco .ecoBlock-4 .ecoBlock__titleBox {
  top: 15%;
  left: 50%;
  width: 68%;
}
.eco .ecoBlock-4 .ecoBlock__titleBox h2 {
  color: var(--black-color);
}
.eco .ecoBlock-4 .ecoBlock__titleBox-img {
  width: calc(33.3333333333% - 10px);
}
.eco .ecoBlock-4 .ecoBlock__titleBox-flex {
  position: absolute;
  top: 38%;
  left: 31%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 58vw;
}
.eco .ecoBlock-5 .ecoBlock__titleBox {
  top: 50%;
  left: 2%;
  text-align: center;
}
.eco .ecoBlock-5 .ecoBlock__titleBox h2 {
  color: var(--black-color);
}
.eco .ecoBlock-5 .ecoBlock__titleBox-Wrap {
  width: 41vw;
}
.eco .ecoBlock-5 .ecoBlock__titleBox-img {
  width: calc(33.3333333333% - 10px);
}
.eco .ecoBlock-5 .ecoBlock__titleBox-img img {
  max-width: 150px;
  margin: 3% auto;
}
.eco .ecoBlock__titleBox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 5%;
}
.eco .ecoBlock__titleBox-img {
  width: calc(50% - 10px);
}
.eco .ecoBlock__titleBox-img p {
  font-size: 1.1vw;
  text-align: center;
  margin-bottom: 2%;
}
.eco .ecoBlock__titleBox-txt h2 {
  color: var(--black-color);
  font-size: 7vw;
  margin-bottom: 2%;
  text-align: center;
}
.eco .ecoBlock__titleBox-txt p {
  color: var(--black-color);
  font-size: 3.5vw;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 996px) {
  .eco .ecoBlock__titleBox-txt h2 {
    font-size: 3vw;
    text-align: left;
  }
  .eco .ecoBlock__titleBox-txt p {
    font-size: 1.3vw;
    text-align: left;
  }
}
.eco .tabs {
  position: relative;
  z-index: 100;
  background: #ffffff;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.eco .tabs.header--scrolled {
  position: sticky;
  top: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.eco .tabs__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.eco .tabs__btn {
  position: relative;
  padding: 12px;
  background: transparent;
  border: 2px solid rgba(0, 178, 187, 0.3);
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  font-size: clamp(18px, 1.3vw, 40px);
  text-transform: uppercase;
  letter-spacing: 1px;
  width: calc(33.3333333333% - 10px);
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 178, 187, 0)), to(rgba(35, 191, 104, 0))), -webkit-gradient(linear, left top, right top, from(rgba(0, 178, 187, 0.3)), to(rgba(35, 191, 104, 0.3)));
  background-image: linear-gradient(to right, rgba(0, 178, 187, 0), rgba(35, 191, 104, 0)), linear-gradient(90deg, rgba(0, 178, 187, 0.3), rgba(35, 191, 104, 0.3));
}
.eco .tabs__btn strong {
  position: relative;
  z-index: 2;
}
.eco .tabs__btn:hover {
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#00b2bb), to(#23bf68)), -webkit-gradient(linear, left top, right top, from(#00b2bb), to(#23bf68));
  background-image: linear-gradient(to right, #00b2bb, #23bf68), linear-gradient(90deg, #00b2bb, #23bf68);
  color: var(--primary-color);
}
.eco .tabs__btn.active {
  border-color: var(--color-blue);
  color: var(--primary-color);
  background: linear-gradient(135deg, rgba(0, 178, 187, 0.3) 0%, rgba(0, 165, 217, 0.5) 50%, rgba(0, 178, 187, 0.3) 100%);
  background: var(--color-blue);
  -webkit-box-shadow: 0 0 20px rgba(0, 178, 187, 0.4), inset 0 0 20px rgba(0, 165, 217, 0.2);
          box-shadow: 0 0 20px rgba(0, 178, 187, 0.4), inset 0 0 20px rgba(0, 165, 217, 0.2);
  border: 2px solid rgb(0, 178, 187);
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#00b2bb), to(#23bf68)), -webkit-gradient(linear, left top, right top, from(#00b2bb), to(#23bf68));
  background-image: linear-gradient(to right, #00b2bb, #23bf68), linear-gradient(90deg, #00b2bb, #23bf68);
}
.eco .tabs__btn #container-stars {
  display: none;
}
.eco .tabs__btn #stars {
  display: none;
}
.eco .tabs__btn #glow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.eco .tabs__btn .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 2px solid rgba(180, 240, 248, 0.85);
  border-radius: 50%;
  opacity: 0;
  -webkit-box-shadow: 0 0 20px rgba(180, 240, 248, 0.5);
          box-shadow: 0 0 20px rgba(180, 240, 248, 0.5);
}
.eco .tabs__btn.active .circle {
  -webkit-animation: ripple 3s ease-out infinite;
          animation: ripple 3s ease-out infinite;
}
.eco .tabs__btn.active .circle:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.eco .tabs__btn.active .circle:nth-child(2) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media (min-width: 996px) {
  .eco .tabs__btn__btn {
    padding: 12px 24px;
  }
}
.eco .changepart {
  position: relative;
  min-height: 500px;
}
.eco .changepart__block {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.eco .changepart__block.active {
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn 0.5s ease-in-out;
          animation: fadeIn 0.5s ease-in-out;
}
.eco__sideNav {
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(200px);
          transform: translateY(-50%) translateX(200px);
  z-index: 999;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 996px) {
  .eco__sideNav {
    display: block;
  }
}
.eco__sideNav.show {
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  opacity: 1;
}
.eco__sideNav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.eco__sideNav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 0 8px 12px;
  background: transparent;
  border: none;
  color: var(--primary-color);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: visible;
  font-size: 12px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  text-align: right;
  gap: 8px;
  max-width: 100%;
}
.eco__sideNav-link:hover .eco__sideNav-text {
  opacity: 1;
  max-width: 280px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px rgba(0, 0, 0, 0.6);
}
.eco__sideNav-dot {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(170, 170, 170, 0.4);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 0;
}
.eco__sideNav-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.25s ease, max-width 0.3s ease;
  transition: opacity 0.25s ease, max-width 0.3s ease;
  color: var(--primary-color);
  padding: 4px 8px 4px 0;
  background: transparent;
}
.eco__sideNav-link:hover .eco__sideNav-dot {
  background: var(--color-blue);
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 3px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 3px rgba(0, 0, 0, 0.35);
  border: 2px solid #00b2bb;
}
.eco__sideNav-link.active .eco__sideNav-dot {
  background: var(--color-blue);
  border: 2px solid #00b2bb;
  -webkit-box-shadow: 0 0 20px rgba(0, 178, 187, 0.4), inset 0 0 12px rgba(0, 165, 217, 0.25);
          box-shadow: 0 0 20px rgba(0, 178, 187, 0.4), inset 0 0 12px rgba(0, 165, 217, 0.25);
}
.eco__sideNav-link.active .eco__sideNav-text {
  opacity: 1;
  max-width: 280px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px rgba(0, 0, 0, 0.6);
}
.eco #msi_twYrsale {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow-y: auto;
  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;
  padding: 20px;
}
.eco #msi_twYrsale.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.eco #msi_twYrsale .msionlin-shop {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  max-width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 10000;
}
.eco #msi_twYrsale .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10001;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #333;
  line-height: 1;
  padding: 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;
}
.eco #msi_twYrsale .close:hover {
  color: #000;
}
.eco #msi_twYrsale .close:before {
  content: "×";
  font-size: 32px;
  line-height: 1;
}
.eco__goToTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 28px;
  width: 50px;
  height: 50px;
  border-radius: 20%;
  background: #DCDDDD;
  color: #595757;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  z-index: 300;
  -webkit-box-shadow: #ccc 1px 1px 3px;
          box-shadow: #ccc 1px 1px 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.eco__goToTop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -5px 0 0 -7px;
  border: solid #595757;
  border-width: 2.5px 2.5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.eco__goToTop:hover {
  border: 2px solid transparent;
  background: #209CB5;
  color: #fff;
}
.eco__goToTop:hover::before {
  border-color: #fff;
}
.eco__goToTop:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  background: var(--color-blue);
  border: 2px solid rgb(0, 178, 187);
  -webkit-box-shadow: 0 0 20px rgba(0, 178, 187, 0.4), inset 0 0 20px rgba(0, 165, 217, 0.2);
          box-shadow: 0 0 20px rgba(0, 178, 187, 0.4), inset 0 0 20px rgba(0, 165, 217, 0.2);
}
@media (max-width: 996px) {
  .eco__goToTop {
    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;
  }
}/*# sourceMappingURL=main.css.map */