:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  width: 100%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.header {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.intro {
  height: auto;
  background-color: #fff;
  display: block;
}

.losung {
  height: auto;
  background-color: #fff;
  padding-bottom: 64px;
  display: block;
}

.usecase-videos {
  height: auto;
  background-color: #97d653;
  display: block;
}

.promo-videos {
  width: 50%;
  height: auto;
  background-color: #ffb546;
  flex: 0 auto;
  display: block;
}

.promo-teaser {
  height: auto;
  background-color: #8093dc;
  display: block;
}

.bumper-adds {
  height: auto;
  background-color: #97d653;
  display: block;
}

.results {
  height: auto;
  background-color: #fff;
  display: block;
}

.result {
  height: 500px;
  background-color: red;
  display: block;
}

.footer {
  height: auto;
  background-color: #ffb546;
  display: block;
}

.logo {
  margin-top: 48px;
  margin-left: 48px;
}

.smartlogo {
  width: 505px;
  text-align: left;
}

.video {
  width: 100%;
  background-image: linear-gradient(#000, #000);
  border: 16px solid #8093dc;
  border-radius: 0;
  flex: 0 auto;
  display: flex;
}

.headline-text {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.headline-upperline-copy {
  width: 100%;
  max-width: 920px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  font-family: Samsungsharpsans, sans-serif;
  display: flex;
}

.headline {
  max-width: none;
  color: #000;
  text-align: center;
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Samsungsharpsans, sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: flex;
}

.text-block {
  width: 100%;
  max-width: 920px;
  color: #000;
  text-align: center;
  font-family: "Samsungone 400 V 1", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
}

.text-block.footer {
  max-width: 328px;
  color: #000;
  text-transform: none;
  font-family: Samsungsharpsans, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.carousel {
  width: 100%;
  height: auto;
  max-width: 920px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #fff;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.carousel.retail {
  width: 90%;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-width: 16px;
  border-color: #8093dc;
  border-radius: 32px 0;
}

.left-arrow-2 {
  width: 48px;
  height: 100%;
  justify-content: flex-start;
  margin-top: -64px;
  margin-left: -6%;
  padding-left: 0;
  display: flex;
}

.right-arrow-2 {
  width: 48px;
  height: 100%;
  justify-content: flex-end;
  margin-top: -64px;
  margin-right: -6%;
  padding-right: 0;
  display: flex;
}

.slide, .slide-2, .slide-3, .slide-4 {
  border-radius: 0;
}

.mask {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.mask.retail {
  border: 0 solid #8093dc;
  border-radius: 16px 0;
}

.promo-list {
  width: 98%;
  height: auto;
  max-width: 115600px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  grid-template: "Area Area"
                 ". ."
                 / .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: center;
  display: flex;
}

.teaser-list {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  display: flex;
}

.teaser-video {
  z-index: 50;
  width: 364px;
  height: auto;
  border-radius: 24px;
  overflow: hidden;
}

.play-pause-button {
  position: relative;
  top: 260px;
  left: 148px;
}

.play-pause-button.promo {
  top: 108px;
  left: 221px;
}

.play-pause-button.usecase {
  padding-top: 22%;
  padding-left: 45%;
  position: static;
  top: 100%;
  left: 50%;
}

.promo-video {
  z-index: 50;
  width: 50%;
  height: auto;
  border-radius: 24px;
  overflow: hidden;
}

.result-block {
  width: 368px;
  height: 260px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #00c3b2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.result-block.second {
  background-color: #ffb546;
}

.result-block.third {
  background-color: #ff4337;
  padding-left: 24px;
  padding-right: 24px;
}

.result-block.fourth {
  background-color: #8093dc;
}

.result-block.fifth {
  background-color: #97d653;
}

.result_block_title {
  width: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  font-family: Samsungsharpsans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.result_block_metric {
  width: auto;
  height: 64px;
  text-align: left;
  background-color: #fff;
  border-radius: 128px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 24px 16px 16px;
  font-family: Samsungsharpsans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.results_list_row {
  width: auto;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: flex;
}

.results_list_row.second_row {
  width: 100%;
  flex: 1;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  display: flex;
}

.results_list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.promo-video-copy {
  z-index: 50;
  width: 564px;
  height: 316px;
  border-radius: 20px;
}

.usecase_video {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.usecase_title {
  z-index: 50;
  width: auto;
  height: 64px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  font-family: Samsungsharpsans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.slide_block {
  flex-direction: column;
  display: flex;
}

.link {
  max-width: 568px;
  color: #000;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: Samsungsharpsans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.promolist_row {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  display: flex;
}

.divider {
  justify-content: center;
  display: flex;
  position: static;
}

.promo {
  height: auto;
  background-color: #ffb546;
  flex: 0 auto;
  display: block;
}

.video-2 {
  flex: 0 auto;
}

.usecase-videos-mobile {
  height: auto;
  background-color: #97d653;
  display: none;
}

.slide_block-mobile {
  flex-direction: column;
  display: flex;
}

.slide_block_mobile {
  flex-direction: column;
  display: block;
}

.usecase_list {
  width: 90%;
  flex-direction: column;
  display: flex;
}

.slide-nav {
  position: static;
}

.left-arrow-3 {
  height: 100%;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: -7%;
  padding-left: 0;
  display: flex;
}

.right-arrow-3 {
  width: 48px;
  height: 100%;
  justify-content: flex-end;
  margin-top: 0;
  margin-right: -7%;
  padding-right: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 0;
    padding-left: 0;
  }

  .losung {
    padding-bottom: 32px;
  }

  .logo {
    margin-top: 24px;
    margin-left: 24px;
  }

  .video, .headline-text {
    width: 90%;
  }

  .carousel {
    width: 80%;
    height: auto;
  }

  .carousel.retail {
    width: 80%;
  }

  .left-arrow-2 {
    width: 72px;
    margin-left: -72px;
    padding-left: 16px;
  }

  .right-arrow-2 {
    width: 72px;
    margin-right: -72px;
    padding-right: 16px;
  }

  .promo-list {
    width: 90%;
  }

  .teaser-list {
    width: 90%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .promo-video {
    width: 100%;
  }

  .result-block.first {
    width: 100%;
    flex-direction: column;
    flex: 1;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .result-block.second, .result-block.third, .result-block.fourth, .result-block.fifth {
    width: 100%;
    flex: 1;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .results_list_row {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }

  .results_list_row.second_row {
    width: 90%;
  }

  .results_list {
    width: 100%;
    align-items: center;
  }

  .promolist_row {
    flex-direction: column;
  }

  .left-arrow-3 {
    margin-top: 0;
    margin-left: -90px;
    padding-left: 24px;
  }

  .right-arrow-3 {
    width: auto;
    margin-top: 0;
    margin-right: -90px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .losung {
    padding-bottom: 24px;
  }

  .usecase-videos {
    display: none;
  }

  .smartlogo {
    width: 256px;
  }

  .headline-upperline-copy {
    flex-direction: column;
  }

  .headline {
    margin-top: 0;
    font-size: 24px;
    line-height: 40px;
    position: static;
  }

  .text-block {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block.footer {
    max-width: 312px;
    font-size: 24px;
  }

  .carousel {
    width: 90%;
  }

  .carousel.retail {
    width: 80%;
  }

  .left-arrow-2 {
    margin-top: 16px;
    padding-left: 8px;
  }

  .right-arrow-2 {
    margin-top: 16px;
    padding-right: 8px;
  }

  .teaser-video {
    width: 50%;
  }

  .result-block.first, .result-block.second, .result-block.third, .result-block.fourth, .result-block.fifth {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .result_block_metric {
    font-size: 32px;
  }

  .usecase_title {
    height: 48px;
  }

  .usecase-videos-mobile {
    display: block;
  }

  .left-arrow-3 {
    margin-top: 0;
    margin-left: -72px;
    padding-left: 8px;
  }

  .right-arrow-3 {
    margin-top: 0;
    margin-right: -72px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .promo-videos {
    width: 100%;
  }

  .logo {
    width: 128px;
    margin-top: 16px;
    margin-left: 16px;
  }

  .smartlogo {
    width: 256px;
  }

  .headline-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-self: center;
  }

  .headline-upperline-copy {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
  }

  .headline {
    font-size: 24px;
    line-height: 32px;
  }

  .text-block {
    align-self: center;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block.footer {
    font-size: 16px;
  }

  .carousel {
    height: auto;
  }

  .carousel.retail {
    width: 72%;
    border-width: 8px;
  }

  .left-arrow-2, .right-arrow-2 {
    height: 128px;
  }

  .mask.retail {
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .teaser-list {
    width: 90%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .teaser-video {
    width: auto;
  }

  .play-pause-button.teaser, .play-pause-button.promo {
    left: 50%;
  }

  .promo-video {
    width: 100%;
  }

  .result-block.first, .result-block.second, .result-block.third, .result-block.fourth, .result-block.fifth {
    flex: 1;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .result_block_title {
    font-size: 20px;
  }

  .result_block_metric {
    font-size: 32px;
  }

  .results_list_row, .results_list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .usecase_title {
    font-size: 16px;
  }

  .link {
    width: 90%;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    display: flex;
  }

  .promolist_row {
    flex-direction: column;
  }

  .usecase_list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .left-arrow-3 {
    width: 32px;
    height: 100%;
    margin-top: 0;
    margin-left: -48px;
    padding-left: 0;
  }

  .right-arrow-3 {
    width: 32px;
    height: 100%;
    margin-top: 0;
    margin-right: -48px;
    padding-right: 0;
  }
}


@font-face {
  font-family: 'Samsungone 400 C V 1';
  src: url('../fonts/SamsungOne-400C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 300 C V 1';
  src: url('../fonts/SamsungOne-300C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 200 V 1';
  src: url('../fonts/SamsungOne-200_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 300 V 1';
  src: url('../fonts/SamsungOne-300_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungsharpsans';
  src: url('../fonts/SamsungSharpSans-Medium.ttf') format('truetype'), url('../fonts/SamsungSharpSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 450 C V 1';
  src: url('../fonts/SamsungOne-450C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 400 V 1';
  src: url('../fonts/SamsungOne-400_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungsharpsans';
  src: url('../fonts/SamsungSharpSans-Bold.ttf') format('truetype'), url('../fonts/SamsungSharpSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungsharpsans';
  src: url('../fonts/SamsungSharpSans-Regular.ttf') format('truetype'), url('../fonts/SamsungSharpSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 450 V 1';
  src: url('../fonts/SamsungOne-450_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 800 C V 1';
  src: url('../fonts/SamsungOne-800C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 700 C V 1';
  src: url('../fonts/SamsungOne-700C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 800 V 1';
  src: url('../fonts/SamsungOne-800_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 500 V 1';
  src: url('../fonts/SamsungOne-500_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 700 V 1';
  src: url('../fonts/SamsungOne-700_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 600 C V 1';
  src: url('../fonts/SamsungOne-600C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 200 C V 1';
  src: url('../fonts/SamsungOne-200C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 500 C V 1';
  src: url('../fonts/SamsungOne-500C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 600 V 1';
  src: url('../fonts/SamsungOne-600_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}