body,
html {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: SegoeUI;
  src: url('https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/normal/latest.woff2')
      format('woff2'),
    url('https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/normal/latest.woff')
      format('woff'),
    url('https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/normal/latest.ttf')
      format('ttf');
  font-weight: 400;
}
@font-face {
  font-family: SegoeUI;
  src: url('https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/Light/latest.woff2')
      format('woff2'),
    url('https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/Light/latest.woff')
      format('woff'),
    url('https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/Light/latest.ttf')
      format('ttf');
  font-weight: 100;
}
@font-face {
  font-family: SegoeUI;
  src: url('https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/Semilight/latest.woff2')
      format('woff2'),
    url('https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/Semilight/latest.woff')
      format('woff');
  font-weight: 200;
}
@font-face {
  font-family: SegoeUI;
  src: url('https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/Semibold/latest.woff2')
      format('woff2'),
    url('https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/Semibold/latest.woff')
      format('woff');
  font-weight: 500;
}
@font-face {
  font-family: SegoeUI;
  src: url('https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/Bold/latest.woff2')
      format('woff2'),
    url('https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/Bold/latest.woff')
      format('woff');
  font-weight: 600;
}
.for-mobile,
.msn-wrapper .product-presentation .expand-button span:nth-of-type(2),
.msn-wrapper .product-presentation .expand-button.active span:first-of-type {
  display: none;
}
.for-desktop,
.msn-wrapper .billboard img,
.msn-wrapper .product-presentation .more,
.msn-wrapper .product-presentation .more.expanded {
  display: block;
}
#surface-brand-showcase-platinum-hr .decoration-checkmark {
  display: inline;
  width: 0.75rem;
}
.msn-wrapper {
  font-family: SegoeUI;
  font-weight: 400;
  font-optical-sizing: auto;
  font-size: 16px;
  padding: 50px 0;
  color: #2e2e2e;
}
.msn-wrapper .container {
  max-width: 1200px;
  padding: 0 40px;
  margin: auto;
}
.msn-wrapper .inner {
  margin: auto;
}
.msn-wrapper h1 {
  font-weight: 500;
  font-size: 1.8rem;
  margin: 0;
}
.msn-wrapper h1.highlight {
  background: linear-gradient(to right, #c2d6df, #eae5e2);
  padding: 8px;
  text-align: center;
}
.msn-wrapper h1.highlight span {
  background: #fff;
  display: block;
  padding: 40px 80px;
}
.msn-wrapper h2 {
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0;
}
.msn-wrapper .product-suggested,
.msn-wrapper .section,
.msn-wrapper hr {
  margin: 0 0 40px;
}
.msn-wrapper b {
  font-weight: 600;
}
.msn-wrapper img {
  max-width: 100%;
}
.msn-wrapper .gallery.gallery-items-centered,
.msn-wrapper .section .text {
  text-align: center;
}
.msn-wrapper .color-light {
  color: #fff;
}
.msn-wrapper .color-dark {
  color: inherit;
}
.msn-wrapper hr {
  width: 100%;
  height: 1px;
  border: none;
  background: #2e2e2e;
}
.msn-wrapper .link-button {
  color: #0066d1;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
}
.msn-wrapper .gradient-outline {
  padding: 6px;
  background: linear-gradient(to right, #a99ba3, #f7d9cf);
}
.msn-wrapper .gradient-outline .content-placer {
  background: #fff;
  padding: 20px;
}
.msn-wrapper .billboard.hotspot .interaction .poi .pop p:last-of-type,
.msn-wrapper .gallery .item.item-image img,
.msn-wrapper .gradient-outline .content-placer > div:last-of-type {
  margin: 0;
}
.msn-wrapper .gradient-outline .section,
.msn-wrapper .product-description h1 {
  margin: 0 0 20px;
}
.msn-wrapper .billboard,
.msn-wrapper .gen-slider .swiper-holder,
.msn-wrapper .gen-slider .swiper-slide,
.msn-wrapper .position-relative,
.msn-wrapper .product-slider .swiper-holder,
.msn-wrapper
  .product-specs
  .product-specs-block
  .product-specs-slider
  .swiper-holder,
.msn-wrapper .product-suggested .product-suggested-slider .swiper-holder,
.msn-wrapper .video {
  position: relative;
}
.msn-wrapper .action {
  margin: 20px 0 0;
  text-align: center;
}
.msn-wrapper span.magenta {
  color: #f0f;
}
.msn-wrapper .billboard .description {
  height: 100%;
  position: absolute;
  top: 0;
  padding: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.msn-wrapper .billboard .description.position-right {
  width: 45%;
  position: absolute;
  left: 55%;
}
.msn-wrapper .billboard .description.position-left {
  width: 45%;
  position: absolute;
  left: 0;
}
.msn-wrapper .billboard .description.position-top {
  width: 100%;
  position: absolute;
  left: 0;
  height: auto;
  text-align: center;
  justify-content: center;
  padding: 40px;
}
.msn-wrapper .billboard .interaction {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.msn-wrapper .billboard .interaction .poi {
  position: absolute;
  z-index: 3;
}
.msn-wrapper .billboard .interaction .poi .cross {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url('/si_upload/gfx/2024/07_11_ai/assets/images/cross.svg') center/60% auto no-repeat #f1592a;
  cursor: pointer;
}
.msn-wrapper .billboard.hotspot .interaction .poi .pop {
  width: 240px;
  padding: 10px 10px 20px;
  position: absolute;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  background: #f2f2f2;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  z-index: 5;
  transition: 0.4s;
}
.msn-wrapper .billboard.hotspot .interaction .poi.active .pop {
  opacity: 1;
  margin-top: 0;
  transform: translateY(0);
}
.msn-wrapper .billboard.hotspot .interaction .poi .pop p {
  margin: 0 0 10px;
}
.msn-wrapper .billboard.hotspot .interaction .poi .pop b {
  font-size: 1.2rem;
}
.msn-wrapper .billboard.hotspot .interaction .poi .pop img {
  width: 100%;
  display: block;
  margin: 0 0 10px;
}
.msn-wrapper .billboard .interaction .poi.active .cross {
  transform: rotate(45deg);
  background-color: #58585a;
}
.msn-wrapper .billboard.hotspot .interaction .swiper-slide {
  pointer-events: none;
}
.msn-wrapper .billboard.hotspot .interaction .swiper-slide .poi {
  pointer-events: all;
}
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-pro
  .swiper-slide:first-of-type
  .poi {
  left: 35%;
  top: 17%;
}
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-flex-keyboard-black
  .swiper-slide:first-of-type
  .poi
  .pop,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-flex-keyboard-with-slim-pen-2-black
  .swiper-slide:first-of-type
  .poi
  .pop,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-flex-keyboard-with-slim-pen-2-black
  .swiper-slide:nth-of-type(2)
  .poi
  .pop,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-laptop
  .swiper-slide:first-of-type
  .poi
  .pop,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-laptop-15
  .swiper-slide:first-of-type
  .poi
  .pop,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-pro
  .swiper-slide:first-of-type
  .poi
  .pop {
  left: -250px;
  top: -80px;
}
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-pro
  .swiper-slide:nth-of-type(2)
  .poi {
  left: 61%;
  top: 19%;
}
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-flex-keyboard-black
  .swiper-slide:nth-of-type(2)
  .poi
  .pop,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-flex-keyboard-black
  .swiper-slide:nth-of-type(4)
  .poi
  .pop,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-flex-keyboard-with-slim-pen-2-black
  .swiper-slide:nth-of-type(3)
  .poi
  .pop,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-laptop
  .swiper-slide:nth-of-type(2)
  .poi
  .pop,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-laptop
  .swiper-slide:nth-of-type(4)
  .poi
  .pop,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-laptop-15
  .swiper-slide:nth-of-type(2)
  .poi
  .pop,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-laptop-15
  .swiper-slide:nth-of-type(4)
  .poi
  .pop,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-pro
  .swiper-slide:nth-of-type(2)
  .poi
  .pop,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-pro
  .swiper-slide:nth-of-type(4)
  .poi
  .pop {
  left: 30px;
  top: -100px;
}
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-pro
  .swiper-slide:nth-of-type(3)
  .poi {
  left: 26%;
  top: 70%;
}
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-flex-keyboard-black
  .swiper-slide:nth-of-type(3)
  .poi
  .pop,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-flex-keyboard-with-slim-pen-2-black
  .swiper-slide:nth-of-type(4)
  .poi
  .pop,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-laptop
  .swiper-slide:nth-of-type(3)
  .poi
  .pop,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-laptop-15
  .swiper-slide:nth-of-type(3)
  .poi
  .pop,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-pro
  .swiper-slide:nth-of-type(3)
  .poi
  .pop {
  left: -250px;
  top: -200px;
}
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-pro
  .swiper-slide:nth-of-type(4)
  .poi {
  left: 65%;
  top: 40%;
}
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-laptop
  .swiper-slide:first-of-type
  .poi,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-laptop-15
  .swiper-slide:first-of-type
  .poi {
  left: 35%;
  top: 23%;
}
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-laptop
  .swiper-slide:nth-of-type(2)
  .poi {
  left: 60%;
  top: 36%;
}
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-laptop
  .swiper-slide:nth-of-type(3)
  .poi,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-laptop-15
  .swiper-slide:nth-of-type(3)
  .poi {
  left: 32%;
  top: 60%;
}
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-laptop
  .swiper-slide:nth-of-type(4)
  .poi {
  left: 70%;
  top: 62%;
}
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-laptop-15
  .swiper-slide:nth-of-type(2)
  .poi {
  left: 58%;
  top: 36%;
}
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-flex-keyboard-black
  .swiper-slide:nth-of-type(2)
  .poi,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-flex-keyboard-black
  .swiper-slide:nth-of-type(4)
  .poi,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-flex-keyboard-with-slim-pen-2-black
  .swiper-slide:nth-of-type(3)
  .poi,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-surface-laptop-15
  .swiper-slide:nth-of-type(4)
  .poi {
  left: 68%;
  top: 62%;
}
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-flex-keyboard-black
  .swiper-slide:first-of-type
  .poi {
  left: 66%;
  top: 41%;
}
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-flex-keyboard-black
  .swiper-slide:nth-of-type(3)
  .poi,
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-flex-keyboard-with-slim-pen-2-black
  .swiper-slide:nth-of-type(4)
  .poi {
  left: 36%;
  top: 72%;
}
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-flex-keyboard-with-slim-pen-2-black
  .swiper-slide:first-of-type
  .poi {
  left: 32%;
  top: 38%;
}
.msn-wrapper
  .billboard.hotspot
  .interaction.interaction-flex-keyboard-with-slim-pen-2-black
  .swiper-slide:nth-of-type(2)
  .poi {
  left: 66%;
  top: 38%;
}
.msn-wrapper .billboard .description .link-button {
  margin: 60px 0 0;
}
.msn-wrapper .billboard.msn43 .description.position-right {
  width: 39%;
  left: 61%;
}
.msn-wrapper .video video {
  width: 100%;
  height: auto;
}
.msn-wrapper .video .play-button {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
.msn-wrapper .video .play-button[data-state='paused'] {
  opacity: 1;
  background: url('/si_upload/gfx/2024/07_11_ai/assets/images/play-button.svg') center/auto 80% no-repeat;
}
.msn-wrapper .video .play-button[data-state='playing'] {
  background: url('/si_upload/gfx/2024/07_11_ai/assets/images/pause-button.svg') center/auto 80% no-repeat;
}
.msn-wrapper .swiper.thumbs .swiper-slide-thumb-active,
.msn-wrapper .video .play-button[data-state='paused']:hover,
.msn-wrapper .video .play-button[data-state='playing']:hover {
  opacity: 1;
}
.msn-wrapper .button {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 0 50px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.msn-wrapper .button-large {
  padding: 20px 50px;
}
.msn-wrapper .button-small {
  padding: 2px 40px 6px;
}
.msn-wrapper .button-tiny {
  font-size: 1rem;
  font-weight: 500;
  padding: 6px 10px 10px;
}
.msn-wrapper .button-black:hover,
.msn-wrapper .button-blue,
.msn-wrapper .button-dark:hover {
  background: #0078d3;
}
.msn-wrapper .button-blue:hover,
.msn-wrapper .button-dark {
  background: #2f2f2f;
}
.msn-wrapper .button-black {
  background: #000;
}
.msn-wrapper .product-presentation {
  display: flex;
  margin: 0 0 100px;
}
.msn-wrapper .product-slider {
  width: 60%;
  display: flex;
}
.msn-wrapper .product-description {
  width: 40%;
}
.msn-wrapper .product-description .ranking {
  margin: 0 0 20px;
  font-size: 0;
}
.msn-wrapper .product-description .ranking .star {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url('/si_upload/gfx/2024/07_11_ai/assets/images/star.svg') center/contain no-repeat;
  margin: 0 1px 0 0;
}
.msn-wrapper .product-description .ranking:after {
  content: '';
  display: block;
  clear: both;
}
.msn-wrapper .product-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.msn-wrapper .product-description ul li {
  padding: 0 0 0 24px;
  margin: 0 0 10px;
  text-align: left;
}
.msn-wrapper .product-description ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  margin: -2px 2px 0 -24px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: #000;
}
.msn-wrapper .product-description ul li span {
  font-weight: 500;
}
.msn-wrapper .product-presentation .expand-button {
  display: none;
  text-align: right;
  font-weight: 500;
  cursor: pointer;
}
.msn-wrapper .product-presentation .expand-button:after {
  content: 'next';
  font-family: swiper-icons;
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
  margin: 0 0 0 10px;
}
.msn-wrapper .product-presentation .expand-button.active:after {
  transform: rotate(-90deg);
}
.msn-wrapper .product-presentation .expand-button span {
  display: inline-block;
  vertical-align: middle;
}
.msn-wrapper .product-presentation .expand-button span:first-of-type,
.msn-wrapper .product-presentation .expand-button.active span:nth-of-type(2) {
  display: inline-block;
}
.msn-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}
.msn-wrapper .product-slider-thumbs {
  width: 80px;
  box-sizing: border-box;
}
.msn-wrapper .product-slider-main {
  width: calc(100% - 80px);
  box-sizing: border-box;
  padding: 0 80px;
  position: relative;
}
.msn-wrapper .swiper.thumbs .swiper-slide {
  width: 100%;
  display: block;
  opacity: 0.4;
  padding: 0 0 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.msn-wrapper .product-specs .swiper-slide img,
.msn-wrapper .swiper.thumbs .swiper-slide img {
  border: 1px solid #2f2f2f;
  box-sizing: border-box;
}
.msn-wrapper .product-specs {
  display: flex;
  column-gap: 100px;
  flex-wrap: wrap;
  justify-content: right;
  border-bottom: 1px solid #2f2f2f;
  margin: 0 0 40px;
}
.msn-wrapper .product-specs .product-specs-block {
  width: calc((100% - 100px) / 2);
  border-top: 1px solid #2f2f2f;
  padding: 20px 0 40px;
}
.msn-wrapper .product-specs-title {
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 1.2rem;
}
.msn-wrapper .product-specs .product-specs-block .product-specs-slider {
  font-weight: 500;
  padding: 0 20px;
}
.msn-wrapper
  .product-specs
  .product-specs-block
  .product-specs-slider
  .swiper-slide {
  height: auto;
  align-self: stretch;
  padding: 0 6px;
  box-sizing: border-box;
}
.msn-wrapper .product-specs .swiper-slide .product-spec {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 2px solid #2f2f2f;
  padding: 4px 10px;
  box-sizing: border-box;
  text-align: center;
}
.msn-wrapper
  .product-specs
  .product-specs-block
  .product-specs-slider.slider-color
  .swiper-slide,
.msn-wrapper .product-suggested .product-suggested-slider {
  padding: 0 20px;
}
.msn-wrapper
  .product-specs
  .product-specs-slider.slider-color
  .swiper-slide
  .product-spec {
  border: none;
  text-align: left;
  display: block;
  padding: 4px 0;
}
.msn-wrapper .product-checkout {
  display: flex;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #2f2f2f;
  align-items: center;
  justify-content: right;
  gap: 50px;
}
.msn-wrapper .product-checkout .product-price {
  color: #fe00f2;
  font-size: 3rem;
}
.msn-wrapper .product-suggested .product {
  border-radius: 6px;
  border: 1px solid #2f2f2f;
  overflow: hidden;
  padding: 20px 20px 30px;
  text-align: center;
  align-self: stretch;
  transition: 0.3s;
  cursor: pointer;
}
.msn-wrapper .product-suggested .product:hover {
  box-shadow: 16px 8px 10px rgba(0, 0, 0, 0.2);
}
.msn-wrapper .product-suggested .product img {
  width: 100%;
  margin: 0 0 10px;
  transition: 0.3s;
}
.msn-wrapper .product-suggested .product:hover img {
  transform: scale(1.1);
}
.msn-wrapper .product-suggested .product .name {
  height: 45px;
  margin: 0 0 10px;
}
.msn-wrapper .gen-slider .swiper-slide .description {
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 60px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.msn-wrapper .gallery.gallery-nogap.gallery-large-items .item,
.msn-wrapper .gen-slider .swiper-slide .description--longer {
  width: 50%;
}
.msn-wrapper .gen-slider .swiper-slide .description--longer p {
  max-width: 31ch;
  margin-inline: 0 auto;
}
.msn-wrapper .gen-slider .bottom {
  position: relative;
  background: #f8f8f8;
  padding: 40px 0;
}
.msn-wrapper .gen-slider .swiper-pagination {
  position: relative;
  font-size: 0;
}
.msn-wrapper .technical .button-next,
.msn-wrapper .technical .button-prev {
  top: 50%;
  margin-top: -10px;
  font-family: swiper-icons;
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  display: none;
  cursor: pointer;
}
.msn-wrapper .gen-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #1b1b1b;
  background: 0 0;
  opacity: 1;
  margin: 0 8px;
}
.msn-wrapper .gen-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #1b1b1b;
}
.msn-wrapper .gallery {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  row-gap: 40px;
  flex-wrap: wrap;
}
.msn-wrapper .gallery.gallery-vcenter {
  align-items: center;
}
.msn-wrapper .gallery.gallery-bg-grey {
  background: #f2f2f2;
}
.msn-wrapper .gallery.gallery-large-items {
  column-gap: 50px;
}
.msn-wrapper .gallery.gallery-nogap {
  column-gap: 0;
  row-gap: 0;
}
.msn-wrapper .gallery .item {
  box-sizing: border-box;
  position: relative;
}
.msn-wrapper .gallery.gallery-large-items .item {
  width: calc((100% - 50px) / 2);
}
.msn-wrapper .gallery.gallery-small-items {
  column-gap: 40px;
}
.msn-wrapper .gallery.gallery-small-items .item {
  width: calc((100% - 80px) / 3);
}
.msn-wrapper .gallery.gallery-tiny-items {
  column-gap: 20px;
}
.msn-wrapper .gallery.gallery-tiny-items .item {
  width: calc((100% - 60px) / 4);
}
.msn-wrapper .gallery.gallery-tiny-items h2 {
  height: 70px;
}
.msn-wrapper .gallery.gallery-tiny-items p {
  height: 45px;
}
.msn-wrapper .gallery .item img {
  width: 100%;
  display: block;
  margin: 0 0 20px;
}
.msn-wrapper .gallery .item.item-text {
  padding: 0 60px;
}
.msn-wrapper .gallery .item.item-text-over-image .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding: 5%;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.msn-wrapper .gallery .item.item-text-over-image .overlay .half {
  width: 100%;
  height: 50%;
  display: flex;
  text-align: left;
  box-sizing: border-box;
}
.msn-wrapper .gallery .item.item-text-over-image .overlay .half:first-of-type {
  align-items: start;
  justify-content: left;
}
.msn-wrapper .gallery .item.item-text-over-image .overlay .half:nth-of-type(2) {
  align-items: end;
  justify-content: left;
}
.msn-wrapper .gallery .item.item-text-over-image img {
  display: block;
  margin: 0;
}
.msn-wrapper#surface-laptop-lp-platinum
  .gallery
  .item.item-text-over-image
  .overlay
  .half:first-of-type {
  justify-content: flex-end;
  align-items: center;
}
.msn-wrapper#surface-laptop-lp-platinum
  .gallery
  .item.item-text-over-image:nth-of-type(2)
  .overlay
  .half {
  justify-content: flex-start;
  align-self: center;
}
.msn-wrapper#surface-laptop-lp-platinum
  .gallery
  .item.item-text-over-image:nth-of-type(2)
  .overlay
  .half
  .content {
  align-self: flex-end;
}
.msn-wrapper#surface-laptop-lp-platinum
  .gallery
  .item.item-text-over-image:nth-of-type(2)
  .overlay
  .half:nth-of-type(2) {
  justify-content: flex-end;
}
.msn-wrapper .navigator {
  background: #f2f2f2;
  list-style: none;
  text-align: center;
  padding: 20px 0;
}
.msn-wrapper .navigator li {
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  cursor: pointer;
}
.msn-wrapper .navigator li:after {
  content: '';
  width: 0;
  height: 1px;
  display: block;
  background: #2e2e2e;
  margin: 4px 0;
  transition: 0.3s;
}
.msn-wrapper .navigator li:hover:after {
  width: 100%;
}
.msn-wrapper .footnote {
  background: #f2f2f2;
  font-size: 0.8rem;
  color: #000;
  padding: 20px 0;
}
.msn-wrapper .footnote p {
  margin: 6px 0;
}
.msn-wrapper .footnote a {
  color: #0066d1;
}
.msn-wrapper .technical {
  background: #eeefef;
  padding: 20px;
}
.msn-wrapper .technical table {
  width: 100%;
  table-layout: fixed;
}
.msn-wrapper .technical table tr td {
  background: #fff;
  font-size: 0.8rem;
  padding: 8px;
  box-sizing: border-box;
  vertical-align: top;
}
.msn-wrapper .technical table tr td.transparent {
  background: 0 0;
}
.msn-wrapper .technical table tr td.grey1 {
  background: #f6f6f6;
}
.msn-wrapper .technical table tr td.grey2 {
  background: #dcddde;
}
.msn-wrapper .technical table tr td.grey3 {
  background: #cdced0;
}
.msn-wrapper .technical table tr td.grey4 {
  background: #58585a;
  color: #fff;
}
.msn-wrapper .technical table tr td.image {
  padding: 0;
}
.msn-wrapper .technical table tr td img {
  width: 100%;
  display: block;
}
.msn-wrapper .technical table tr td:first-of-type {
  width: 80px;
}
.msn-wrapper .technical .button-next {
  position: absolute;
  right: 20px;
}
.msn-wrapper .technical .button-prev {
  position: absolute;
  left: 20px;
}
.msn-wrapper .technical .colors {
  margin: 2px 0;
}
.msn-wrapper .technical .colors .color {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}
.msn-wrapper .technical .colors .color.grey {
  background: #c1c2c4;
}
.msn-wrapper .technical .colors .color.blue {
  background: #afc6de;
}
.msn-wrapper .technical .colors .color.mauve {
  background: #93a9d7;
}
.msn-wrapper .technical .colors .color.green {
  background: #9fb39f;
}
.msn-wrapper .technical .colors .color.beige {
  background: #dec8b8;
}
.msn-wrapper .technical .colors .color.black {
  background: #231f20;
}
.msn-wrapper .technical span {
  font-size: 1.1rem;
}
.msn-wrapper .section.msn41 .gallery .item.item-text-over-image .overlay .half,
.msn-wrapper .section.msn44 .gallery .item.item-text-over-image .overlay .half,
.msn-wrapper .section.msn46 .gallery .item.item-text-over-image .overlay .half {
  text-align: right;
}
.msn-wrapper
  .section.msn41
  .gallery
  .item.item-text-over-image
  .overlay
  .half:first-of-type {
  align-items: start;
  justify-content: right;
}
.msn-wrapper
  .section.msn41
  .gallery
  .item.item-text-over-image
  .overlay
  .half:nth-of-type(2) {
  align-items: end;
  justify-content: right;
}
.msn-wrapper
  .section.msn44
  .gallery
  .item.item-text-over-image
  .item:first-of-type
  .overlay {
  padding: 20% 15% 5% 5%;
}
.msn-wrapper
  .section.msn44
  .gallery
  .item.item-text-over-image
  .item:first-of-type
  .overlay
  .half:first-of-type,
.msn-wrapper
  .section.msn44
  .gallery
  .item.item-text-over-image
  .item:nth-of-type(2)
  .overlay
  .half:nth-of-type(2),
.msn-wrapper
  .section.msn46
  .gallery
  .item.item-text-over-image
  .overlay
  .half:first-of-type,
.msn-wrapper
  .section.msn46
  .gallery
  .item.item-text-over-image
  .overlay
  .half:nth-of-type(2) {
  justify-content: right;
}
.msn-wrapper
  .section.msn44
  .gallery
  .item.item-text-over-image
  .item:first-of-type
  .overlay
  .half:nth-of-type(2),
.msn-wrapper
  .section.msn45
  .gallery
  .item.item-text-over-image
  .overlay
  .half:first-of-type,
.msn-wrapper
  .section.msn45
  .gallery
  .item.item-text-over-image
  .overlay
  .half:nth-of-type(2),
.msn-wrapper
  .section.msn47
  .gallery
  .item.item-text-over-image
  .overlay
  .half:first-of-type,
.msn-wrapper
  .section.msn47
  .gallery
  .item.item-text-over-image
  .overlay
  .half:nth-of-type(2) {
  justify-content: left;
}
.msn-wrapper
  .section.msn44
  .gallery
  .item.item-text-over-image
  .item:nth-of-type(2)
  .overlay {
  padding: 20% 5% 5%;
}
.msn-wrapper
  .section.msn44
  .gallery
  .item.item-text-over-image
  .item:nth-of-type(2)
  .overlay
  .half:first-of-type {
  justify-content: left;
  padding: 5%;
}
.msn-wrapper .section.msn45 .gallery .item.item-text-over-image .overlay .half,
.msn-wrapper
  .section.msn47
  .gallery
  .item.item-text-over-image
  .overlay
  .action,
.msn-wrapper .section.msn47 .gallery .item.item-text-over-image .overlay .half {
  text-align: left;
}
@media screen and (min-width: 961px) {
  .msn-wrapper .product-suggested .product-suggested-slider {
    padding: 0;
  }
  .msn-wrapper .product-suggested .product-suggested-slider .swiper {
    overflow: unset;
  }
  .msn-wrapper .product-suggested .product-suggested-slider .swiper-slide {
    flex-shrink: unset;
  }
  .msn-wrapper .product-suggested .product-suggested-slider .swiper-wrapper {
    transform: translate3d(0, 0, 0) !important;
    gap: 30px;
  }
  .msn-wrapper .billboard .interaction .bottom,
  .msn-wrapper .product-suggested .product-suggested-slider .swiper-button-next,
  .msn-wrapper
    .product-suggested
    .product-suggested-slider
    .swiper-button-prev {
    display: none;
  }
  .msn-wrapper .billboard .interaction .gen-slider,
  .msn-wrapper .billboard .interaction .gen-slider .swiper-holder,
  .msn-wrapper .billboard .interaction .gen-slider .swiper-holder .swiper,
  .msn-wrapper
    .billboard
    .interaction
    .gen-slider
    .swiper-holder
    .swiper
    .swiper-wrapper,
  .msn-wrapper
    .billboard
    .interaction
    .gen-slider
    .swiper-holder
    .swiper
    .swiper-wrapper
    .swiper-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: unset;
    display: block;
  }
  .msn-wrapper
    .billboard
    .interaction
    .gen-slider
    .swiper-holder
    .swiper
    .swiper-wrapper
    .swiper-slide:has(> .poi.active) {
    z-index: 5;
  }
}
@media screen and (max-width: 960px) {
  .for-mobile,
  .msn-wrapper .product-presentation .expand-button,
  .msn-wrapper .product-specs,
  .msn-wrapper .technical .button-next,
  .msn-wrapper .technical .button-prev {
    display: block;
  }
  .for-desktop,
  .msn-wrapper .billboard.hotspot .interaction .swiper-slide .poi .cross,
  .msn-wrapper .billboard.hotspot > img:first-of-type,
  .msn-wrapper .product-presentation .more,
  .msn-wrapper .product-slider-thumbs {
    display: none;
  }
  .msn-wrapper {
    font-size: 14px;
    padding: 0 0 50px;
    text-align: center;
  }
  .msn-wrapper h1 {
    font-size: 1.6rem;
  }
  .msn-wrapper .container {
    padding: 0;
  }
  .msn-wrapper .inner {
    padding: 0 20px;
    margin: auto;
  }
  .msn-wrapper .button {
    font-size: 1.2rem;
  }
  .msn-wrapper .button-large {
    padding: 20px 80px;
  }
  .msn-wrapper .button-small {
    padding: 2px 60px 6px;
  }
  .msn-wrapper .button-tiny {
    font-size: 1rem;
    font-weight: 400;
    padding: 2px 10px 6px;
  }
  .msn-wrapper .product-slider {
    width: auto;
    display: block;
  }
  .msn-wrapper .product-slider-main {
    width: auto;
    padding: 0;
    margin: 0 0 20px;
  }
  .msn-wrapper .product-presentation {
    width: auto;
    display: block;
    margin: 0 0 40px;
  }
  .msn-wrapper .product-presentation .swiper-button-prev {
    left: 10px;
  }
  .msn-wrapper .product-presentation .swiper-button-next {
    right: 10px;
  }
  .msn-wrapper .product-description {
    width: auto;
    text-align: center;
  }
  .msn-wrapper .product-specs .product-specs-block {
    width: auto;
  }
  .msn-wrapper
    .product-specs
    .product-specs-block
    .product-specs-slider.slider-color
    .swiper-slide {
    padding: 0 4px;
  }
  .msn-wrapper .product-checkout {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .msn-wrapper .product-checkout .button {
    order: 2;
  }
  .msn-wrapper .product-checkout .product-price {
    width: 100%;
    order: 1;
    font-size: 2rem;
    text-align: center;
  }
  .msn-wrapper .video .play-button[data-state='playing']:hover {
    opacity: 0;
  }
  .msn-wrapper h1.highlight span {
    font-size: 1.4rem;
    padding: 20px 0;
  }
  .msn-wrapper .gallery {
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
    row-gap: 20px;
    flex-wrap: wrap;
  }
  .msn-wrapper .gallery.gallery-large-items,
  .msn-wrapper .gallery.gallery-small-items,
  .msn-wrapper .gallery.gallery-tiny-items {
    column-gap: 0;
    row-gap: 40px;
  }
  .msn-wrapper .gallery.gallery-large-items .item,
  .msn-wrapper .gallery.gallery-small-items .item {
    width: 100% !important;
  }
  .msn-wrapper .gallery .item.item-text {
    padding: 40px;
  }
  .msn-wrapper
    .gallery:has(> .item-image):has(> .item-text)
    .item:first-of-type {
    order: 2;
  }
  .msn-wrapper
    .gallery:has(> .item-image):has(> .item-text)
    .item:nth-of-type(2) {
    order: 1;
  }
  .msn-wrapper
    .gallery:has(> .item-image):has(> .item-text)
    .item:nth-of-type(3) {
    order: 3;
  }
  .msn-wrapper
    .gallery:has(> .item-image):has(> .item-text)
    .item:nth-of-type(4) {
    order: 4;
  }
  .msn-wrapper
    .gallery:has(> .item-image):has(> .item-text)
    .item:nth-of-type(5) {
    order: 6;
  }
  .msn-wrapper
    .gallery:has(> .item-image):has(> .item-text)
    .item:nth-of-type(6) {
    order: 5;
  }
  .msn-wrapper
    .gallery:has(> .item-image):has(> .item-text)
    .item:nth-of-type(7) {
    order: 7;
  }
  .msn-wrapper
    .gallery:has(> .item-image):has(> .item-text)
    .item:nth-of-type(8) {
    order: 8;
  }
  .msn-wrapper .gallery.gallery-small-items .item b {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .msn-wrapper .gallery.gallery-tiny-items .item {
    width: 80% !important;
    margin: auto;
  }
  .msn-wrapper .gallery.gallery-tiny-items .item h2,
  .msn-wrapper .gallery.gallery-tiny-items .item p {
    height: auto;
  }
  .msn-wrapper .billboard .description {
    height: 100%;
    position: absolute;
    top: 0;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #a99ba3, #f7d9cf);
  }
  .msn-wrapper .billboard .description.border-transparent {
    padding: 0;
    background: 0 0;
  }
  .msn-wrapper .billboard .description .content {
    background: #fff;
    padding: 20px 0;
  }
  .msn-wrapper .billboard .description.position-right {
    width: auto !important;
    position: relative;
    left: auto !important;
  }
  .msn-wrapper .billboard .description.position-left {
    width: auto;
    position: relative;
    left: auto;
  }
  .msn-wrapper .billboard .description.position-top {
    width: auto;
    position: relative;
    left: auto;
    padding: inherit;
  }
  .msn-wrapper .billboard .description.position-top .content {
    padding: 0 0 20px;
  }
  .msn-wrapper .color-dark,
  .msn-wrapper .color-light {
    color: inherit;
  }
  .msn-wrapper .gen-slider {
    border-bottom: 1px solid #2f2f2f;
    padding: 0 0 20px;
  }
  .msn-wrapper .gen-slider .swiper-slide .description {
    width: auto;
    height: auto;
    position: relative;
    padding: 0;
    color: inherit;
  }
  .msn-wrapper .gen-slider .swiper-slide .description--longer p {
    margin-inline: auto;
  }
  .msn-wrapper .gen-slider .swiper-slide img {
    margin: 0 0 80px !important;
  }
  .msn-wrapper .gen-slider .bottom {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 66.66%;
    background: 0 0;
  }
  .msn-wrapper .gen-slider .swiper-button-prev {
    margin-top: -33.33%;
    top: 0;
    left: 10px;
  }
  .msn-wrapper .gen-slider .swiper-button-next {
    margin-top: -33.33%;
    top: 0;
    right: 10px;
  }
  .msn-wrapper .billboard .interaction {
    width: auto;
    height: auto;
    position: relative;
  }
  .msn-wrapper .billboard.hotspot .interaction .swiper-slide .poi {
    width: auto;
    height: auto;
    position: relative;
    left: auto !important;
    top: auto !important;
    display: block;
  }
  .msn-wrapper .billboard.hotspot .interaction .swiper-slide .poi .pop {
    width: auto;
    position: relative;
    display: block;
    left: auto !important;
    top: auto !important;
    opacity: 1;
    box-shadow: none;
    background: 0 0;
    padding: 0;
    transform: translateY(0);
  }
  .msn-wrapper .billboard .description.keep-overlayed {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: 0 0;
    padding: 0;
  }
  .msn-wrapper .billboard .description.keep-overlayed .content {
    background: 0 0;
  }
  .msn-wrapper#surface-pro-platinum
    .billboard
    .description.keep-overlayed
    .content
    h1 {
    padding-bottom: 74%;
    margin-top: -40px;
  }
  .msn-wrapper .billboard .description .link-button {
    margin: 20px 0 0;
  }
  .msn-wrapper .gallery .item.item-text-over-image .overlay.on-mobile-below {
    position: relative;
    display: block;
    text-align: left;
  }
  .msn-wrapper
    .gallery
    .item.item-text-over-image
    .overlay.on-mobile-below
    .half {
    display: block !important;
    text-align: center !important;
  }
  .msn-wrapper .section .gallery .item.item-text-over-image .overlay {
    padding: 5% 5% 0;
  }
  .msn-wrapper
    .section.msn41
    .gallery
    .item.item-text-over-image
    .overlay
    .button-tiny {
    font-size: 0.8rem;
  }
  .msn-wrapper .section.msn44 .gallery .item.item-text-over-image h2 {
    font-size: 1.3rem;
  }
  .msn-wrapper
    .section.msn44
    .gallery
    .item.item-text-over-image:first-of-type
    .overlay,
  .msn-wrapper
    .section.msn44
    .gallery
    .item.item-text-over-image:nth-of-type(2)
    .overlay {
    padding: 5%;
  }
  .msn-wrapper
    .section.msn44
    .gallery
    .item.item-text-over-image:nth-of-type(2)
    .overlay
    .half:first-of-type {
    padding: 0;
    justify-content: left;
  }
  .msn-wrapper#surface-laptop-lp-platinum
    .gallery
    .item.item-text-over-image
    .overlay
    .half:first-of-type {
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
  }
  .msn-wrapper#surface-laptop-lp-platinum
    .gallery
    .item.item-text-over-image
    .overlay
    .half:nth-of-type(2) {
    height: 0;
    justify-content: flex-end;
  }
  .msn-wrapper#surface-laptop-lp-platinum
    .gallery
    .item.item-text-over-image:nth-of-type(2)
    .overlay
    .half:first-of-type {
    justify-content: flex-end;
  }
  .msn-wrapper#surface-laptop-lp-platinum
    .gallery
    .item.item-text-over-image:nth-of-type(2)
    .overlay
    .half:nth-of-type(2) {
    justify-content: flex-start;
  }
  .msn-wrapper
    .section.msn47
    .gallery
    .item.item-text-over-image
    .overlay
    .action {
    text-align: center;
  }
  .msn-wrapper .footnote {
    padding: 20px;
  }
  .msn-wrapper .footnote p {
    text-align: left;
  }
}
