@-webkit-keyframes fadeinout {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeinout {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes model3dfont {
  0%, 100% {
    -webkit-transform: rotate(0deg) translate(0px, 0px) scale(1);
            transform: rotate(0deg) translate(0px, 0px) scale(1);
  }
  50% {
    -webkit-transform: rotate(-5deg) translate(50px, 50px) scale(1.5);
            transform: rotate(-5deg) translate(50px, 50px) scale(1.5);
  }
}
@keyframes model3dfont {
  0%, 100% {
    -webkit-transform: rotate(0deg) translate(0px, 0px) scale(1);
            transform: rotate(0deg) translate(0px, 0px) scale(1);
  }
  50% {
    -webkit-transform: rotate(-5deg) translate(50px, 50px) scale(1.5);
            transform: rotate(-5deg) translate(50px, 50px) scale(1.5);
  }
}
@-webkit-keyframes model3dbtn {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes model3dbtn {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.msiFooter {
  display: none;
}

#RollerRobot {
  color: #4f80ff;
  background: #fff;
  overflow: hidden;
}
#RollerRobot img {
  max-width: 100%;
  vertical-align: bottom;
  display: block;
  overflow: hidden;
}
#RollerRobot .title--main, #RollerRobot p {
  color: #4f80ff;
}
#RollerRobot .title--main, #RollerRobot h2 {
  font-size: 20px;
  text-transform: none;
}
@media (min-width: 996px) {
  #RollerRobot .title--main, #RollerRobot h2 {
    font-size: 25px;
  }
}
#RollerRobot p {
  font-size: 14px;
}
@media (min-width: 996px) {
  #RollerRobot p {
    font-size: 15px;
  }
}
#RollerRobot .footer {
  color: #000;
}
#RollerRobot .footer p {
  color: #000;
}
#RollerRobot .footer .contact__address {
  font-size: 15px;
}
#RollerRobot .footer .info {
  font-size: 13px;
}
#RollerRobot .footer .info p {
  font-size: 13px;
  letter-spacing: 0.2px;
}
#RollerRobot .overview {
  width: 100%;
  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;
  overflow: hidden;
  padding: 50px 25px;
  color: #000;
}
#RollerRobot .overview__pic {
  width: 100%;
}
#RollerRobot .overview__pic ul li {
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  cursor: pointer;
}
#RollerRobot .overview__pic ul li:hover {
  border-color: #ececec;
  background: #f4f4f4;
}
#RollerRobot .overview__pic .slick-slider .slick-list, #RollerRobot .overview__pic .slick-slider .slick-track {
  -webkit-transform: none;
          transform: none;
}
#RollerRobot .overview__txtbox {
  width: 100%;
}
#RollerRobot .overview__txtbox h2 {
  margin: 20px 0;
}
#RollerRobot .overview__txtbox ul li {
  list-style: disc;
  margin-left: 25px;
  padding: 10px 0;
  font-size: 15px;
}
#RollerRobot .overview__txtbox ul li h2 {
  font-size: var(--title-lg);
}
@media (min-width: 996px) {
  #RollerRobot .overview {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    padding: 50px 0;
  }
  #RollerRobot .overview__pic {
    width: 45%;
  }
  #RollerRobot .overview__pic ul {
    width: 70%;
    margin: auto;
  }
  #RollerRobot .overview__pic ul li {
    cursor: pointer;
  }
  #RollerRobot .overview__pic ul li figure {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 5px;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  #RollerRobot .overview__pic ul li:hover figure {
    background: #f4f4f4;
  }
  #RollerRobot .overview__pic ul .slick-current li figure {
    background: #f4f4f4;
  }
  #RollerRobot .overview__txtbox {
    width: 50%;
  }
  #RollerRobot .overview__txtbox h2 {
    margin: 20px 0;
  }
  #RollerRobot .overview__txtbox ul li {
    list-style: disc;
    margin-left: 25px;
    padding: 10px 0;
  }
  #RollerRobot .overview__txtbox ul li h2 {
    font-size: var(--title-lg);
  }
}
#RollerRobot .kv {
  background: url("https://storage-asset.msi.com/event/2024/AMR/amr-ai-roller-robot/images/kv-bg.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}
#RollerRobot .kv .msiLogo {
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
  display: block;
  width: 80px;
  z-index: 100;
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
@media (min-width: 768px) {
  #RollerRobot .kv .msiLogo {
    top: 36px;
    left: 2%;
    width: 100px;
  }
}
#RollerRobot .kv__main {
  margin: auto;
}
#RollerRobot .kv__main-img {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
#RollerRobot .kv__main-img img {
  width: 100%;
}
#RollerRobot .kv__main-img .base {
  position: relative;
}
#RollerRobot .kv__main-img .light {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-animation: fadeinout 3s linear infinite;
          animation: fadeinout 3s linear infinite;
}
#RollerRobot .kv__main-txt {
  position: relative;
  z-index: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 25px;
  text-align: center;
}
#RollerRobot .kv__main-txt h1 {
  font-size: 32px;
  margin-bottom: 10px;
}
#RollerRobot .kv__main-txt p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 996px) {
  #RollerRobot .kv {
    padding: 0 0 3%;
  }
  #RollerRobot .kv__main {
    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;
  }
  #RollerRobot .kv__main-img {
    width: 60%;
    margin: 0 0 0 2%;
  }
  #RollerRobot .kv__main-txt {
    position: absolute;
    z-index: 0;
    width: 55%;
    text-align: left;
    padding: 30px 5% 30px 8%;
  }
  #RollerRobot .kv__main-txt h1 {
    font-size: 50px;
  }
  #RollerRobot .kv__main-txt p {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  #RollerRobot .kv__main-txt h1 {
    font-size: 65px;
  }
}
#RollerRobot .secblock {
  width: 100%;
  padding: 30px 0;
}
#RollerRobot .secblock__flex {
  display: grid;
  gap: 30px;
}
#RollerRobot .secblock__flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#RollerRobot .secblock__flex-img {
  position: relative;
}
#RollerRobot .secblock__flex-img img {
  position: relative;
  z-index: 1;
}
#RollerRobot .secblock__flex-img::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: rgba(79, 128, 255, 0.2);
}
#RollerRobot .secblock__flex-txt {
  position: relative;
}
#RollerRobot .secblock__flex-txt .secText {
  position: relative;
  z-index: 1;
  background: #dce6ff;
  padding: 5%;
  text-align: center;
}
#RollerRobot .secblock__flex-txt::before, #RollerRobot .secblock__flex-txt::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#RollerRobot .secblock__flex-txt::before {
  top: 10px;
  left: -10px;
  background: rgba(79, 128, 255, 0.4);
}
#RollerRobot .secblock__flex-txt::after {
  top: -5px;
  left: 5px;
  border: 1px solid #00ffff;
}
#RollerRobot .secblock__column {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(79, 128, 255, 0.4)), color-stop(30%, #fff));
  background: linear-gradient(to top, rgba(79, 128, 255, 0.4) 0%, #fff 30%);
  position: relative;
}
#RollerRobot .secblock__column .msi__container {
  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: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#RollerRobot .secblock__column-img {
  position: relative;
  margin-top: 40px;
  margin-bottom: -10px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
#RollerRobot .secblock__column-img .base {
  position: relative;
  z-index: 0;
}
#RollerRobot .secblock__column-img .light {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: fadeinout 3s linear infinite;
          animation: fadeinout 3s linear infinite;
}
#RollerRobot .secblock__column-txt {
  position: relative;
}
#RollerRobot .secblock__column-txt .secText {
  position: relative;
  z-index: 1;
  background: #dce6ff;
  padding: 30px;
  text-align: center;
}
#RollerRobot .secblock__column-txt::before, #RollerRobot .secblock__column-txt::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#RollerRobot .secblock__column-txt::before {
  top: 10px;
  left: -10px;
  background: rgba(79, 128, 255, 0.4);
}
#RollerRobot .secblock__column-txt::after {
  top: -5px;
  left: 5px;
  border: 1px solid #00ffff;
}
@media (min-width: 996px) {
  #RollerRobot .secblock {
    padding: 3% 0;
  }
  #RollerRobot .secblock__flex {
    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;
  }
  #RollerRobot .secblock__flex-img {
    width: 55%;
  }
  #RollerRobot .secblock__flex-img::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 20px;
    left: -20px;
  }
  #RollerRobot .secblock__flex-txt {
    width: 38%;
  }
  #RollerRobot .secblock__flex-txt .secText {
    text-align: left;
  }
  #RollerRobot .secblock__flex-txt::before {
    top: 15px;
    left: -15px;
  }
  #RollerRobot .secblock__flex-txt::after {
    top: -10px;
    left: 10px;
  }
  #RollerRobot .secblock__column-img {
    margin-top: 20px;
    margin-bottom: -20px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#RollerRobot .model3d {
  position: relative;
  width: 100%;
  padding: 30px 0 0;
}
#RollerRobot .model3d__3d {
  position: relative;
  padding-bottom: 5%;
}
#RollerRobot .model3d__3d-main {
  position: relative;
  z-index: 3;
  width: 90%;
  margin: auto;
}
#RollerRobot .model3d__3d-main .model3dBg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 105%;
  height: 105%;
  z-index: 1;
  -webkit-mask: url("https://storage-asset.msi.com/event/2024/AMR/amr-ai-roller-robot/images/3dmodel-font.png") center no-repeat;
  mask: url("https://storage-asset.msi.com/event/2024/AMR/amr-ai-roller-robot/images/3dmodel-font.png") center no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
#RollerRobot .model3d__3d-main .model3dBg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 2;
  background: url("https://storage-asset.msi.com/event/2024/AMR/amr-ai-roller-robot/images/3dmodel-bg.jpg") center center no-repeat;
  background-size: cover;
  -webkit-animation: model3dfont 5s infinite linear;
          animation: model3dfont 5s infinite linear;
}
#RollerRobot .model3d__3d-main .model3dPd {
  position: relative;
  z-index: 2;
  width: 40%;
  max-width: 350px;
  margin: auto;
  -webkit-filter: drop-shadow(0 0 1rem #fff);
          filter: drop-shadow(0 0 1rem #fff);
}
#RollerRobot .model3d__3d-btn {
  text-align: center;
  margin: 0 auto;
}
#RollerRobot .model3d__3d-btn figure {
  max-width: 80px;
  margin: auto;
  text-align: center;
  -webkit-animation: model3dbtn 1.5s infinite linear;
          animation: model3dbtn 1.5s infinite linear;
}
#RollerRobot .model3d__3d-btn:hover figure {
  -webkit-animation: model3dbtn 0.5s infinite linear;
          animation: model3dbtn 0.5s infinite linear;
}
@media (min-width: 996px) {
  #RollerRobot .model3d {
    padding: 3% 0 0;
  }
  #RollerRobot .model3d__3d {
    position: relative;
    padding-bottom: 5%;
  }
  #RollerRobot .model3d__3d-main {
    position: relative;
    z-index: 3;
    width: 85%;
    margin: auto;
  }
  #RollerRobot .model3d__3d-main .model3dBg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 105%;
    height: 105%;
    z-index: 1;
    -webkit-mask: url("https://storage-asset.msi.com/event/2024/AMR/amr-ai-roller-robot/images/3dmodel-font.png") center no-repeat;
    mask: url("https://storage-asset.msi.com/event/2024/AMR/amr-ai-roller-robot/images/3dmodel-font.png") center no-repeat;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
  }
  #RollerRobot .model3d__3d-main .model3dBg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 2;
    background: url("https://storage-asset.msi.com/event/2024/AMR/amr-ai-roller-robot/images/3dmodel-bg.jpg") center center no-repeat;
    background-size: cover;
    -webkit-animation: model3dfont 5s infinite linear;
            animation: model3dfont 5s infinite linear;
  }
  #RollerRobot .model3d__3d-main .model3dPd {
    position: relative;
    z-index: 2;
    max-width: 250px;
    padding: 50px 0;
    margin: auto;
    -webkit-filter: drop-shadow(0 0 1rem #fff);
            filter: drop-shadow(0 0 1rem #fff);
  }
  #RollerRobot .model3d__3d-btn {
    text-align: center;
    margin: 0 auto;
  }
  #RollerRobot .model3d__3d-btn figure {
    max-width: 120px;
    margin: auto;
    text-align: center;
    -webkit-animation: model3dbtn 1.5s infinite linear;
            animation: model3dbtn 1.5s infinite linear;
  }
  #RollerRobot .model3d__3d-btn:hover figure {
    -webkit-animation: model3dbtn 0.5s infinite linear;
            animation: model3dbtn 0.5s infinite linear;
  }
}
#RollerRobot .robotslider {
  padding: 0 0 2%;
}
#RollerRobot .robotslider .title--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  color: #444;
}
#RollerRobot .robotslider .title--main span {
  background: url("https://storage-asset.msi.com/event/2024/AMR/amr-ai-roller-robot/images/robotslider-title-bg.png") left bottom no-repeat;
  background-size: contain;
  padding: 20px;
}
#RollerRobot .robotslider__slick {
  width: 100%;
}
#RollerRobot .robotslider__slick-item {
  position: relative;
}
#RollerRobot .robotslider__slick-item figcaption {
  position: relative;
  z-index: 1;
  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;
  height: 50px;
  margin: -20px auto 0;
  text-align: center;
  background: #cad8ff;
  max-width: 90%;
  color: #444;
  font-size: 15px;
}
@media (min-width: 996px) {
  #RollerRobot .robotslider__slick-item figcaption {
    font-size: 18px;
  }
}
#RollerRobot .robotslider__slick .slick-slide, #RollerRobot .robotslider__slick .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  opacity: 0.3;
}
#RollerRobot .robotslider__slick .slick-center, #RollerRobot .robotslider__slick .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
#RollerRobot .robotslider__slick .slick-dots {
  bottom: -50px;
}
#RollerRobot .robotslider__slick .slick-dots li {
  width: 50px;
  height: 6px;
}
#RollerRobot .robotslider__slick .slick-dots button {
  width: 100%;
  height: 6px;
  background: #4f80ff;
  opacity: 0.3;
  padding: 0;
}
#RollerRobot .robotslider__slick .slick-dots button::before {
  display: none;
}
#RollerRobot .robotslider__slick .slick-dots li.slick-active button {
  opacity: 1;
  background: #4f80ff;
}
#RollerRobot .spec {
  padding: 30px 0 10px;
  background: #cad8ff;
  margin-top: 50px;
}
#RollerRobot .spec__link {
  display: block;
  position: relative;
}
#RollerRobot .spec__point {
  width: 35%;
  position: absolute;
  top: 60%;
  left: 44%;
  opacity: 0.65;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: 2s floating ease-in-out infinite;
          animation: 2s floating ease-in-out infinite;
  z-index: 2;
}
#RollerRobot .spec__flex--between {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#RollerRobot .spec__flex-pic {
  position: relative;
  display: block;
  max-width: 200px;
  width: 50%;
  margin: 0 auto 50px;
}
#RollerRobot .spec .specColumn {
  width: 100%;
  margin-bottom: 15px;
}
#RollerRobot .spec__item {
  width: 100%;
  margin-bottom: 30px;
}
#RollerRobot .spec__item hr {
  margin-bottom: 10px;
  border: 1px solid #444;
}
#RollerRobot .spec__item .plus {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
#RollerRobot .spec__item .plus::after {
  display: block;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #444;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#RollerRobot .spec__item .plus::before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  background-color: #444;
}
#RollerRobot .spec__item .plus-close::before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  background-color: #444;
}
#RollerRobot .spec__list {
  margin-top: 20px;
}
#RollerRobot .spec__box {
  width: 100%;
  color: #444;
}
#RollerRobot .spec__box h2 {
  margin-bottom: 20px;
}
#RollerRobot .spec__box p {
  width: 50%;
  font-size: 14px;
  margin: 0 0px 10px;
  color: #444;
}
@media (min-width: 996px) {
  #RollerRobot .spec {
    padding: 2% 0 0;
  }
  #RollerRobot .spec__flex {
    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;
  }
  #RollerRobot .spec__flex--between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
  #RollerRobot .spec__flex-pic {
    position: relative;
    display: block;
    max-width: 350px;
    width: 35%;
    margin: 0 40px;
  }
  #RollerRobot .spec__flex .specColumn {
    width: calc(50% - 15px);
  }
  #RollerRobot .spec__flex__box {
    width: 75%;
    margin: 0 20px;
  }
  #RollerRobot .spec__flex__box p {
    margin: 0;
  }
}/*# sourceMappingURL=RollerRobot.css.map */