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

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.main-title {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e7c57c), color-stop(#ffe9ae), color-stop(#fff), to(#e7c37c));
  background-image: linear-gradient(to top, #e7c57c, #ffe9ae, #fff, #e7c37c);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  margin: 0px 0 10px;
}
@media (min-width: 996px) {
  .main-title {
    font-size: 2.6vw;
  }
}
@media (min-width: 1930px) {
  .main-title {
    font-size: 50px;
  }
}
@media (max-width: 412px) {
  .main-title {
    font-size: 22px;
  }
}

.sub-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0px 0 10px;
}
@media (min-width: 996px) {
  .sub-title {
    font-size: 22px;
  }
}

.main-text {
  color: #fff;
  margin-bottom: 20px;
}

.notice-text {
  font-size: 14px;
  color: #747474;
  text-align: center;
}

@media (min-width: 996px) {
  .hatch-prev, .hatch-next {
    width: 20px;
  }
}
.hatch-prev:hover, .hatch-next:hover {
  cursor: pointer;
  opacity: 0.8;
}
.hatch-prev figure img, .hatch-next figure img {
  width: 20px;
}
@media (min-width: 996px) {
  .hatch-prev figure img, .hatch-next figure img {
    width: 30px;
  }
}

.hatch-prev {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10%;
}
@media (min-width: 996px) {
  .hatch-prev {
    left: -3%;
  }
}

.hatch-next {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10%;
}
@media (min-width: 996px) {
  .hatch-next {
    right: -3%;
  }
}

.hatch-next.slick-active {
  opacity: 1;
}

.hatch-prev.slick-active {
  opacity: 0.5;
}

.hatch-next.slick-disabled {
  opacity: 0.3;
}

.hatch-prev.slick-disabled {
  opacity: 0.3;
}

.btnSty {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: url(https://storage-asset.msi.com/event/2025/CND/msi-hmi-technology/images/discover-textBox-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}
@media (min-width: 996px) {
  .btnSty {
    font-size: 16px;
    padding: 10px 40px;
  }
}
.btnSty:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 99%;
  height: 99%;
  z-index: 10;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4e4e4e), color-stop(#d3d3d3), to(#4e4e4e));
  background-image: linear-gradient(to right, #4e4e4e, #d3d3d3, #4e4e4e);
  background-origin: border-box;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  -webkit-mask-image: linear-gradient(white, white), linear-gradient(white, white);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
          mask-image: linear-gradient(white, white), linear-gradient(white, white);
  -webkit-mask-composite: xor, source-over;
          mask-composite: exclude, add;
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
}
.btnSty:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px #e7c37c;
          box-shadow: 0 0 5px #e7c37c;
  -webkit-filter: drop-shadow(0 0px 5px #e7c37c);
          filter: drop-shadow(0 0px 5px #e7c37c);
}
.btnSty img {
  height: 15px;
  margin-right: 10px;
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  background: #000;
}
.project img {
  display: block;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project #kv-motion {
  position: fixed;
  width: 100%;
  inset: 0;
}
.project #kv-motion canvas {
  display: block;
}
.project .kv {
  width: 100%;
  position: relative;
}
.project .kv__pd {
  width: 70%;
  margin: 0 auto;
  padding: 30px 0 0;
}
@media (min-width: 996px) {
  .project .kv__pd {
    padding: 80px 0 0;
  }
}
.project .kv__content-title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e7c57c), color-stop(#ffe9ae), color-stop(#fff), to(#e7c37c));
  background-image: linear-gradient(to top, #e7c57c, #ffe9ae, #fff, #e7c37c);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  margin: 0px 0 10px;
}
@media (min-width: 996px) {
  .project .kv__content-title {
    font-size: 75px;
    margin: -80px 0 10px;
  }
}
.project .kv__content p {
  max-width: 650px;
  margin: 0 auto 20px;
  text-align: center;
}
.project .new {
  position: relative;
  padding: 5% 0;
}
.project .new__wrapper {
  position: relative;
  z-index: 20;
}
@media (min-width: 996px) {
  .project .new__wrapper {
    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;
  }
}
.project .new__wrapper-imgBox {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .new__wrapper-imgBox {
    width: 36%;
    margin: 0;
  }
}
.project .new__wrapper-contentBox {
  text-align: center;
}
@media (min-width: 996px) {
  .project .new__wrapper-contentBox {
    width: 35%;
  }
}
.project .new__wrapper-contentBox .main-title, .project .new__wrapper-contentBox .sub-title, .project .new__wrapper-contentBox .main-text {
  text-align: left;
}
.project .new__glass {
  position: absolute;
  top: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 105%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 996px) {
  .project .new__glass {
    top: 8%;
  }
}
.project .menu {
  padding: 2% 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project .menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
  padding: 1% 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 996px) {
  .project .menu.fixed {
    border-bottom: 1px solid #837656;
  }
}
@media (min-width: 768px) {
  .project .menu__wrapper {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.project .menu__wrapper a {
  position: relative;
  font-weight: 600;
  color: #837656;
  text-align: center;
  margin: 5% 0;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .project .menu__wrapper a {
    margin: 1% 0;
    width: 25%;
    font-size: 12px;
  }
}
@media (min-width: 996px) {
  .project .menu__wrapper a {
    margin: 0;
    width: 22.5%;
    font-size: 17px;
  }
}
.project .menu__wrapper a:first-child, .project .menu__wrapper a:last-child {
  margin: 2% 0 2%;
}
@media (min-width: 768px) {
  .project .menu__wrapper a:first-child, .project .menu__wrapper a:last-child {
    margin: 1% 0;
  }
}
@media (min-width: 996px) {
  .project .menu__wrapper a:first-child, .project .menu__wrapper a:last-child {
    margin: 0;
  }
}
.project .menu__wrapper a:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #837656;
}
@media (min-width: 768px) {
  .project .menu__wrapper a:not(:last-child):before {
    bottom: initial;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
    right: 0;
    width: 1px;
    height: 100%;
  }
}
.project .menu__wrapper a.active {
  color: #fff;
}
.project .discover {
  padding: 5% 0 2%;
}
.project .discover__wrapper {
  text-align: center;
}
.project .discover__wrapper-contentBox {
  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: 2%;
  margin: 20px 0;
}
@media (min-width: 996px) {
  .project .discover__wrapper-contentBox {
    margin: 50px 0;
  }
}
.project .discover__wrapper-contentBox .item {
  position: relative;
  width: 90%;
  margin: 0 auto 20px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 2rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(#373737), color-stop(#000), color-stop(80%, transparent), to(#373737));
  background-image: linear-gradient(white, white), linear-gradient(#373737, #000, transparent 80%, #373737);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 996px) {
  .project .discover__wrapper-contentBox .item {
    width: 25%;
    margin: 0;
  }
}
.project .discover__wrapper-contentBox .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54.5%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(0, 0, 0, 0.7098039216)), to(#000));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7098039216), #000);
  z-index: 10;
}
.project .discover__wrapper-contentBox .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(rgba(41, 41, 41, 0.7803921569)), color-stop(#000), to(#000));
  background: linear-gradient(transparent 30%, rgba(41, 41, 41, 0.7803921569), #000, #000);
}
.project .discover__wrapper-contentBox .item:hover {
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0px 10px #e7c37c);
          filter: drop-shadow(0 0px 10px #e7c37c);
}
.project .discover__wrapper-contentBox .item:nth-child(1) .item__textBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2025/CND/msi-hmi-technology/images/discover-img-01-2.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.project .discover__wrapper-contentBox .item:nth-child(2) .item__textBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2025/CND/msi-hmi-technology/images/discover-img-02-2.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.project .discover__wrapper-contentBox .item:nth-child(3) .item__textBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2025/CND/msi-hmi-technology/images/discover-img-03-2.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.project .discover__wrapper-contentBox .item figure {
  position: relative;
  z-index: 20;
  width: 100%;
}
.project .discover__wrapper-contentBox .item figure img {
  width: 100%;
}
.project .discover__wrapper-contentBox .item .main-text {
  text-align: left;
  position: relative;
  z-index: 100;
}
.project .discover__wrapper-contentBox .item__textBox {
  position: relative;
  padding: 15px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, rgba(27, 27, 27, 0.6588235294)), color-stop(#09090a), to(#1b1b1b));
  background: linear-gradient(rgba(27, 27, 27, 0.6588235294) 8%, #09090a, #1b1b1b);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.project .discover__wrapper-contentBox .item__textBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2025/CND/msi-hmi-technology/images/discover-textBox-bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0.3;
}
.project .discover__wrapper-contentBox .item__textBox-date {
  color: #fff1ce;
}
.project .discover__wrapper-contentBox .item__textBox-title {
  font-weight: 700;
}
.project .discover__wrapper-contentBox .item__textBox-des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 6;
}
.project .download {
  position: relative;
  padding: 5% 0 1%;
}
.project .download::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  background: rgba(13, 12, 12, 0.7137254902);
}
.project .download .outerWrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 20;
}
.project .download .outerWrapper::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2025/CND/msi-hmi-technology/images/download-bg-top.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
@media (min-width: 996px) {
  .project .download .outerWrapper::before {
    top: 20px;
    width: 90%;
  }
}
.project .download__wrapper {
  position: relative;
  text-align: center;
  z-index: 20;
}
.project .download__wrapper-tabBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 30px 0;
}
@media (min-width: 996px) {
  .project .download__wrapper-tabBox {
    margin: 50px 0;
    gap: 40px;
  }
}
.project .download__wrapper-tabBox .tab-button {
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5333333333);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 996px) {
  .project .download__wrapper-tabBox .tab-button {
    padding: 15px 40px;
    font-size: 18px;
  }
}
.project .download__wrapper-tabBox .tab-button:hover {
  color: #fff;
}
.project .download__wrapper-tabBox .tab-button.active {
  color: #fff;
}
.project .download__wrapper-tabBox .tab-button:nth-child(2) {
  display: none;
}
.project .download__wrapper-contentBox {
  position: relative;
  min-height: 400px;
}
.project .download__wrapper-contentBox .tab-content {
  display: none;
  -webkit-animation: fadeIn 0.5s ease-in-out;
          animation: fadeIn 0.5s ease-in-out;
}
.project .download__wrapper-contentBox .tab-content.active {
  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: 3%;
  margin: 20px 0;
}
@media (min-width: 996px) {
  .project .download__wrapper-contentBox .tab-content.active {
    margin: 50px 0;
  }
}
.project .download__wrapper-contentBox .tab-content .content-item {
  position: relative;
  width: 40%;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .project .download__wrapper-contentBox .tab-content .content-item {
    padding: 0 20px;
  }
}
@media (min-width: 996px) {
  .project .download__wrapper-contentBox .tab-content .content-item {
    width: 20%;
    margin: 20px 0;
  }
}
.project .download__wrapper-contentBox .tab-content .content-item figure img {
  margin: 0 auto;
}
.project .download__wrapper-contentBox .tab-content .content-item__textBox {
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 996px) {
  .project .download__wrapper-contentBox .tab-content .content-item__textBox {
    padding: 20px;
  }
}
.project .download__wrapper-contentBox .tab-content .content-item__textBox-title {
  color: #837656;
  margin: 0 0 10px;
  font-weight: 500;
}
.project .download__decBottom {
  position: absolute;
  bottom: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  width: 100%;
}
@media (min-width: 1930px) {
  .project .download__decBottom {
    width: 70%;
  }
}
.project .evolution {
  padding: 10% 0;
}
@media (min-width: 996px) {
  .project .evolution {
    padding: 5% 0 0;
  }
}
.project .evolution__wrapper {
  text-align: center;
}
.project .evolution__wrapper .main-text {
  max-width: 1000px;
  margin: 0 auto;
}
.project .evolution__wrapper-contentBox {
  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;
  margin: 40px 0;
}
@media (min-width: 996px) {
  .project .evolution__wrapper-contentBox {
    margin: 50px 0;
    gap: 2%;
  }
}
.project .evolution__wrapper-contentBox .pdBox {
  width: 45%;
  margin: 0 auto 20px;
}
@media (min-width: 996px) {
  .project .evolution__wrapper-contentBox .pdBox {
    margin: 0 40px 0;
    width: 25%;
  }
}
.project .evolution__wrapper-contentBox .pdBox__img {
  margin: 0 0 20px;
}
@media (min-width: 996px) {
  .project .evolution__wrapper-contentBox .pdBox__img {
    margin: 0 0 40px;
  }
}
@media (min-width: 996px) {
  .project .faq {
    padding: 5% 0 5%;
  }
}
.project .faq__wrapper {
  text-align: center;
}
@media (min-width: 996px) {
  .project .faq__wrapper .main-title {
    text-align: left;
  }
}
.project .faq__wrapper-contentBox {
  position: relative;
  margin: 30px auto;
  border-radius: 10px;
  padding: 10px 20px;
  max-width: 1280px;
  width: 90%;
}
@media (min-width: 996px) {
  .project .faq__wrapper-contentBox {
    padding: 30px 50px;
  }
}
.project .faq__wrapper-contentBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2025/CND/msi-hmi-technology/images/faq-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.5;
}
.project .faq__wrapper-contentBox .item {
  position: relative;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
  z-index: 10;
}
@media (min-width: 996px) {
  .project .faq__wrapper-contentBox .item {
    padding: 20px 0;
  }
}
.project .faq__wrapper-contentBox .item:last-child {
  border-bottom: none;
}
.project .faq__wrapper-contentBox .item__title {
  width: 100%;
  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;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  text-align: left;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 500;
}
.project .faq__wrapper-contentBox .item__title .item__icon {
  width: 18px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  display: block;
}
@media (min-width: 996px) {
  .project .faq__wrapper-contentBox .item__title .item__icon {
    width: 25px;
  }
}
.project .faq__wrapper-contentBox .item__answer-wrapper {
  display: none;
  overflow: hidden;
}
.project .faq__wrapper-contentBox .item__answer {
  color: #d5d5d5;
  text-align: left;
  line-height: 1.6;
  margin: 0;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}/*# sourceMappingURL=main.css.map */